lkml.org 
[lkml]   [2013]   [Oct]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 0/9] fix deferred probing issue of platform_driver_probe
Date
We had some issues with deferred probing in the I2C subsystem. This series
attempts to fix a part of it. From the patch description:

===

Subsystems like pinctrl and gpio rightfully make use of deferred probing at
core level. Now, deferred drivers won't be retried if they don't have a .probe
function specified in the driver struct. Fix this driver to have that, so the
devices it supports won't get lost in a deferred probe.

===

I think it makes sense to remove platform_driver_probe from bus masters like
i2c and spi (especially since they are dependant on pinctrl these days). This
is what this series does. I had a look at dma drivers as well, but there are
more things to be considered, so delayed for now.

Please comment. If no objections are raised, I'd like to bring at least the I2C
patches into v3.12, so deferred devices will then be correctly probed. The
series is based on 3.12-rc4 and was compile-tested. It is available at

git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git platform_driver_probe_drop

Regards,

Wolfram


Wolfram Sang (9):
i2c: i2c-designware-platdrv: replace platform_driver_probe to support
deferred probing
i2c: i2c-imx: replace platform_driver_probe to support deferred
probing
i2c: i2c-mxs: replace platform_driver_probe to support deferred
probing
i2c: i2c-stu300: replace platform_driver_probe to support deferred
probing
spi: spi-au1550: replace platform_driver_probe to support deferred
probing
spi: spi-bfin5xx: replace platform_driver_probe to support deferred
probing
spi: spi-omap-uwire: replace platform_driver_probe to support deferred
probing
spi: spi-s3c64xx: replace platform_driver_probe to support deferred
probing
spi: spi-txx9: replace platform_driver_probe to support deferred
probing

drivers/i2c/busses/i2c-designware-platdrv.c | 5 +++--
drivers/i2c/busses/i2c-imx.c | 11 ++++++-----
drivers/i2c/busses/i2c-mxs.c | 3 ++-
drivers/i2c/busses/i2c-stu300.c | 11 +++++------
drivers/spi/spi-au1550.c | 3 ++-
drivers/spi/spi-bfin5xx.c | 5 +++--
drivers/spi/spi-omap-uwire.c | 5 +++--
drivers/spi/spi-s3c64xx.c | 3 ++-
drivers/spi/spi-txx9.c | 3 ++-
9 files changed, 28 insertions(+), 21 deletions(-)

--
1.8.4.rc3



\
 
 \ /
  Last update: 2013-10-08 23:01    [W:0.121 / U:0.040 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site