Re: [PATCH 2/2 v4] clk: Add Gemini SoC clock controller
From: Linus Walleij <hidden>
Date: 2017-06-16 08:38:14
Also in:
linux-arm-kernel, linux-clk
From: Linus Walleij <hidden>
Date: 2017-06-16 08:38:14
Also in:
linux-arm-kernel, linux-clk
On Thu, Jun 15, 2017 at 11:55 PM, Philipp Zabel [off-list ref] wrote:
On Thu, Jun 15, 2017 at 02:57:53PM +0200, Linus Walleij wrote:
quoted
So I would say, clk & reset maintainers: would you prefer that I merge the reset control into the clock driver as well, ask Philipp to drop the pending reset control patches from his subsystem tree and have you manage the combined driver and bindings?The reset/next pull requests are not merged into the arm-soc tree yet. I suppose I could retract the pull requests and drop the Gemini reset patches,
There is no need. You can simply revert the patches, it's OK that the drivers bounce in and out of the kernel. The clock driver will just probe instead of the reset driver (due to being earlier in the link order... OK fragile but it works), so there will not even be a runtime conflict.
if the patches in arm-soc/gemeni/dts are also dropped from arm-soc/for-next.
There is no need for that, the bindings do not change with this approach.
I have a slight preference for keeping the DT bindings simple, even if that means merging the reset controller into the clock driver.
OK then that is what we're gonna do. I'm onto it! Yours, Linus Walleij