Re: [PATCH] i2c: mux: fix compiler warning

2015-09-05 Thread Wolfram Sang
On Sat, Sep 05, 2015 at 08:05:10PM +0200, Michele Curti wrote: > Fix compiler warning when CONFIG_OF is not defined by changing > the 'mux' parameter type in the i2c_mux_reg_probe stub. > > Signed-off-by: Michele Curti Thanks, this is already in my for-next branch: https://git.kernel.org/cgit/l

[PATCH] i2c: mux: fix compiler warning

2015-09-05 Thread Michele Curti
Fix compiler warning when CONFIG_OF is not defined by changing the 'mux' parameter type in the i2c_mux_reg_probe stub. Signed-off-by: Michele Curti --- drivers/i2c/muxes/i2c-mux-reg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/i2c/muxes/i2c-mux-reg.c b/drivers/i2

Re: [PATCH 0/9] i2c: rcar: tackle race conditions in the driver

2015-09-05 Thread Wolfram Sang
On Fri, Sep 04, 2015 at 01:33:39PM +0900, Magnus Damm wrote: > Hi Wolfram, > > On Fri, Sep 4, 2015 at 5:40 AM, Wolfram Sang wrote: > > > >> > So I refactored the driver to setup new messages in interrupt context, > >> > too. > >> > This avoids the race for b) because we are now setting up the ne