summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'davinci-for-v3.12/dt' of git://git.kernel.org/pub/scm/linux/kernel...Kevin Hilman2013-08-223-3/+57
|\
| * ARM: davinci: da850: do not specify clock_frequency for UART DT nodeManjunathappa, Prakash2013-08-211-3/+0
| * ARM: davinci: da850: add DT node for ethernetLad, Prabhakar2013-08-212-0/+35
| * ARM: davinci: da850: add OF_DEV_AUXDATA entry for davinci_emacLad, Prabhakar2013-08-211-0/+2
| * ARM: davinci: da850: add OF_DEV_AUXDATA entry for mdio.Lad, Prabhakar2013-08-211-0/+1
| * ARM: davinci: da850: add DT node for mdio deviceLad, Prabhakar2013-08-212-0/+19
* | Merge tag 'davinci-for-v3.12/soc' of git://git.kernel.org/pub/scm/linux/kerne...Kevin Hilman2013-08-2227-201/+272
|\|
| * ARM: davinci: fix clock lookup for mdio deviceLad, Prabhakar2013-08-216-12/+7
| * ARM: davinci: da8xx: remove hard coding of rtc device wakeupHebbar Gururaja2013-08-211-8/+1
| * ARM: davinci: serial: remove davinci_serial_setup_clk()Manjunathappa, Prakash2013-08-219-32/+10
| * ARM: davinci: serial: get rid of davinci_uart_configManjunathappa, Prakash2013-08-2120-74/+28
| * ARM: davinci: da8xx: remove da8xx_uart_clk_enableManjunathappa, Prakash2013-08-211-8/+0
| * ARM: davinci: uart: move to devid based clk_getManjunathappa, Prakash2013-07-2213-84/+243
* | Merge tag 'ux500-core-for-arm-soc' of git://git.kernel.org/pub/scm/linux/kern...Kevin Hilman2013-08-226-4/+17
|\ \
| * | ARM: ux500: set coherent_dma_mask for dma40Fabio Baltieri2013-08-191-0/+1
| * | ARM: ux500: remove u8500_secondary_startup from INIT section.Srinivas Kandagatla2013-08-191-2/+0
| * | ARM: ux500: add restart support via prcmuFabio Baltieri2013-08-194-2/+16
* | | Merge tag 'sunxi-core-for-3.12-2' of https://github.com/mripard/linux into ne...Kevin Hilman2013-08-222-3/+44
|\ \ \
| * | | ARM: sunxi: Introduce Allwinner A20 supportMaxime Ripard2013-08-161-0/+1
| * | | ARM: sun6i: Add restart code for the A31Maxime Ripard2013-08-161-3/+40
| * | | ARM: sunxi: Add the Allwinner A31 compatible to the machine definitionMaxime Ripard2013-08-162-0/+3
* | | | Merge tag 'sunxi-core-for-3.12' of https://github.com/mripard/linux into next...Kevin Hilman2013-08-211-1/+0
|\| | |
| * | | ARM: sunxi: Remove Makefile.boot fileMaxime Ripard2013-07-291-1/+0
* | | | Merge tag 'tegra-for-3.12-soc' of git://git.kernel.org/pub/scm/linux/kernel/g...Kevin Hilman2013-08-2146-1122/+1446
|\ \ \ \
| * | | | ARM: tegra: disable LP2 cpuidle state if PCIe is enabledStephen Warren2013-08-133-0/+23
| * | | | PCI: tegra: Move PCIe driver to drivers/pci/hostThierry Reding2013-08-137-1018/+2
| * | | | Merge tag 'msi-3.12-2' into for-3.12/socStephen Warren2013-08-1315-53/+44
| |\ \ \ \
| | * | | | ARM: pci: add ->add_bus() and ->remove_bus() hooks to hw_pciThomas Petazzoni2013-08-122-0/+20
| | * | | | PCI: remove ARCH_SUPPORTS_MSI kconfig optionThomas Petazzoni2013-08-128-9/+0
| | * | | | PCI: use weak functions for MSI arch-specific functionsThomas Petazzoni2013-08-125-44/+24
| | |/ / /
| * | | | ARM: tegra: add LP1 suspend support for Tegra114Joseph Lo2013-08-124-15/+141
| * | | | ARM: tegra: add LP1 suspend support for Tegra20Joseph Lo2013-08-125-0/+341
| * | | | ARM: tegra: add LP1 suspend support for Tegra30Joseph Lo2013-08-127-4/+560
| * | | | ARM: tegra: add common LP1 suspend supportJoseph Lo2013-08-125-5/+140
| * | | | ARM: tegra: config the polarity of the request of sys clockJoseph Lo2013-08-121-0/+16
| * | | | ARM: tegra: add common resume handling code for LP1 resumingJoseph Lo2013-08-123-0/+17
| * | | | ARM: tegra: unify Tegra's Kconfig a bit moreStephen Warren2013-08-081-15/+6
| * | | | ARM: tegra: remove the limitation that Tegra114 can't support suspendJoseph Lo2013-07-191-4/+0
| * | | | ARM: tegra: flowctrl: add support for cpu_suspend_enter/exitJoseph Lo2013-07-191-0/+2
| * | | | ARM: tegra: hook tegra_tear_down_cpu functionJoseph Lo2013-07-191-1/+3
| * | | | ARM: tegra: shut off the CPU rail when the last CPU in suspendJoseph Lo2013-07-192-1/+20
| * | | | ARM: tegra: add low level code for Tegra114 cluster power downJoseph Lo2013-07-192-1/+7
| * | | | ARM: tegra: set up the correct L2 data RAM latency for Cortex-A15Joseph Lo2013-07-192-0/+23
| * | | | ARM: tegra: add a flag for tegra_disable_clean_inv_dcache to do LoUIS or ALLJoseph Lo2013-07-195-3/+14
| * | | | ARM: tegra: do v7_invalidate_l1 only when CPU is Cortex-A9Joseph Lo2013-07-192-3/+7
| * | | | ARM: tegra114: cpuidle: add powered-down stateJoseph Lo2013-07-191-1/+50
| * | | | ARM: tegra114: add low level support for CPU idle powered-down modeJoseph Lo2013-07-192-0/+4
| * | | | ARM: tegra114: Reprogram GIC CPU interface to bypass IRQ on CPU PM entryJoseph Lo2013-07-191-0/+40
| * | | | Revert "ARM: tegra: add cpu_disable for hotplug"Joseph Lo2013-07-193-13/+0
| * | | | ARM: tegra: enable Cortex-A15 erratum 798181Joseph Lo2013-07-151-0/+1
| |/ / /