summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra/tegra2_clocks.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-06ARM: tegra: Rename tegra20 clock filePrashant Gaikwad1-1458/+0
2012-09-06ARM: tegra20: Separate out clk ops and clk dataPrashant Gaikwad1-1042/+16
2012-09-06ARM: tegra: fix U16 divider range checkStephen Warren1-1/+1
2012-07-02ARM: tegra: Provide clock for only one PWM controllerThierry Reding1-5/+1
2012-07-02ARM: tegra: Fix PWM clock programmingSimon Que1-4/+28
2012-06-26ARM: tegra: dma: rename driver name for clock to "tegra-apbdma"Laxman Dewangan1-1/+1
2012-06-25ARM: tegra: Remove second instance of uart clkPrashant Gaikwad1-10/+10
2012-05-26Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+4
2012-05-23Merge tag 'sound-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds1-2/+2
2012-04-25ARM: tegra: add pll_x freq table entry for 750MHzStephen Warren1-0/+6
2012-04-25ARM: tegra: Add pllc clock init tableAllen Martin1-0/+4
2012-04-06ASoC: tegra: complete Tegra->Tegra20 renamingStephen Warren1-2/+2
2012-03-27Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2012-02-26ARM: tegra: Demote EMC clock inconsistency BUG to WARNStephen Warren1-5/+25
2012-02-06ARM: tegra: fuse: add functions to access chip revisionOlof Johansson1-1/+1
2011-12-17arm/tegra: don't export clk_measure_input_freqPeter De Schrijver1-1/+1
2011-12-17arm/tegra: prepare clock code for multiple tegra variantsPeter De Schrijver1-12/+5
2011-10-13ARM: tegra: tegra2_clocks: don't export some tablesOlof Johansson1-4/+4
2011-10-13ARM: tegra: tegra2_clocks: 0 -> NULL changesOlof Johansson1-17/+17
2011-10-13ARM: tegra: tegra2_clocks: don't cast __iomem pointersOlof Johansson1-4/+4
2011-07-12arm: 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-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