summaryrefslogtreecommitdiffstats
path: root/arch/arm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sirf/cleanup' into next/cleanupArnd Bergmann2011-10-0716-70/+57
|\
| * ARM: CSR: clock: Fix indentationBarry Song2011-10-011-2/+2
| * ARM: CSR: prima2: fix trailing whitespaceBarry Song2011-10-011-1/+1
| * ARM: CSR: timer: space required before the open parenthesis '('Barry Song2011-10-011-1/+1
| * ARM: CSR: timer: do not initialise statics to 0 or NULLBarry Song2011-10-011-1/+1
| * mach-integrator: fix VGA base regressionLinus Walleij2011-09-202-2/+2
| * arm/dt: Tegra: Update SDHCI nodes to match bindingsStephen Warren2011-09-202-9/+9
| * Merge branch 'samsung-fixes-2' of git://github.com/kgene/linux-samsung into HEADArnd Bergmann2011-09-158-53/+40
| |\
| | * ARM: EXYNOS4: fix incorrect pad configuration for keypad row linesThomas Abraham2011-09-151-5/+6
| | * ARM: SAMSUNG: fix to prevent declaring duplicatedKukjin Kim2011-09-151-0/+5
| | * ARM: SAMSUNG: fix watchdog reset issue with clk_get()Marek Szyprowski2011-09-153-7/+17
| | * ARM: S3C64XX: Remove un-used code backlight code on SMDK6410Banajit Goswami2011-09-151-39/+0
| | * ARM: EXYNOS4: restart clocksource while system resumesChanghwan Youn2011-09-151-0/+6
| | * ARM: EXYNOS4: Fix routing timer interrupt to offline CPUKukjin Kim2011-09-151-0/+2
| | * ARM: EXYNOS4: Fix return type of local_timer_setup()Kukjin Kim2011-09-151-1/+3
| | * ARM: EXYNOS4: Fix wrong pll type for vpllJonghwan Choi2011-09-151-1/+1
| * | ARM: Dove: fix second SPI initialization callNicolas Pitre2011-09-141-1/+1
| |/
* | Merge branch 'imx/cleanup' into next/cleanupArnd Bergmann2011-10-0723-493/+379
|\ \
| | \
| | \
| *-. \ Merge branches 'cleanups/mx3-mm-v2' and 'cleanups/mxs' into imx-cleanupSascha Hauer2011-10-0417-363/+313
| |\ \ \
| | | * | ARM: mxs: Consolidate mm-mx23.c and mm-mx28.c into a single fileFabio Estevam2011-10-043-47/+22
| | * | | arm/imx: remove cpu_is_xxx() check from __imx_ioremap()Shawn Guo2011-10-043-16/+26
| | * | | arm/imx: remove cpu_is_xxx() from arch_idle()Shawn Guo2011-10-049-41/+56
| | * | | arm/imx: change mxc_init_l2x0() to an imx31/35 specific callShawn Guo2011-09-283-57/+38
| | * | | arm/imx: rename mm-imx31.c to mm-imx3.cShawn Guo2011-09-282-2/+2
| | * | | arm/imx: merge mm-imx35.c into mm-imx31.cShawn Guo2011-09-283-110/+79
| | |/ /
| | | |
| | \ \
| *-. \ \ Merge branches 'cleanups/assorted' and 'cleanups/mm-tzic' into imx-cleanupSascha Hauer2011-09-207-130/+66
| |\ \ \ \
| | | * | | ARM: mx5/mm: consolidate TZIC map codeJason Liu2011-09-204-26/+12
| | | * | | ARM: mx5/mm: Remove MX51_DEBUG related mappingJason Liu2011-09-203-14/+0
| | | * | | ARM: mx5/mm: move i.MX50 mm stuff into mm.cJason Liu2011-09-203-78/+43
| | | |/ /
| | * | | ARM: mach-mxs/mx28evk: Only register devices if their GPIO requests succeededFabio Estevam2011-09-201-12/+11
* | | | | Merge branch 'omap/cleanup' into next/cleanupArnd Bergmann2011-09-3037-751/+594
|\ \ \ \ \
| * | | | | ARM: OMAP2+: Remove custom init_irq for remaining boardsTony Lindgren2011-09-275-30/+5
| * | | | | ARM: OMAP2+: Use SoC specifc map_ioTony Lindgren2011-09-278-58/+10
| * | | | | ARM: OMAP2+: Add SoC specific map_io functionsBenoit Cousson2011-09-272-0/+22
| * | | | | ARM: OMAP: mcbsp: Start generalize signal muxing functionsJarkko Nikula2011-09-273-27/+53
| * | | | | ARM: OMAP: mcbsp: Start generalize omap2_mcbsp_set_clks_srcJarkko Nikula2011-09-273-28/+35
| * | | | | ARM: OMAP: mcbsp: Move address definitions to arch/arm/mach-omap1/mcbsp.cJarkko Nikula2011-09-272-11/+11
| * | | | | ARM: OMAP: mcbsp: Update mcbsp.h include dependenciesJarkko Nikula2011-09-271-3/+1
| * | | | | ARM: OMAP: mcbsp: Cleanup sidetone control initialization and make it genericJarkko Nikula2011-09-272-57/+22
| * | | | | ARM: OMAP: mcbsp: Move sidetone clock management to mach-omap2/mcbsp.cJarkko Nikula2011-09-273-14/+31
| * | | | | ARM: OMAP: mcbsp: Use per instance register cache sizeJarkko Nikula2011-09-272-4/+5
| * | | | | ARM: OMAP: mcbsp: Make threshold based transfer code genericJarkko Nikula2011-09-272-76/+59
| * | | | | ARM: OMAP: mcbsp: Make tranceiver configuration control register access genericJarkko Nikula2011-09-273-6/+9
| * | | | | ARM: OMAP: mcbsp: Make wakeup control genericJarkko Nikula2011-09-273-34/+15
| * | | | | ARM: OMAP: mcbsp: Implement generic register accessJarkko Nikula2011-09-274-116/+82
| * | | | | ARM: OMAP: mcbsp: Move out omap_mcbsp_register_board_cfg from plat-omap/devic...Jarkko Nikula2011-09-273-48/+32
| * | | | | ARM: OMAP: mcbsp: Remove unused variables from platform dataJarkko Nikula2011-09-271-7/+0
| * | | | | Merge branch 'for_3.2/pm-cleanup' of git://gitorious.org/khilman/linux-omap-p...Tony Lindgren2011-09-233-40/+11
| |\ \ \ \ \
| | * | | | | OMAP3: PM: fix UART handling when using no_console_suspendKevin Hilman2011-09-161-1/+1
| | * | | | | OMAP2+: PM: clean up error messages: replace printk with pr_err.Johan Hovold2011-08-301-10/+8