29 Mar, 2009

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
     

09 Feb, 2009

1 commit


02 Dec, 2008

1 commit

  • This patch adds HP iPAQ h5000's (h5400, h5500) basic definitions.

    Kernel will able to boot, work via serial console, mount filesystems
    placed on flashes and run USB gadgets (g_ether by default).

    Other device drivers (frame buffer, LCD, touchscreen, backlight,
    bluetooth, w1/battery, ...) are depend on SAMCOP and MediaQ
    SoCs/MFDs, drivers to which will be submitted too, after massive
    cleanups.

    This machine will be used as "real user" for these new drivers.

    This is an updated version of the patch, which contains fixes proposed on
    linux-arm-kernel mailing list.

    Signed-off-by: Anton Vorontsov
    Signed-off-by: Milan Plzik
    Signed-off-by: Eric Miao

    Anton Vorontsov