summaryrefslogtreecommitdiff
path: root/include/linux/clk.h
diff options
context:
space:
mode:
authorStephen Boyd <sboyd@kernel.org>2018-10-18 15:43:38 -0700
committerStephen Boyd <sboyd@kernel.org>2018-10-18 15:43:38 -0700
commitc1f74dbe59b74016adb8f96667fe27f135c5247f (patch)
tree6847d185d362ab8d1a6a920f788907eec0a1fe2b /include/linux/clk.h
parent19ef24654f2ef3f4392a8df431eccf8f42ac4878 (diff)
parentc8da78e8a1da5dc726b38db6cdb8bd992b3826ed (diff)
parentf08c2e2865f6f9b172f37d7bbf24716f9ebad553 (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()