summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/poodle.c
Commit message (Expand)AuthorAgeFilesLines
* [ARM] pxa: make it clear by converting MMC 'delay_detect' to millisecondEric Miao2010-05-111-1/+1
* [ARM] pxa: move ssp into common plat-pxaHaojian Zhuang2010-05-111-1/+1
* [ARM] pxa: remove unnecessary #include of <mach/ssp.h>Eric Miao2010-05-111-1/+0Star
* [ARM] locomo: allow cascaded IRQ base to be specified by platformsEric Miao2010-03-021-0/+7
* [ARM] pxa: simplify the LCD pin configuration for pxa25x platformsEric Miao2010-03-021-20/+1Star
* [ARM] pxa/poodle: fix incorrect 'gpio_card_detect' of MMCEric Miao2009-12-291-1/+1
* [ARM] pxa: allow platforms to control which uarts are registeredRussell King2009-12-011-0/+4
* [ARM] pxa: add gpio_pwdown(_inverted) into pxaficp_ir.cMarek Vasut2009-09-101-26/+1Star
* [ARM] pxa: factor pxamci gpio handlingRobert Jarzmik2009-09-101-45/+8Star
* [ARM] pxa: register wm8731 explicitly for corgi and poodleMark Brown2009-06-161-0/+6
* [ARM] pxa: update pxa2xx_spi_chip initialization to use .gpio_cs fieldMike Rapoport2009-06-051-14/+1Star
* [ARM] pxa: move mach/i2c.h to plat/i2c.hEric Miao2009-06-051-1/+1
* [ARM] pass reboot command line to arch_reset()Russell King2009-03-191-3/+3
* [ARM] pxa: introduce pxa{25x,27x,300,320,930}.h for board usageEric Miao2009-03-091-3/+1Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2009-01-051-0/+32
|\
| * [ARM] pxa/poodle: add physmap mapping for ROMDmitry Baryshkov2008-12-021-0/+32
* | [MTD] sharpsl-nand: move registration to board codeDmitry Baryshkov2008-10-291-0/+51
|/
* [ARM] pxa: fix typo in pxa25x MFP definitionsEric Miao2008-09-271-1/+1
* [ARM] pxa/poodle: prepare scoop for the generic GPIO APIEric Miao2008-09-231-0/+1
* [ARM] pxa/poodle: use SPI based ads7846 touch screen driverEric Miao2008-09-231-48/+42Star
* [ARM] pxa/poodle: convert to use the new MFP API to configure pinsEric Miao2008-09-231-63/+84
* [ARM] pxa/poodle: convert to use the new GPIO APIEric Miao2008-09-231-18/+71
* [ARM] pxa/poodle: use new .lcd_conn to specify the LCD infoEric Miao2008-09-231-2/+1Star
* [ARM] pxa/poodle: use .gpio_pullup in USB device platform dataEric Miao2008-09-231-13/+1Star
* [ARM] pxa/poodle: move scoop/locomo device registration earlierEric Miao2008-09-231-8/+7Star
* [ARM] 5225/1: zaurus: Register I2C controller for audio codecsMark Brown2008-08-261-0/+2
* [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2008-08-071-11/+11
* [ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King2008-08-071-1/+1
* [ARM] 5146/1: pxa2xx: convert all boards to call pxa2xx_transceiver_mode helperDmitry Baryshkov2008-07-121-0/+1
* [ARM] pxa: separate out power manager and clock registersRussell King2008-06-021-0/+1
* [ARM] pxa: Fix RCSR handlingRussell King2008-05-081-2/+0Star
* [ARM] pxa: separate GPIOs and their mode definitions to pxa2xx-gpio.heric miao2008-04-191-0/+1
* [ARM] 4803/1: pxa: fix building issue of poodle.c caused by patch 4737/1eric miao2008-02-041-4/+4
* [ARM] pxa: fix mci_init functions returning -1Russell King2008-01-281-4/+2Star
* [ARM] pxa: move platform devices to separate header fileRussell King2007-07-121-0/+1
* [ARM] 4450/1: pxa: add pxa25x_init_irq() and pxa27x_init_irq()Eric Miao2007-07-121-1/+1
* IRQ: Use the new typedef for interrupt handler function pointersDavid Howells2006-10-091-1/+1
* Initial blind fixup for arm for irq changesLinus Torvalds2006-10-061-1/+1
* [ARM] 3848/1: pxafb: Add option of fixing video modes and spitz QVGA mode sup...Richard Purdie2006-10-021-7/+5Star
* [PATCH] ARM: fixup irqflags breakage after ARM genirq mergeThomas Gleixner2006-07-031-1/+1
* [ARM] 3594/1: Poodle: Add touchscreen support + other updatesRichard Purdie2006-06-191-2/+67
* [ARM] 3561/1: Poodle: Correct the MMC/SD power controlRichard Purdie2006-06-191-4/+18
* [ARM] 3593/1: Add reboot and shutdown handlers for Zaurus handheldsRichard Purdie2006-06-191-0/+17
* [ARM] 3453/1: Poodle: Correctly set the memory sizeRichard Purdie2006-04-021-0/+4
* [ARM] Remove asm/arch/irq.hRussell King2006-03-211-1/+0Star
* [ARM] 3260/1: remove phys_ram from struct machine_desc (part 2)Nicolas Pitre2006-01-131-1/+0Star
* [PATCH] IRQ type flagsRussell King2006-01-091-4/+3Star
* [ARM] 3093/1: SharpSL PCMCIA Updates for Cxx00 modelsRichard Purdie2005-11-081-2/+30
* Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelLinus Torvalds2005-10-311-1/+1
|\
| * Create platform_device.h to contain all the platform device details.Russell King2005-10-291-1/+1