summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa
Commit message (Expand)AuthorAgeFilesLines
* [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
* [ARM] pxa: Palm Tungsten E2 basic supportMarek Vasut2009-04-044-0/+331
* [ARM] pxa/em-x270: add libertas device registrationMike Rapoport2009-04-041-8/+78
* [ARM] pxa/magician: Enable bq24022 regulator for gpio_vbus and pda_powerPhilipp Zabel2009-04-042-45/+43
* V4L/DVB (11034): soc-camera: remove now unused gpio member of struct soc_came...Sascha Hauer2009-03-301-1/+0
* V4L/DVB (11031): pcm990 baseboard: add camera bus width switch settingSascha Hauer2009-03-301-9/+45
* Merge branch 'origin' into develRussell King2009-03-286-1/+44
|\
| * Merge branch 'topic/asoc' into for-linusTakashi Iwai2009-03-246-1/+44
| |\
| | * ASoC: add two more bitfields for PXA SSPDaniel Mack2009-03-061-0/+5
| | * ASoC: Fix name of register bit in pxa-sspDaniel Mack2009-03-061-1/+1
| | * pxa/spitz: Setup I2S pins for pxa2xx-i2sPhilipp Zabel2009-02-081-0/+6
| | * pxa/h5000: Setup I2S pins for pxa2xx-i2sPhilipp Zabel2009-02-081-0/+7
| | * ASoC: machine support for Toshiba e740 PDAIan Molton2009-01-192-0/+10
| | * ASoC: machine driver for Toshiba e800Ian Molton2009-01-161-0/+5
| | * ASoC: machine driver for Toshiba e750Ian Molton2009-01-162-0/+10
* | | Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/...Russell King2009-03-282-2/+2
|\ \ \
| * | | [ARM] pxa: fix Colibri PXA300 and PXA320 LCD backlight pinsDaniel Mack2009-03-282-2/+2
* | | | Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/...root2009-03-2428-980/+608
|\ \ \ \ | |/ / /
| * | | [ARM] pxa: move common MFP handling code into plat-pxaEric Miao2009-03-2311-316/+32
| * | | [ARM] pxa: move common GPIO handling code into plat-pxaEric Miao2009-03-233-397/+2
| * | | [ARM] pxa: introduce plat-pxa for PXA common code and add DMA supportEric Miao2009-03-233-227/+2
| * | | [ARM] pxa: AC97 pin functions for Colibri PXA310/320Daniel Mack2009-03-232-0/+44
| * | | [ARM] pxa: Add Colibri LCD functionsDaniel Mack2009-03-234-0/+131
| * | | [ARM] pxa: Colibri PXA320 module basicsDaniel Mack2009-03-233-0/+134
| * | | [ARM] pxa: Refactor Colibri board support codeDaniel Mack2009-03-235-94/+119
| * | | [ARM] pxa: Fix Colibri AX88796 configurationDaniel Mack2009-03-231-10/+2
| * | | [ARM] pxa: add USB support for Colibri PXA300Daniel Mack2009-03-231-0/+21
| * | | [ARM] pxa: add MMC support for Colibri PXA300Daniel Mack2009-03-231-0/+58
| * | | [ARM] pxa: add basic support for Colibri PXA300 moduleDaniel Mack2009-03-234-0/+122
| * | | [ARM] pxa: rename colibri.c to colibri-pxa270.cDaniel Mack2009-03-234-34/+37
| * | | Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px...Eric Miao2009-03-238-7/+9
| |\ \ \
| | * | | [ARM] pxa: add pxa320 missing pin function for CS2 on GPIO3Daniel Mack2009-03-231-0/+1
| | * | | [ARM] pxa: make second argument of clk_add_alias a name instead of the deviceDmitry Eremin-Solenikov2009-03-196-7/+7
| | * | | [ARM] pxa: add missing pin function for CS2 on GPIO1Daniel Mack2009-03-191-0/+1
| | |/ /
* | | | [ARM] pass reboot command line to arch_reset()Russell King2009-03-197-15/+15
|/ / /
* | | [ARM] pxa/MioA701: Migrate after pxa27x_udc gpio_pullup functionality.Robert Jarzmik2009-03-131-33/+2
* | | [ARM] pxa/MioA701: add gpio_vbus driverRobert Jarzmik2009-03-131-1/+10
* | | [ARM] pxa: add support for CSB701 baseboardDmitry Eremin-Solenikov2009-03-133-0/+66
* | | [ARM] pxa: add initial support for Cogent CSB726 boardDmitry Eremin-Solenikov2009-03-135-1/+355
* | | [ARM] pxa: fix typo in BANK_OFF() macro in gpio.hEric Miao2009-03-131-1/+1
* | | [ARM] pxa: add DM9000_PLATF_NO_EEPROM flag to CM-X... platformsMike Rapoport2009-03-092-2/+2
* | | [ARM] pxa: separate definitions from pxa-regs.h and remove it finallyEric Miao2009-03-0917-96/+87
* | | [ARM] pxa: move pxa2xx chip selects definitions out of pxa-regs.hEric Miao2009-03-093-12/+20
* | | [ARM] pxa: make lubbock specific debugging stuffs back into lubbock.cEric Miao2009-03-094-11/+20
* | | [ARM] pxa: move PCMCIA definitions out of pxa-regs.h into pxa2xx_base.cEric Miao2009-03-092-39/+1
OpenPOWER on IntegriCloud