Re: [PATCH v1 2/2] i2c: designware: Get rid of legacy platform data

2021-04-14 Thread Lee Jones
On Wed, 31 Mar 2021, Andy Shevchenko wrote: > Platform data is a legacy interface to supply device properties > to the driver. In this case we don't have anymore in-kernel users > for it. Just remove it for good. > > Signed-off-by: Andy Shevchenko > --- > drivers/i2c/busses/i2c-designware-platd

Re: [PATCH v1 2/2] i2c: designware: Get rid of legacy platform data

2021-04-14 Thread Wolfram Sang
> > > Platform data is a legacy interface to supply device properties > > > to the driver. In this case we don't have anymore in-kernel users > > > for it. Just remove it for good. > > > > > > Signed-off-by: Andy Shevchenko > > > > Acked-by: Wolfram Sang > > Do you require an immutable branch

Re: [PATCH v1 2/2] i2c: designware: Get rid of legacy platform data

2021-04-14 Thread Lee Jones
On Tue, 06 Apr 2021, Wolfram Sang wrote: > On Wed, Mar 31, 2021 at 06:48:51PM +0300, Andy Shevchenko wrote: > > Platform data is a legacy interface to supply device properties > > to the driver. In this case we don't have anymore in-kernel users > > for it. Just remove it for good. > > > > Signed

Re: [PATCH v1 2/2] i2c: designware: Get rid of legacy platform data

2021-04-06 Thread Jarkko Nikula
On 4/6/21 1:49 PM, Wolfram Sang wrote: On Wed, Mar 31, 2021 at 06:48:51PM +0300, Andy Shevchenko wrote: Platform data is a legacy interface to supply device properties to the driver. In this case we don't have anymore in-kernel users for it. Just remove it for good. Signed-off-by: Andy Shevchen

Re: [PATCH v1 2/2] i2c: designware: Get rid of legacy platform data

2021-04-06 Thread Wolfram Sang
On Wed, Mar 31, 2021 at 06:48:51PM +0300, Andy Shevchenko wrote: > Platform data is a legacy interface to supply device properties > to the driver. In this case we don't have anymore in-kernel users > for it. Just remove it for good. > > Signed-off-by: Andy Shevchenko Acked-by: Wolfram Sang

[PATCH v1 2/2] i2c: designware: Get rid of legacy platform data

2021-03-31 Thread Andy Shevchenko
Platform data is a legacy interface to supply device properties to the driver. In this case we don't have anymore in-kernel users for it. Just remove it for good. Signed-off-by: Andy Shevchenko --- drivers/i2c/busses/i2c-designware-platdrv.c | 7 +-- include/linux/platform_data/i2c-designw