Age | Commit message (Expand) | Author |
2016-11-10 | clk: tegra: dfll: Use builtin_platform_driver to simplify the code | Wei Yongjun |
2016-11-04 | clk: tegra: make clk-tegra124-dfll-fcpu explicitly non-modular | Paul Gortmaker |
2016-11-01 | clk: tegra: dfll: improve function-level documentation | Julia Lawall |
2016-08-24 | clk: tegra: remove TEGRA_PLL_USE_LOCK for PLLD/PLLD2 | Vince Hsu |
2016-06-30 | clk: tegra: Initialize UTMI PLL when enabling PLLU | Andrew Bresticker |
2016-06-23 | clk: tegra: Micro-optimize Tegra210 clock setup | Thierry Reding |
2016-06-23 | clk: tegra: Make sor_safe the parent of dpaux and dpaux1 | Thierry Reding |
2016-06-22 | clk: tegra: Mark timer clock as critical | Thierry Reding |
2016-06-17 | clk: tegra: Enable sor1 and sor1_src on Tegra210 | Thierry Reding |
2016-06-17 | clk: tegra: Squash sor1 safe/brick/src into a single mux | Thierry Reding |
2016-06-17 | clk: tegra: Disable spread spectrum on pll_d2 | Thierry Reding |
2016-06-10 | clk: tegra: Fixup post dividers on Tegra210 | Thierry Reding |
2016-05-27 | remove lots of IS_ERR_VALUE abuses | Arnd Bergmann |
2016-05-20 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds |
2016-05-18 | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2016-05-09 | Merge tag 'tegra-for-4.7-phy' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Arnd Bergmann |
2016-05-02 | Merge tag 'tegra-for-4.7-clk' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Stephen Boyd |
2016-04-28 | clk: tegra: dfll: Reformat CVB frequency table | Thierry Reding |
2016-04-28 | clk: tegra: dfll: Properly clean up on failure and removal | Thierry Reding |
2016-04-28 | clk: tegra: dfll: Make code more comprehensible | Thierry Reding |
2016-04-28 | clk: tegra: dfll: Reference CVB table instead of copying data | Thierry Reding |
2016-04-28 | clk: tegra: dfll: Update kerneldoc | Thierry Reding |
2016-04-28 | clk: tegra: Fix PLL_U post divider and initial rate on Tegra30 | Lucas Stach |
2016-04-28 | clk: tegra: Initialize PLL_C to sane rate on Tegra30 | Lucas Stach |
2016-04-28 | clk: tegra: Fix pllre Tegra210 and add pll_re_out1 | Rhyland Klein |
2016-04-28 | clk: tegra: Add sor_safe clock | Thierry Reding |
2016-04-28 | clk: tegra: dpaux and dpaux1 are fixed factor clocks | Thierry Reding |
2016-04-28 | clk: tegra: Add dpaux1 clock | Thierry Reding |
2016-04-28 | clk: tegra: Use correct parent for dpaux clock | Thierry Reding |
2016-04-28 | clk: tegra: Add fixed factor peripheral clock type | Thierry Reding |
2016-04-28 | clk: tegra: Special-case mipi-cal parent on Tegra114 | Thierry Reding |
2016-04-28 | clk: tegra: Remove trailing blank line | Thierry Reding |
2016-04-28 | clk: tegra: Constify peripheral clock registers | Thierry Reding |
2016-04-28 | clk: tegra: Add interface to enable hardware control of SATA/XUSB PLLs | Andrew Bresticker |
2016-04-28 | treewide: Fix typos in printk | Masanari Iida |
2016-03-29 | clk: tegra: Make reset_control_ops const | Philipp Zabel |
2016-03-02 | clk: tegra: Remove CLK_IS_ROOT | Stephen Boyd |
2016-02-02 | clk: tegra: super: Fix sparse warnings for functions not declared as static | Jon Hunter |
2016-02-02 | clk: tegra: Fix sparse warnings for functions not declared as static | Jon Hunter |
2016-02-02 | clk: tegra: Fix sparse warning for pll_m | Jon Hunter |
2016-02-02 | clk: tegra: Use definition for pll_u override bit | Jon Hunter |
2016-02-02 | clk: tegra: Fix warning caused by pll_u failing to lock | Jon Hunter |
2016-02-02 | clk: tegra: Fix clock sources for Tegra210 EMC | Jon Hunter |
2016-02-02 | clk: tegra: Add the APB2APE audio clock on Tegra210 | Jon Hunter |
2016-02-02 | clk: tegra: Add missing of_node_put() | Amitoj Kaur Chawla |
2016-02-02 | clk: tegra: Fix PLLE SS coefficients | Mark Kuo |
2016-02-02 | clk: tegra: Fix typos around clearing PLLE bits during enable | Rhyland Klein |
2016-02-02 | clk: tegra: Do not disable PLLE when under hardware control | Mark Kuo |
2016-02-02 | clk: tegra: Fix pllx dyn step calculation | Rhyland Klein |
2016-02-02 | clk: tegra: pll: Fix potential sleeping-while-atomic | Andrew Bresticker |