05 Jan, 2012
1 commit
-
Hook these platforms restart code into the new restart hook rather
than using arch_reset().Acked-by: Richard Purdie
Signed-off-by: Russell King
01 Nov, 2011
1 commit
-
Fix up all conflicts between the memory.h cleanup and bug fixes.
Signed-off-by: Arnd Bergmann
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
22 Aug, 2011
1 commit
-
Signed-off-by: Nicolas Pitre
Acked-by: Arnd Bergmann
12 Jul, 2011
1 commit
-
Signed-off-by: Eric Miao
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
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
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
09 Oct, 2010
1 commit
-
mach-mmp utilizes pxa27x_keypad code so we need to move header to
platform pxa directory.Signed-off-by: Mark F. Brown
Signed-off-by: Eric Miao
07 Aug, 2010
1 commit
-
…-linux-2.6 into devel-stable
Conflicts:
arch/arm/mach-pxa/palmt5.c
arch/arm/mach-pxa/palmtreo.c
05 Aug, 2010
2 commits
-
Signed-off-by: Marek Vasut
-
This file is scheduled for removal, therefore fix all devices that use this
file to use the suggested wm97xx.h and pass platform data properly.Signed-off-by: Marek Vasut
Acked-by: Robert Jarzmik
Acked-by: Tomas Cech
Acked-by: Mark Brown
Signed-off-by: Eric Miao
27 Jul, 2010
1 commit
-
Signed-off-by: Russell King
16 Jul, 2010
1 commit
-
Move the platform specific bootmem memory reservations out of
arch/arm/mm/mmu.c into their respective platform files.Signed-off-by: Russell King
02 Mar, 2010
1 commit
-
Signed-off-by: Eric Miao
04 Jan, 2010
1 commit
-
Signed-off-by: Eric Miao
01 Dec, 2009
3 commits
-
For some platforms, it is inappropriate to register all PXA UARTs.
In some cases, the UARTs may not be used, and in others we may want
to avoid registering the UARTs to allow other drivers (eg, FICP) to
make use of the UART.In addition, a while back there was a request to be able to pass
platform data to the UART driver.This patch enables all of this by providing functions platforms can
call to register each individual UART.Signed-off-by: Russell King
Acked-by: Mike Rapoport
Acked-by: Robert Jarzmik
Signed-off-by: Eric Miao -
Signed-off-by: Tomáš Čech
Signed-off-by: Eric Miao -
Signed-off-by: Tomáš Čech
Acked-by: Marek Vasut
Signed-off-by: Eric Miao