aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-pxa
AgeCommit message (Expand)Author
2008-12-02[ARM] pxa: remove unnecessary #include of pxa2xx-gpio.h in clock.cEric Miao
2008-12-02[ARM] pxa: include <mach/hardware.h> in pxa-regs.hEric Miao
2008-12-02[ARM] pxa: further cleanup of pxa-regs.hEric Miao
2008-12-02[ARM] pxa: move GPIOx_BASE and GPIO register offsets to gpio.cEric Miao
2008-12-02[ARM] pxa: move AC97 register definitions into dedicated regs-ac97.hEric Miao
2008-12-02[ARM] pxa: move UART register definitions into dedicated regs-uart.hEric Miao
2008-12-02[ARM] pxa: move pxa2xx specific PWRMODE definitions into pxa2xx-regs.hEric Miao
2008-12-02[ARM] pxa: remove the now unused IMPMCR/IMPMSR register definitionsEric Miao
2008-12-02[ARM] pxa: remove unused PWM register definitions, use generic PWM APIEric Miao
2008-12-02[ARM] pxa: move FICP register definitions into pxaficp_ir.cEric Miao
2008-12-02[ARM] pxa: move camera (QCI) registers definition out of pxa-regs.hEric Miao
2008-12-02[ARM] pxa: removed unused declarations of pxa_gpio_* in hardware.hEric Miao
2008-12-02[ARM] pxa: use <linux/gpio.h> instead of unnecessary <mach/gpio.h>Eric Miao
2008-12-02[ARM] pxa: add support for additional GPIOs on PXA26xEric Miao
2008-12-02Revert "[ARM] pxa: introduce cpu_is_pxa26x()"Eric Miao
2008-12-02[ARM] pxa: use 'pxa_last_gpio' instead of 'gpio_nr' in mfp-pxa2xx.cEric Miao
2008-12-02[ARM] pxa: add muxed gpio wakeup sources on pxa2xx architecturesRobert Jarzmik
2008-11-30[ARM] Ensure that both MAX_DMA_ADDRESS and ISA_DMA_THRESHOLD are definedRussell King
2008-11-30[ARM] Add a common typesafe __io implementationRussell King
2008-11-29[ARM] pxa: e740 MFP fixIan Molton
2008-11-29[ARM] IrDA support for e7xxIan Molton
2008-11-29[ARM] Hide ISA DMA API when ISA_DMA_API is unsetRussell King
2008-11-28[ARM] pxa: avoid polluting the kernel's namespaceRussell King
2008-11-28Merge branch 'highmem' into develRussell King
2008-11-28[ARM] remove a common set of __virt_to_bus definitionsNicolas Pitre
2008-11-27[ARM] pxa/palmtx: misc fixes to use generic GPIO APIMarek Vasut
2008-11-27Merge branches 'core' and 'clks' into develRussell King
2008-11-27[ARM] pxa: don't pass a consumer clock name for devices with unique clocksRussell King
2008-11-27[ARM] pxa: convert to clkdev and match clocks by struct device where possibleRussell King
2008-11-27[ARM] Arrange for platforms to select appropriate CPU supportRussell King
2008-11-26[ARM] pxa/pcm990: use negative number for an invalid GPIO in camera dataGuennadi Liakhovetski
2008-11-22[ARM] pxa/MioA701: bluetooth resume fixRobert Jarzmik
2008-11-22[ARM] pxa/MioA701: fix memory corruption.Robert Jarzmik
2008-11-17[ARM] 5330/1: mach-pxa: Fixup reset for systems using reboot=cold or other st...Jaya Kumar
2008-11-16[ARM] pxa: fix incorrect PCMCIA PSKTSEL pin configuration for spitzEric Miao
2008-11-16[ARM] pxa: fix I2C controller device being registered twice on AkitaEric Miao
2008-11-11pxafb: introduce LCD_TYPE_MASK and use it.Eric Miao
2008-10-29[ARM] corgi_lcd: fix simultaneous compilation with corgi_blDmitry Baryshkov
2008-10-29[ARM] pxa/spitz: fix spi cs on spitzDmitry Baryshkov
2008-10-23Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2008-10-23Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlightLinus Torvalds
2008-10-23Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2008-10-22Merge branch 'for-rmk' of git://git.android.com/kernel into develRussell King
2008-10-22Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmia...Russell King
2008-10-21[ARM] pxa/spitz: fix unbalance parenthesis in header file spitz.hMariusz Kozlowski
2008-10-21[ARM] pxa: fix the corgi_ssp.c dependency issue in {corgi,spitz}_defconfigEric Miao
2008-10-21Revert "[ARM] pxa/corgi: remove now unused corgi_ssp.c and corgi_lcd.c"Eric Miao
2008-10-21tosa: add support for bl/lcd driverDmitry Baryshkov
2008-10-21backlight: add support for Sharp SL-6000 LCD and backlight driversDmitry Baryshkov
2008-10-20misc: replace remaining __FUNCTION__ with __func__Harvey Harrison