Re: [PATCH 01/20] m68k: Remove CONFIG_FSLDMAFEC

2023-11-07 Thread Tom Rini
On Wed, 01 Nov 2023 12:28:05 -0400, Tom Rini wrote: > There are no platforms which enable this feature, so remove it. > > Applied to u-boot/next, thanks! -- Tom

Re: [PATCH 01/20] m68k: Remove CONFIG_FSLDMAFEC

2023-11-06 Thread Angelo Dureghello
Hi Tom, sure, i remove the unused dtsi, patch will follow. Regards, angelo On 06/11/23 5:32 PM, Tom Rini wrote: On Sat, Nov 04, 2023 at 09:58:07PM +0100, Angelo Dureghello wrote: Hi Tom, Reviewed by: Angelo Dureghello Thanks for the cleanup, m68k boards build fine. fsl_mcdmafec driver

Re: [PATCH 01/20] m68k: Remove CONFIG_FSLDMAFEC

2023-11-06 Thread Tom Rini
On Sat, Nov 04, 2023 at 09:58:07PM +0100, Angelo Dureghello wrote: > Hi Tom, > > Reviewed by: Angelo Dureghello > > > Thanks for the cleanup, m68k boards build fine. > > fsl_mcdmafec driver is still referenced in arch/m68k/dts/mcf54xx.dtsi, > (from compatible field) but no board is including

Re: [PATCH 01/20] m68k: Remove CONFIG_FSLDMAFEC

2023-11-04 Thread Angelo Dureghello
Hi Tom, Reviewed by: Angelo Dureghello Thanks for the cleanup, m68k boards build fine. fsl_mcdmafec driver is still referenced in arch/m68k/dts/mcf54xx.dtsi, (from compatible field) but no board is including it. You can remove the dtsi too if you want. Regards, angelo On 01/11/23 5:28 PM,

[PATCH 01/20] m68k: Remove CONFIG_FSLDMAFEC

2023-11-01 Thread Tom Rini
There are no platforms which enable this feature, so remove it. Signed-off-by: Tom Rini --- Cc: Angelo Dureghello --- arch/m68k/include/asm/fsl_mcdmafec.h | 151 -- arch/m68k/include/asm/immap.h| 15 - arch/m68k/lib/fec.c |4 +- drivers/dma/Kconfig