Re: [PATCH 1/4] i2c: mux: ltc4306: switch to using .probe_new

2018-05-19 Thread Peter Rosin
On 2018-04-18 11:26, Michael Hennerich wrote: > On 17.04.2018 16:32, Peter Rosin wrote: >> Use the new probe style for i2c drivers. >> >> Signed-off-by: Peter Rosin > > Thanks Peter, > > Don't know why i2c needs a new probe style to save one function parameter... > But this patch looks otherwise

Re: [PATCH 1/4] i2c: mux: ltc4306: switch to using .probe_new

2018-04-18 Thread Michael Hennerich
On 17.04.2018 16:32, Peter Rosin wrote: Use the new probe style for i2c drivers. Signed-off-by: Peter Rosin Thanks Peter, Don't know why i2c needs a new probe style to save one function parameter... But this patch looks otherwise good to me. Acked-by: Michael Hennerich --- drivers/i2c/

[PATCH 1/4] i2c: mux: ltc4306: switch to using .probe_new

2018-04-17 Thread Peter Rosin
Use the new probe style for i2c drivers. Signed-off-by: Peter Rosin --- drivers/i2c/muxes/i2c-mux-ltc4306.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/drivers/i2c/muxes/i2c-mux-ltc4306.c b/drivers/i2c/muxes/i2c-mux-ltc4306.c index 311b1cced0c0..a9af93259b19 10064