All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/3]  net: Allow more drivers with COMPILE_TEST
@ 2018-05-16 18:52 Florian Fainelli
  2018-05-16 18:52 ` [PATCH net-next v2 1/3] net: ethernet: ti: Allow most " Florian Fainelli
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Florian Fainelli @ 2018-05-16 18:52 UTC (permalink / raw)
  To: netdev
  Cc: fugang.duan, Florian Fainelli, David S. Miller, Andrew Lunn, open list

Hi David,

This patch series includes more drivers to be build tested with COMPILE_TEST
enabled. This helps cover some of the issues I just ran into with missing
a driver *sigh*.

Changes in v2:

- allow FEC to build outside of CONFIG_ARM/ARM64 by defining a layout of
  registers, this is not meant to run, so this is not a real issue if we
  are not matching the correct register layout

Florian Fainelli (3):
  net: ethernet: ti: Allow most drivers with COMPILE_TEST
  net: ethernet: freescale: Allow FEC with COMPILE_TEST
  net: phy: Allow MDIO_MOXART and MDIO_SUN4I with COMPILE_TEST

 drivers/net/ethernet/freescale/Kconfig    |  2 +-
 drivers/net/ethernet/freescale/fec.h      |  2 +-
 drivers/net/ethernet/freescale/fec_main.c |  2 +-
 drivers/net/ethernet/ti/Kconfig           | 14 +++++++-------
 drivers/net/phy/Kconfig                   |  4 ++--
 5 files changed, 12 insertions(+), 12 deletions(-)

-- 
2.14.1

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-05-18 22:33 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-16 18:52 [PATCH net-next v2 0/3] net: Allow more drivers with COMPILE_TEST Florian Fainelli
2018-05-16 18:52 ` [PATCH net-next v2 1/3] net: ethernet: ti: Allow most " Florian Fainelli
2018-05-18 21:54   ` kbuild test robot
2018-05-18 22:32   ` kbuild test robot
2018-05-16 18:52 ` [PATCH net-next v2 2/3] net: ethernet: freescale: Allow FEC " Florian Fainelli
2018-05-16 18:52 ` [PATCH net-next v2 3/3] net: phy: Allow MDIO_MOXART and MDIO_SUN4I " Florian Fainelli
2018-05-16 19:06 ` [PATCH net-next v2 0/3] net: Allow more drivers " David Miller
2018-05-16 19:07   ` David Miller
2018-05-16 19:12     ` Florian Fainelli

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.