summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/spitz.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into for-linusRussell King2009-09-221-0/+1
|\
| * ARM: spitz: fix touchscreen max presurePavel Machek2009-09-191-0/+1
* | [ARM] pxa: add gpio_pwdown(_inverted) into pxaficp_ir.cMarek Vasut2009-09-101-42/+4
* | [ARM] pxa/spitz: make use of GPIO based matrix keypad driverEric Miao2009-09-101-1/+128
* | [ARM] pxa: factor pxamci gpio handlingRobert Jarzmik2009-09-101-56/+6
|/
* [ARM] pxa/spitz: drop unused header files from spitz.cDmitry Eremin-Solenikov2009-06-051-20/+3
* [ARM] pxa: update pxa2xx_spi_chip initialization to use .gpio_cs fieldMike Rapoport2009-06-051-50/+3
* [ARM] pxa: move mach/i2c.h to plat/i2c.hEric Miao2009-06-051-1/+1
* [ARM] pxa/spitz: provide spitz_ohci_exit() that unregisters USB_HOST GPIODmitry Eremin-Solenikov2009-05-181-0/+6
* [ARM] pxa: allow gpio_reset drive high during normal workDaniel Ribeiro2009-05-181-1/+1
* [ARM] pxa: make ads7846 on corgi and spitz to sync on HSYNCEric Miao2009-04-271-0/+10
* Merge branch 'origin' into develRussell King2009-03-281-0/+6
|\
| * pxa/spitz: Setup I2S pins for pxa2xx-i2sPhilipp Zabel2009-02-081-0/+6
* | [ARM] pass reboot command line to arch_reset()Russell King2009-03-191-2/+2
* | [ARM] pxa: introduce pxa{25x,27x,300,320,930}.h for board usageEric Miao2009-03-091-3/+1
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2009-01-051-0/+36
|\
| * [ARM] pxa/spitz: add physmap mapping for ROMDmitry Baryshkov2008-12-021-0/+32
| * [ARM] pxa: move I2C pin configurations out into board specific filesEric Miao2008-12-021-0/+4
* | Merge branch 'misc/mtd/sharpsl-nand' of git://git.kernel.org/pub/scm/linux/ke...David Woodhouse2008-12-101-0/+77
|\ \ | |/ |/|
| * [MTD] sharpsl-nand: move registration to board codeDmitry Baryshkov2008-10-291-0/+77
* | [ARM] pxa: fix incorrect PCMCIA PSKTSEL pin configuration for spitzEric Miao2008-11-161-1/+2
* | [ARM] pxa: fix I2C controller device being registered twice on AkitaEric Miao2008-11-161-1/+0
* | [ARM] pxa/spitz: fix spi cs on spitzDmitry Baryshkov2008-10-291-0/+12
|/
* [ARM] 5300/1: fixup spitz reset during bootDmitry Baryshkov2008-10-111-1/+1
* Merge branch 'pxa-all' into develRussell King2008-10-091-255/+278
|\
| * [ARM] ohci-pxa27x: introduce flags to avoid direct access to OHCI registersEric Miao2008-10-071-8/+2
| * [ARM] corgi_lcd: use GPIO API for BACKLIGHT_ON and BACKLIGHT_CONTEric Miao2008-09-251-16/+7
| * [ARM] pxa/akita: use pca953x instead of akita-ioexpEric Miao2008-09-231-21/+16
| * [ARM] pxa/spitz: use leds-gpio for led driving and drop leds-spitzEric Miao2008-09-231-1/+23
| * [ARM] pxa/spitz: use generic GPIO API for SCOOP1/SCOOP2 GPIOsEric Miao2008-09-231-24/+42
| * [ARM] pxa/spitz: use SPI-based driver for ads7846, corgi-lcd and max1111Eric Miao2008-09-231-167/+124
| * [ARM] pxa/spitz: use new .lcd_conn to specify the LCD infoEric Miao2008-09-231-2/+1
| * [ARM] pxa/spitz: convert to use new MFP APIEric Miao2008-09-231-47/+66
| * [ARM] pxa/spitz: convert to use new GPIO APIEric Miao2008-09-231-7/+35
* | Merge branch 'ptebits' into develRussell King2008-10-091-0/+2
|\ \ | |/
| * [ARM] 5225/1: zaurus: Register I2C controller for audio codecsMark Brown2008-08-261-0/+2
* | [ARM] Convert asm/io.h to linux/io.hRussell King2008-09-061-1/+1
|/
* Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmia...Russell King2008-08-071-0/+1
|\
| * [ARM] pxa: introduce reset.h for reset specific header informationEric Miao2008-08-051-0/+1
* | [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2008-08-071-13/+13
* | [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/+2
* [ARM] 5048/2: Clean up tosa and spitz resettingDmitry Baryshkov2008-07-071-5/+2
* [ARM] pxa: spitz wants PXA27x UDC definitionsRussell King2008-05-171-0/+1
* [ARM] pxa: Fix RCSR handlingRussell King2008-05-081-2/+0
* [ARM] pxa: separate GPIOs and their mode definitions to pxa2xx-gpio.heric miao2008-04-191-0/+1
* [ARM] 4801/1: pxa: fix building issues of missing pxa2xx-regs.heric miao2008-02-041-0/+1
* [ARM] pxa: fix mci_init functions returning -1Russell King2008-01-281-4/+2
* [ARM] 4737/1: Refactor corgi_lcd to improve readability + bugfixRichard Purdie2008-01-281-4/+102
* backlight: Convert corgi backlight driver into a more generic driverRichard Purdie2007-10-111-2/+16
OpenPOWER on IntegriCloud