aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-28Merge branch 'origin' into develRussell King6-1/+44
2009-03-28Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6 into develRussell King2-2/+2
2009-03-28[ARM] pxa: fix Colibri PXA300 and PXA320 LCD backlight pinsDaniel Mack2-2/+2
2009-03-24Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6 into develroot28-980/+608
2009-03-24Merge branch 'topic/asoc' into for-linusTakashi Iwai6-1/+44
2009-03-23[ARM] pxa: move common MFP handling code into plat-pxaEric Miao11-316/+32
2009-03-23[ARM] pxa: move common GPIO handling code into plat-pxaEric Miao3-397/+2
2009-03-23[ARM] pxa: introduce plat-pxa for PXA common code and add DMA supportEric Miao3-227/+2
2009-03-23[ARM] pxa: AC97 pin functions for Colibri PXA310/320Daniel Mack2-0/+44
2009-03-23[ARM] pxa: Add Colibri LCD functionsDaniel Mack4-0/+131
2009-03-23[ARM] pxa: Colibri PXA320 module basicsDaniel Mack3-0/+134
2009-03-23[ARM] pxa: Refactor Colibri board support codeDaniel Mack5-94/+119
2009-03-23[ARM] pxa: Fix Colibri AX88796 configurationDaniel Mack1-10/+2
2009-03-23[ARM] pxa: add USB support for Colibri PXA300Daniel Mack1-0/+21
2009-03-23[ARM] pxa: add MMC support for Colibri PXA300Daniel Mack1-0/+58
2009-03-23[ARM] pxa: add basic support for Colibri PXA300 moduleDaniel Mack4-0/+122
2009-03-23[ARM] pxa: rename colibri.c to colibri-pxa270.cDaniel Mack4-34/+37
2009-03-23Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git into develEric Miao8-7/+9
2009-03-23[ARM] pxa: add pxa320 missing pin function for CS2 on GPIO3Daniel Mack1-0/+1
2009-03-19[ARM] pass reboot command line to arch_reset()Russell King7-15/+15
2009-03-19[ARM] pxa: make second argument of clk_add_alias a name instead of the deviceDmitry Eremin-Solenikov6-7/+7
2009-03-19[ARM] pxa: add missing pin function for CS2 on GPIO1Daniel Mack1-0/+1
2009-03-13[ARM] pxa/MioA701: Migrate after pxa27x_udc gpio_pullup functionality.Robert Jarzmik1-33/+2
2009-03-13[ARM] pxa/MioA701: add gpio_vbus driverRobert Jarzmik1-1/+10
2009-03-13[ARM] pxa: add support for CSB701 baseboardDmitry Eremin-Solenikov3-0/+66
2009-03-13[ARM] pxa: add initial support for Cogent CSB726 boardDmitry Eremin-Solenikov5-1/+355
2009-03-13[ARM] pxa: fix typo in BANK_OFF() macro in gpio.hEric Miao1-1/+1
2009-03-09[ARM] pxa: add DM9000_PLATF_NO_EEPROM flag to CM-X... platformsMike Rapoport2-2/+2
2009-03-09[ARM] pxa: separate definitions from pxa-regs.h and remove it finallyEric Miao17-96/+87
2009-03-09[ARM] pxa: move pxa2xx chip selects definitions out of pxa-regs.hEric Miao3-12/+20
2009-03-09[ARM] pxa: make lubbock specific debugging stuffs back into lubbock.cEric Miao4-11/+20
2009-03-09[ARM] pxa: move PCMCIA definitions out of pxa-regs.h into pxa2xx_base.cEric Miao2-39/+1
2009-03-09[ARM] pxa: remove unnecessary #include of pxa-regs.h and hardware.hEric Miao4-5/+0
2009-03-09[ARM] pxa: access GPIO registers by chip so to make it further genericEric Miao3-170/+179
2009-03-09[ARM] pxa: move declaration of 'pxa_last_gpio' into <mach/gpio.h>Eric Miao3-4/+6
2009-03-09[ARM] pxa: move GPIO register definitions into <mach/gpio.h>Eric Miao9-87/+83
2009-03-09[ARM] pxa: move pxa_gpio_mode() outside of generic gpio.cEric Miao2-31/+31
2009-03-09[ARM] pxa: move IRQ handling of GPIO 0 and 1 outside of gpio.cEric Miao7-98/+138
2009-03-09[ARM] pxa: move DMA registers definitions into <mach/dma.h>Eric Miao3-61/+56
2009-03-09[ARM] pxa: allow DMA controller IRQ being specifiedEric Miao5-6/+6
2009-03-09[ARM] pxa: introduce pxa{25x,27x,300,320,930}.h for board usageEric Miao63-159/+120
2009-03-09[ARM] pxa/magician: remove unused forward declaration of pasic3Philipp Zabel1-2/+0
2009-03-09[ARM] pxa/magician: default to backlight trigger for keypad illuminationPhilipp Zabel1-1/+1
2009-03-09[ARM] pxa/magician: register pda_power IRQs as rising/falling edgePhilipp Zabel1-2/+4
2009-03-09[ARM] pxa/magician: select PXA_SSP for touchscreen and soundPhilipp Zabel1-0/+1
2009-03-09[ARM] pxa/magician: fix htc-egpio resource sizePhilipp Zabel1-1/+1
2009-03-09Merge branch 'devel' of ssh://master.kernel.org/home/rmk/linux-2.6-arm into develEric Miao6-0/+480
2009-03-09Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6 into develEric Miao5-11/+18
2009-03-06ASoC: add two more bitfields for PXA SSPDaniel Mack1-0/+5
2009-03-06ASoC: Fix name of register bit in pxa-sspDaniel Mack1-1/+1