summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2012-09-21Merge tag 'rpi-for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/swar...Olof Johansson12-0/+355
2012-09-21ARM: OMAP: AM33xx hwmod: fixup SPI after platform_data moveKevin Hilman1-1/+1
2012-09-20ARM: bcm2835: instantiate console UARTSimon Arlott1-1/+8
2012-09-20ARM: bcm2835: add stub clock driverSimon Arlott1-0/+3
2012-09-20ARM: bcm2835: add system timerSimon Arlott2-9/+8
2012-09-20ARM: bcm2835: add interrupt controller driverSimon Arlott2-9/+9
2012-09-20ARM: add infra-structure for BCM2835 and Raspberry PiSimon Arlott12-0/+346
2012-09-17Merge tag 'omap-devel-am33xx-for-v3.7' of git://git.kernel.org/pub/scm/linux/...Olof Johansson188-2132/+4802
2012-09-17Merge tag 'devel-omap-device-for-v3.7' of git://git.kernel.org/pub/scm/linux/...Olof Johansson39-72/+300
2012-09-17Merge tag 'tegra-for-3.7-cpu-hotplug' of git://git.kernel.org/pub/scm/linux/k...Olof Johansson15-147/+556
2012-09-17Merge tag 'tegra-for-3.7-common-clk' of git://git.kernel.org/pub/scm/linux/ke...Olof Johansson15-4733/+5055
2012-09-17Merge tag 'imx-soc' of git://git.pengutronix.de/git/imx/linux-2.6 into next/socOlof Johansson4-44/+75
2012-09-13ARM: tegra20: add CPU hotplug supportJoseph Lo5-0/+96
2012-09-13ARM: tegra30: add CPU hotplug supportJoseph Lo5-86/+159
2012-09-13ARM: tegra: clean up the common assembly macros into sleep.hJoseph Lo3-37/+58
2012-09-13ARM: tegra: replace the CPU CAR access code by tegra_cpu_car_opsJoseph Lo1-24/+5
2012-09-13ARM: tegra: introduce tegra_cpu_car_ops structuresJoseph Lo6-0/+238
2012-09-13ARM: Tegra: Add smp_twd clock for Tegra20Prashant Gaikwad3-0/+50
2012-09-13Merge tag 'omap-devel-a2-for-3.7' of git://git.kernel.org/pub/scm/linux/kerne...Tony Lindgren8-4/+3569
2012-09-13Merge tag 'for_3.7-omap_device' of git://git.kernel.org/pub/scm/linux/kernel/...Tony Lindgren2-5/+53
2012-09-13ARM: OMAP1: Move SoC specific headers from plat to mach for omap1Tony Lindgren6-11/+8
2012-09-13ARM: OMAP2+ Move SoC specific headers to be local to mach-omap2Tony Lindgren15-111/+13
2012-09-13ARM: OMAP: Split plat/hardware.h, use local soc.h for omap2+Tony Lindgren92-429/+384
2012-09-13ARM: OMAP: Remove unused old gpio-switch.hTony Lindgren1-54/+0
2012-09-13ARM: OMAP1: Move plat/irqs.h to mach/irqs.hTony Lindgren5-273/+268
2012-09-13ARM: OMAP2+: Remove hardcoded IRQs and enable SPARSE_IRQTony Lindgren5-329/+4
2012-09-13ARM: OMAP2+: Prepare for irqs.h removalTony Lindgren46-238/+252
2012-09-13ARM: OMAP: Move gpio.h to include/linux/platform_dataTony Lindgren25-237/+23
2012-09-13ARM: OMAP2+: Remove hardcoded twl4030 gpio_base, irq_base and irq_endTony Lindgren18-50/+0
2012-09-13ARM: OMAP2+: Remove unused nand_irq for GPMCTony Lindgren2-2/+0
2012-09-13ARM: OMAP2+: Make INTCPS_NR_IRQS local for mach-omap2/irq.cTony Lindgren2-3/+2
2012-09-13ARM: OMAP1: Define OMAP1_INT_I2C locallyTony Lindgren1-1/+2
2012-09-13ARM: OMAP1: Move define of OMAP_LCD_DMA to dma.hTony Lindgren2-1/+2
2012-09-13Merge tags 'omap-devel-gpmc-fixed-for-v3.7' and 'cleanup-omap-tags-for-v3.7' ...Tony Lindgren204-996/+1186
2012-09-13ARM: AM33XX: clock: Add dcan clock aliases for device-treeVaibhav Hiremath1-0/+2
2012-09-13ARM: OMAP2+: dpll: Add missing soc_is_am33xx() check for common functionsVaibhav Hiremath2-4/+4
2012-09-12ARM: OMAP: omap_device: idle devices with no driver boundKevin Hilman1-0/+38
2012-09-12ARM: OMAP: omap_device: don't attempt late suspend if no driver boundKevin Hilman1-0/+4
2012-09-12ARM: OMAP: omap_device: keep track of driver bound statusKevin Hilman2-5/+11
2012-09-12Merge branch 'renesas/pmu' into next/socOlof Johansson27-448/+464
2012-09-12Merge branch 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/ren...Olof Johansson1-1/+10
2012-09-12ARM: OMAP3+: hwmod: Add AM33XX HWMOD dataVaibhav Hiremath4-0/+3388
2012-09-12ARM: OMAP2+: hwmod: Hook-up am33xx support in omap_hwmod frameworkVaibhav Hiremath1-0/+178
2012-09-11ARM: tegra: cpu-tegra: explicitly manage re-parentingStephen Warren1-1/+47
2012-09-11ARM: tegra: fix overflow in tegra20_pll_clk_round_rate()Stephen Warren1-1/+1
2012-09-11ARM: shmobile: emev2: enable PMU(Performance Monitoring Unit)Tetsuyuki Kobayashi2-0/+22
2012-09-11ARM: shmobile: sh73a0: enable PMU(Performance Monitoring Unit)Tetsuyuki Kobayashi2-0/+22
2012-09-11ARM: OMAP: remove plat/board.h fileIgor Grinberg38-52/+0
2012-09-11ARM: OMAP: move debug_card_init() functionIgor Grinberg3-6/+10
2012-09-11ARM: OMAP1: move lcd pdata out of arch/arm/*Igor Grinberg11-18/+0