On Mon, Jul 26, 2021 at 12:56 PM Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> wrote: > On Fri, Jul 23, 2021 at 8:28 AM Biju Das <biju.das.jz@xxxxxxxxxxxxxx> wrote: > > > > > > Are these changes inseparable? If so, you need to be up front on this, and > > > you need an agreement with the subsystem maintainers how the patches are > > > going to be merged? Through which tree. And you need Acked-by from the > > > other tree maintainers. > > > > > > Ideally you submit multiple patchsets. This assumes all sets will compile > > > independently. > > > > Agreed. Will split this patch series in 3 patchsets > > > > 1) single binding patch > > > > 2) Clock patchset > > > > 3) ravb driver patchset. > > 4) dts part. > > Part 2 should pass through renesas-clk. > Part 4 should pass through renesas-devel. Sounds good. To clarify: the changes should not just compile, but each branch should be usable independently with no loss of functionality. Using the feature depends on having all branches merged, but they should not introduced regressions when applied into some other tree. I hope this was already obvious to everyone involved. Arnd