Message ID | 20200727201600.7d3b31c8@canb.auug.org.au (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | linux-next: manual merge of the devfreq tree with the arm-soc tree | expand |
On Mon, 27 Jul 2020 at 12:16, Stephen Rothwell <sfr@canb.auug.org.au> wrote: > > Hi all, > > Today's linux-next merge of the devfreq tree got a conflict in: > > MAINTAINERS > > between commit: > > 8a9ff8758159 ("MAINTAINERS: Add Krzysztof Kozlowski as maintainer of memory controllers") > > from the arm-soc tree and commit: > > 34886407581b ("PM / devfreq: tegra: Add Dmitry as a maintainer") Thanks, looks correct to me, Dear Arnd, Olof, I forgot to check for this conflic. I don't expect any other conflicts in the first drivers/memory pull. Best regards, Krzysztof
Hi all, On Mon, 27 Jul 2020 20:16:00 +1000 Stephen Rothwell <sfr@canb.auug.org.au> wrote: > > Today's linux-next merge of the devfreq tree got a conflict in: > > MAINTAINERS > > between commit: > > 8a9ff8758159 ("MAINTAINERS: Add Krzysztof Kozlowski as maintainer of memory controllers") > > from the arm-soc tree and commit: > > 34886407581b ("PM / devfreq: tegra: Add Dmitry as a maintainer") > > from the devfreq tree. > > I fixed it up (see below) and can carry the fix as necessary. This > is now fixed as far as linux-next is concerned, but any non trivial > conflicts should be mentioned to your upstream maintainer when your tree > is submitted for merging. You may also want to consider cooperating > with the maintainer of the conflicting tree to minimise any particularly > complex conflicts. > > diff --cc MAINTAINERS > index 2b1d2d3fbd4e,e2e95c877f0b..000000000000 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@@ -11202,13 -11086,15 +11202,22 @@@ F: Documentation/core-api/boot-time-mm. > F: include/linux/memblock.h > F: mm/memblock.c > > +MEMORY CONTROLLER DRIVERS > +M: Krzysztof Kozlowski <krzk@kernel.org> > +L: linux-kernel@vger.kernel.org > +S: Maintained > +F: Documentation/devicetree/bindings/memory-controllers/ > +F: drivers/memory/ > + > + MEMORY FREQUENCY SCALING DRIVERS FOR NVIDIA TEGRA > + M: Dmitry Osipenko <digetx@gmail.com> > + L: linux-pm@vger.kernel.org > + L: linux-tegra@vger.kernel.org > + T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/linux.git > + S: Maintained > + F: drivers/devfreq/tegra20-devfreq.c > + F: drivers/devfreq/tegra30-devfreq.c > + > MEMORY MANAGEMENT > M: Andrew Morton <akpm@linux-foundation.org> > L: linux-mm@kvack.org This is now a conflict between the pm and arm-soc trees.
diff --cc MAINTAINERS index 2b1d2d3fbd4e,e2e95c877f0b..000000000000 --- a/MAINTAINERS