summaryrefslogtreecommitdiff
path: root/arch/arm/mach-pxa/include
Commit message (Expand)AuthorAgeFilesLines
* [ARM] fix xm_x2xx_defconfig build errorsRussell King2008-12-132-4/+2
* Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmia...Russell King2008-12-0211-527/+448
|\
| * [ARM] pxa: add basic support for HP iPAQ h5000Anton Vorontsov2008-12-021-0/+113
| * [ARM] pxa/MioA701: discovered new gpio definitions.Robert Jarzmik2008-12-021-2/+7
| * [ARM] pxa: cpufreq-pxa2xx: sdram_rows detection supportPhilipp Zabel2008-12-021-0/+5
| * [ARM] pxa: add missing GPIOs definitionsEric Miao2008-12-021-0/+6
| * [ARM] pxa: introduced cpu_is_pxa935() and cpu_is_pxa9xx()Eric Miao2008-12-021-1/+30
| * [ARM] pxa: include <mach/hardware.h> in pxa-regs.hEric Miao2008-12-021-0/+1
| * [ARM] pxa: further cleanup of pxa-regs.hEric Miao2008-12-021-29/+0
| * [ARM] pxa: move GPIOx_BASE and GPIO register offsets to gpio.cEric Miao2008-12-021-28/+0
| * [ARM] pxa: move AC97 register definitions into dedicated regs-ac97.hEric Miao2008-12-022-96/+99
| * [ARM] pxa: move UART register definitions into dedicated regs-uart.hEric Miao2008-12-023-142/+144
| * [ARM] pxa: move pxa2xx specific PWRMODE definitions into pxa2xx-regs.hEric Miao2008-12-022-7/+7
| * [ARM] pxa: remove the now unused IMPMCR/IMPMSR register definitionsEric Miao2008-12-021-54/+0
| * [ARM] pxa: remove unused PWM register definitions, use generic PWM APIEric Miao2008-12-021-13/+0
| * [ARM] pxa: move FICP register definitions into pxaficp_ir.cEric Miao2008-12-021-44/+1
| * [ARM] pxa: move camera (QCI) registers definition out of pxa-regs.hEric Miao2008-12-021-95/+0
| * [ARM] pxa: removed unused declarations of pxa_gpio_* in hardware.hEric Miao2008-12-022-15/+5
| * [ARM] pxa: add support for additional GPIOs on PXA26xEric Miao2008-12-021-0/+31
| * Revert "[ARM] pxa: introduce cpu_is_pxa26x()"Eric Miao2008-12-021-2/+0
* | [ARM] Ensure that both MAX_DMA_ADDRESS and ISA_DMA_THRESHOLD are definedRussell King2008-11-301-0/+1
* | [ARM] Add a common typesafe __io implementationRussell King2008-11-301-2/+2
* | [ARM] pxa: avoid polluting the kernel's namespaceRussell King2008-11-281-2/+0
* | Merge branch 'highmem' into develRussell King2008-11-281-10/+0
|\ \
| * | [ARM] remove a common set of __virt_to_bus definitionsNicolas Pitre2008-11-281-10/+0
| |/
* | [ARM] pxa: convert to clkdev and match clocks by struct device where possibleRussell King2008-11-271-0/+7
|/
* pxafb: introduce LCD_TYPE_MASK and use it.Eric Miao2008-11-111-0/+1
* [ARM] corgi_lcd: fix simultaneous compilation with corgi_blDmitry Baryshkov2008-10-291-0/+1
* Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-10-232-0/+2
|\
| * Merge branch 'for-rmk' of git://git.android.com/kernel into develRussell King2008-10-223-6/+44
| |\
| * \ Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmia...Russell King2008-10-222-0/+2
| |\ \
| | * | [ARM] pxa/spitz: fix unbalance parenthesis in header file spitz.hMariusz Kozlowski2008-10-211-1/+1
| | * | Revert "[ARM] pxa/corgi: remove now unused corgi_ssp.c and corgi_lcd.c"Eric Miao2008-10-212-0/+2
* | | | Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlightLinus Torvalds2008-10-231-0/+3
|\ \ \ \
| * | | | backlight: add support for Sharp SL-6000 LCD and backlight driversDmitry Baryshkov2008-10-211-0/+3
* | | | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-10-232-2/+5
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | |
| * | | [ARM] balance parenthesis in header fileMariusz Kozlowski2008-10-181-1/+1
| * | | [ARM] pxa: fix redefinition of NR_IRQSRussell King2008-10-171-1/+4
| | |/ | |/|
* | | misc: replace remaining __FUNCTION__ with __func__Harvey Harrison2008-10-201-2/+2
| |/ |/|
* | Merge branch 'for-next' of git://git.o-hand.com/linux-mfdLinus Torvalds2008-10-201-2/+0
|\ \
| * | mfd: provide and use setup hook for tc6393xbDmitry Baryshkov2008-10-191-2/+0
| |/
* | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2008-10-201-2/+42
|\ \ | |/ |/|
| * [MTD] [NAND] pxa3xx_nand: moved some helper variables out from platform dataEnrico Scholz2008-09-011-8/+1
| * [MTD] [NAND] pxa3xx_nand: added some 'const' annotations to the exported APIEnrico Scholz2008-09-011-4/+4
| * [MTD] [NAND] pxa3xx_nand: allow to define flash types in the platform dataEnrico Scholz2008-09-011-0/+3
| * [MTD] [NAND] pxa3xx_nand: moved nand definitions into shared platform headerEnrico Scholz2008-09-011-0/+44
* | V4L/DVB (8687): soc-camera: Move .power and .reset from soc_camera host to se...Stefan Herbrechtsmeier2008-10-121-2/+0
* | [ARM] 5300/1: fixup spitz reset during bootDmitry Baryshkov2008-10-111-3/+6
* | Merge branch 'pxa-all' into develRussell King2008-10-0922-399/+540
|\ \
| * | [ARM] 5239/1: Palm Zire 72 power management supportSergey Lapin2008-10-091-0/+13