17 Mar, 2011

1 commit


16 Mar, 2011

1 commit


09 Mar, 2009

1 commit

  • Considering the header mess ATM, it is not always possible to include
    the correct header files within board code. Let's keep this simple:

    - for pxa25x based platforms
    - for pxa27x based platforms
    - for pxa300 based platforms
    - for pxa320 based platforms
    - for pxa930 based platforms

    NOTE:

    1. one header one board file, they are not compatible (i.e. they have
    conflicting definitions which won't compile if included together).

    2. Unless strictly necessary, the following header files are considered
    to be SoC files use _only_, and is not recommended to be included in
    board code:












    Signed-off-by: Eric Miao

    Eric Miao
     

24 Dec, 2008

1 commit


17 Dec, 2008

1 commit


13 Dec, 2008

1 commit


27 Aug, 2008

1 commit

  • The original am200epd driver was designed with bad assumptions. It
    manipulated GPSR/GPLR registers directly. It relied on direct access to the
    pxa LCDC registers which have since conflicted with commit
    ce4fb7b892a6d6c6a0f87366b26fd834d2923dd7 . This patch moves it into mach-pxa
    and overhauls it to use a fb obtained through fb notifiers. It now uses the
    generic GPIO api.

    Signed-off-by: Jaya Kumar
    Acked-by: Krzysztof Helt
    Acked-by: Eric Miao
    Signed-off-by: Russell King

    Jaya Kumar