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

2020-05-12 Thread Grygorii Strashko
From: Clay McClure My recent commit b6d49cab44b5 ("net: Make PTP-specific drivers depend on PTP_1588_CLOCK") exposes a missing dependency in defconfigs that select TI_CPTS without selecting PTP_1588_CLOCK, leading to linker errors of the form: drivers/net/ethernet/ti/cpsw.o: in function `cpsw_nd

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

2020-05-12 Thread Arnd Bergmann
On Tue, May 12, 2020 at 12:02 PM Grygorii Strashko wrote: > > From: Clay McClure > > My recent commit b6d49cab44b5 ("net: Make PTP-specific drivers depend on > PTP_1588_CLOCK") exposes a missing dependency in defconfigs that select > TI_CPTS without selecting PTP_1588_CLOCK, leading to linker err

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

2020-05-12 Thread Tony Lindgren
Hi, * Grygorii Strashko [200512 10:03]: > From: Clay McClure > > My recent commit b6d49cab44b5 ("net: Make PTP-specific drivers depend on > PTP_1588_CLOCK") exposes a missing dependency in defconfigs that select > TI_CPTS without selecting PTP_1588_CLOCK, leading to linker errors of the > form:

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

2020-05-12 Thread Grygorii Strashko
On 12/05/2020 17:22, Tony Lindgren wrote: Hi, * Grygorii Strashko [200512 10:03]: From: Clay McClure My recent commit b6d49cab44b5 ("net: Make PTP-specific drivers depend on PTP_1588_CLOCK") exposes a missing dependency in defconfigs that select TI_CPTS without selecting PTP_1588_CLOCK, l

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

2020-05-12 Thread Tony Lindgren
* Grygorii Strashko [200512 14:35]: > On 12/05/2020 17:22, Tony Lindgren wrote: > > However, there's at least one more issue left that shows up at least > > on ti81xx dra62x-j5eco-evm on v5.7-rc5 that has commit b46b2b7ba6e1 > > ("ARM: dts: Fix dm814x Ethernet by changing to use rgmii-id mode"). >

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

2020-05-12 Thread David Miller
From: Grygorii Strashko Date: Tue, 12 May 2020 13:02:30 +0300 > From: Clay McClure > > My recent commit b6d49cab44b5 ("net: Make PTP-specific drivers depend on > PTP_1588_CLOCK") exposes a missing dependency in defconfigs that select > TI_CPTS without selecting PTP_1588_CLOCK, leading to linker