All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/6] - Add Ethernet support for stm32mpu
@ 2019-03-05 10:09 Christophe Roullier
  2019-03-05 10:09 ` [U-Boot] [PATCH 1/6] stm32mp1: clk: use the correct identifier for ethck Christophe Roullier
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Christophe Roullier @ 2019-03-05 10:09 UTC (permalink / raw)
  To: u-boot

   Support all PHY config:
     PHY_MODE (MII,GMII, RMII, RGMII)
     Phy wo crystal (25Mhz and 50 Mhz), No 125Mhz from PHY config


Christophe Roullier (5):
  board: stm32mp1: Add board_interface_eth_init
  net: dwc_eth_qos: add Ethernet stm32mp1 support
  ARM: dts: stm32: Add Ethernet support on stm32mp1
  stm32mp1: Add Ethernet support for stm32mp1 board
  configs: stm32mp15: Enable Ethernet feature

Patrick Delaunay (1):
  stm32mp1: clk: use the correct identifier for ethck

 arch/arm/dts/stm32mp157-pinctrl.dtsi |  31 +++
 arch/arm/dts/stm32mp157c-ev1.dts     |  21 ++
 arch/arm/dts/stm32mp157c.dtsi        |  35 +++
 board/st/stm32mp1/stm32mp1.c         |  77 +++++++
 configs/stm32mp15_basic_defconfig    |   2 +
 drivers/clk/clk_stm32mp1.c           |   2 +-
 drivers/net/dwc_eth_qos.c            | 435 ++++++++++++++++++++++++++++++-----
 include/configs/stm32mp1.h           |  11 +-
 8 files changed, 560 insertions(+), 54 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2019-04-19 15:17 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-05 10:09 [U-Boot] [PATCH 0/6] - Add Ethernet support for stm32mpu Christophe Roullier
2019-03-05 10:09 ` [U-Boot] [PATCH 1/6] stm32mp1: clk: use the correct identifier for ethck Christophe Roullier
2019-04-19 15:05   ` Patrick DELAUNAY
2019-03-05 10:09 ` [U-Boot] [PATCH 2/6] board: stm32mp1: Add board_interface_eth_init Christophe Roullier
2019-04-19 15:06   ` Patrick DELAUNAY
2019-03-05 10:09 ` [U-Boot] [PATCH 3/6] net: dwc_eth_qos: add Ethernet stm32mp1 support Christophe Roullier
2019-03-05 10:09 ` [U-Boot] [PATCH 4/6] ARM: dts: stm32: Add Ethernet support on stm32mp1 Christophe Roullier
2019-04-19 15:08   ` Patrick DELAUNAY
2019-03-05 10:09 ` [U-Boot] [PATCH 5/6] stm32mp1: Add Ethernet support for stm32mp1 board Christophe Roullier
2019-04-19 15:16   ` Patrick DELAUNAY
2019-03-05 10:09 ` [U-Boot] [PATCH 6/6] configs: stm32mp15: Enable Ethernet feature Christophe Roullier
2019-04-19 15:17   ` Patrick DELAUNAY

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.