05 Jan, 2012

1 commit


01 Nov, 2011

1 commit


08 Oct, 2011

1 commit

  • There are two variants of the palmtreo machine, the 680 and the
    centro, and Kconfig allows selecting one or both of them.
    This changes the board file so that it's actually possible
    to build all configurations that are allowed.

    Signed-off-by: Arnd Bergmann
    Cc: Marek Vasut
    Signed-off-by: Eric Miao

    Arnd Bergmann
     

22 Aug, 2011

1 commit


12 Jul, 2011

1 commit


25 Apr, 2011

1 commit

  • Replace sysdev classes and struct sys_device objects used for "core"
    power management by the PXA platform code with struct syscore_ops
    objects that are simpler.

    This reduces the code size and the kernel memory footprint. It also
    is necessary for removing sysdevs entirely from the kernel in the
    future.

    Signed-off-by: Rafael J. Wysocki
    Acked-by: Greg Kroah-Hartman

    Rafael J. Wysocki
     

16 Dec, 2010

1 commit

  • This patch introduces pxa2xx_map_io() and pxa3xx_map_io() to distinguish
    between PXA25x/PXA27x and PXA3xx memory mapping.

    Also, fixup for platforms broken after introducing pxa{25x,27x}_map_io()
    and pxa3xx_map_io() is included.

    Signed-off-by: Marek Vasut
    Signed-off-by: Eric Miao

    Marek Vasut
     

20 Oct, 2010

1 commit

  • Since we're now using addruart to establish the debug mapping, we can
    remove the io_pg_offst and phys_io members of struct machine_desc.

    The various declarations were removed using the following script:

    grep -rl MACHINE_START arch/arm | xargs \
    sed -i '/MACHINE_START/,/MACHINE_END/ { /\.\(phys_io\|io_pg_offst\)/d }'

    [ Initial patch was from Jeremy Kerr, example script from Russell King ]

    Signed-off-by: Nicolas Pitre
    Acked-by: Eric Miao

    Nicolas Pitre
     

09 Oct, 2010

1 commit


07 Aug, 2010

1 commit


05 Aug, 2010

2 commits


27 Jul, 2010

1 commit


16 Jul, 2010

1 commit


02 Mar, 2010

1 commit


04 Jan, 2010

1 commit


01 Dec, 2009

3 commits