Re: [PATCH v2 3/5] clk: lochnagar: Add support for the Cirrus Logic Lochnagar
From: Stephen Boyd <sboyd@kernel.org>
Date: 2018-10-15 21:53:59
Also in:
linux-clk, linux-gpio, lkml
From: Stephen Boyd <sboyd@kernel.org>
Date: 2018-10-15 21:53:59
Also in:
linux-clk, linux-gpio, lkml
Quoting Mark Brown (2018-10-15 09:55:28)
On Mon, Oct 15, 2018 at 09:39:59AM -0700, Stephen Boyd wrote:quoted
Ok if there's going to be read/volatile regs and defaults then it makes sense to leave the defines in some shared header file, which is unfortunate for the independent merge of driver bits. Either way, IKconfig dependencies take care of that pretty well - if there's a dependency on the MFD then the function driver just won't get built until the MFD gets merged.
Yep. I'm just saying that I can't merge the clk driver part by itself when there's a shared header dependency, unless someone provides a stable tree with the header file patch applied to it.