| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Since [1] we should not require the serial drivers to be built in any more. In essence, the PR causes the SAM driver to return EPROBE_DEFER when the serial device is not ready. Specifics on how to best handle this (i.e., which function should actually return EPROBE_DEFER) are still to be discussed, but for now this should provide a better workaround that hopefully fixes this problem as well. So let's test it. [1]: linux-surface/kernel#152
There was a problem hiding this comment.
Can you also add the new patch to the patchset? So that they are merged at the same time and we don't forget?
Sorry, something went wrong.
Changes: - Fix SAM driver probe failure when UART is not ready yet (@phreer). Links: - kernel: linux-surface/kernel@43ef589 - PR: linux-surface/kernel#152
|
Good idea. Done. |
Sorry, something went wrong.
|
Superseded by https://lore.kernel.org/all/20240509141549.63704-1-hdegoede@redhat.com/ (integrated into our v6.9 patches) and commit 312dae7. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Since linux-surface/kernel#152 we should not require the serial drivers to be built in any more. In essence, the PR causes the SAM driver to return EPROBE_DEFER when the serial device is not ready.
Specifics on how to best handle this (i.e., which function should actually return EPROBE_DEFER) are still to be determined, but for now linux-surface/kernel#152 should provide a better workaround that (at least in theory and based on limited testing) fixes this problem as well. So let's test if this holds up in practice.