summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-07-2446-522/+810
|\
| * Merge tag 'omap-devel-pm-for-v3.6' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann2012-07-0311-107/+216
| |\
| | * ARM: OMAP2+: PM: fix IRQ_NOAUTOEN removal by mis-mergeKevin Hilman2012-06-291-2/+7
| | * Merge branch 'for_3.6/pm/performance' of git://git.kernel.org/pub/scm/linux/k...Tony Lindgren2012-06-275-59/+57
| | |\
| | | * ARM: OMAP3: PM: cpuidle: optimize the clkdm idle latency in C1 stateJean Pihet2012-06-251-18/+4
| | | * ARM: OMAP3: PM: cpuidle: optimize the PER latency in C1 stateJean Pihet2012-06-251-19/+22
| | | * ARM: OMAP3: PM: cpuidle: default to C1 in next_valid_stateJean Pihet2012-06-251-7/+1
| | | * ARM: OMAP3: PM: cleanup cam_pwrdm leftoversKevin Hilman2012-06-251-4/+0
| | | * ARM: OMAP3: PM: call pre/post transition per powerdomainKevin Hilman2012-06-251-4/+15
| | | * ARM: OMAP2+: powerdomain: allow pre/post transtion to be per pwrdmKevin Hilman2012-06-254-10/+18
| | |/
| | * Merge tag 'omap-devel-c-for-3.6' of git://git.kernel.org/pub/scm/linux/kernel...Tony Lindgren2012-06-257-56/+162
| | |\
| | | * ARM: OMAP3: PM: Remove IO Daisychain control from cpuidleVishwanath BS2012-06-221-14/+0
| | | * ARM: OMAP3PLUS: hwmod: reconfigure IO Daisychain during hwmod muxVishwanath BS2012-06-221-2/+36
| | | * ARM: OMAP3+: PRM: Enable IO wake upTero Kristo2012-06-222-13/+38
| | | * ARM: OMAP4: PRM: Add IO Daisychain supportRajendra Nayak2012-06-222-0/+56
| | | * ARM: OMAP3: PM: Move IO Daisychain function to omap3 prm fileVishwanath BS2012-06-224-33/+43
| | | * ARM: OMAP3: PM: correct enable/disable of daisy io chainMohan V2012-06-221-3/+4
| | | * ARM: OMAP2+: PRM: fix compile for OMAP4-only buildKevin Hilman2012-06-221-2/+2
| * | | Merge tag 'omap-devel-driver-for-v3.6' of git://git.kernel.org/pub/scm/linux/...Arnd Bergmann2012-07-0320-357/+352
| |\ \ \
| | * | | ARM: OMAP2+: do not allow SmartReflex to be built as a moduleJean Pihet2012-06-291-1/+1
| | * | | Merge branch 'for_3.6/pm/sr-move' of git://git.kernel.org/pub/scm/linux/kerne...Tony Lindgren2012-06-2615-179/+235
| | |\ \ \
| | | * | | ARM: OMAP: SmartReflex: Move smartreflex driver to drivers/Jean Pihet2012-06-017-25/+22
| | | * | | ARM: OMAP2+: SmartReflex: add POWER_AVS Kconfig optionsJean Pihet2012-06-014-19/+35
| | | * | | ARM: OMAP2+: SmartReflex: Create per-opp debugfs node for errminlimitJean Pihet2012-06-011-2/+5
| | | * | | ARM: OMAP2+: SmartReflex: Use per-OPP data structureJean Pihet2012-06-013-28/+54
| | | * | | ARM: OMAP2+: Voltage: Move the omap_volt_data structure to platJ Keerthy2012-06-012-20/+22
| | | * | | ARM: OMAP2+: SmartReflex: introduce a busy loop condition test macroJean Pihet2012-06-012-7/+28
| | | * | | ARM: OMAP3: hwmod: rename the smartreflex entriesJean Pihet2012-06-012-5/+5
| | | * | | ARM: OMAP2+: smartreflex: Use the names from hwmod data instead of voltage do...Jean Pihet2012-06-014-41/+32
| | | * | | ARM: OMAP3+: SmartReflex: class drivers should use struct omap_sr *Jean Pihet2012-06-013-46/+46
| | | * | | ARM: OMAP2+: SmartReflex: move the smartreflex header to include/linux/powerJean Pihet2012-06-016-11/+11
| | * | | | ARM: OMAP2: Use hwmod to initialize mmc for 2420Tony Lindgren2012-06-262-70/+73
| | * | | | Merge tag 'omap-devel-b-for-3.6' of git://git.kernel.org/pub/scm/linux/kernel...Tony Lindgren2012-06-254-108/+44
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | W1: OMAP HDQ1W: use runtime PMPaul Walmsley2012-06-221-65/+13
| | | * | | ARM: OMAP2+: HDQ1W: use omap_devicePaul Walmsley2012-06-222-38/+26
| | | * | | W1: OMAP HDQ1W: use 32-bit register accessesPaul Walmsley2012-06-221-4/+4
| | | * | | W1: OMAP HDQ1W: allow driver to be built on all OMAP2+Paul Walmsley2012-06-221-1/+1
| | | | |/ | | | |/|
| * | | | Merge branch 'imx/cpuidle' into next/pmOlof Johansson2012-07-0115-59/+242
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | ARM: imx: Add imx6q cpuidle driverRobert Lee2012-06-051-0/+19
| | * | | ARM: imx: Add imx5 cpuidleRobert Lee2012-06-051-2/+41
| | * | | ARM: imx: Add common imx cpuidle init functionality.Robert Lee2012-06-053-0/+103
| | * | | ARM: imx: Enable imx53 low power idleRobert Lee2012-06-059-1/+19
| | * | | ARM: imx: clean and consolidate imx5 suspend and idle codeRobert Lee2012-06-053-47/+44
| | * | | ARM: imx: Add comments to tzic_enable_waker()Robert Lee2012-06-051-0/+4
| | * | | ARM: imx: Modify IMX_IO_P2V macroRobert Lee2012-06-051-11/+14
* | | | | Merge tag 'pinctrl' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-07-244-2/+503
|\ \ \ \ \
| * \ \ \ \ Merge branch 'prima2/pinctrl' into next/pinctrlArnd Bergmann2012-07-041-1/+1
| |\ \ \ \ \
| | * | | | | ARM: prima2: enable gpiolib unconditionallyArnd Bergmann2012-07-041-1/+1
| * | | | | | Merge branch 'prima2/drivers' of git://gitorious.org/sirfprima2-kernel/sirfpr...Arnd Bergmann2012-07-024-2/+503
| |\| | | | |
| | * | | | | PINCTRL: SiRF: add GPIO and GPIO irq support in CSR SiRFprimaIIBarry Song2012-07-024-2/+503
| |/ / / / /