linux/arch/arm/mach-ixp2000
Lennert Buytenhek a6f1063b38 [ARM] 3062/1: map in various enp2611 peripherals for the ixp2000 netdev driver
Patch from Lennert Buytenhek

The enp2611 version of the ixp2000 netdev driver needs to be able to
access a number of on-board peripherals.  ioremap() is not suitable
for this, as that will cause XCB=000 mappings to be done, which will
make the cpu susceptible to crashing on ixp2400 erratum #66.  Properly
aligned iotable mappings with MT_IXP2000_DEVICE will cause section
mappings with XCB=101 to be done, which is safe.

Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: Deepak Saxena <dsaxena@plexity.net>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2005-11-01 19:44:24 +00:00
..
core.c [ARM] 2984/1: Replace map_desc.physical with map_desc.pfn: IXP2000 2005-10-28 15:18:58 +01:00
enp2611.c [ARM] 3062/1: map in various enp2611 peripherals for the ixp2000 netdev driver 2005-11-01 19:44:24 +00:00
ixdp2x00.c [ARM] 2984/1: Replace map_desc.physical with map_desc.pfn: IXP2000 2005-10-28 15:18:58 +01:00
ixdp2x01.c [ARM] 2984/1: Replace map_desc.physical with map_desc.pfn: IXP2000 2005-10-28 15:18:58 +01:00
ixdp2400.c [PATCH] ARM: Remove machine description macros 2005-07-03 17:38:58 +01:00
ixdp2800.c [PATCH] ARM: Remove machine description macros 2005-07-03 17:38:58 +01:00
Kconfig [PATCH] ARM: 2752/1: disable ixp2000 PCI I/O software workaround on chips that don't need it 2005-06-25 19:30:04 +01:00
Makefile
Makefile.boot
pci.c [ARM] Don't include mach-types.h unnecessarily 2005-09-29 11:15:51 +01:00