diff options
author | Stephen Boyd | 2018-10-18 15:43:38 -0700 |
---|---|---|
committer | Stephen Boyd | 2018-10-18 15:43:38 -0700 |
commit | c1f74dbe59b74016adb8f96667fe27f135c5247f (patch) | |
tree | 6847d185d362ab8d1a6a920f788907eec0a1fe2b /include/linux/clk.h | |
parent | 19ef24654f2ef3f4392a8df431eccf8f42ac4878 (diff) | |
parent | c8da78e8a1da5dc726b38db6cdb8bd992b3826ed (diff) | |
parent | f08c2e2865f6f9b172f37d7bbf24716f9ebad553 (diff) |
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()