summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa (follow)
Commit message (Expand)AuthorAgeFilesLines
* [ARM] pxa/csb726: register ac97 controllerDmitry Eremin-Solenikov2009-06-051-0/+2
* [ARM] pxa/csb726: switch to use smsc911x driverDmitry Eremin-Solenikov2009-06-051-2/+14
* [ARM] pxa: add basic support for HP iPAQ hx4700 PDAsPhilipp Zabel2009-06-055-1/+994
* [ARM] pxa/magician: use ARRAY_AND_SIZE for platform_add_devicesPhilipp Zabel2009-06-051-1/+1
* [ARM] pxa/magician: use I2C fast modePhilipp Zabel2009-06-051-1/+9
* [ARM] pxa: add vcc_core regulation for cpufreq on pxa2xxRobert Jarzmik2009-06-051-19/+85
* [ARM] pxa: add additional mfp definitions for pxa320Jürgen Schindele2009-06-051-0/+14
* [ARM] pxa: add ability to set suspend modeMike Rapoport2009-06-052-1/+21
* [ARM] pxa: add udc support for pxa3xxRobert Jarzmik2009-06-051-1/+1
* [ARM] pxa: allow IRQ_BOARD_END to be customized and make zylonite to use itPhilipp Zabel2009-06-052-5/+12
* [ARM] pxa: update pxa2xx_spi_chip initialization to use .gpio_cs fieldMike Rapoport2009-06-055-139/+10
* [ARM] pxa: move pwm.c to common plat-pxa directoryEric Miao2009-06-052-302/+0
* [ARM] pxa: build pwm.c according to HAVE_PWM instead of PXA_PWMEric Miao2009-06-052-7/+1
* [ARM] pxa: allow PWM ID base number to be specified in pwm_id_tableEric Miao2009-06-051-2/+3
* [ARM] pxa: simplify secondary PWM handling and use platform_device_id tableEric Miao2009-06-051-67/+49
* [ARM] pxa: move mach/i2c.h to plat/i2c.hEric Miao2009-06-0522-103/+21
* [ARM] pxa: add platform device ID table to pxa i2c driverEric Miao2009-06-051-1/+1
* Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px...Russell King2009-05-239-24/+41
|\
| * [ARM] pxa/palm: fix PalmLD/T5/TX AC97 MFPMarek Vasut2009-05-223-0/+4
| * [ARM] pxa/ezx: fix pin configuration for low power modeDaniel Ribeiro2009-05-201-18/+18
| * [ARM] pxa/spitz: provide spitz_ohci_exit() that unregisters USB_HOST GPIODmitry Eremin-Solenikov2009-05-181-0/+6
| * [ARM] pxa: enable GPIO receivers after configuring pinsTimothy Clacy2009-05-181-0/+3
| * [ARM] pxa: allow gpio_reset drive high during normal workDaniel Ribeiro2009-05-184-6/+7
| * [ARM] pxa: save/restore PGSR on suspend/resume.Daniel Ribeiro2009-05-181-0/+3
* | [ARM] 5513/1: Eurotech VIPER SBC: fix compilation errorRicardo Martins2009-05-161-0/+1
|/
* [ARM] Kconfig typo fix: "PXA930" -> "CPU_PXA930".Robert P. J. Day2009-05-031-2/+2
* [ARM] pxa/littleton: add missing da9034 touchscreen supportEric Miao2009-04-271-0/+9
* [ARM] pxa/zylonite: configure GPIO18/19 correctly, used by 2 GPIO expandersEric Miao2009-04-271-0/+4
* [ARM] pxa/zylonite: fix the issue of unused SDATA_IN_1 pin get AC97 not workingEric Miao2009-04-272-0/+2
* [ARM] pxa: make ads7846 on corgi and spitz to sync on HSYNCEric Miao2009-04-272-0/+20
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-04-247-17/+71
|\
| * [ARM] pxa/pcm990: start external GPIOs immediately after built-in onesGuennadi Liakhovetski2009-04-191-3/+3
| * [ARM] pxa/palm27x: General fix for Palm27x aSoC driverMarek Vasut2009-04-194-13/+53
| * [ARM] pxa/mioa701: use GPIO95 as AC97 reset lineRobert Jarzmik2009-04-151-1/+5
| * [ARM] pxa: merge AC97 platform data structuresMark Brown2009-04-151-0/+10
* | clocksource: pass clocksource to read() callbackMagnus Damm2009-04-211-1/+1
|/
* [ARM] pxa/em-x270: remove duplicated #includeHuang Weiyi2009-04-141-1/+0
* [ARM] pxa/em-x270: explicitly set .gpio_cs in TDO35S SPI chip dataMike Rapoport2009-04-141-2/+3
* [ARM] pxa: PalmTX and PalmT5 USB fixesMarek Vasut2009-04-134-12/+12
* [ARM] pxa: add missing declaration of pxa26x_init_irq()Marek Vasut2009-04-131-0/+3
* [ARM] pxa/colibri: fix missing variable name in inline functionsEric Miao2009-04-091-2/+2
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-04-0924-80/+832
|\
| * Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/...Russell King2009-04-0624-80/+832
| |\
| | * [ARM] pxa: register AC97 controller devicesMark Brown2009-04-045-4/+10
| | * [ARM] pxa/csb701: do not register devices on non-csb726 boadsDmitry Eremin-Solenikov2009-04-041-0/+5
| | * [ARM] pxa/colibri: get rid of set_irq_type()Daniel Mack2009-04-043-6/+7
| | * [ARM] pxa/colibri: provide MAC address from ATAG_SERIALDaniel Mack2009-04-044-4/+46
| | * [ARM] pxa/cm-x2xx: fix ucb1400 not being registeredMarek Vasut2009-04-041-1/+1
| | * [ARM] pxa: Add support for suspend on PalmTX, T5 and LDMarek Vasut2009-04-046-12/+98
| | * [ARM] pxa: PalmTE2 support for battery, UDC, IrDA and backlightMarek Vasut2009-04-042-0/+213