summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next/soc' into next/dtOlof Johansson2013-02-05210-10093/+10629
|\
| * ARM: tegra: remove empty tegra_smp_init_cpus()Olof Johansson2013-02-051-5/+0
| * Merge tag 'tegra-for-3.9-soc-t114' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson2013-02-0523-68/+474
| |\
| | * ARM: DT: tegra114: add pinmux DT entryLaxman Dewangan2013-01-291-0/+6
| | * ARM: DT: tegra114: add GPIO DT entryLaxman Dewangan2013-01-291-0/+17
| | * ARM: tegra114: select PINCTRL for Tegra114 SoCLaxman Dewangan2013-01-291-0/+2
| | * ARM: tegra: add Tegra114 ARM_CPUIDLE_WFI_STATE supportJoseph Lo2013-01-294-0/+73
| | * ARM: tegra: Add SMMU entry to Tegra114 DTHiroshi Doyu2013-01-291-0/+11
| | * ARM: tegra: add AHB entry to Tegra114 DTHiroshi Doyu2013-01-281-0/+5
| | * ARM: tegra: Add initial support for Tegra114 SoC.Hiroshi Doyu2013-01-284-0/+60
| | * ARM: dt: tegra114: Add new board, PlutoHiroshi Doyu2013-01-282-1/+23
| | * ARM: dt: tegra114: Add new board, DalmoreHiroshi Doyu2013-01-282-1/+23
| | * ARM: dt: tegra114: Add new SoC base, Tegra114 SoCHiroshi Doyu2013-01-281-0/+114
| | * ARM: tegra: fuse: Add chip ID Tegra114 0x35Hiroshi Doyu2013-01-281-0/+1
| | * Merge branch 'for-3.9/scu-base-rework' into for-3.9/soc-t114Stephen Warren2013-01-2812-68/+141
| | |\
| | | * ARM: OMAP: Make use of available scu_a9_get_base() interfaceSantosh Shilimkar2013-01-282-2/+1
| | | * ARM: tegra: Skip scu_enable(scu_base) if not Cortex A9Hiroshi Doyu2013-01-281-3/+2
| | | * ARM: Add API to detect SCU base address from CP15Hiroshi Doyu2013-01-281-0/+17
| | | * ARM: tegra: Use DT /cpu node to detect number of CPU coreHiroshi Doyu2013-01-281-15/+0
| | | * ARM: tegra: Add CPU nodes to Tegra30 device treeHiroshi Doyu2013-01-281-0/+29
| | | * ARM: tegra: Add CPU nodes to Tegra20 device treeHiroshi Doyu2013-01-281-0/+17
| | | * Merge remote-tracking branch 'korg_arm-soc/depends/rmk-perf' into for-3.9/scu...Stephen Warren2013-01-286-49/+75
| | | |\
| | | | * ARM: perf: simplify __hw_perf_event_init err handlingMark Rutland2013-01-181-5/+3
| | | | * ARM: perf: remove unnecessary checks for idx < 0Mark Rutland2013-01-181-8/+0
| | | | * ARM: perf: handle armpmu_register failingMark Rutland2013-01-181-5/+10
| | | | * ARM: perf: don't pretend to support counting of L1I writesWill Deacon2013-01-163-12/+12
| | | | * ARM: perf: remove redundant NULL check on cpu_pmuWill Deacon2013-01-141-1/+1
| | | | * ARM: Use implementor and part defines from cputype.hChristoffer Dall2013-01-111-18/+16
| | | | * ARM: Define CPU part numbers and implementorsChristoffer Dall2013-01-111-0/+33
| | | |/
| * | | Merge tag 'tegra-for-3.9-soc-cpuidle' of git://git.kernel.org/pub/scm/linux/k...Olof Johansson2013-02-0511-9/+609
| |\| |
| | * | ARM: tegra20: cpuidle: apply coupled cpuidle for powered-down modeJoseph Lo2013-01-285-9/+192
| | * | ARM: tegra20: flowctrl: add support for cpu_suspend_enter/exitJoseph Lo2013-01-282-5/+37
| | * | clk: tegra20: Implementing CPU low-power function for tegra_cpu_car_opsJoseph Lo2013-01-281-0/+93
| | * | ARM: tegra20: cpuidle: add powered-down state for secondary CPUJoseph Lo2013-01-284-4/+259
| | * | ARM: tegra: add pending SGI checking APIJoseph Lo2013-01-282-0/+37
| * | | Merge tag 'tegra-for-3.9-soc-usb' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson2013-02-0513-138/+191
| |\ \ \
| | * | | usb: host: tegra: make use of PHY pointer of HCDVenu Byravarasu2013-01-283-22/+29
| | * | | ARM: tegra: Add reset GPIO information to PHY DT nodeVenu Byravarasu2013-01-286-0/+23
| | |/ /
| | * | usb: host: tegra: don't touch EMC clockStephen Warren2013-01-281-17/+0
| | * | usb: add APIs to access host registers from Tegra PHYVenu Byravarasu2013-01-283-43/+59
| | * | USB: PHY: tegra: Get rid of instance number to differentiate PHY typeVenu Byravarasu2013-01-282-14/+15
| | * | USB: PHY: tegra: get rid of instance number to differentiate legacy controllerVenu Byravarasu2013-01-282-17/+16
| | * | ARM: tegra: add clocks properties to USB PHY nodesStephen Warren2013-01-281-0/+6
| | * | ARM: tegra: add DT nodes for Tegra USB PHYVenu Byravarasu2013-01-283-0/+37
| | * | usb: phy: remove unused APIs from Tegra PHY.Venu Byravarasu2013-01-282-17/+0
| | * | usb: host: tegra: Resetting PORT0 based on information received via DT.Venu Byravarasu2013-01-281-1/+5
| | * | ARM: tegra: Add new DT property to USB node.Venu Byravarasu2013-01-282-0/+3
| | * | usb: phy: use kzalloc to allocate struct tegra_usb_phyVenu Byravarasu2013-01-281-1/+1
| | * | ARM: tegra: remove USB address related macros from iomap.hVenu Byravarasu2013-01-282-12/+3
| * | | Merge tag 'tegra-for-3.9-soc-ccf' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson2013-02-0567-7651/+6426
| |\| |