All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] Add network support for Luton SoCs
@ 2019-01-28 10:29 Horatiu Vultur
  2019-01-28 10:29 ` [U-Boot] [PATCH 1/3] MIPS: mscc: luton: Add ethernet nodes for Luton Horatiu Vultur
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Horatiu Vultur @ 2019-01-28 10:29 UTC (permalink / raw)
  To: u-boot

This series adds network support for Luton SoCs. Currently
there is not support for Luton SoCs in Linux.

Horatiu Vultur (3):
  MIPS: mscc: luton: Add ethernet nodes for Luton.
  net: add MSCC Luton switch support
  configs: mscc_luton: add network support.

 MAINTAINERS                    |   1 +
 arch/mips/dts/luton_pcb090.dts |  51 +++
 arch/mips/dts/luton_pcb091.dts |  51 +++
 arch/mips/dts/mscc,luton.dtsi  | 165 +++++++
 configs/mscc_luton_defconfig   |   1 +
 drivers/net/Kconfig            |   7 +
 drivers/net/Makefile           |   1 +
 drivers/net/luton_switch.c     | 972 +++++++++++++++++++++++++++++++++++++++++
 8 files changed, 1249 insertions(+)
 create mode 100644 drivers/net/luton_switch.c

-- 
2.7.4

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

end of thread, other threads:[~2019-01-28 13:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-28 10:29 [U-Boot] [PATCH 0/3] Add network support for Luton SoCs Horatiu Vultur
2019-01-28 10:29 ` [U-Boot] [PATCH 1/3] MIPS: mscc: luton: Add ethernet nodes for Luton Horatiu Vultur
2019-01-28 10:29 ` [U-Boot] [PATCH 2/3] net: add MSCC Luton switch support Horatiu Vultur
2019-01-28 13:22   ` Gregory CLEMENT
2019-01-28 10:29 ` [U-Boot] [PATCH 3/3] configs: mscc_luton: add network support Horatiu Vultur

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.