21 Sep, 2007

1 commit

  • Additional cleanup for debug boards on H2/P2/H3/H4: move the init
    code that's not board-specific into a new file where it can be easily
    shared between all the different boards (avoiding code duplication,
    and making it easier to support more devices). Make H4 use that.

    This should be easy to drop in to the OMAP1 boards using these debug
    cards; the only difference seems to be that the p2 does an extra reset
    of the smc using the fpga (probably all boards could do that, if it's
    necessary) and doesn't use the gpio mux or request APIs.

    Signed-off-by: David Brownell
    Signed-off-by: Tony Lindgren

    David Brownell
     

09 May, 2007

1 commit

  • This adds generic support for the "debug board" LEDs used by most of
    TI's OMAP reference boards, and board-specific support for the H4.

    It's derived from the not-as-generic stuff used by OMAP1 H2/H3/P2.
    Those should be able to switch easily to this version, and clean up
    some of the omap1-specific code.

    In addition to H4 support, one key improvement is supporting not just
    the "old" ARM debug LED API (with timer and idle LEDs, plus four that
    can be handy for kernel debugging), but it also supports the "new"
    generic LED API (most useful for usermode stuff IMO). Either or both
    APIs can be enabled.

    Signed-off-by: David Brownell
    Signed-off-by: Tony Lindgren
    Signed-off-by: Russell King

    David Brownell
     

02 Mar, 2007

2 commits


06 Dec, 2006

1 commit


04 Oct, 2006

1 commit


30 Sep, 2006

1 commit


03 Apr, 2006

1 commit

  • Patch from Tony Lindgren

    This patch syncs OMAP board support with linux-omap tree.
    The highlights of the patch are:
    - Add support for Nokia 770 by Juha Yrjola
    - Add support for Samsung Apollon by Kyungmin Park
    - Add support for Amstrad E3 videophone by Jonathan McDowell
    - Remove board-netstar.c board support as requested by Ladislav Michl
    - Do platform_device registration in board files by Komal Shah et al.

    Signed-off-by: Tony Lindgren
    Signed-off-by: Russell King

    Tony Lindgren
     

09 Feb, 2006

1 commit


14 Jan, 2006

1 commit


10 Nov, 2005

1 commit

  • Patch from Tony Lindgren

    This patch adds support for omap24xx series of processors.
    The files live in arch/arm/mach-omap2, and share common
    files with omap15xx and omap16xx processors in
    arch/arm/plat-omap.

    Omap24xx support was originally added for 2.6.9 by TI.
    This code was then improved and integrated to share common
    code with omap15xx and omap16xx processors by various
    omap developers, such as Paul Mundt, Juha Yrjola, Imre Deak,
    Tony Lindgren, Richard Woodruff, Nishant Menon, Komal Shah
    et al.

    Signed-off-by: Tony Lindgren
    Signed-off-by: Russell King

    Tony Lindgren