summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2013-04-19Merge branch 'samsung/exynos-multiplatform' into next/driversArnd Bergmann35-356/+140
2013-04-19ARM: exynos: enable multiplatform supportArnd Bergmann8-18/+49
2013-04-19rtc: s3c: make header file localArnd Bergmann1-71/+0
2013-04-19mtd: onenand/samsung: make regs-onenand.h file localArnd Bergmann1-63/+0
2013-04-19mmc: sdhci-s3c: remove platform dependenciesArnd Bergmann5-145/+2
2013-04-19ARM: samsung: move mfc device definition to s5p-dev-mfc.cArnd Bergmann2-46/+41
2013-04-19ARM: exynos: move debug-macro.S to include/debug/Arnd Bergmann8-11/+19
2013-04-19ARM: exynos: prepare for sparse IRQArnd Bergmann10-1/+13
2013-04-19ARM: exynos: introduce EXYNOS_ATAGS symbolArnd Bergmann1-0/+15
2013-04-12irqchip: vt8500: Convert arch-vt8500 to new irqchip infrastructureTony Prisk4-272/+3
2013-04-09Merge tag 'timer-samsung-for-v3.10' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann1-2/+2
2013-04-09Merge tag 'pmu-exynos-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann5-4/+51
2013-04-09Merge tag 'clk-exynos-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann38-4111/+1223
2013-04-09Merge tag 'mct-exynos-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann20-569/+105
2013-04-09Merge tag 'irq-s3c24xx-for-v3.10' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann15-1155/+13
2013-04-09Merge tag 'ux500-pinctrl' of git://git.kernel.org/pub/scm/linux/kernel/git/li...Arnd Bergmann1-8/+26
2013-04-09Merge tag 'tegra-for-3.10-clk' of git://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann4-3/+10
2013-04-09Merge branch 'depends/clk' into next/driversArnd Bergmann1-1/+1
2013-04-09Merge branch 'tegra/soc' into next/driversArnd Bergmann39-366/+955
2013-04-08Merge tag 'omap-for-v3.10/gpmc-signed' of git://git.kernel.org/pub/scm/linux/...Arnd Bergmann6-281/+558
2013-04-08Merge tag 'omap-for-v3.10/timer-signed' of git://git.kernel.org/pub/scm/linux...Arnd Bergmann60-338/+331
2013-04-08Merge tag 'omap-for-v3.10/usb-signed' of git://git.kernel.org/pub/scm/linux/k...Arnd Bergmann21-160/+503
2013-04-09ARM: EXYNOS: Add arm-pmu DT binding for exynos421xChanho Park1-0/+6
2013-04-09ARM: EXYNOS: Add arm-pmu DT binding for exynos5250Chanho Park1-0/+6
2013-04-09ARM: EXYNOS: Enable PMUs for exynos4Chanho Park3-3/+35
2013-04-09irqchip: exynos-combiner: Correct combined IRQs for exynos4Chanho Park1-1/+4
2013-04-08Merge branch 'zynq/clksrc/cleanup' of git://git.xilinx.com/linux-xlnx into ne...Arnd Bergmann16-411/+27
2013-04-08Merge tag 'vt8500/pinctrl' of git://server.prisktech.co.nz/git/linuxwmt into ...Arnd Bergmann160-484/+620
2013-04-09Merge commit 'v3.9-rc5' into next/clk-exynosKukjin Kim214-762/+977
2013-04-08ARM: EXYNOS: fix compilation error introduced due to common clock migrationThomas Abraham1-0/+2
2013-04-05ARM: tegra: pm: remove duplicated include from pm.cWei Yongjun1-1/+0
2013-04-04ARM: dt: Add references to tegra_car clocksPeter De Schrijver3-3/+7
2013-04-04clk: tegra: defer application of init tableStephen Warren1-0/+3
2013-04-04Merge remote-tracking branch 'linaro_mturquette_linux/clk-for-3.10' into for-...Stephen Warren1-1/+1
2013-04-04Merge branch 'for-3.10/soc' into for-3.10/clkStephen Warren39-366/+956
2013-04-04arm: zynq: Move timer to generic locationMichal Simek3-437/+2
2013-04-04arm: zynq: Do not use xilinx specific function namesMichal Simek1-106/+106
2013-04-04arm: zynq: Move timer to clocksource interfaceMichal Simek3-26/+21
2013-04-04arm: zynq: Use standard timer bindingMichal Simek4-122/+195
2013-04-04ARM: S3C24XX: move irq driver to drivers/irqchipHeiko Stuebner2-1108/+1
2013-04-04arm: vt8500: Remove gpio devicetree nodesTony Prisk4-28/+0
2013-04-04arm: dts: vt8500: Update Wondermedia SoC dtsi files for pinctrl driverTony Prisk4-0/+36
2013-04-04pinctrl: gpio: vt8500: Add pincontrol driver for arch-vt8500Tony Prisk1-0/+1
2013-04-04arm: vt8500: Increase available GPIOs on arch-vt8500Tony Prisk1-1/+2
2013-04-03ARM: OMAP2+: Add GPMC DT support for Ethernet child nodesJavier Martinez Canillas1-0/+8
2013-04-03ARM: OMAP2+: rename gpmc_probe_nor_child() to gpmc_probe_generic_child()Javier Martinez Canillas1-5/+5
2013-04-03ARM: OMAP2+: return -ENODEV if GPMC child device creation failsJavier Martinez Canillas1-0/+1
2013-04-03ARM: OMAP2+: Allow GPMC probe to complete even if CS mapping failsJon Hunter1-17/+7
2013-04-03ARM: OMAP2+: Remove unnecesssary GPMC definitions and variableJon Hunter1-7/+5
2013-04-03ARM: OMAP2+: Detect incorrectly aligned GPMC base addressJon Hunter1-3/+19