summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/tegra2_clocks.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-28Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2012-02-27ARM: tegra: Demote EMC clock inconsistency BUG to WARNStephen Warren1-5/+25
2012-02-07ARM: tegra: fuse: add functions to access chip revisionOlof Johansson1-1/+1
2011-12-18arm/tegra: don't export clk_measure_input_freqPeter De Schrijver1-1/+1
2011-12-18arm/tegra: prepare clock code for multiple tegra variantsPeter De Schrijver1-12/+5
2011-10-14ARM: tegra: tegra2_clocks: don't export some tablesOlof Johansson1-4/+4
2011-10-14ARM: tegra: tegra2_clocks: 0 -> NULL changesOlof Johansson1-17/+17
2011-10-14ARM: tegra: tegra2_clocks: don't cast __iomem pointersOlof Johansson1-4/+4
2011-07-13arm: tegra: remove generic disp clock divisor flagRobert Morell1-2/+2
2011-04-26Merge branch 'master' into for-nextJiri Kosina1-4/+5
2011-04-10treewide: remove extra semicolonsJustin P. Mattock1-1/+1
2011-04-02arm: tegra: fix error check in tegra2_clocks.cNicolas Kaiser1-4/+5
2011-02-24ARM: Tegra: Rename clk_dev1/2 to cdev1/2Stephen Warren1-6/+6
2011-02-24ARM: 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-21ARM: tegra: clock: Don't use PLL lock bitsColin Cross1-22/+9
2011-02-21ARM: tegra: clock: Don't BUG on changing an enabled PLLColin Cross1-1/+0
2011-02-21ARM: tegra: clock: enable clk reset for non-peripheral clocksDima Zavin1-11/+18
2011-02-21ARM: tegra: APB DMA: Enable clock and remove reset.Stephen Warren1-0/+6
2011-02-10ARM: tegra: clock: Suspend fixes, and add new clocksColin Cross1-19/+244
2011-02-10ARM: 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-22tegra: add PCI Express clocksMike Rapoport1-0/+48
2010-10-22[ARM] tegra: clock: Add dvfs support, bug fixes, and cleanupsColin Cross1-171/+607
2010-08-06[ARM] tegra: Add clock supportColin Cross1-0/+1359