summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | ARM: local timers: convert MSM to runtime registration interfaceMarc Zyngier2012-03-131-35/+44
| | * | | | | ARM: local timers: convert exynos to runtime registration interfaceMarc Zyngier2012-03-131-8/+10
| | * | | | | ARM: smp_twd: remove old local timer interfaceMarc Zyngier2012-03-133-43/+5
| | * | | | | ARM: imx6q: convert to twd_local_timer_register() interfaceMarc Zyngier2012-03-134-39/+5
| | * | | | | ARM: highbank: convert to twd_local_timer_register() interfaceMarc Zyngier2012-03-134-45/+7
| | * | | | | ARM: ux500: convert to twd_local_timer_register() interfaceMarc Zyngier2012-03-134-38/+25
| | * | | | | ARM: shmobile: convert to twd_local_timer_register() interfaceMarc Zyngier2012-03-137-38/+18
| | * | | | | ARM: tegra: convert to twd_local_timer_register() interfaceMarc Zyngier2012-03-133-32/+18
| | * | | | | ARM: plat-versatile: convert to twd_local_timer_register() interfaceMarc Zyngier2012-03-136-71/+68
| | * | | | | ARM: OMAP4: convert to twd_local_timer_register() interfaceMarc Zyngier2012-03-133-45/+17
| | * | | | | ARM: smp_twd: add device tree supportMarc Zyngier2012-03-133-13/+120
| | * | | | | ARM: smp_twd: add runtime registration supportMarc Zyngier2012-03-132-4/+65
| | * | | | | ARM: local timers: introduce a new registration interfaceMarc Zyngier2012-03-132-0/+42
| | * | | | | ARM: smp_twd: make local_timer_stop a symbol instead of a #defineMarc Zyngier2012-03-133-7/+7
| |/ / / / /
| * | | | | Merge branch 'vexpress/timer' into next/timerArnd Bergmann2012-03-138-98/+128
| |\ \ \ \ \
| | * | | | | ARM: versatile: Map local timers using Device Tree when possiblePawel Moll2012-02-231-0/+26
| | * | | | | ARM: vexpress: Get rid of MMIO_P2VPawel Moll2012-02-237-98/+102
| * | | | | | Merge branch 'ux500/timers' into next/timerArnd Bergmann2012-03-136-58/+15
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Merge branch 'ux500-timers' of git://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson2012-02-076-58/+15
| | |\ \ \ \ \
| | | * | | | | ARM: plat-nomadik: modernize MTU timerLinus Walleij2012-01-311-20/+3
| | | * | | | | ARM: plat-nomadik: handle clocking properlyLinus Walleij2012-01-311-2/+2
| | | * | | | | ARM: plat-nomadik: get rid of global mtu base pointerLinus Walleij2012-01-316-36/+10
| | |/ / / / /
* | | | | | | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-27379-7606/+4783
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'ep93xx-for-arm-soc' of git://github.com/RyanMallon/linux-2.6 in...Arnd Bergmann2012-03-15246-1026/+1571
| |\ \ \ \ \ \ \
| | * | | | | | | ep93xx: Remove unnecessary includes of ep93xx-regs.hRyan Mallon2012-03-143-2/+3
| | * | | | | | | ep93xx: Move EP93XX_SYSCON defines to SoC private headerRyan Mallon2012-03-143-89/+92
| | * | | | | | | ep93xx: Move crunch code to mach-ep93xx directoryRyan Mallon2012-03-144-3/+3
| | * | | | | | | ep93xx: Make syscon access functions private to SoCRyan Mallon2012-03-144-16/+15
| | * | | | | | | ep93xx: Configure GPIO ports in core codeRyan Mallon2012-03-142-7/+7
| | * | | | | | | ep93xx: Move peripheral defines to local SoC headerRyan Mallon2012-03-144-60/+61
| | * | | | | | | ep93xx: Convert the watchdog driver into a platform device.H Hartley Sweeten2012-03-143-14/+53
| | * | | | | | | ep93xx: Use ioremap for backlight driverRyan Mallon2012-03-143-20/+33
| | * | | | | | | ep93xx: Move GPIO defines to gpio-ep93xx.hRyan Mallon2012-03-142-8/+10
| | * | | | | | | ep93xx: Don't use system controller defines in audio driversRyan Mallon2012-03-144-22/+7
| | * | | | | | | ep93xx: Move PHYS_BASE defines to local SoC header fileRyan Mallon2012-03-1410-34/+61
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | Merge branch 'next/cleanup-exynos-clock' of git://git.kernel.org/pub/scm/linu...Olof Johansson2012-03-13201-2582/+3309
| |\ \ \ \ \ \ \
| | * | | | | | | ARM: EXYNOS: Add clock register addresses for EXYNOS4X12 bus devfreq driverMyungJoo Ham2012-03-101-0/+43
| | * | | | | | | ARM: EXYNOS: add clock registers for exynos4x12-cpufreqJaecheol Lee2012-03-101-0/+9
| | * | | | | | | PM / devfreq: update the name of EXYNOS clock registers that were omittedMyungJoo Ham2012-03-101-3/+3
| | * | | | | | | PM / devfreq: update the name of EXYNOS clock registerKukjin Kim2012-03-101-112/+112
| | * | | | | | | ARM: EXYNOS: change the prefix S5P_ to EXYNOS4_ for clockKukjin Kim2012-03-107-762/+766
| | * | | | | | | ARM: EXYNOS: use static declaration on regarding clockKukjin Kim2012-03-102-21/+10
| | * | | | | | | ARM: EXYNOS: replace clock.c for other new EXYNOS SoCsKukjin Kim2012-03-105-91/+90
| | * | | | | | | Merge branch 'next/cleanup-use-static' into next/cleanup-exynos-clockKukjin Kim2012-03-10160-2396/+961
| | |\ \ \ \ \ \ \
| * | \ \ \ \ \ \ \ Merge branch 'uart' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/l...Olof Johansson2012-03-103-6/+0
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch 'for_3.4/cleanup/uart' of git://git.kernel.org/pub/scm/linux/ker...Tony Lindgren2012-03-063-6/+0
| | |\ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / | | |/| | | | | | | |
| | | * | | | | | | | ARM: OMAP2+: remove some orphan function declarations.NeilBrown2012-02-212-2/+0
| | | * | | | | | | | ARM: OMAP2+: UART: remove unused fields in omap_uart_state.NeilBrown2012-02-211-4/+0
| | |/ / / / / / / /
| * | | | | | | | | Merge branch 'cleanup-pm' of git://git.kernel.org/pub/scm/linux/kernel/git/tm...Olof Johansson2012-03-1039-342/+330
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch 'for_3.4/cleanup/pm' of git://git.kernel.org/pub/scm/linux/kerne...Tony Lindgren2012-03-06304-3414/+1493
| | |\ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud