diff options
author | Stephen Boyd <sboyd@kernel.org> | 2018-10-19 00:43:38 +0200 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2018-10-19 00:43:38 +0200 |
commit | c1f74dbe59b74016adb8f96667fe27f135c5247f (patch) | |
tree | 6847d185d362ab8d1a6a920f788907eec0a1fe2b /drivers/clk | |
parent | Merge branch 'clk-ingenic-jz4725b' into clk-next (diff) | |
parent | clk: tegra210: Include size.h for compilation ease (diff) | |
parent | clk: add managed version of clk_bulk_get_all (diff) | |
download | linux-c1f74dbe59b74016adb8f96667fe27f135c5247f.tar.xz linux-c1f74dbe59b74016adb8f96667fe27f135c5247f.zip |
Merge branches 'clk-tegra' and 'clk-bulk-get-all' into clk-next
- Nvidia Tegra clk driver MBIST workaround fix
- clk_bulk_get_all() API and friends to get all the clks for a device
* clk-tegra:
clk: tegra210: Include size.h for compilation ease
clk: tegra: Fixes for MBIST work around
clk: tegra: probe deferral error reporting
* clk-bulk-get-all:
clk: add managed version of clk_bulk_get_all
clk: add new APIs to operate on all available clocks
clk: bulk: add of_clk_bulk_get()