All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 0/4] Add network support for Jaguar2 SoCs
@ 2019-03-30 10:16 Horatiu Vultur
  2019-03-30 10:17 ` [U-Boot] [PATCH v3 1/4] net: Add MSCC Jaguar2 network driver Horatiu Vultur
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Horatiu Vultur @ 2019-03-30 10:16 UTC (permalink / raw)
  To: u-boot

v3-changes:
 - move serdes setup in network driver and read serdes
   configuration from DT.

v2-changes:
 - create serdes6g_setup and serdes1g_setup functions to be
   easier to extand for future boards.

Horatiu Vultur (4):
  net: Add MSCC Jaguar2 network driver.
  board: mscc: jr2: Update MSCC Jaguar2 boards
  net: mscc: jaguar2: Add ethenet nodes for Jaguar2.
  configs: mscc_jr2: Add network support

 arch/mips/dts/jr2_pcb110.dts          |   76 +++
 arch/mips/dts/jr2_pcb111.dts          |  400 ++++++++++++
 arch/mips/dts/mscc,jr2.dtsi           |  116 ++++
 arch/mips/dts/serval2_pcb112.dts      |   44 ++
 board/mscc/jr2/jr2.c                  |   23 +
 configs/mscc_jr2_defconfig            |    6 +-
 drivers/net/mscc_eswitch/Kconfig      |    7 +
 drivers/net/mscc_eswitch/Makefile     |    1 +
 drivers/net/mscc_eswitch/jr2_switch.c | 1075 +++++++++++++++++++++++++++++++++
 include/configs/vcoreiii.h            |    2 +-
 include/dt-bindings/mscc/jr2_data.h   |   19 +
 11 files changed, 1767 insertions(+), 2 deletions(-)
 create mode 100644 drivers/net/mscc_eswitch/jr2_switch.c
 create mode 100644 include/dt-bindings/mscc/jr2_data.h

-- 
2.7.4

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

end of thread, other threads:[~2019-04-03 10:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-30 10:16 [U-Boot] [PATCH v3 0/4] Add network support for Jaguar2 SoCs Horatiu Vultur
2019-03-30 10:17 ` [U-Boot] [PATCH v3 1/4] net: Add MSCC Jaguar2 network driver Horatiu Vultur
2019-04-03 10:18   ` Daniel Schwierzeck
2019-04-03 10:59     ` Horatiu Vultur
2019-03-30 10:17 ` [U-Boot] [PATCH v3 2/4] board: mscc: jr2: Update MSCC Jaguar2 boards Horatiu Vultur
2019-03-30 10:17 ` [U-Boot] [PATCH v3 3/4] net: mscc: jaguar2: Add ethenet nodes for Jaguar2 Horatiu Vultur
2019-03-30 10:17 ` [U-Boot] [PATCH v3 4/4] configs: mscc_jr2: 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.