Re: [GIT PULL] On-demand device probing

2015-10-21 Thread Jean-Francois Moine
Sorry to enter this thread a bit late. About the number of probe deferred messages, I proposed a simple patch to reduce them: https://lkml.org/lkml/2013/8/20/218 I was wondering how many messages this patch could save... -- Ken ar c'hentaƱ | ** Breizh ha Linux atav! ** Jef

Re: [PATCH 1/9] I2C: mv64xxx: work around signals causing I2C transactions to be aborted

2013-05-17 Thread Jean-Francois Moine
On Thu, 16 May 2013 21:30:59 +0100 Russell King rmk+ker...@arm.linux.org.uk wrote: Do not use interruptible waits in an I2C driver; if a process uses signals (eg, Xorg uses SIGALRM and SIGPIPE) then these signals can cause the I2C driver to abort a transaction in progress by another driver,

Re: [PATCH 3/9] I2C: mv64xxx: use devm_ioremap_resource()

2013-05-17 Thread Jean-Francois Moine
On Thu, 16 May 2013 21:33:09 +0100 Russell King rmk+ker...@arm.linux.org.uk wrote: Eliminate reg_base_p and reg_size, mv64xxx_i2c_unmap_regs() and an unchecked ioremap() return from this driver by using the devm_* API for requesting and ioremapping resources. Signed-off-by: Russell King