[uClinux-dev] [PATCH 0/3] m68knommu/net: add support for NS8390 based eth controllers on some ColdFire boards

2012-06-28 Thread gerg
This is an updated patch set of the NS8390 eth support for some of the older ColdFire boards. I have broken out the mcfne.h - mcf8390.h file move to its own patch, didn't want to make the actual driver patch any bigger or harder to follow. I also improved the commit log messages a little. The

[uClinux-dev] [PATCH 3/3] m68knommu: platform support for 8390 based ethernet used on some boards

2012-06-28 Thread gerg
From: Greg Ungerer g...@uclinux.org Quite a few of Freescale's older ColdFire development boards used an NS8390 based ethernet interface. Add a platform definition for the resources used by these devices so we can use it on these boards. Signed-off-by: Greg Ungerer g...@uclinux.org ---

[uClinux-dev] [PATCH 3/4] m68k: add IO access definitions to support PCI on ColdFire platforms

2012-06-28 Thread gerg
From: Greg Ungerer g...@uclinux.org Define the usual memory access functions (readb/writeb/...) and I/O space functions (inb/outb/...) for PCI bus support on ColdFire CPU based platforms. Signed-off-by: Greg Ungerer g...@uclinux.org --- arch/m68k/include/asm/io_mm.h | 48

[uClinux-dev] [PATCH 2/4] m68k: add PCI bus support for the ColdFire M54xx SoC family

2012-06-28 Thread gerg
From: Greg Ungerer g...@uclinux.org The ColdFire M54xx SoC family have a traditional PCI bus interface. Add the core support code to access and use this bus on these parts. Signed-off-by: Greg Ungerer g...@uclinux.org --- arch/m68k/include/asm/m54xxpci.h | 138 +++

[uClinux-dev] [PATCH 4/4] m68k: allow PCI bus to be enabled for ColdFire m54xx CPUs

2012-06-28 Thread gerg
From: Greg Ungerer g...@uclinux.org All support code for the PCI bus hardware on the ColdFire 547x and 548x CPUs is now in. Allow enabling of CONFIG_PCI for them. Signed-off-by: Greg Ungerer g...@uclinux.org --- arch/m68k/Kconfig.bus |7 +++ 1 files changed, 7 insertions(+), 0

[uClinux-dev] [PATCH 1/4] m68k: common PCI support definitions and code

2012-06-28 Thread gerg
From: Greg Ungerer g...@uclinux.org Basic set of definitions and support code required to turn on CONFIG_PCI for the m68k architecture. Nothing specific to any PCI implementation in any m68k class CPU harwdare yet. Signed-off-by: Greg Ungerer g...@uclinux.org --- arch/m68k/include/asm/dma.h |

Re: [uClinux-dev] [PATCH 1/4] m68k: common PCI support definitions and code

2012-06-28 Thread Geert Uytterhoeven
On Fri, Jun 29, 2012 at 7:17 AM, g...@snapgear.com wrote: any m68k class CPU harwdare yet. hardware Gr{oetje,eeting}s,                         Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call

Re: [uClinux-dev] [PATCH 1/4] m68k: common PCI support definitions and code

2012-06-28 Thread Geert Uytterhoeven
On Fri, Jun 29, 2012 at 7:17 AM, g...@snapgear.com wrote: Basic set of definitions and support code required to turn on CONFIG_PCI for the m68k architecture. Nothing specific to any PCI implementation in any m68k class CPU harwdare yet. Signed-off-by: Greg Ungerer g...@uclinux.org Nothing

Re: [uClinux-dev] [PATCH 3/4] m68k: add IO access definitions to support PCI on ColdFire platforms

2012-06-28 Thread Geert Uytterhoeven
On Fri, Jun 29, 2012 at 7:17 AM, g...@snapgear.com wrote: Define the usual memory access functions (readb/writeb/...) and I/O space functions (inb/outb/...) for PCI bus support on ColdFire CPU based platforms. Signed-off-by: Greg Ungerer g...@uclinux.org Acked-by: Geert Uytterhoeven