[uClinux-dev] [PATCH] m68knommu: Add support for the Freescale m5253demo board.

2012-06-05 Thread Steven King
Add basic support for the m5253demo using the dm9000 ethernet controller. This patch is against m68knommu/for-next and is on top of the m5251/5253 patch. Signed-off-by: Steven King --- arch/m68k/Kconfig.machine |7 + arch/m68k/configs/m5253demo_defconfig | 858 +++

[uClinux-dev] [PATCH] coldfire-qspi: Add support for the Coldfire 5251/5253.

2012-06-05 Thread Steven King
The Coldfire 5251/5253 have a QSPI controller. Enable selection of the coldfire-qspi driver if the M525x is selected. Signed-off-by: Steven King --- drivers/spi/Kconfig |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index cd2fe3

Re: [uClinux-dev] [PATCH] m68knommu: Add support for the Coldfire 5251/5253

2012-06-05 Thread Steven King
On Tuesday 05 June 2012 8:23:08 am Steven King wrote: > Basic support for the Coldfire 5251/5253. > D'oh! I forgot to mention this patch is against m68knommu.git/for-next with the GPIO refactor patch applied. ___ uClinux-dev mailing list uClinux-dev@uc

[uClinux-dev] [PATCH] m68knommu: Add support for the Coldfire 5251/5253

2012-06-05 Thread Steven King
Basic support for the Coldfire 5251/5253. Signed-off-by: Steven king --- arch/m68k/Kconfig.cpu |8 ++ arch/m68k/Makefile |1 + arch/m68k/include/asm/dma.h |4 +- arch/m68k/include/asm/m525xsim.h| 196

Re: [uClinux-dev] [RFC/PATCH] m68knommu: refactor Coldfire GPIO not to require GPIOLIB, eliminate mcf_gpio_chips.

2012-06-05 Thread Steven King
On Monday 04 June 2012 11:27:04 pm Greg Ungerer wrote: > Hi Steven, > > On 22/05/12 06:10, Steven King wrote: > > If we're not connecting external GPIO extenders via i2c or spi or > > whatever, we probably don't need GPIOLIB. If we provide an alternate > > implementation of the GPIOLIB functions t