]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'clk-parent-rewrite-1' into clk-next
authorStephen Boyd <sboyd@kernel.org>
Tue, 7 May 2019 18:46:13 +0000 (11:46 -0700)
committerStephen Boyd <sboyd@kernel.org>
Tue, 7 May 2019 18:46:13 +0000 (11:46 -0700)
commit3efdca92a6d171d84c6890b51651d539469c65b6
treee12b4aa8986f184cbf5a92a1816c210c23fdbbc9
parent52078c9fdafd38f9bb827d56f509bb9fbf8041bc
parent05da3ac129ef6b5011fda3c4a027a4508dd5ae55
Merge branch 'clk-parent-rewrite-1' into clk-next

 - Rewrite how clk parents can be specified to be DT/clkdev based instead
   of just string based

* clk-parent-rewrite-1:
  clk: Cache core in clk_fetch_parent_index() without names
  clk: fixed-factor: Initialize clk_init_data on stack
  clk: fixed-factor: Let clk framework find parent
  clk: Allow parents to be specified via clkspec index
  clk: Look for parents with clkdev based clk_lookups
  clk: Allow parents to be specified without string names
  clk: Add of_clk_hw_register() API for early clk drivers
  driver core: Let dev_of_node() accept a NULL dev
  clk: Prepare for clk registration API that uses DT nodes
  clkdev: Move clk creation outside of 'clocks_mutex'
drivers/clk/clk-fixed-factor.c
drivers/clk/clk.c
include/linux/clk-provider.h
include/linux/device.h