19 Jun, 2013
1 commit
-
pxa27x-keypad includes matrix keys. Make use of matrix_keymap
for the matrix keys.Signed-off-by: Chao Xie
Signed-off-by: Dmitry Torokhov
25 Dec, 2012
1 commit
-
Now that the only field in struct sys_timer is .init, delete the struct,
and replace the machine descriptor .timer field with the initialization
function itself.This will enable moving timer drivers into drivers/clocksource without
having to place a public prototype of each struct sys_timer object into
include/linux; the intent is to create a single of_clocksource_init()
function that determines which timer driver to initialize by scanning
the device dtree, much like the proposed irqchip_init() at:
http://www.spinics.net/lists/arm-kernel/msg203686.htmlIncludes mach-omap2 fixes from Igor Grinberg.
Tested-by: Robert Jarzmik
Signed-off-by: Stephen Warren
14 Sep, 2012
1 commit
-
Platform data for device drivers should be defined in
include/linux/platform_data/*.h, not in the architecture
and platform specific directories.This moves such data out of the pxa include directories
Signed-off-by: Arnd Bergmann
Acked-by: Mark Brown
Acked-by: Greg Kroah-Hartman
Acked-by: Nicolas Pitre
Acked-by: Mauro Carvalho Chehab
Acked-by: Igor Grinberg
Acked-by: Jeff Garzik
Acked-by: Marek Vasut
Acked-by: Robert Jarzmik
Acked-by: Paul Parsons
Acked-by: Vinod Koul
Acked-By: Stefan Schmidt
Cc: Eric Miao
Cc: Haojian Zhuang
Cc: Daniel Ribeiro
Cc: Harald Welte
Cc: Philipp Zabel
Cc: Tomas Cech
Cc: Sergey Lapin
Cc: Jonathan Cameron
Cc: Dan Williams
Cc: Dmitry Torokhov
Cc: Chris Ball
Cc: David Woodhouse
Cc: Samuel Ortiz
Cc: Alan Stern
Cc: Florian Tobias Schandinat
Cc: Liam Girdwood
Cc: Jaroslav Kysela
Cc: Takashi Iwai
Cc: Guennadi Liakhovetski
Cc: Artem Bityutskiy
Cc: openezx-devel@lists.openezx.org
26 Jan, 2012
1 commit
-
Remove NR_IRQS and add a per machine .nr_irqs setting.
Signed-off-by: Rob Herring
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
22 Aug, 2011
1 commit
-
Signed-off-by: Nicolas Pitre
Acked-by: Arnd Bergmann
12 Jul, 2011
1 commit
-
Signed-off-by: Eric Miao
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
11 May, 2010
1 commit
-
delay_detect in HZ is confusing, convert it to be millisecond based. And
thus remove those unnecessary call to msecs_to_jiffies() at runtime for
this field. Other constants are converted assuming HZ == 100, which are
basically true for those platforms.The assignment in csb726.c was incorrect, and is fixed in this patch as
a result.Signed-off-by: Eric Miao
Acked-by: Robert Jarzmik
Acked-by: Marc Zyngier
Acked-by: Marek Vasut
Acked-by: Mike Rapoport
Acked-by: Daniel Mack
02 Mar, 2010
1 commit
-
Signed-off-by: Eric Miao
04 Jan, 2010
1 commit
-
Signed-off-by: Eric Miao
01 Dec, 2009
1 commit
-
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
10 Sep, 2009
3 commits
-
and convert PXA-based devices to gpio_pwdown where possible.
Signed-off-by: Marek Vasut
Signed-off-by: Eric Miao -
Signed-off-by: Marek Vasut
Signed-off-by: Eric Miao -
Several boards use always the same pattern with pxamci :
request gpio, request irq for that gpio to detect MMC card
insertion, request gpio for read-only mode detection, etc
...Now that pxamci provides platform_data to describe simple
gpio management of the MMC external controls, use it.Signed-off-by: Robert Jarzmik
Acked-by: Mike Rapoport
Acked-by: Philipp Zabel
Acked-by: Dmitry Eremin-Solenikov
Cc: rpurdie@rpsys.net
Cc: drwyrm@gmail.com
Cc: sakoman@gmail.com
Cc: marek.vasut@gmail.com
Cc: s.hauer@pengutronix.de
Signed-off-by: Eric Miao
18 Jul, 2009
1 commit
-
Signed-off-by: Marek Vasut
Signed-off-by: Eric Miao
05 Jun, 2009
2 commits
-
Signed-off-by: Marek Vasut
Signed-off-by: Eric Miao -
Signed-off-by: Marek Vasut
Signed-off-by: Eric Miao
22 May, 2009
1 commit
-
Signed-off-by: Marek Vasut
Signed-off-by: Eric Miao
19 Apr, 2009
1 commit
-
Firstly, this patch makes the palm27x asoc driver a little more sane. Also,
since all affected devices use GPIO95 as AC97_nRESET, this patch sets that
properly. Affected are PalmT5, TX and LifeDrive.Signed-off-by: Marek Vasut
Signed-off-by: Eric Miao
13 Apr, 2009
1 commit
-
Signed-off-by: Marek Vasut
Signed-off-by: Eric Miao
04 Apr, 2009
1 commit
-
Signed-off-by: Marek Vasut
Signed-off-by: Eric Miao
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 platformsNOTE:
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
21 Jan, 2009
1 commit
-
Signed-off-by: Marek Vasut
Signed-off-by: Eric Miao