mbox series

[v2,0/3] Fix deferred probing in the I2C bus drivers

Message ID 07588701-4f82-2390-8781-5e6965e87eb4@omp.ru
Headers show
Series Fix deferred probing in the I2C bus drivers | expand

Message

Sergey Shtylyov Aug. 12, 2021, 8:32 p.m. UTC
Here are 2 patches against the 'i2c/for-current' branch of Wolfram's 'linux.git' repo.
The affected drivers call platform_get_irq() but override its result in case of error
which prevents the deferred probing from working.

I've dropped the patch fixing the i2c-pca-platform driver as I considered a fallback
to polling better than (not guaranteed to work) deferred probing...

[1/2] i2c: iop3xx: fix deferred probing
[2/2] i2c: synquacer: fix deferred probing

Comments

Sergey Shtylyov Aug. 12, 2021, 8:33 p.m. UTC | #1
The subject should've had v3, not v2, sorry!