aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-01-28Merge branch 'for-3.9/scu-base-rework' into for-3.9/soc-t114Stephen Warren12-68/+141
2013-01-28ARM: tegra20: cpuidle: apply coupled cpuidle for powered-down modeJoseph Lo5-9/+192
2013-01-28ARM: tegra20: flowctrl: add support for cpu_suspend_enter/exitJoseph Lo2-5/+37
2013-01-28clk: tegra20: Implementing CPU low-power function for tegra_cpu_car_opsJoseph Lo1-0/+93
2013-01-28ARM: tegra20: cpuidle: add powered-down state for secondary CPUJoseph Lo4-4/+259
2013-01-28ARM: tegra: add pending SGI checking APIJoseph Lo2-0/+37
2013-01-28usb: host: tegra: don't touch EMC clockStephen Warren1-17/+0
2013-01-28usb: add APIs to access host registers from Tegra PHYVenu Byravarasu3-43/+59
2013-01-28USB: PHY: tegra: Get rid of instance number to differentiate PHY typeVenu Byravarasu2-14/+15
2013-01-28USB: PHY: tegra: get rid of instance number to differentiate legacy controllerVenu Byravarasu2-17/+16
2013-01-28ARM: tegra: add clocks properties to USB PHY nodesStephen Warren1-0/+6
2013-01-28ARM: tegra: add DT nodes for Tegra USB PHYVenu Byravarasu3-0/+37
2013-01-28usb: phy: remove unused APIs from Tegra PHY.Venu Byravarasu2-17/+0
2013-01-28usb: host: tegra: Resetting PORT0 based on information received via DT.Venu Byravarasu1-1/+5
2013-01-28ARM: tegra: Add new DT property to USB node.Venu Byravarasu2-0/+3
2013-01-28usb: phy: use kzalloc to allocate struct tegra_usb_phyVenu Byravarasu1-1/+1
2013-01-28ARM: tegra: remove USB address related macros from iomap.hVenu Byravarasu2-12/+3
2013-01-28clk: tegra30: remove unused TEGRA_CLK_DUPLICATE()sPrashant Gaikwad1-70/+0
2013-01-28clk: tegra20: remove unused TEGRA_CLK_DUPLICATE()sPrashant Gaikwad1-17/+0
2013-01-28ARM: tegra30: remove auxdataPrashant Gaikwad1-30/+1
2013-01-28ARM: tegra20: remove auxdataPrashant Gaikwad1-24/+0
2013-01-28ASoC: tegra: remove auxdataPrashant Gaikwad1-12/+2
2013-01-28staging: nvec: remove use of clk_get_sysPrashant Gaikwad2-5/+1
2013-01-28ARM: tegra: paz00: add clock information to DTPrashant Gaikwad1-0/+2
2013-01-28ARM: tegra: add clock properties to Tegra30 DTPrashant Gaikwad1-1/+55
2013-01-28ARM: tegra: add clock properties to Tegra20 DTPrashant Gaikwad1-0/+44
2013-01-28spi: tegra: do not use clock name to get clockPrashant Gaikwad2-2/+2
2013-01-28ARM: tegra: remove legacy clock codePrashant Gaikwad11-7141/+0
2013-01-28ARM: tegra: migrate to new clock codePrashant Gaikwad21-142/+73
2013-01-28clk: tegra: add clock support for Tegra30Prashant Gaikwad3-0/+2064
2013-01-28clk: tegra: add clock support for Tegra20Prashant Gaikwad3-0/+1281
2013-01-28clk: tegra: add Tegra specific clocksPrashant Gaikwad11-0/+2126
2013-01-28ARM: tegra: define Tegra30 CAR bindingPrashant Gaikwad2-0/+268
2013-01-28ARM: tegra: define Tegra20 CAR bindingStephen Warren2-0/+211
2013-01-28ARM: tegra: move tegra_cpu_car.h to linux/clk/tegra.hPrashant Gaikwad10-12/+12
2013-01-28ARM: tegra: add function to read chipidPrashant Gaikwad2-1/+29
2013-01-28ARM: tegra: fix compile error when disable CPU_IDLEJoseph Lo1-1/+1
2013-01-28ARM: tegra30: make the wait time of CPU power up to proportional to HZJoseph Lo1-2/+2
2013-01-28ARM: tegra: make device can run on UPJoseph Lo6-223/+246
2013-01-28ARM: OMAP: Make use of available scu_a9_get_base() interfaceSantosh Shilimkar2-2/+1
2013-01-28ARM: tegra: Skip scu_enable(scu_base) if not Cortex A9Hiroshi Doyu1-3/+2
2013-01-28ARM: Add API to detect SCU base address from CP15Hiroshi Doyu1-0/+17
2013-01-28ARM: tegra: Use DT /cpu node to detect number of CPU coreHiroshi Doyu1-15/+0
2013-01-28ARM: tegra: Add CPU nodes to Tegra30 device treeHiroshi Doyu1-0/+29
2013-01-28ARM: tegra: Add CPU nodes to Tegra20 device treeHiroshi Doyu1-0/+17
2013-01-28Merge remote-tracking branch 'korg_arm-soc/depends/rmk-perf' into for-3.9/scu-base-reworkStephen Warren6-49/+75
2013-01-28ARM: tegra: clean up the CPUINIT sectionJoseph Lo3-7/+5
2013-01-28ARM: tegra: moving the clock gating procedure to tegra_cpu_killJoseph Lo3-6/+13
2013-01-28ARM: tegra: update the cache maintenance order for CPU shutdownJoseph Lo5-9/+6
2013-01-28ARM: tegra30: fix power up sequence for boot_secondaryJoseph Lo1-1/+38