| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 |  Thomas Gleixner | 1 | -4/+1 |
| 2019-06-14 | clk: tegra210: Fix default rates for HDA clocks |  Jon Hunter | 1 | -0/+2 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282 |  Thomas Gleixner | 1 | -9/+1 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201 |  Thomas Gleixner | 20 | -240/+20 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 |  Thomas Gleixner | 5 | -49/+5 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig |  Thomas Gleixner | 1 | -0/+1 |
| 2019-05-15 | clk: Remove io.h from clk-provider.h |  Stephen Boyd | 4 | -0/+4 |
| 2019-05-07 | Merge branches 'clk-stm32f4', 'clk-tegra', 'clk-at91', 'clk-sifive-fu540' and 'clk-spdx' into clk-next |  Stephen Boyd | 4 | -40/+77 |
| 2019-05-07 | Merge branches 'clk-sa', 'clk-aspeed', 'clk-samsung', 'clk-ingenic' and 'clk-zynq' into clk-next |  Stephen Boyd | 1 | -1/+1 |
| 2019-04-25 | clk: tegra: divider: Mark Memory Controller clock as read-only |  Dmitry Osipenko | 1 | -1/+2 |
| 2019-04-25 | clk: tegra: emc: Replace BUG() with WARN_ONCE() |  Dmitry Osipenko | 1 | -1/+4 |
| 2019-04-25 | clk: tegra: emc: Fix EMC max-rate clamping |  Dmitry Osipenko | 1 | -7/+10 |
| 2019-04-25 | clk: tegra: emc: Support multiple RAM codes |  Dmitry Osipenko | 1 | -14/+23 |
| 2019-04-25 | clk: tegra: emc: Don't enable EMC clock manually |  Dmitry Osipenko | 1 | -2/+0 |
| 2019-04-25 | clk: tegra124: Remove lock-enable bit from PLLM |  Dmitry Osipenko | 1 | -2/+1 |
| 2019-04-25 | clk: tegra: Fix PLLM programming on Tegra124+ when PMC overrides divider |  Dmitry Osipenko | 1 | -2/+2 |
| 2019-04-23 | clk: core: replace clk_{readl,writel} with {readl,writel} |  Jonas Gorski | 2 | -5/+5 |
| 2019-04-19 | clk: tegra: Don't enable already enabled PLLs |  Dmitry Osipenko | 1 | -13/+37 |
| 2019-04-11 | clk: tegra: Make tegra_clk_super_mux_ops static |  YueHaibing | 1 | -1/+1 |
| 2019-03-14 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux |  Linus Torvalds | 1 | -9/+9 |
| 2019-03-08 | Merge branches 'clk-qcom-msm8998', 'clk-fractional-parent', 'clk-x86-mv' and 'clk-SA-fixes' into clk-next |  Stephen Boyd | 1 | -9/+9 |
| 2019-02-22 | clk: tegra: dfll: Fix debugfs_simple_attr.cocci warnings |  YueHaibing | 1 | -9/+9 |
| 2019-02-18 | clk: tegra: dfll: Make symbol 'tegra210_cpu_cvb_tables' static |  Wei Yongjun | 1 | -1/+1 |
| 2019-02-15 | Merge tag 'tegra-for-5.1-clk' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into arm/drivers |  Arnd Bergmann | 7 | -98/+913 |
| 2019-02-06 | clk: tegra: dfll: build clk-dfll.c for Tegra124 and Tegra210 |  Peter De Schrijver | 2 | -1/+6 |
| 2019-02-06 | clk: tegra: dfll: add CVB tables for Tegra210 |  Joseph Lo | 2 | -0/+427 |
| 2019-02-06 | clk: tegra: dfll: round down voltages based on alignment |  Joseph Lo | 1 | -8/+13 |
| 2019-02-06 | clk: tegra: dfll: support PWM regulator control |  Joseph Lo | 1 | -67/+377 |
| 2019-02-06 | clk: tegra: dfll: CVB calculation alignment with the regulator |  Joseph Lo | 4 | -14/+59 |
| 2019-02-06 | clk: tegra: dfll: registration for multiple SoCs |  Peter De Schrijver | 1 | -11/+34 |
| 2019-01-09 | clk: tegra: dfll: Fix a potential Oop in remove() |  Dan Carpenter | 1 | -1/+3 |
| 2018-12-14 | Merge branches 'clk-renesas', 'clk-allwinner', 'clk-tegra', 'clk-meson' and 'clk-rockchip' into clk-next |  Stephen Boyd | 10 | -32/+80 |
| 2018-12-14 | clk: tegra: Return the exact clock rate from clk_round_rate |  Robert Yang | 1 | -3/+4 |
| 2018-12-14 | clk: tegra30: Use Tegra CPU powergate helper function |  Jon Hunter | 1 | -3/+3 |
| 2018-12-14 | clk: tegra: Fix maximum audio sync clock for Tegra124/210 |  Jon Hunter | 7 | -13/+37 |
| 2018-12-14 | clk: tegra: get rid of duplicate defines |  Marcel Ziswiler | 1 | -3/+0 |
| 2018-11-28 | clk: tegra: Change to use DEFINE_SHOW_ATTRIBUTE macro |  Yangtao Li | 1 | -11/+1 |
| 2018-11-08 | clk: tegra20: Check whether direct PLLM sourcing is turned off for EMC |  Dmitry Osipenko | 1 | -0/+10 |
| 2018-11-08 | clk: tegra20: Turn EMC clock gate into divider |  Dmitry Osipenko | 1 | -10/+26 |
| 2018-10-16 | clk: tegra210: Include size.h for compilation ease |  Stephen Boyd | 1 | -0/+1 |
| 2018-10-16 | clk: tegra: Fixes for MBIST work around |  Joseph Lo | 1 | -3/+3 |
| 2018-10-16 | clk: tegra: probe deferral error reporting |  Marcel Ziswiler | 1 | -2/+6 |
| 2018-08-14 | Merge branches 'clk-imx6-ocram', 'clk-missing-put', 'clk-tegra-sdmmc-jitter', 'clk-allwinner' and 'clk-uniphier' into clk-next |  Stephen Boyd | 8 | -40/+343 |
| 2018-08-14 | Merge branches 'clk-imx-critical', 'clk-tegra-bpmp', 'clk-tegra-124', 'clk-tegra-critical' and 'clk-tegra-emc-oob' into clk-next |  Stephen Boyd | 4 | -7/+15 |
| 2018-07-25 | clk: tegra: make sdmmc2 and sdmmc4 as sdmmc clocks |  Peter De-Schrijver | 3 | -15/+12 |
| 2018-07-25 | clk: tegra: Add sdmmc mux divider clock |  Peter De-Schrijver | 3 | -0/+278 |
| 2018-07-25 | clk: tegra: Refactor fractional divider calculation |  Peter De Schrijver | 4 | -25/+52 |
| 2018-07-25 | clk: tegra: Fix includes required by fence_udelay() |  Aapo Vienamo | 1 | -0/+1 |
| 2018-07-08 | clk: tegra: emc: Avoid out-of-bounds bug |  Dmitry Osipenko | 1 | -1/+1 |
| 2018-07-08 | clk: tegra: Mark Memory Controller clock as critical |  Dmitry Osipenko | 1 | -2/+3 |