24 Jun, 2006

1 commit


22 Jun, 2006

2 commits


02 Apr, 2006

1 commit


27 Mar, 2006

1 commit


22 Mar, 2006

3 commits

  • Patch from Lennert Buytenhek

    Add GPIO interrupt support for the first 16 GPIO lines (port A
    and B.)

    Signed-off-by: Lennert Buytenhek
    Signed-off-by: Russell King

    Lennert Buytenhek
     
  • Patch from Lennert Buytenhek

    Add support for setting the direction of and getting/setting the
    value of the 64 GPIO lines.

    Signed-off-by: Lennert Buytenhek
    Signed-off-by: Russell King

    Lennert Buytenhek
     
  • Patch from Lennert Buytenhek

    This patch adds support for the Cirrus ep93xx series of CPUs. The
    ep93xx is an ARM920T based CPU with two VICs, PL010 based UARTs,
    IrDA, MaverickCrunch floating point coprocessor, between 24 and 64
    GPIOs, ethernet, OHCI USB and, depending on the model, pcmcia, raster
    engine, graphics accelerator, IDE controller and a bunch of other
    stuff.

    This patch adds the core ep93xx support code, and support for the
    Glomation GESBC-9312-sx and the Technologic Systems TS-72xx SBCs.

    Signed-off-by: Lennert Buytenhek
    Signed-off-by: Russell King

    Lennert Buytenhek