Re: [PATCH 09/12] i2c: icy: Constify the software node

2021-04-08 Thread Max Staudt
On Thu, 8 Apr 2021 23:22:51 +0200 Wolfram Sang wrote: > I read this as "Reviewed-by" ;) Sure, why not :) Reviewed-by: Max Staudt

Re: [PATCH 09/12] i2c: icy: Constify the software node

2021-04-08 Thread Wolfram Sang
On Tue, Mar 30, 2021 at 03:58:56PM +0200, Max Staudt wrote: > This looks great, thank you for constifying this. > > Finally it's clean again, yet much more flexible than the original > platform_data approach when I first submitted the driver. I read this as "Reviewed-by" ;) signature.asc Descr

Re: [PATCH 09/12] i2c: icy: Constify the software node

2021-03-30 Thread Max Staudt
This looks great, thank you for constifying this. Finally it's clean again, yet much more flexible than the original platform_data approach when I first submitted the driver. Thanks everyone for your work Max

[PATCH 09/12] i2c: icy: Constify the software node

2021-03-29 Thread Heikki Krogerus
Complete software node can now be supplied to the device with struct i2c_board_info. Signed-off-by: Heikki Krogerus Cc: Max Staudt --- drivers/i2c/busses/i2c-icy.c | 32 +--- 1 file changed, 9 insertions(+), 23 deletions(-) diff --git a/drivers/i2c/busses/i2c-icy.c