Re: [PATCH] m68knommu: remove dead code

2017-08-27 Thread Alexandre Belloni
On 27/08/2017 at 12:36:31 -0700, Steven King wrote: > On Sunday 27 August 2017 12:09:59 pm Alexandre Belloni wrote: > > On 27/08/2017 at 13:22:09 +0200, Angelo Dureghello wrote: > > > Hi, > > > > > > just to inform you that i have in mind to add spi(soon, at least seems > > > just a matter con Kcon

Re: [PATCH] m68knommu: remove dead code

2017-08-27 Thread Steven King
On Sunday 27 August 2017 12:09:59 pm Alexandre Belloni wrote: > On 27/08/2017 at 13:22:09 +0200, Angelo Dureghello wrote: > > Hi, > > > > just to inform you that i have in mind to add spi(soon, at least seems > > just a matter con Kconfig changes) and usdhc(later) > > drivers/support for stmark2 mc

Re: [PATCH] m68knommu: remove dead code

2017-08-27 Thread Alexandre Belloni
On 27/08/2017 at 13:22:09 +0200, Angelo Dureghello wrote: > Hi, > > just to inform you that i have in mind to add spi(soon, at least seems > just a matter con Kconfig changes) and usdhc(later) > drivers/support for stmark2 mcf5441x based board. > But no problem, in case i'll re-add the this code a

Re: [PATCH] m68knommu: remove dead code

2017-08-27 Thread Angelo Dureghello
Hi, just to inform you that i have in mind to add spi(soon, at least seems just a matter con Kconfig changes) and usdhc(later) drivers/support for stmark2 mcf5441x based board. But no problem, in case i'll re-add the this code as needed. On 24/08/2017 16:34, Alexandre Belloni wrote: As CONFIG_R

Re: [PATCH] m68knommu: remove dead code

2017-08-24 Thread Greg Ungerer
Hi Alexandre, On 25/08/17 00:34, Alexandre Belloni wrote: > As CONFIG_RTC_DRV_M5441x doesn't exist because the driver never made it > upstream, there is no device to register. Remove code that is never > compiled and init_BSP() as it doesn't do anything. > > Signed-off-by: Alexandre Belloni Loo

[PATCH] m68knommu: remove dead code

2017-08-24 Thread Alexandre Belloni
As CONFIG_RTC_DRV_M5441x doesn't exist because the driver never made it upstream, there is no device to register. Remove code that is never compiled and init_BSP() as it doesn't do anything. Signed-off-by: Alexandre Belloni --- arch/m68k/coldfire/m5441x.c | 37 ---