summaryrefslogtreecommitdiff
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* [ARM] pxa: move I2C pin configurations out into board specific filesEric Miao2008-12-027-8/+24
* [ARM] pxa: register Power I2C device only when necessaryEric Miao2008-12-022-4/+3
* [ARM] pxa: move power I2C device definitions into devices.cEric Miao2008-12-023-39/+42
* [ARM] pxa: remove unnecessary #include of pxa2xx-gpio.h in clock.cEric Miao2008-12-021-1/+0
* [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-022-28/+12
* [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-024-150/+152
* [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: use <linux/gpio.h> instead of unnecessary <mach/gpio.h>Eric Miao2008-12-025-5/+4
* [ARM] pxa: add support for additional GPIOs on PXA26xEric Miao2008-12-025-16/+95
* Revert "[ARM] pxa: introduce cpu_is_pxa26x()"Eric Miao2008-12-022-9/+1
* [ARM] pxa: use 'pxa_last_gpio' instead of 'gpio_nr' in mfp-pxa2xx.cEric Miao2008-12-022-10/+6
* [ARM] pxa: add muxed gpio wakeup sources on pxa2xx architecturesRobert Jarzmik2008-12-021-2/+29
* [ARM] 5330/1: mach-pxa: Fixup reset for systems using reboot=cold or other st...Jaya Kumar2008-11-171-3/+4
* Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmia...Russell King2008-11-172-2/+3
|\
| * [ARM] pxa: fix incorrect PCMCIA PSKTSEL pin configuration for spitzEric Miao2008-11-161-1/+2
| * [ARM] pxa: fix I2C controller device being registered twice on AkitaEric Miao2008-11-161-1/+0
| * pxafb: introduce LCD_TYPE_MASK and use it.Eric Miao2008-11-111-0/+1
* | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-11-1314-98/+43
|\ \
| * | [ARM] cdb89712: avoid namespace clashes with SRAM_ and BOOTROM_ constantsRussell King2008-11-131-18/+0
| * | [ARM] cdb89712,clps7500,h720x: avoid namespace clash for FLASH_* constantsRussell King2008-11-134-13/+9
| * | [ARM] integrator,realview,versatile: remove FLASH_* and EPROM_* constantsRussell King2008-11-133-53/+3
| * | [ARM] dma-mapping: fix compiler warningRussell King2008-11-131-2/+11
| * | [ARM] iop: iop3xx needs registers mapped uncached+unbufferedRussell King2008-11-093-8/+16
| * | [ARM] versatile: correct MMC clock rateRussell King2008-11-081-1/+1
| * | [ARM] realview: correct MMC clock rateRussell King2008-11-081-1/+1
| * | [ARM] 5329/1: Feroceon: fix feroceon_l2_inv_rangeNicolas Pitre2008-11-081-2/+2
| |/
* | iop-adma: use iop_paranoia() for debug BUG_ONsDan Williams2008-11-113-3/+11
|/
* Merge branch 'omap-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tm...Russell King2008-11-064-16/+16
|\
| * ARM: OMAP: Fix define for twl4030 irqsTony Lindgren2008-11-041-1/+1
| * ARM: OMAP: Fix get_irqnr_and_base to clear spurious interrupt bitsTony Lindgren2008-11-041-1/+3
| * ARM: OMAP: Fix debugfs_create_*'s error checking method for arm/plat-omapZhaolei2008-11-041-10/+10
| * ARM: OMAP: Fix compiler warnings in gpmc.cSanjeev Premi2008-11-041-4/+2
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/xs...Russell King2008-11-061-2/+2
|\ \
| * | [ARM] xsc3: fix xsc3_l2_inv_rangeDan Williams2008-11-061-2/+2
| |/
* | [ARM] mm: fix page table initializationRussell King2008-11-063-36/+87
* | [ARM] fix naming of MODULE_START / MODULE_ENDRussell King2008-11-063-12/+12
* | [ARM] fix VFP+softfloat binariesRussell King2008-11-041-1/+5
|/
* [ARM] 5326/1: AFEB9260: Fix for i2c_board_info structureSergey Lapin2008-10-301-0/+1
* Merge branch 'for-rmk-rc' of git://pasiphae.extern.pengutronix.de/git/imx/lin...Russell King2008-10-304-3/+25
|\
| * [ARM] mx31ads: Add missing includeSascha Hauer2008-10-301-0/+2
| * [ARM] MXC: Fix mxc_gpio_get(), which must read PSR register instead DR.Darius Augulis2008-10-301-1/+1
| * [ARM] MX3: Use ioremap wrapper to map SoC devices nonsharedSascha Hauer2008-10-301-0/+20