aboutsummaryrefslogtreecommitdiff
path: root/include/asm-arm/arch-netx
AgeCommit message (Collapse)AuthorFilesLines
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King16-977/+0
This just leaves include/asm-arm/plat-* to deal with. Signed-off-by: Russell King <[email protected]>
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King2-2/+2
Remove includes of asm/hardware.h in addition to asm/arch/hardware.h. Then, since asm/hardware.h only exists to include asm/arch/hardware.h, update everything to directly include asm/arch/hardware.h and remove asm/hardware.h. Signed-off-by: Russell King <[email protected]>
2007-05-03[ARM] 4329/1: fix position of NETX_SYSTEM_REGSascha Hauer1-2/+2
This patch fixes the position of the netx reset control register Signed-off-by: Sascha Hauer <[email protected]> Signed-off-by: Russell King <[email protected]>
2007-02-17[ARM] 4185/2: entry: introduce get_irqnr_preamble and arch_ret_to_userDan Williams1-0/+6
get_irqnr_preamble allows machines to take some action before entering the get_irqnr_and_base loop. On iop we enable cp6 access. arch_ret_to_user is added to the userspace return path to allow individual architectures to take actions, like disabling coprocessor access, before the final return to userspace. Per Nicolas Pitre's note, there is no need to cp_wait on the return to user as the latency to return is sufficient. Signed-off-by: Dan Williams <[email protected]> Signed-off-by: Russell King <[email protected]>
2006-06-24[ARM] 3631/1: Remove legacy __mem_isa() definitionsAndrew Victor1-1/+0
Patch from Andrew Victor Remove the remaining legacy __mem_isa() definitions for the ARM platforms. Signed-off-by: Andrew Victor <[email protected]> Signed-off-by: Russell King <[email protected]>
2006-06-22[PATCH] network driver for Hilscher netxSascha Hauer1-0/+27
This is a patch for the Hilscher netx builtin ethernet ports. The netx board support was merged into 2.6.17-git2. The netx is a arm926 based SoC. Signed-off-by: Robert Schwebel <[email protected]> Signed-off-by: Sascha Hauer <[email protected]> -- drivers/net/Kconfig | 11 drivers/net/Makefile | 1 drivers/net/netx-eth.c | 516 ++++++++++++++++++++++++++++++++++++++++ include/asm-arm/arch-netx/eth.h | 27 ++ 4 files changed, 555 insertions(+) Signed-off-by: Jeff Garzik <[email protected]>
2006-06-19[ARM] 3569/2: netX: driver for XMAC/XPEC enginesSascha Hauer1-0/+42
Patch from Sascha Hauer The netX processors have generic network bitstream engines (XMAC/XPEC). This driver adds support for firmware loading and start, stop, reset commands. Signed-off-by: Robert Schwebel <[email protected]> Signed-off-by: Sascha Hauer <[email protected]> Signed-off-by: Russell King <[email protected]>
2006-06-19[ARM] 3568/2: netX: pointer fifo driverSascha Hauer1-0/+54
Patch from Sascha Hauer This patch adds support for the pointer FIFOs on netX. Signed-off-by: Robert Schwebel <[email protected]> Signed-off-by: Sascha Hauer <[email protected]> Signed-off-by: Russell King <[email protected]>
2006-06-19[ARM] 3567/2: arm: base support for Hilscher netXSascha Hauer12-0/+439
Patch from Sascha Hauer This patch adds the base support for Hilscher's netX network processors. Signed-off-by: Robert Schwebel <[email protected]> Signed-off-by: Sascha Hauer <[email protected]> Signed-off-by: Russell King <[email protected]>
2006-06-19[ARM] 3566/1: netX: register definitionsSascha Hauer1-0/+410
Patch from Sascha Hauer This patch adds the register definitions for Hilscher's netX network processors. Signed-off-by: Robert Schwebel <[email protected]> Signed-off-by: Sascha Hauer <[email protected]> Signed-off-by: Russell King <[email protected]>