summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stericsson/cleanup' into next/timerArnd Bergmann2011-10-3110-196/+270
|\
| * mach-ux500: remove pull-pinconfig and add SPI2Fredrik Svensson2011-08-302-74/+73
| * mach-ux500: remove most of the ugly machine_is_*() callsLee Jones2011-08-305-53/+124
| * mach-ux500: factor out l2x0 handling codeLinus Walleij2011-08-303-69/+73
| * ARM: mach-ux500: add explicit cpu_relax() for busy wait loopBarry Song2011-08-301-1/+1
* | Merge branches 'stericsson/timer' and 'omap/dmtimer' into next/timerArnd Bergmann2011-10-3165-2425/+2616
|\ \
| * | ARM: omap: use __devexit_p in dmtimer driverArnd Bergmann2011-10-011-1/+1
| * | ARM: OMAP: dmtimer: add error handling to export APIsTarun Kanti DebBarma2011-09-212-37/+89
| * | ARM: OMAP: dmtimer: low-power mode supportTarun Kanti DebBarma2011-09-213-5/+149
| * | ARM: OMAP: dmtimer: skip reserved timersTony Lindgren2011-09-213-2/+13
| * | ARM: OMAP: dmtimer: pm_runtime supportTarun Kanti DebBarma2011-09-212-24/+10
| * | ARM: OMAP: dmtimer: switch-over to platform device driverTarun Kanti DebBarma2011-09-213-248/+123
| * | ARM: OMAP: dmtimer: platform driverTarun Kanti DebBarma2011-09-212-6/+135
| * | ARM: OMAP2+: dmtimer: convert to platform devicesTarun Kanti DebBarma2011-09-216-1/+240
| * | ARM: OMAP1: dmtimer: conversion to platform devicesTarun Kanti DebBarma2011-09-214-45/+194
| * | ARM: OMAP2+: dmtimer: add device names to flck nodesTarun Kanti DebBarma2011-09-214-0/+165
| * | ARM: OMAP: Add support for dmtimer v2 ipTony Lindgren2011-09-193-76/+123
| * | Merge branch 'omap_chip_remove_cleanup_3.2' of git://git.pwsan.com/linux-2.6 ...Tony Lindgren2011-09-15373-3589/+4313
| |\ \
| | * | OMAP: id: remove OMAP_CHIP declarations, codePaul Walmsley2011-09-143-119/+0
| | * | OMAP2+: hwmod: remove OMAP_CHIP*Paul Walmsley2011-09-146-253/+85
| | * | OMAP: powerdomain: remove omap_chip bitmasksPaul Walmsley2011-09-148-96/+79
| | * | OMAP: powerdomain: split pwrdm_init() into two functionsPaul Walmsley2011-09-145-26/+74
| | * | OMAP: clockdomain code/data: remove omap_chip bitmask from struct clockdomainPaul Walmsley2011-09-1411-1156/+842
| | * | OMAP: clockdomain: split clkdm_init()Paul Walmsley2011-09-144-34/+121
| | * | OMAP2+: id: remove OMAP_REVBITS_* macrosPaul Walmsley2011-09-141-23/+10
| | * | OMAP3: id: remove duplicate code for testing SoC ES levelPaul Walmsley2011-09-141-57/+23
| | * | OMAP3: id: add fallthrough warning; fix some CodingStyle issuesPaul Walmsley2011-09-141-5/+6
| | * | OMAP3: id: use explicit omap_revision codes for 3505/3517 ES levelsPaul Walmsley2011-09-142-2/+11
| | * | OMAP3: id: remove useless strcpy()sPaul Walmsley2011-09-141-26/+22
| | * | OMAP3: id: remove identification codes that only correspond to marketing namesPaul Walmsley2011-09-133-22/+22
| * | | ARM: OMAP: Introduce SoC specific early_initTony Lindgren2011-08-2427-156/+80
| * | | ARM: OMAP: Move omap2_init_common_devices out of init_earlyTony Lindgren2011-08-2429-49/+55
| * | | omap2+: Use Kconfig symbol in Makefile instead of obj-yTony Lindgren2011-08-221-44/+32
* | | | clocksource: fixup ux500 build problemsLinus Walleij2011-10-033-9/+12
* | | | ARM: ux500: Reprogram timers upon resumeJonas Aaberg2011-09-221-0/+7
* | | | ARM: plat-nomadik: timer: Export reset functionsJonas Aaberg2011-09-222-48/+49
* | | | ARM: plat-nomadik: timer: Add support for periodic timersJonas Aaberg2011-09-221-28/+60
* | | | ARM: ux500: Move timer code to separate fileJonas Aaberg2011-09-223-37/+59
* | | | ARM: ux500: add support for clocksource DBX500 PRCMUMattias Wallin2011-09-223-0/+14
* | | | clocksource: add DBX500 PRCMU Timer supportMattias Wallin2011-09-224-0/+142
* | | | ARM: plat-nomadik: MTU sched_clock as an optionMattias Wallin2011-09-222-5/+11
* | | | Linux 3.1-rc7v3.1-rc7Linus Torvalds2011-09-211-1/+1
* | | | XZ: Fix incorrect XZ_BUF_ERRORLasse Collin2011-09-211-7/+20
* | | | Merge git://github.com/davem330/netLinus Torvalds2011-09-2122-80/+165
|\ \ \ \
| * | | | xfrm: Perform a replay check after return from async codepathsSteffen Klassert2011-09-211-0/+5
| * | | | fib:fix BUG_ON in fib_nl_newrule when add new fib ruleGao feng2011-09-211-2/+2
| * | | | ixgbe: fix possible null buffer errorJesse Brandeburg2011-09-211-2/+2
| * | | | tg3: fix VLAN tagging regressionKasper Pedersen2011-09-211-2/+0
| * | | | net: pxa168: Fix build errors by including interrupt.hTanmay Upadhyay2011-09-201-0/+1
| * | | | netconsole: switch init_netconsole() to late_initcallLin Ming2011-09-201-1/+7
OpenPOWER on IntegriCloud