diff options
author | Stephen Boyd <sboyd@kernel.org> | 2019-03-08 10:26:59 -0800 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2019-03-08 10:26:59 -0800 |
commit | 7e2570031a1a47ff993eb2db68718dad6a2f93ec (patch) | |
tree | 7844eb04a28345664f8f1b0f979e3c12016058e0 /drivers/clk/clk-qoriq.c | |
parent | 5908e6b738e3357af42c10e1183753c70a0117a9 (diff) | |
parent | 8d726c5128298386b907963033be93407b0c4275 (diff) | |
parent | 50cc4caf531abb2075c6973451fccdaba9f02715 (diff) | |
parent | 31cc9e09688c77b2e87e5770802ebb1fd8ac9011 (diff) | |
parent | a30a67be7b6e1117e0c0f5bcf84328ccdb8d6205 (diff) | |
parent | 921e88a4f9649cbd44b4995ebe9a52b384e2fef4 (diff) | |
download | linux-7e2570031a1a47ff993eb2db68718dad6a2f93ec.tar.gz linux-7e2570031a1a47ff993eb2db68718dad6a2f93ec.tar.bz2 linux-7e2570031a1a47ff993eb2db68718dad6a2f93ec.zip |
Merge branches 'clk-of-refcount', 'clk-mmio-fixed-clock', 'clk-remove-clps', 'clk-socfpga-parent' and 'clk-struct-size' into clk-next
- Various DT of_node refcount fixes
- Support for fixed rate clks populated from an MMIO register
- Remove clps711x driver as the board support is gone
* clk-of-refcount:
clk: dove: fix refcount leak in dove_clk_init()
clk: mv98dx3236: fix refcount leak in mv98dx3236_clk_init()
clk: armada-xp: fix refcount leak in axp_clk_init()
clk: kirkwood: fix refcount leak in kirkwood_clk_init()
clk: armada-370: fix refcount leak in a370_clk_init()
clk: vf610: fix refcount leak in vf610_clocks_init()
clk: imx7d: fix refcount leak in imx7d_clocks_init()
clk: imx6sx: fix refcount leak in imx6sx_clocks_init()
clk: imx6q: fix refcount leak in imx6q_clocks_init()
clk: samsung: exynos4: fix refcount leak in exynos4_get_xom()
clk: socfpga: fix refcount leak
clk: ti: fix refcount leak in ti_dt_clocks_register()
clk: qoriq: fix refcount leak in clockgen_init()
clk: highbank: fix refcount leak in hb_clk_init()
* clk-mmio-fixed-clock:
clk: Add Fixed MMIO clock driver
dt-bindings: clk: Add bindings for Fixed MMIO clock
* clk-remove-clps:
clk: clps711x: Remove board support
* clk-socfpga-parent:
clk: socfpga: Don't have get_parent for single parent ops
* clk-struct-size:
clk: imx: imx7ulp: use struct_size() in kzalloc()