Message ID | 20200422201254.15232-1-grygorii.strashko@ti.com (mailing list archive) |
---|---|
Headers | show |
Series | net: ethernet: ti: cpts: add irq and HW_TS_PUSH events | expand |
From: Grygorii Strashko <grygorii.strashko@ti.com> Date: Wed, 22 Apr 2020 23:12:44 +0300 > This is re-spin of patches to add CPSW IRQ and HW_TS_PUSH events support I've > sent long time ago [1]. In this series, I've tried to restructure and split changes, > and also add few additional optimizations comparing to initial RFC submission [1]. ... Series applied, thanks.
From: David Miller <davem@davemloft.net> Date: Wed, 22 Apr 2020 19:57:05 -0700 (PDT) > From: Grygorii Strashko <grygorii.strashko@ti.com> > Date: Wed, 22 Apr 2020 23:12:44 +0300 > >> This is re-spin of patches to add CPSW IRQ and HW_TS_PUSH events support I've >> sent long time ago [1]. In this series, I've tried to restructure and split changes, >> and also add few additional optimizations comparing to initial RFC submission [1]. > ... > > Series applied, thanks. Actually I had to revert, this breaks the build: [davem@localhost net-next]$ make -s -j14 ERROR: modpost: "cpts_misc_interrupt" [drivers/net/ethernet/ti/ti_cpsw_new.ko] undefined! ERROR: modpost: "cpts_misc_interrupt" [drivers/net/ethernet/ti/ti_cpsw.ko] undefined! make[1]: *** [scripts/Makefile.modpost:94: __modpost] Error 1 make: *** [Makefile:1319: modules] Error 2
On 23/04/2020 05:59, David Miller wrote: > From: David Miller <davem@davemloft.net> > Date: Wed, 22 Apr 2020 19:57:05 -0700 (PDT) > >> From: Grygorii Strashko <grygorii.strashko@ti.com> >> Date: Wed, 22 Apr 2020 23:12:44 +0300 >> >>> This is re-spin of patches to add CPSW IRQ and HW_TS_PUSH events support I've >>> sent long time ago [1]. In this series, I've tried to restructure and split changes, >>> and also add few additional optimizations comparing to initial RFC submission [1]. >> ... >> >> Series applied, thanks. > > Actually I had to revert, this breaks the build: > > [davem@localhost net-next]$ make -s -j14 > ERROR: modpost: "cpts_misc_interrupt" [drivers/net/ethernet/ti/ti_cpsw_new.ko] undefined! > ERROR: modpost: "cpts_misc_interrupt" [drivers/net/ethernet/ti/ti_cpsw.ko] undefined! > make[1]: *** [scripts/Makefile.modpost:94: __modpost] Error 1 > make: *** [Makefile:1319: modules] Error 2 > Fixed and resent.