summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa
Commit message (Expand)AuthorAgeFilesLines
...
* | | [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/+87Star
* | | [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/+1Star
* | | [ARM] pxa: remove unnecessary #include of pxa-regs.h and hardware.hEric Miao2009-03-094-5/+0Star
* | | [ARM] pxa: access GPIO registers by chip so to make it further genericEric Miao2009-03-093-170/+179
* | | [ARM] pxa: move declaration of 'pxa_last_gpio' into <mach/gpio.h>Eric Miao2009-03-093-4/+6
* | | [ARM] pxa: move GPIO register definitions into <mach/gpio.h>Eric Miao2009-03-099-87/+83Star
* | | [ARM] pxa: move pxa_gpio_mode() outside of generic gpio.cEric Miao2009-03-092-31/+31
* | | [ARM] pxa: move IRQ handling of GPIO 0 and 1 outside of gpio.cEric Miao2009-03-097-98/+138
* | | [ARM] pxa: move DMA registers definitions into <mach/dma.h>Eric Miao2009-03-093-61/+56Star
* | | [ARM] pxa: allow DMA controller IRQ being specifiedEric Miao2009-03-095-6/+6
* | | [ARM] pxa: introduce pxa{25x,27x,300,320,930}.h for board usageEric Miao2009-03-0963-159/+120Star
* | | [ARM] pxa/magician: remove unused forward declaration of pasic3Philipp Zabel2009-03-091-2/+0Star
* | | [ARM] pxa/magician: default to backlight trigger for keypad illuminationPhilipp Zabel2009-03-091-1/+1
* | | [ARM] pxa/magician: register pda_power IRQs as rising/falling edgePhilipp Zabel2009-03-091-2/+4
* | | [ARM] pxa/magician: select PXA_SSP for touchscreen and soundPhilipp Zabel2009-03-091-0/+1
* | | [ARM] pxa/magician: fix htc-egpio resource sizePhilipp Zabel2009-03-091-1/+1
* | | Merge branch 'devel' of ssh://master.kernel.org/home/rmk/linux-2.6-arm into d...Eric Miao2009-03-096-0/+480
|\ \ \
| * | | [ARM] 5355/1: Adding support for the HTC Himalaya and its framebufferZbynek Michl2009-02-103-0/+174
| * | | [ARM] 5354/1: mach-pxa: add AM300 platform driver v3Jaya Kumar2009-02-105-0/+306
* | | | Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px...Eric Miao2009-03-095-11/+18
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | [ARM] pxa: stop and disable IRQ for each DMA channels at startupEric Miao2009-01-211-8/+10
| * | [ARM] pxa: make more SSCR0 bit definitions visible on multiple processorsEric Miao2009-01-191-0/+3
| * | [ARM] pxa: fix missing of __REG() definition for ac97 registers accessEric Miao2009-01-191-0/+2
| * | [ARM] pxa: fix NAND and MMC clock initialization for pxa3xxMike Rapoport2009-01-192-3/+3
| |/
* | [ARM] pxa: add eXeda platform supportMike Rapoport2009-02-022-21/+132
* | [ARM] pxa/em-x270: prepare addition of eXeda machine to em-x270.cMike Rapoport2009-02-021-12/+31
* | [ARM] pxa/em-x270: add battery chargerMike Rapoport2009-02-021-0/+46
* | [ARM] pxa/em-x270: introduce macors to to simplify da9030 subdev initializationMike Rapoport2009-02-021-122/+50Star
* | [ARM] pxa/em-x270: update MMC/SDIO implementationMike Rapoport2009-02-021-16/+81
* | [ARM] pxa/magician: Enable pxa27x_udc and gpio_vbusPhilipp Zabel2009-02-022-5/+32
* | [ARM] pxa/magician: use named initializers for gpio_keys setupPhilipp Zabel2009-01-211-15/+24
* | [ARM] pxa/magician: Use SZ_64M for physmap resourcePhilipp Zabel2009-01-211-3/+1Star
* | [ARM] pxa/magician: enable power I2C for max158xxPhilipp Zabel2009-01-211-0/+1
* | [ARM] pxa/magician: setup SSP1 pins for audioPhilipp Zabel2009-01-211-0/+5
* | [ARM] pxa/magician: Enable backlightPhilipp Zabel2009-01-211-0/+1
* | [ARM] pxa/em-x270: updates for 2.6.29Mike Rapoport2009-01-211-15/+356
* | [ARM] pxa: PalmLD initial supportMarek Vasut2009-01-214-0/+686
* | [ARM] pxa: PalmT5 initial supportMarek Vasut2009-01-214-0/+592
|/
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2009-01-093-0/+182
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2009-01-0573-1137/+4071
| |\
| * \ Merge branch 'misc/mtd/sharpsl-nand' of git://git.kernel.org/pub/scm/linux/ke...David Woodhouse2008-12-103-0/+182
| |\ \
| | * | [MTD] sharpsl-nand: move registration to board codeDmitry Baryshkov2008-10-293-0/+182
* | | | Merge branch 'devel'Russell King2009-01-081-0/+52
|\ \ \ \
| * \ \ \ Merge branch 'for_rmk' of git://git.mnementh.co.uk/linux-2.6-im into develRussell King2009-01-011-0/+52
| |\ \ \ \
| | * | | | [ARM] pxa: add e750 MFP configIan Molton2008-12-311-0/+52