diff options
author | Stephen Boyd <sboyd@kernel.org> | 2019-07-12 20:11:30 +0200 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2019-07-12 20:11:30 +0200 |
commit | 47c9e0cef01494aa512e924b100160206295f45e (patch) | |
tree | 9592cdaa413164e429cf98085630aca1ee6ff2e8 /drivers/clk/imx/clk-imx7d.c | |
parent | Merge branches 'clk-debugfs', 'clk-unused', 'clk-refactor' and 'clk-qoriq' in... (diff) | |
parent | clk: raspberrypi: register platform device for raspberrypi-cpufreq (diff) | |
parent | clk: tegra: Do not enable PLL_RE_VCO on Tegra210 (diff) | |
parent | clk: consoldiate the __clk_get_hw() declarations (diff) | |
parent | clk: sprd: Add check for return value of sprd_clk_regmap_init() (diff) | |
parent | clk: at91: sckc: use dedicated functions to unregister clock (diff) | |
download | linux-47c9e0cef01494aa512e924b100160206295f45e.tar.xz linux-47c9e0cef01494aa512e924b100160206295f45e.zip |
Merge branches 'clk-rpi-cpufreq', 'clk-tegra', 'clk-simplify-provider.h', 'clk-sprd' and 'clk-at91' into clk-next
- Support for CPU clks on Raspberry Pi devices
- Slow clk support for AT91 SAM9X60 SoCs
* clk-rpi-cpufreq:
clk: raspberrypi: register platform device for raspberrypi-cpufreq
firmware: raspberrypi: register clk device
clk: bcm283x: add driver interfacing with Raspberry Pi's firmware
clk: bcm2835: remove pllb
* clk-tegra:
clk: tegra: Do not enable PLL_RE_VCO on Tegra210
clk: tegra: Warn if an enabled PLL is in IDDQ
clk: tegra: Do not warn unnecessarily
clk: tegra210: fix PLLU and PLLU_OUT1
* clk-simplify-provider.h:
clk: consoldiate the __clk_get_hw() declarations
clk: Unexport __clk_of_table
clk: Remove ifdef for COMMON_CLK in clk-provider.h
* clk-sprd:
clk: sprd: Add check for return value of sprd_clk_regmap_init()
clk: sprd: Check error only for devm_regmap_init_mmio()
clk: sprd: Switch from of_iomap() to devm_ioremap_resource()
* clk-at91:
clk: at91: sckc: use dedicated functions to unregister clock
clk: at91: sckc: improve error path for sama5d4 sck registration
clk: at91: sckc: remove unnecessary line
clk: at91: sckc: improve error path for sam9x5 sck register
clk: at91: sckc: add support to free slow clock osclillator
clk: at91: sckc: add support to free slow rc oscillator
clk: at91: sckc: add support to free slow oscillator
clk: at91: sckc: add support for SAM9X60
dt-bindings: clk: at91: add bindings for SAM9X60's slow clock controller
clk: at91: sckc: add support to specify registers bit offsets
clk: at91: sckc: sama5d4 has no bypass support