aboutsummaryrefslogtreecommitdiffstats
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
parentMerge branch 'clk-ingenic-jz4725b' into clk-next (diff)
parentclk: tegra210: Include size.h for compilation ease (diff)
parentclk: add managed version of clk_bulk_get_all (diff)
downloadlinux-dev-c1f74dbe59b74016adb8f96667fe27f135c5247f.tar.xz
linux-dev-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()