aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-16[ARM] pxa: register wm8731 explicitly for corgi and poodleMark Brown2-0/+12
2009-06-16[ARM] pxa/mioa701: add V3 gain configuration for Maxim 1586 voltage regulatorPhilipp Zabel1-0/+1
2009-06-16[ARM] pxa/mioa701: add Maxim 1586 voltage regulatorRobert Jarzmik1-0/+41
2009-06-16[ARM] pxa/hx4700: add Maxim 1587A voltage regulatorPhilipp Zabel1-0/+41
2009-06-16[ARM] pxa/treo680: initial supportTomas 'Sleep_Walker' Cech5-0/+679
2009-06-16[ARM] pxa/em-x270: fix type in SND_PXA2XX_LIB_AC97Mike Rapoport1-1/+1
2009-06-16[ARM] pxa/em-x270: always register AC97 controller deviceMike Rapoport1-2/+6
2009-06-16[ARM] pxa/em-x270: add ability to control GPS and GPRS powerMike Rapoport1-2/+51
2009-06-16[ARM] pxa/em-x270: remove .gpio_cs from em_x270_libertas_pdataMike Rapoport1-1/+1
2009-06-16[ARM] pxa/palm: various fixes for PalmZ72 (mostly audio asoc and usb)Marek Vasut2-5/+65
2009-06-11[ARM] pxa/sharpsl_pm: zaurus needs generic pxa suspend/resume routinesPavel Machek3-2/+6
2009-06-11[ARM] pxa/sharpsl_pm: cleanup of gpio-related code.Dmitry Eremin-Solenikov1-3/+11
2009-06-11[ARM] pxa/sharpsl_pm: drop set_irq_type callsDmitry Eremin-Solenikov1-9/+4
2009-06-11[ARM] pxa/sharpsl_pm: merge pxa-specific code into generic oneDmitry Eremin-Solenikov5-66/+54
2009-06-11[ARM] pxa/sharpsl_pm: merge the two sharpsl_pm.c since it's now pxa specificDmitry Eremin-Solenikov7-866/+838
2009-06-11[ARM] sa1100: remove unused collie_pm.cDmitry Eremin-Solenikov1-296/+0
2009-06-11[ARM] pxa: fix the conflicting non-static declarations of global_gpios[]Eric Miao2-2/+2
2009-06-05[ARM] pxa/littleton: add support for the Micro-SD slot (MMC1)Eric Miao1-0/+63
2009-06-05[ARM] pxa/cm-x300: update defconfigMike Rapoport1-85/+244
2009-06-05[ARM] pxa/cm-x300: add .fixup method to enable second DRAM bankMike Rapoport1-0/+14
2009-06-05[ARM] pxa/cm-x300: use STUART for uncompressorMike Rapoport1-1/+2
2009-06-05[ARM] pxa/cm-x300: add rtc-v3020 device registrationMike Rapoport1-0/+38
2009-06-05[ARM] pxa/cm-x300: use OBM configuration for NAND flashMike Rapoport1-0/+1
2009-06-05[ARM] pxa/em-x270, cm-x270: use DEEPSLEEP for PM_SUSPEND_MEMMike Rapoport2-0/+8
2009-06-05[ARM] pxa/em-x270: add support for on-board USB HubMike Rapoport1-0/+69
2009-06-05[ARM] pxa/em-x270: change power supply name to "battery"Mike Rapoport1-1/+1
2009-06-05[ARM] pxa/em-x270: update libertas device setupMike Rapoport1-3/+29
2009-06-05[ARM] pxa/em-x270: add exeda GPIO extender and update GPIO mappingsMike Rapoport1-18/+46
2009-06-05[ARM] pxa/ezx: setup gpio-keys for EzX phonesAntonio Ospite1-7/+168
2009-06-05[ARM] pxa/spitz: drop unused header files from spitz.cDmitry Eremin-Solenikov1-20/+3
2009-06-05[ARM] pxa/imote2: add i2c board info for the wm8940 audio codecJonathan Cameron1-0/+3
2009-06-05[ARM] pxa/imote2: add board config for SHT15 humidity sensorJonathan Cameron1-0/+28
2009-06-05[ARM] pxa: Stargate 2 board supportJonathan Cameron4-1/+804
2009-06-05[ARM] pxa/palm: Palm TX, T5, LD suspend-to-mem reworkMarek Vasut3-63/+31
2009-06-05[ARM] pxa/palm: Add Palm27x aSoC driver to PalmTE2Marek Vasut1-0/+18
2009-06-05[ARM] pxa/palm: Switch PalmT5, TX, TE2 to GPIO VBUSMarek Vasut3-9/+33
2009-06-05[ARM] pxa/csb726: register ac97 controllerDmitry Eremin-Solenikov1-0/+2
2009-06-05[ARM] pxa/csb726: switch to use smsc911x driverDmitry Eremin-Solenikov1-2/+14
2009-06-05[ARM] pxa: magician_defconfig enable hx4700, asic3 and w100fbPhilipp Zabel1-2/+3
2009-06-05[ARM] pxa: add basic support for HP iPAQ hx4700 PDAsPhilipp Zabel5-1/+994
2009-06-05[ARM] pxa/magician: use ARRAY_AND_SIZE for platform_add_devicesPhilipp Zabel1-1/+1
2009-06-05[ARM] pxa/magician: use I2C fast modePhilipp Zabel1-1/+9
2009-06-05[ARM] pxa: add vcc_core regulation for cpufreq on pxa2xxRobert Jarzmik1-19/+85
2009-06-05[ARM] pxa: add additional mfp definitions for pxa320Jürgen Schindele1-0/+14
2009-06-05[ARM] pxa: add ability to set suspend modeMike Rapoport2-1/+21
2009-06-05[ARM] pxa: add udc support for pxa3xxRobert Jarzmik1-1/+1
2009-06-05[ARM] pxa: allow IRQ_BOARD_END to be customized and make zylonite to use itPhilipp Zabel2-5/+12
2009-06-05[ARM] pxa: update pxa2xx_spi_chip initialization to use .gpio_cs fieldMike Rapoport5-139/+10
2009-06-05[ARM] pxa: add PWM devices support for pxa168/910Eric Miao8-6/+105
2009-06-05[ARM] pxa: add missing IRQ_PXA910_NONE to irqs.hEric Miao1-0/+1