11 Dec, 2008

3 commits

  • This will simplify the MMC low-level init, and make it more
    flexible to add support for a newer MMC controller in the
    following patches.

    The patch rearranges platform data and gets rid of slot vs
    controller confusion in the old data structures. Also fix
    device id numbering in the clock code.

    Some code snippets are based on an earlier patch by
    Russell King .

    Cc: Pierre Ossman
    Signed-off-by: Tony Lindgren

    Tony Lindgren
     
  • Switch to gpio_request/free calls

    Signed-off-by: Jarkko Nikula
    Signed-off-by: Tony Lindgren

    Jarkko Nikula
     
  • This patch replaces some legacy OMAP GPIO calls with the "new" (not
    really, any more!) calls that work on most platforms.

    The calls addressed by this patch are the simple ones to get and set
    values ... for code that's in mainline, including the implementations
    of those calls.

    Except for the declarations and definitions of those calls, all of
    these changes were performed by a simple SED script. Plus, a few
    "if() set() else set()" branches were merged by hand.

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

    David Brownell
     

07 Aug, 2008

2 commits


03 Jul, 2008

1 commit


09 Feb, 2008

2 commits

  • This patch cleans up omap1 files to sync up with linux-omap tree:

    - Remove omap-generic MMC config as it should be defined in board-*.c files
    instead of using board-generic.c
    - New style I2C board_info from David Brownell
    - Init section fixes from Dirk Behme

    Signed-off-by: Tony Lindgren

    Tony Lindgren
     
  • This patch starts using introduced I2C bus registration helper by cleaning
    up registration currently done in various places and by doing necessary
    board file modifications.

    Signed-off-by: Jarkko Nikula
    Acked-by: David Brownell
    Signed-off-by: Tony Lindgren

    Jarkko Nikula
     

26 Jan, 2008

1 commit


19 Jan, 2008

1 commit


21 Sep, 2007

2 commits


02 Mar, 2007

2 commits


06 Dec, 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