04 May, 2007

1 commit


17 Feb, 2007

1 commit

  • 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
    Signed-off-by: Russell King

    Dan Williams
     

24 Jun, 2006

1 commit


23 Jun, 2006

1 commit

  • 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
    Signed-off-by: Sascha Hauer

    --
    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

    Sascha Hauer
     

19 Jun, 2006

4 commits