e9478587c4fb43059f45acf25ee0959710280bdf |
|
30-Mar-2012 |
Haojian Zhuang <haojian.zhuang@gmail.com> |
ARM: pxa: fix build issue on cm-x300 arch/arm/mach-pxa/cm-x300.c:716:3: error: unknown field ‘dev’ specified in initializer make[1]: *** [arch/arm/mach-pxa/cm-x300.o] Error 1 make: *** [arch/arm/mach-pxa] Error 2 It's caused by 'dev' field removed from struct regulator_consumer_supply. Signed-off-by: Haojian Zhuang <haojian.zhuang@gmail.com>
|
9f97da78bf018206fb623cd351d454af2f105fe0 |
|
28-Mar-2012 |
David Howells <dhowells@redhat.com> |
Disintegrate asm/system.h for ARM Disintegrate asm/system.h for ARM. Signed-off-by: David Howells <dhowells@redhat.com> cc: Russell King <linux@arm.linux.org.uk> cc: linux-arm-kernel@lists.infradead.org
|
4e611091f859906c28921cf8d3c75a848fd249bd |
|
03-Jan-2012 |
Rob Herring <rob.herring@calxeda.com> |
ARM: pxa: remove NR_IRQS Remove NR_IRQS and add a per machine .nr_irqs setting. Signed-off-by: Rob Herring <rob.herring@calxeda.com>
|
271a74fc875210d3dfcc03d557fb5d86d3990a0f |
|
04-Nov-2011 |
Russell King <rmk+kernel@arm.linux.org.uk> |
ARM: restart: pxa: use new restart hook Hook these platforms restart code into the new restart hook rather than using arch_reset(). Acked-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
|
6384fdadb48a875bcc1c0f58933275f15f409b76 |
|
10-Oct-2011 |
Haojian Zhuang <haojian.zhuang@marvell.com> |
ARM: pxa: rename IRQ_GPIO to PXA_GPIO_TO_IRQ Avoid potential naming confliction since multiple architecture will be built in a single kernel. Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com> Acked-by: Grant Likely <grant.likely@secretlab.ca>
|
1a64200ec5e93be03e27c3b2fc332e04ae443eb2 |
|
17-Sep-2011 |
Axel Lin <axel.lin@gmail.com> |
ARM: pxa/cm-x300: properly set bt_reset pin Fix below build warning and properly set bt_reset pin. CC arch/arm/mach-pxa/cm-x300.o arch/arm/mach-pxa/cm-x300.c: In function 'cm_x300_init_wi2wi': arch/arm/mach-pxa/cm-x300.c:779: warning: unused variable 'wlan_en' arch/arm/mach-pxa/cm-x300.c:795: warning: 'bt_reset' may be used uninitialized in this function Signed-off-by: Axel Lin <axel.lin@gmail.com> Cc: <stable@kernel.org> Acked-by: Igor Grinberg <grinberg@compulab.co.il> Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
|
0744a3ee37784dfda0025963716a36c3f1e3adcc |
|
20-Dec-2010 |
Russell King <rmk+kernel@arm.linux.org.uk> |
ARM: platform fixups: remove mdesc argument to fixup function Get rid of the mdesc pointer in the fixup function call. No one uses the mdesc pointer, it shouldn't be modified anyway, and we can't wrap it, so let's remove it. Platform files found by: $ regexp=$(git grep -h '\.fixup.*=' arch/arm | sed 's!.*= *\([^,]*\),* *!\1!' | sort -u | tr '\n' '|' | sed 's,|$,,;s,|,\\|,g') $ git grep $regexp arch/arm Acked-by: Nicolas Pitre <nicolas.pitre@linaro.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
|
f3c8cfc237927cc095e8bcb1e3794cfa76390bab |
|
15-Jul-2011 |
Lei Wen <leiwen@marvell.com> |
mtd: pxa3xx_nand: enable multiple chip select support Current pxa3xx_nand controller has two chip select which both be workable. This patch enable this feature. Update platform driver to support this feature. Another notice should be taken that: When you want to use this feature, you should not enable the keep configuration feature, for two chip select could be attached with different nand chip. The different page size and timing requirement make the keep configuration impossible. Signed-off-by: Lei Wen <leiwen@marvell.com>
|
7375aba6737419db5a17b4a8540ffe7b4452ff40 |
|
06-Jul-2011 |
Nicolas Pitre <nicolas.pitre@linaro.org> |
ARM: mach-pxa: convert boot_params to atag_offset Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org> Acked-by: Arnd Bergmann <arnd@arndb.de>
|
8a97ae2f554d762a4bc67b5d13b52ef39c8d6baa |
|
18-May-2011 |
Eric Miao <eric.y.miao@gmail.com> |
ARM: pxa: enable MULTI_IRQ_HANDLER for all boards Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
|
32de50e2416bc3da8c5b68f7afc280bcef630c23 |
|
09-May-2011 |
Igor Grinberg <grinberg@compulab.co.il> |
ARM: pxa/cm-x300: minor style cleanup introduce pr_fmt, so the pr_* calls will be cleaner Signed-off-by: Igor Grinberg <grinberg@compulab.co.il> Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
|
5a009df1f200efa49658b0e9c7ad056d59fbefe4 |
|
09-May-2011 |
Igor Grinberg <grinberg@compulab.co.il> |
ARM: pxa/cm-x300: GPIO cleanup use gpio_request_<one|array>() instead of multiple gpiolib calls Signed-off-by: Igor Grinberg <grinberg@compulab.co.il> Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
|
6c7b3ea52e345ab614edb91d3f0e9f3bb3713871 |
|
09-May-2011 |
Igor Grinberg <grinberg@compulab.co.il> |
ARM: pxa/cm-x300: fix V3020 RTC functionality While in sleep mode the CS# and other V3020 RTC GPIOs must be driven high, otherwise V3020 RTC fails to keep the right time in sleep mode. Signed-off-by: Igor Grinberg <grinberg@compulab.co.il> Cc: stable@kernel.org Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
|
6845664a6a7d443f03883db59d10749d38d98b8e |
|
24-Mar-2011 |
Thomas Gleixner <tglx@linutronix.de> |
arm: Cleanup the irq namespace Convert to the new function names. Automated with coccinelle. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
|
b459396ee9398bdf61e3118ca730394f58e90c9c |
|
23-Feb-2011 |
Sebastian Andrzej Siewior <bigeasy@linutronix.de> |
ARM: pxa2xx: reorganize I2C files This patch moves the platform data definition from arch/arm/plat-pxa/include/plat/i2c.h to include/linux/i2c/pxa-i2c.h so it can be accessed from x86 the same way as on ARM. This change should make no functional change to the PXA code. The move is verified by building the following defconfigs: cm_x2xx_defconfig corgi_defconfig em_x270_defconfig ezx_defconfig imote2_defconfig pxa3xx_defconfig spitz_defconfig zeus_defconfig raumfeld_defconfig magician_defconfig mmp2_defconfig pxa168_defconfig pxa910_defconfig Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Signed-off-by: Dirk Brandewie <dirk.brandewie@gmail.com> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
|
4321e1a12b811c02441240aa6183156791204f3f |
|
15-Feb-2011 |
Russell King - ARM Linux <linux@arm.linux.org.uk> |
ARM: pxa: clean up set_pxa_fb_info set_pxa_fb_info() has been a long-standing wart in the naming scheme of the pxa_set_xxx_info() functions. This renames the function, and combines set_pxa_fb_parent() with set_pxa_fb_info(). Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> Acked-by: Igor Grinberg <grinberg@compulab.co.il> Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
|
851982c1b6ca18cedf6d01e4529a0c1ddb30771e |
|
11-Oct-2010 |
Marek Vasut <marek.vasut@gmail.com> |
ARM: pxa: Introduce pxa{25x,27x,3xx}_map_io() 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 <marek.vasut@gmail.com> Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
|
6451d7783ba5ff24eb1a544eaa6665b890f30466 |
|
15-Oct-2010 |
Nicolas Pitre <nicolas.pitre@linaro.org> |
arm: remove machine_desc.io_pg_offst and .phys_io 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 <nicolas.pitre@linaro.org> Acked-by: Eric Miao <eric.miao at canonical.com>
|
1b43d8eda71bc953c9005afd63952e0666169553 |
|
27-Jul-2010 |
Igor Grinberg <grinberg@compulab.co.il> |
ARM: pxa/cm-x300: enable USB host port2 Signed-off-by: Igor Grinberg <grinberg@compulab.co.il> Signed-off-by: Mike Rapoport <mike@compulab.co.il> Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
|
a6cd7eb374647b572ae9e7dbfe49871e6996e8e0 |
|
20-Jul-2010 |
Igor Grinberg <grinberg@compulab.co.il> |
[ARM] pxa/cm-x300: fix ffuart registration ffuart is available on cm-x300 only with pxa300. Signed-off-by: Igor Grinberg <grinberg@compulab.co.il> Cc: stable <stable@kernel.org> Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
|
1b84387ac12b42b09315c6c1d176588de4b2e46f |
|
13-Jun-2010 |
Igor Grinberg <grinberg@compulab.co.il> |
[ARM] pxa/cm-x300: enable the IRQ_WAKEUP0 as wakeup source. Signed-off-by: Igor Grinberg <grinberg@compulab.co.il> Signed-off-by: Mike Rapoport <mike@compulab.co.il> Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
|
f97cab28b1895ecb0aa317cc785bb209f57fc1e8 |
|
14-Apr-2010 |
Eric Miao <eric.y.miao@gmail.com> |
[ARM] pxa: make it clear by converting MMC 'delay_detect' to millisecond 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 <eric.y.miao@gmail.com> Acked-by: Robert Jarzmik <robert.jarzmik@free.fr> Acked-by: Marc Zyngier <maz@misterjones.org> Acked-by: Marek Vasut <marek.vasut@gmail.com> Acked-by: Mike Rapoport <mike@compulab.co.il> Acked-by: Daniel Mack <daniel@caiaq.de>
|
818809752303b5b792dde4ace6321e8ccc180f65 |
|
09-Mar-2010 |
Igor Grinberg <grinberg@compulab.co.il> |
[ARM] pxa/cm-x300: update the memory fixup. CM-X300 bootloader passes DRAM configuration information in ATAGS, however, the first memory bank is reported at actual physical address 0x8000000. Use the configuration information supplied by the bootloader and cope with the necessity to have PHYS_ADDR=0xa0000000. Signed-off-by: Igor Grinberg <grinberg@compulab.co.il> Signed-off-by: Mike Rapoport <mike@compulab.co.il> Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
|
d176d64b54c72ee00f825dddd63830f8bd2b5155 |
|
09-Mar-2010 |
Igor Grinberg <grinberg@compulab.co.il> |
[ARM] pxa/cm-x300: add regulator on vcc_core Signed-off-by: Igor Grinberg <grinberg@compulab.co.il> Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
|
e4e309708eeb87a5b2429bc1f9bd1bc469d5a8b0 |
|
09-Mar-2010 |
Igor Grinberg <grinberg@compulab.co.il> |
[ARM] pxa/cm-x300: fix da903x IRQ line assignment Signed-off-by: Igor Grinberg <grinberg@compulab.co.il> Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
|
d768c67c0cc70c7817585676a40e0d2a9094bdbe |
|
09-Mar-2010 |
Igor Grinberg <grinberg@compulab.co.il> |
[ARM] pxa/cm-x300: da903x WLED is not connected on cm-x300 Signed-off-by: Igor Grinberg <grinberg@compulab.co.il> Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
|
03ba7e07f5025710470b12e18e2b9b2979d836db |
|
09-Mar-2010 |
Igor Grinberg <grinberg@compulab.co.il> |
[ARM] pxa/cm-x300.c: add battery charger support Signed-off-by: Igor Grinberg <grinberg@compulab.co.il> Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
|
61e0ac03c8223d875de93da099737fbd45ff1492 |
|
10-Nov-2009 |
Igor Grinberg <grinberg@compulab.co.il> |
[ARM] pxa/cm-x300: add PWM backlight support Signed-off-by: Igor Grinberg <grinberg@compulab.co.il> Signed-off-by: Mike Rapoport <mike@compulab.co.il> Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
|
5c3804629e69bf48474bb53038d5dcc5a8d25959 |
|
16-Dec-2009 |
Eric Miao <eric.y.miao@gmail.com> |
revert "[ARM] pxa/cm-x300: add PWM backlight support" Commit db205463fd24c0972ad2c4e4fafb1c76e51b4380 was incorrectly applied, and reverted here to re-apply. Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
|
db205463fd24c0972ad2c4e4fafb1c76e51b4380 |
|
10-Nov-2009 |
Igor Grinberg <grinberg@compulab.co.il> |
[ARM] pxa/cm-x300: add PWM backlight support Signed-off-by: Igor Grinberg <grinberg@compulab.co.il> Signed-off-by: Mike Rapoport <mike@compulab.co.il> Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
|
14fd9e00538fa0271602bb529f094285c6e596d6 |
|
14-Oct-2009 |
Igor Grinberg <grinberg@compulab.co.il> |
[ARM] pxa/cm-x300: update authors and copyright Signed-off-by: Igor Grinberg <grinberg@compulab.co.il> Signed-off-by: Mike Rapoport <mike@compulab.co.il> Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
|
9c017ca1a0782ccfe26bfb36f03a9ba09370d7f7 |
|
14-Oct-2009 |
Igor Grinberg <grinberg@compulab.co.il> |
[ARM] pxa/cm-x300: add da9030 support Register DA9030 PMIC. Use only backlight sub-device for now. Signed-off-by: Igor Grinberg <grinberg@compulab.co.il> Signed-off-by: Mike Rapoport <mike@compulab.co.il> Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
|
edaa64c906f1e977396d0bd868079ee632583149 |
|
14-Oct-2009 |
Igor Grinberg <grinberg@compulab.co.il> |
[ARM] pxa/cm-x300: enable USB port 2 for PXA300 Port 2 requires setting of UP2OCR register to function as USB host. Signed-off-by: Igor Grinberg <grinberg@compulab.co.il> Signed-off-by: Mike Rapoport <mike@compulab.co.il> Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
|
def8252ddb9bc52434b2ac1d560a609c61849638 |
|
14-Oct-2009 |
Igor Grinberg <grinberg@compulab.co.il> |
[ARM] pxa/cm-x300: add support for PXA310 cpu CM-X300 can be assembled with PXA300 and PXA310 CPU. Provide support for both CPU variants. Signed-off-by: Igor Grinberg <grinberg@compulab.co.il> Signed-off-by: Mike Rapoport <mike@compulab.co.il> Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
|
b3d01da66d45504f8bdc6fbc9c0c1f1705ebc251 |
|
14-Oct-2009 |
Igor Grinberg <grinberg@compulab.co.il> |
[ARM] pxa/cm-x300: add Wi2Wi chip (Bluetooth and WiFi) initialization Signed-off-by: Igor Grinberg <grinberg@compulab.co.il> Signed-off-by: Mike Rapoport <mike@compulab.co.il> Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
|
74e74defd6c471fc7ec108e64cb953164940a122 |
|
14-Oct-2009 |
Igor Grinberg <grinberg@compulab.co.il> |
[ARM] pxa/cm-x300: add ac97 controller registration Signed-off-by: Igor Grinberg <grinberg@compulab.co.il> Signed-off-by: Mike Rapoport <mike@compulab.co.il> Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
|
83e560eee12b3215c193338496090838e5f6d1cb |
|
14-Oct-2009 |
Igor Grinberg <grinberg@compulab.co.il> |
[ARM] pxa/cm-x300: add TDO35S lcd support Signed-off-by: Igor Grinberg <grinberg@compulab.co.il> Signed-off-by: Mike Rapoport <mike@compulab.co.il> Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
|
55052ea23d09ebe71ebeadc054e828b37d4e0356 |
|
14-Oct-2009 |
Igor Grinberg <grinberg@compulab.co.il> |
[ARM] pxa/cm-x300: add revision difference handling Different revisions of CM-X300 use different pins for several functions. Make the kernel aware of it. Signed-off-by: Igor Grinberg <grinberg@compulab.co.il> Signed-off-by: Mike Rapoport <mike@compulab.co.il> Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
|
cc155c6f2cc705cb082ed676044368424e4b9121 |
|
09-Nov-2009 |
Russell King <rmk+kernel@arm.linux.org.uk> |
[ARM] pxa: allow platforms to control which uarts are registered 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 <rmk+kernel@arm.linux.org.uk> Acked-by: Mike Rapoport <mike@compulab.co.il> Acked-by: Robert Jarzmik <robert.jarzmik@free.fr> Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
|
82b95ecb96122896fd5b7b75001fdda3e047ef38 |
|
10-Sep-2009 |
Haojian Zhuang <haojian.zhuang@marvell.com> |
pxa3xx_nand: move pxa3xx_nand.h common into plat directory Since the same nand controller is shared between ARCH_PXA and ARCH_MMP. Move the pxa3xx_nand.h from mach directory to plat directoy. Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com> Cc: David Woodhouse <david.woodhouse@intel.com> Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
|
0bff2fc319c2a3cb8969c71fdc2f941a15319b2c |
|
15-Oct-2009 |
Mike Rapoport <mike@compulab.co.il> |
[ARM] pxa/cm-x300: fix mmc numbering CM-X300 has libertas on mmc2 and SD card slot on mmc1. This patch fixes wrong MMC ports assignment. Signed-off-by: Igor Grinberg <grinberg@compulab.co.il> Signed-off-by: Mike Rapoport <mike@compulab.co.il> Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
|
7a648256b20c493c99757fe1d248daf7954647bc |
|
06-Jul-2009 |
Robert Jarzmik <robert.jarzmik@free.fr> |
[ARM] pxa: factor pxamci gpio handling 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 <robert.jarzmik@free.fr> Acked-by: Mike Rapoport <mike@compulab.co.il> Acked-by: Philipp Zabel <philipp.zabel@gmail.com> Acked-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> 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 <eric.y.miao@gmail.com>
|
b5a5c474b037ab61930c16b7a8e42874b54e5cb8 |
|
04-Jun-2009 |
Mike Rapoport <mike@compulab.co.il> |
[ARM] pxa/cm-x300: add .fixup method to enable second DRAM bank Signed-off-by: Mike Rapoport <mike@compulab.co.il> Signed-off-by: Eric Miao <eric.miao@marvell.com>
|
1858ced3f990777defda93ad10ffa81c28ddc2e2 |
|
04-Jun-2009 |
Mike Rapoport <mike@compulab.co.il> |
[ARM] pxa/cm-x300: add rtc-v3020 device registration Signed-off-by: Mike Rapoport <mike@compulab.co.il> Signed-off-by: Eric Miao <eric.miao@marvell.com>
|
b3992b665379c8de6f47cd0b0e5b3004d26b05be |
|
04-Jun-2009 |
Mike Rapoport <mike@compulab.co.il> |
[ARM] pxa/cm-x300: use OBM configuration for NAND flash CM-X300 can be assembled with different NAND flashes from different manufacturers. Adding their configuration to the kernel is impractical, therefore we will use the default NAND controller settings set up by the bootloader. Signed-off-by: Mike Rapoport <mike@compulab.co.il> Signed-off-by: Eric Miao <eric.miao@marvell.com>
|
f0a83701399123b0e95cc4d949fcccf9941fd190 |
|
13-Apr-2009 |
Eric Miao <eric.miao@marvell.com> |
[ARM] pxa: move mach/i2c.h to plat/i2c.h Signed-off-by: Paul Shen <paul.shen@marvell.com> Signed-off-by: Eric Miao <eric.miao@marvell.com>
|
bff22c9b85c911719a82b6e7cc8925dd84d278c7 |
|
23-Feb-2009 |
Mike Rapoport <mike@compulab.co.il> |
[ARM] pxa: add DM9000_PLATF_NO_EEPROM flag to CM-X... platforms Signed-off-by: Mike Rapoport <mike@compulab.co.il> Signed-off-by: Eric Miao <eric.miao@marvell.com>
|
51c62982a33d9086fd8876293411d28a5f97247a |
|
02-Jan-2009 |
Eric Miao <eric.miao@marvell.com> |
[ARM] pxa: introduce pxa{25x,27x,300,320,930}.h for board usage Considering the header mess ATM, it is not always possible to include the correct header files within board code. Let's keep this simple: <mach/pxa25x.h> - for pxa25x based platforms <mach/pxa27x.h> - for pxa27x based platforms <mach/pxa300.h> - for pxa300 based platforms <mach/pxa320.h> - for pxa320 based platforms <mach/pxa930.h> - 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: <mach/hardware.h> <mach/pxa-regs.h> <mach/pxa2xx-regs.h> <mach/pxa3xx-regs.h> <mach/mfp.h> <mach/mfp-pxa2xx.h> <mach/mfp-pxa25x.h> <mach/mfp-pxa27x.h> <mach/mfp-pxa3xx.h> <mach/mfp-pxa300.h> <mach/mfp-pxa320.h> <mach/mfp-pxa930.h> Signed-off-by: Eric Miao <eric.miao@marvell.com>
|
6f584cfab47173bcbf06b67cb22d519e95317311 |
|
28-Nov-2008 |
Eric Miao <eric.miao@marvell.com> |
[ARM] pxa: move I2C pin configurations out into board specific files Signed-off-by: Eric Miao <eric.miao@marvell.com>
|
80796f2a40504526797d488d17b87c4274d430fa |
|
25-Nov-2008 |
Eric Miao <eric.miao@marvell.com> |
[ARM] pxa: use <linux/gpio.h> instead of unnecessary <mach/gpio.h> Signed-off-by: Eric Miao <eric.miao@marvell.com>
|
097b53348f34a461d2b07081eae12d823cf3d729 |
|
27-Sep-2008 |
Eric Miao <eric.miao@marvell.com> |
[ARM] ohci-pxa27x: introduce flags to avoid direct access to OHCI registers Direct access to USB host controller registers is considered to be not portable, and is usually a bad sign for poorly abstracted interface. Introduce .flags and .power_on_delay to "struct pxaohci_platform_data" so that most platforms don't bother to write their own .init/.exit() sequences. Signed-off-by: Eric Miao <eric.miao@marvell.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
|
cf75d8d213f58c01791940c4392c4122e0063bc0 |
|
26-Aug-2008 |
Mike Rapoport <mike@compulab.co.il> |
[ARM] 5215/2: Add support for CM-X300 board This patch adds core support for CM-X300 board based on PXA300 processor Signed-off-by: Mike Rapoport <mike@compulab.co.il> Acked-by: Eric Miao <eric.miao@marvell.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
|