All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christophe Roullier <christophe.roullier@st.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/6] - Add Ethernet support for stm32mpu
Date: Tue, 5 Mar 2019 11:09:05 +0100	[thread overview]
Message-ID: <1551780552-23339-1-git-send-email-christophe.roullier@st.com> (raw)

   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

             reply	other threads:[~2019-03-05 10:09 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-05 10:09 Christophe Roullier [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1551780552-23339-1-git-send-email-christophe.roullier@st.com \
    --to=christophe.roullier@st.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.