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
     

11 Dec, 2006

1 commit

  • New I2C bus driver for Philips ARM boards (Philips IP3204 I2C IP
    block). This I2C controller can be found on (at least) PNX010x,
    PNX52xx and PNX4008 Philips boards.

    Signed-off-by: Vitaly Wool
    Signed-off-by: Jean Delvare

    Vitaly Wool
     

07 Oct, 2006

1 commit


04 Oct, 2006

1 commit


03 Oct, 2006

1 commit


22 Jun, 2006

2 commits

  • Patch from Vitaly Wool

    pnx4008_defconfig fails to build:

    include/asm/hardware/debug-8250.S: Assembler messages:
    include/asm/hardware/debug-8250.S:12: Error: Macro with this name was already defined.

    This is due to senduart macro erroneously defined in include/asm-arm/arch-pnx4008/debug-macro.S. This patch removes it from that file.

    Signed-off-by: Vitaly Wool
    Signed-off-by: Russell King

    Vitaly Wool
     
  • Patch from Vitaly Wool

    This patch moves GPIO-related defines and static inline funcs from include/asm-arm/arch-pnx4008/pm.h to include/asm-arm/arch-pnx4008/gpio.h.
    Also, some more GPIO-related defines are added to include/asm-arm/arch-pnx4008/gpio.h as they are needed for the USB host driver (coming soon...)

    Signed-off-by: Vitaly Wool
    Signed-off-by: Russell King

    Vitaly Wool
     

18 Jun, 2006

1 commit