summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* 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
| * [ARM] pcm037: map AIPS1 and AIPS2 as nonshared areaSascha Hauer2008-10-301-2/+2
* | [ARM] gpio_free might sleep, arm architectureUwe Kleine-König2008-10-306-0/+15
* | [ARM] ep93xx: fix OHCI DMA maskMatthias Kaehlcke2008-10-301-2/+4
* | Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px...Russell King2008-10-3011-27/+39
|\ \
| * | [ARM] sharpsl_pm: fix compilation w/o CONFIG_PMDmitry Baryshkov2008-10-301-5/+14
| * | [ARM] corgi_lcd: fix simultaneous compilation with corgi_blDmitry Baryshkov2008-10-293-2/+7
| * | [ARM] pxa/spitz: fix spi cs on spitzDmitry Baryshkov2008-10-291-0/+12
| |/
| * Merge commit 'v2.6.28-rc2' into tracing/urgentIngo Molnar2008-10-2762-1273/+3772
| |\
| * | ftrace: remove mcount setSteven Rostedt2008-10-231-13/+0
| * | ftrace: disable dynamic ftrace for all archs that use daemonSteven Rostedt2008-10-231-1/+0
| * | Merge branch 'tracing/ftrace' into tracing/urgentIngo Molnar2008-10-225-7/+7
| |\ \
| | * | ftrace: rename FTRACE to FUNCTION_TRACERSteven Rostedt2008-10-205-7/+7
* | | | [ARM] xsc3: revert writethrough memory-type encoding changeDan Williams2008-10-241-1/+1
| |_|/ |/| |
* | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-10-2338-1246/+3585
|\ \ \
| * | | [ARM] 5321/1: Kirkwood: fix typo in MakefileNicolas Pitre2008-10-231-1/+1
| * | | [ARM] 5320/1: fix assembly constraints in implementation of do_div()Nicolas Pitre2008-10-231-3/+3
| * | | [ARM] 5318/1: Swap the PRRR and NMRR values in proc-v7.SCatalin Marinas2008-10-221-2/+2
| * | | [ARM] 5316/1: AT91: oops (regression) fix on gpio irqDavid Brownell2008-10-221-0/+1
| * | | Merge branch 'for-rmk' of git://git.android.com/kernel into develRussell King2008-10-2235-334/+1414
| |\ \ \
| | * | | [ARM] msm: vreg interface to msm7k pmicBrian Swetland2008-10-223-0/+173
| | * | | [ARM] msm: dma: various basic dma improvements and bugfixesBrian Swetland2008-10-222-25/+71
| | * | | [ARM] msm: clock: provide clk_*() api support forBrian Swetland2008-10-226-0/+395
| | * | | [ARM] msm: clean up iomap and devicesBrian Swetland2008-10-2210-193/+368
| | * | | [ARM] msm: add proc_comm support, necessary for clock and power controlBrian Swetland2008-10-223-0/+276
| | * | | [ARM] msm: rename ARCH_MSM7X00A to ARCH_MSMBrian Swetland2008-10-225-20/+14
| | |/ /