You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When probing spi device take care of deferred probe of ACPI irq gpio
similar like for OF/DT case.
>From practical standpoint this fixes issue with vsc-tp driver on
Dell XP 9340 laptop, which try to request interrupt with spi->irq
equal to -EPROBE_DEFER and fail to probe with the following error:
vsc-tp spi-INTC10D0:00: probe with driver vsc-tp failed with error -22
Suggested-by: Hans de Goede <[email protected]>
Fixes: 33ada67 ("ACPI / spi: attach GPIO IRQ from ACPI description to SPI device")
Cc: [email protected]
Signed-off-by: Stanislaw Gruszka <[email protected]>
Reviewed-by: Hans de Goede <[email protected]>
Tested-by: Alexis Lothoré <[email protected]> # Dell XPS9320, ov01a10
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Mark Brown <[email protected]>
0 commit comments