summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ARM: highbank: call highbank_pm_init from .init_machineRob Herring2012-09-203-3/+8
* ARM: dtb: move all dtb targets to common MakefileOlof Johansson2012-09-206-17/+16
* Merge tag 'multi-platform-for-3.7' of git://sources.calxeda.com/kernel/linux ...Olof Johansson2012-09-20111-877/+570
|\
| * ARM: vexpress: convert to multi-platformRob Herring2012-09-148-168/+37
| * ARM: initial multiplatform supportRob Herring2012-09-1423-311/+200
| * ARM: mvebu: move armada-370-xp.h in mach dirRob Herring2012-09-142-1/+1
| * ARM: vexpress: remove dependency on mach/* headersArnd Bergmann2012-09-142-0/+3
| * ARM: picoxcell: remove dependency on mach/* headersRob Herring2012-09-143-56/+7
| * ARM: move all dtb targets out of Makefile.bootRob Herring2012-09-1415-82/+73
| * ARM: picoxcell: move debug macros to include/debugRob Herring2012-09-142-2/+10
| * ARM: socfpga: move debug macros to include/debugRob Herring2012-09-142-0/+8
| * ARM: mvebu: move debug macros to include/debugRob Herring2012-09-142-1/+10
| * ARM: vexpress: move debug macros to include/debugRob Herring2012-09-142-0/+2
| * ARM: highbank: move debug macros to include/debugRob Herring2012-09-142-4/+3
| * ARM: move debug macros to common locationRob Herring2012-09-144-86/+100
| * ARM: make mach/gpio.h headers optionalRob Herring2012-09-1425-85/+23
| * ARM: orion: move custom gpio functions to orion-gpio.hRob Herring2012-09-1416-30/+16
| * ARM: shmobile: move custom gpio functions to sh-gpio.hRob Herring2012-09-1413-68/+64
| * ARM: pxa: use gpio_to_irq for sharppm_slRob Herring2012-09-141-13/+17
| * net: pxaficp_ir: add irq resourcesRob Herring2012-09-142-11/+32
| * usb: pxa27x_udc: remove IRQ_USB defineRob Herring2012-09-141-1/+1
| * staging: ste_rmi4: remove gpio.h includeRob Herring2012-09-141-1/+0
* | Merge branch 'next/soc' into next/multiplatformOlof Johansson2012-09-2079-4960/+10422
|\ \
| * \ Merge tag 'rpi-for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/swar...Olof Johansson2012-09-2029-0/+1031
| |\ \
| | * | MAINTAINERS: add an entry for the BCM2835 ARM sub-architectureStephen Warren2012-09-191-0/+10
| | * | ARM: bcm2835: instantiate console UARTSimon Arlott2012-09-191-1/+8
| | * | ARM: bcm2835: add stub clock driverSimon Arlott2012-09-194-0/+87
| | * | ARM: bcm2835: add system timerSimon Arlott2012-09-196-9/+214
| | * | ARM: bcm2835: add interrupt controller driverSimon Arlott2012-09-199-9/+376
| | * | ARM: add infra-structure for BCM2835 and Raspberry PiSimon Arlott2012-09-1914-0/+355
| * | | ARM: OMAP: AM33xx hwmod: fixup SPI after platform_data moveKevin Hilman2012-09-201-1/+1
| * | | Merge tag 'omap-devel-am33xx-for-v3.7' of git://git.kernel.org/pub/scm/linux/...Olof Johansson2012-09-16377-10912/+11418
| |\ \ \
| | * \ \ Merge tag 'omap-devel-a2-for-3.7' of git://git.kernel.org/pub/scm/linux/kerne...Tony Lindgren2012-09-128-4/+3569
| | |\ \ \
| | | * | | ARM: AM33XX: clock: Add dcan clock aliases for device-treeVaibhav Hiremath2012-09-121-0/+2
| | | * | | ARM: OMAP2+: dpll: Add missing soc_is_am33xx() check for common functionsVaibhav Hiremath2012-09-122-4/+4
| | | * | | ARM: OMAP3+: hwmod: Add AM33XX HWMOD dataVaibhav Hiremath2012-09-114-0/+3388
| | | * | | ARM: OMAP2+: hwmod: Hook-up am33xx support in omap_hwmod frameworkVaibhav Hiremath2012-09-111-0/+178
| | | |/ /
| * | | | Merge tag 'devel-omap-device-for-v3.7' of git://git.kernel.org/pub/scm/linux/...Olof Johansson2012-09-16151-421/+944
| |\ \ \ \
| | * \ \ \ Merge tag 'for_3.7-omap_device' of git://git.kernel.org/pub/scm/linux/kernel/...Tony Lindgren2012-09-122-5/+53
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | ARM: OMAP: omap_device: idle devices with no driver boundKevin Hilman2012-09-121-0/+38
| | | * | | ARM: OMAP: omap_device: don't attempt late suspend if no driver boundKevin Hilman2012-09-121-0/+4
| | | * | | ARM: OMAP: omap_device: keep track of driver bound statusKevin Hilman2012-09-122-5/+11
| * | | | | Merge tag 'tegra-for-3.7-cpu-hotplug' of git://git.kernel.org/pub/scm/linux/k...Olof Johansson2012-09-1615-147/+556
| |\ \ \ \ \
| | * | | | | ARM: tegra20: add CPU hotplug supportJoseph Lo2012-09-135-0/+96
| | * | | | | ARM: tegra30: add CPU hotplug supportJoseph Lo2012-09-135-86/+159
| | * | | | | ARM: tegra: clean up the common assembly macros into sleep.hJoseph Lo2012-09-133-37/+58
| | * | | | | ARM: tegra: replace the CPU CAR access code by tegra_cpu_car_opsJoseph Lo2012-09-131-24/+5
| | * | | | | ARM: tegra: introduce tegra_cpu_car_ops structuresJoseph Lo2012-09-136-0/+238
| * | | | | | Merge tag 'tegra-for-3.7-common-clk' of git://git.kernel.org/pub/scm/linux/ke...Olof Johansson2012-09-1615-4733/+5055
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | ARM: Tegra: Add smp_twd clock for Tegra20Prashant Gaikwad2012-09-133-0/+50
OpenPOWER on IntegriCloud