summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| | * | | | | | ARM: tegra: cpu-tegra: explicitly manage re-parentingStephen Warren2012-09-111-1/+47
| | * | | | | | ARM: tegra: fix overflow in tegra20_pll_clk_round_rate()Stephen Warren2012-09-111-1/+1
| | * | | | | | ARM: tegra: Fix data type for io addressPrashant Gaikwad2012-09-071-6/+6
| | * | | | | | ARM: tegra: remove tegra_timer from tegra_list_clksStephen Warren2012-09-062-2/+0
| | * | | | | | ARM: tegra30: clocks: fix the wrong tegra_audio_sync_clk_ops nameJoseph Lo2012-09-062-2/+2
| | * | | | | | ARM: tegra: clocks: separate tegra_clk_32k_ops from Tegra20 and Tegra30Joseph Lo2012-09-064-3/+13
| | * | | | | | ARM: tegra: Remove duplicate codePrashant Gaikwad2012-09-063-724/+0
| | * | | | | | ARM: tegra: Port tegra to generic clock frameworkPrashant Gaikwad2012-09-068-2345/+3057
| | * | | | | | ARM: tegra: Add clk_tegra structure and helper functionsPrashant Gaikwad2012-09-064-11/+210
| | * | | | | | ARM: tegra: Rename tegra20 clock filePrashant Gaikwad2012-09-062-1/+1
| | * | | | | | ARM: tegra20: Separate out clk ops and clk dataPrashant Gaikwad2012-09-064-1042/+995
| | * | | | | | ARM: tegra30: Separate out clk ops and clk dataPrashant Gaikwad2012-09-064-1133/+1210
| | * | | | | | ARM: tegra: fix U16 divider range checkStephen Warren2012-09-061-1/+1
| | * | | | | | ARM: tegra: turn on UART A clock at bootStephen Warren2012-09-061-0/+1
| | | |_|_|/ / | | |/| | | |
| * | | | | | Merge tag 'imx-soc' of git://git.pengutronix.de/git/imx/linux-2.6 into next/socOlof Johansson2012-09-164-44/+75
| |\ \ \ \ \ \
| | * | | | | | ARM: i.MX35: Implement camera and keypad clocksAlex Gershgorin2012-09-061-3/+8
| | * | | | | | ARM: mxc: ssi-fiq: Make ssi-fiq.S Thumb-2 compatibleDave Martin2012-08-131-39/+50
| | * | | | | | ARM i.MX53: register CAN clocksSascha Hauer2012-08-131-2/+12
| | * | | | | | arm imx31: add a few pinmux settings the tt01 needsTorben Hohn2012-08-031-0/+5
| | | |_|/ / / | | |/| | | |
OpenPOWER on IntegriCloud