Re: [PATCH v2] net: ethernet: ti: Remove TI_CPTS_MOD workaround

2020-05-05 Thread Clay McClure
hnpgbyegu3z__g9xk1eexopzd5h...@mail.gmail.com/ [2]: https://lore.kernel.org/lkml/6fef3a00-6c18-b775-d1b4-dfd692261...@ti.com/ > > > Reported-by: kbuild test robot > > Signed-off-by: Clay McClure > > --- > > Changes in v2: > > > > - Don't regenerate the d

[PATCH v2] net: ethernet: ti: Remove TI_CPTS_MOD workaround

2020-05-04 Thread Clay McClure
sfied. Cc: Arnd Bergmann Cc: Grygorii Strashko Fixes: b6d49cab44b5 ("net: Make PTP-specific drivers depend on PTP_1588_CLOCK") Reported-by: kbuild test robot Signed-off-by: Clay McClure --- Changes in v2: - Don't regenerate the defconfigs, just add PTP_1588_CLOCK. arch/ar

[PATCH] net: ethernet: ti: Remove TI_CPTS_MOD workaround

2020-05-02 Thread Clay McClure
sfied. omap2plus_defconfig and keystone_defconfig have not been updated in a while, so some unrelated no-op changes appear in the diff. Cc: Arnd Bergmann Cc: Grygorii Strashko Fixes: b6d49cab44b5 ("net: Make PTP-specific drivers depend on PTP_1588_CLOCK") Reported-by: kbuild test robot S

[PATCH v2] net: Make PTP-specific drivers depend on PTP_1588_CLOCK

2020-04-29 Thread Clay McClure
c: Grygorii Strashko Cc: Geert Uytterhoeven Fixes: d1cbfd771ce8 ("ptp_clock: Allow for it to be optional") Signed-off-by: Clay McClure --- drivers/net/dsa/mv88e6xxx/Kconfig| 2 +- drivers/net/dsa/sja1105/Kconfig | 1 + drivers/net/ethernet/cadence/Kconfig | 2 +- drivers/net/et

Re: [PATCH] net: Select PTP_1588_CLOCK in PTP-specific drivers

2020-04-29 Thread Clay McClure
On Tue, Apr 28, 2020 at 06:07:45PM +0200, Arnd Bergmann wrote: > On Tue, Apr 28, 2020 at 11:21 AM Geert Uytterhoeven > wrote: > > On Tue, Apr 28, 2020 at 11:14 AM Clay McClure wrote: > > > Change these drivers back [2] to `select PTP_1588_CLOCK`. Note that this > >

[PATCH] net: Select PTP_1588_CLOCK in PTP-specific drivers

2020-04-28 Thread Clay McClure
Cc: Arnd Bergmann Cc: Richard Cochran Cc: Nicolas Pitre Cc: Grygorii Strashko Fixes: d1cbfd771ce8 ("ptp_clock: Allow for it to be optional") Signed-off-by: Clay McClure --- drivers/net/dsa/mv88e6xxx/Kconfig| 3 ++- drivers/net/dsa/sja1105/Kconfig | 2 ++ drivers/net/ether