Re: [PATCH 2/2] i2c: imx: remove id_table entry

2020-10-26 Thread Greg Ungerer
On 24/10/20 1:28 am, Krzysztof Kozlowski wrote: On Fri, Oct 23, 2020 at 04:18:23PM +0800, peng@nxp.com wrote: From: Peng Fan The legacy platform device code has been removed under arch/arm/mach-imx, so we no need id_table entry here. Cc: Greg, Geert, Angelo, Aren't you breaking

RE: [PATCH 2/2] i2c: imx: remove id_table entry

2020-10-25 Thread Peng Fan
> Subject: Re: [PATCH 2/2] i2c: imx: remove id_table entry > > On Sat, Oct 24, 2020 at 07:47:13AM +, Peng Fan wrote: > > > Subject: Re: [PATCH 2/2] i2c: imx: remove id_table entry > > > > > > On Fri, Oct 23, 2020 at 04:18:23PM +0800, peng@n

Re: [PATCH 2/2] i2c: imx: remove id_table entry

2020-10-24 Thread Krzysztof Kozlowski
On Sat, Oct 24, 2020 at 07:47:13AM +, Peng Fan wrote: > > Subject: Re: [PATCH 2/2] i2c: imx: remove id_table entry > > > > On Fri, Oct 23, 2020 at 04:18:23PM +0800, peng@nxp.com wrote: > > > From: Peng Fan > > > > > > The legacy platform devi

RE: [PATCH 2/2] i2c: imx: remove id_table entry

2020-10-24 Thread Peng Fan
> Subject: Re: [PATCH 2/2] i2c: imx: remove id_table entry > > On Fri, Oct 23, 2020 at 04:18:23PM +0800, peng@nxp.com wrote: > > From: Peng Fan > > > > The legacy platform device code has been removed under > > arch/arm/mach-imx, so we no need id_table

Re: [PATCH 2/2] i2c: imx: remove id_table entry

2020-10-23 Thread Krzysztof Kozlowski
On Fri, Oct 23, 2020 at 04:18:23PM +0800, peng@nxp.com wrote: > From: Peng Fan > > The legacy platform device code has been removed under arch/arm/mach-imx, > so we no need id_table entry here. Cc: Greg, Geert, Angelo, Aren't you breaking Coldfire platforms? Best regards, Krzysztof > >

[PATCH 2/2] i2c: imx: remove id_table entry

2020-10-23 Thread peng . fan
From: Peng Fan The legacy platform device code has been removed under arch/arm/mach-imx, so we no need id_table entry here. Signed-off-by: Peng Fan --- drivers/i2c/busses/i2c-imx.c | 14 -- 1 file changed, 14 deletions(-) diff --git a/drivers/i2c/busses/i2c-imx.c