aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk/tegra
AgeCommit message (Expand)AuthorFilesLines
2014-01-23Merge tag 'clk-for-linus-3.14-part1' of git://git.linaro.org/people/mike.turq...Gravatar Linus Torvalds 2-7/+7
2013-12-19clk: tegra: Staticize tegra_clk_periph_nodiv_opsGravatar Sachin Kamat 1-1/+1
2013-12-19clk: tegra: Staticize local variables in clk-pll.cGravatar Sachin Kamat 1-6/+6
2013-12-11clk: tegra: remove bogus PCIE_XCLKGravatar Stephen Warren 2-13/+0
2013-12-11clk: tegra: remove legacy reset APIsGravatar Stephen Warren 3-63/+0
2013-12-11clk: tegra: implement a reset driverGravatar Stephen Warren 6-6/+57
2013-11-28clk: tegra: fix __clk_lookup() return value checksGravatar Wei Yongjun 1-4/+4
2013-11-28clk: tegra: Do not print errors for clk_round_rate()Gravatar Thierry Reding 1-6/+3
2013-11-26clk: tegra: Initialize DSI low-power clocksGravatar Thierry Reding 1-0/+2
2013-11-26clk: tegra: add FUSE clock deviceGravatar Alexandre Courbot 4-1/+4
2013-11-26clk: tegra: Properly setup PWM clock on Tegra30Gravatar Thierry Reding 1-1/+3
2013-11-26clk: tegra: Initialize secondary gr3d clock on Tegra30Gravatar Thierry Reding 1-0/+1
2013-11-26clk: tegra114: Initialize clocks needed for HDMIGravatar Mikko Perttunen 1-0/+2
2013-11-26clk: tegra124: add suspend/resume function for tegra_cpu_car_opsGravatar Joseph Lo 1-0/+27
2013-11-26clk: tegra124: add wait_for_reset and disable_clock for tegra_cpu_car_opsGravatar Joseph Lo 1-0/+26
2013-11-26clk: tegra124: Add support for Tegra124 clocksGravatar Peter De Schrijver 2-0/+1371
2013-11-26clk: tegra124: Add new peripheral clocksGravatar Peter De Schrijver 1-0/+69
2013-11-26clk: tegra124: Add common clk IDs to clk-id.hGravatar Peter De Schrijver 1-0/+22
2013-11-26clk: tegra: add TEGRA_PERIPH_NO_GATEGravatar Peter De Schrijver 3-3/+22
2013-11-26clk: tegra: add locking to periph clksGravatar Peter De Schrijver 2-19/+24
2013-11-26clk: tegra: Add periph regs bank XGravatar Peter De Schrijver 1-0/+10
2013-11-26clk: tegra: Add support for PLLSSGravatar Peter De Schrijver 2-2/+126
2013-11-26clk: tegra: move tegra20 to common infraGravatar Peter De Schrijver 1-402/+255
2013-11-26clk: tegra: move tegra30 to common infraGravatar Peter De Schrijver 1-895/+403
2013-11-26clk: tegra: introduce common gen4 super clockGravatar Peter De Schrijver 4-74/+155
2013-11-26clk: tegra: move PMC, fixed clocks to common filesGravatar Peter De Schrijver 5-74/+253
2013-11-26clk: tegra: move periph clocks to common fileGravatar Peter De Schrijver 6-581/+627
2013-11-26clk: tegra: move audio clk to common fileGravatar Peter De Schrijver 4-208/+402
2013-11-26clk: tegra: add clkdev registration infraGravatar Peter De Schrijver 3-159/+179
2013-11-26clk: tegra: add common infra for DT clocksGravatar Peter De Schrijver 2-0/+16
2013-11-26clk: tegra: add header for common tegra clock IDsGravatar Peter De Schrijver 1-0/+213
2013-11-26clk: tegra: move fields to tegra_clk_pll_paramsGravatar Peter De Schrijver 5-177/+175
2013-11-26clk: tegra: use pll_ref as the pll_e parentGravatar Peter De Schrijver 2-4/+7
2013-11-26clk: tegra: move some PLLC and PLLXC init to clk-pll.cGravatar Peter De Schrijver 2-93/+111
2013-11-26clk: tegra: Add TEGRA_PERIPH_NO_DIV flagGravatar Peter De Schrijver 2-3/+9
2013-11-26clk: tegra: common periph_clk_enb_refcnt and clksGravatar Peter De Schrijver 6-108/+85
2013-11-26clk: tegra: simplify periph clock dataGravatar Peter De Schrijver 7-584/+464
2013-11-26clk: tegra: Fix clock rate computationGravatar Thierry Reding 1-0/+2
2013-11-26clk: tegra114: Rename gr_2d/gr_3d to gr2d/gr3dGravatar Thierry Reding 1-4/+4
2013-11-26clk: tegra: PLLE spread spectrum controlGravatar Peter De Schrijver 1-1/+29
2013-11-26clk: tegra: Set the clk parent of host1x to pll_pGravatar Andrew Chew 1-0/+1
2013-11-26clk: tegra: add TEGRA_DIVIDER_ROUND_UP for periph clksGravatar Peter De Schrijver 2-33/+39
2013-11-25clk: tegra: Set the clock parent of gr2d/gr3d to pll_c2Gravatar Mark Zhang 1-0/+3
2013-11-25clk: tegra: Fix vde/2d/3d clock src offsetGravatar Mark Zhang 1-10/+3
2013-11-25clk: tegra: Correct sbc mux width & parentGravatar Mark Zhang 1-6/+6
2013-11-25clk: tegra: replace enum tegra114_clk by binding headerGravatar Peter De Schrijver 1-233/+198
2013-09-09Merge tag 'clk-for-linus-3.12' of git://git.linaro.org/people/mturquette/linuxGravatar Linus Torvalds 3-29/+54
2013-08-28clk: tegra30: Don't wait for PLL_U lock bitGravatar Tuomas Tynkkynen 1-1/+1
2013-08-19clk: add CLK_SET_RATE_NO_REPARENT flagGravatar James Hogan 3-25/+50
2013-08-12clk: tegra114: add LP1 suspend/resume supportGravatar Joseph Lo 1-0/+12