aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra/tegra2_clocks.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-04-01arm: tegra: fix error check in tegra2_clocks.cNicolas Kaiser1-4/+5
2011-02-23ARM: Tegra: Rename clk_dev1/2 to cdev1/2Stephen Warren1-6/+6
2011-02-23ARM: Tegra: Rename I2S clocks to match driver nameStephen Warren1-2/+2
2011-02-22ARM: tegra: clock: prevent accidental disables of cpu clockColin Cross1-0/+25
2011-02-22ARM: tegra: clock: Round rate before setting rateColin Cross1-4/+4
2011-02-22ARM: tegra: clock: Refcount periph clock enablesColin Cross1-6/+31
2011-02-21ARM: tegra: clock: Miscellaneous clock updatesColin Cross1-31/+67
2011-02-21ARM: tegra: clock: Fix clock issues in suspendColin Cross1-10/+20
2011-02-21ARM: tegra: clock: Add function to set SDMMC tap delayColin Cross1-0/+19
2011-02-21ARM: tegra: clocks: Add emc scalingColin Cross1-1/+63
2011-02-21ARM: tegra: clock: Minor cleanupsColin Cross1-2/+0
2011-02-21ARM: tegra: clock: Add shared bus clock typeColin Cross1-0/+116
2011-02-21ARM: tegra: cpufreq: Take an extra reference to pllxColin Cross1-4/+11
2011-02-21ARM: tegra: clock: Convert global lock to a lock per clockColin Cross1-34/+85
2011-02-21ARM: tegra: clock: Move unshared clk struct members into unionColin Cross1-102/+132
2011-02-21ARM: tegra: clock: Rearrange static clock tablesColin Cross1-55/+51
2011-02-21ARM: tegra: clock: Drop CPU dvfsColin Cross1-2/+0
2011-02-20ARM: tegra: clock: Don't use PLL lock bitsColin Cross1-22/+9
2011-02-20ARM: tegra: clock: Don't BUG on changing an enabled PLLColin Cross1-1/+0
2011-02-20ARM: tegra: clock: enable clk reset for non-peripheral clocksDima Zavin1-11/+18
2011-02-20ARM: tegra: APB DMA: Enable clock and remove reset.Stephen Warren1-0/+6
2011-02-09ARM: tegra: clock: Suspend fixes, and add new clocksColin Cross1-19/+244
2011-02-09ARM: tegra: Add prototypes for subsystem suspend functionsColin Cross1-0/+1
2010-11-26ARM: 6483/1: arm & sh: factorised duplicated clkdev.cJean-Christop PLAGNIOL-VILLARD1-2/+1
2010-10-21tegra: add PCI Express clocksMike Rapoport1-0/+48
2010-10-21[ARM] tegra: clock: Add dvfs support, bug fixes, and cleanupsColin Cross1-171/+607
2010-08-05[ARM] tegra: Add clock supportColin Cross1-0/+1359