Messages in this thread |  | | Subject | Re: [PATCH 06/12] clk: fixed-rate: Add support for specifying parents via DT/pointers | From | Stephen Boyd <> | Date | Mon, 06 Jan 2020 22:57:46 -0800 |
| |
Quoting Stephen Boyd (2019-08-30 08:09:17) > After commit fc0c209c147f ("clk: Allow parents to be specified without > string names") we can use DT or direct clk_hw pointers to specify > parents. Create a generic function that shouldn't be used very often to > encode the multitude of ways of registering a fixed rate clk with > different parent information. Then add a bunch of wrapper macros that > only pass down what needs to be passed down to the generic function to > support this with less arguments. > > Cc: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> > Signed-off-by: Stephen Boyd <sboyd@kernel.org> > ---
Applied to clk-next
|  |