[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAK8P3a1m-zmiTx0_KJb-9PTW0iK+Zkh10gKsaBzge0OJALBFmQ@mail.gmail.com>
Date: Mon, 4 May 2020 17:16:02 +0200
From: Arnd Bergmann <arnd@...db.de>
To: Clay McClure <clay@...mons.net>
Cc: Grygorii Strashko <grygorii.strashko@...com>,
kbuild test robot <lkp@...el.com>,
Russell King <linux@...linux.org.uk>,
Tony Lindgren <tony@...mide.com>,
"David S. Miller" <davem@...emloft.net>,
Wingman Kwok <w-kwok2@...com>,
Murali Karicheri <m-karicheri2@...com>,
Nicolas Ferre <nicolas.ferre@...rochip.com>,
Andi Kleen <ak@...ux.intel.com>,
Geert Uytterhoeven <geert+renesas@...der.be>,
Dinh Nguyen <dinguyen@...nel.org>,
"Eric W. Biederman" <ebiederm@...ssion.com>,
Krzysztof Kozlowski <krzk@...nel.org>,
Ilias Apalodimas <ilias.apalodimas@...aro.org>,
Jesper Dangaard Brouer <brouer@...hat.com>,
Ivan Khoronzhuk <ivan.khoronzhuk@...aro.org>,
Kees Cook <keescook@...omium.org>,
Pankaj Bharadiya <pankaj.laxminarayan.bharadiya@...el.com>,
Richard Cochran <richardcochran@...il.com>,
Linux ARM <linux-arm-kernel@...ts.infradead.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
linux-omap <linux-omap@...r.kernel.org>,
Networking <netdev@...r.kernel.org>
Subject: Re: [PATCH] net: ethernet: ti: Remove TI_CPTS_MOD workaround
On Sun, May 3, 2020 at 1:41 AM Clay McClure <clay@...mons.net> wrote:
> To preserve the existing behavior of defconfigs that select TI_CPTS, we
> must also select PTP_1588_CLOCK so that the dependency is satisfied.
> omap2plus_defconfig and keystone_defconfig have not been updated in a
> while, so some unrelated no-op changes appear in the diff.
Please don't do that at all. If you need to add a line to the defconfig file,
add just that line, to avoid merge conflicts and dropping unrelated lines
that have not been caught but need to be preserved in some way
(by enabling another dependency, or renaming the option).
Arnd
Powered by blists - more mailing lists