All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH V1 0/6] imx: imx8mm-evk: support eth
@ 2019-10-22  3:29 Peng Fan
  2019-10-22  3:29 ` [U-Boot] [PATCH V1 1/6] clk: imx8mm: add enet clk Peng Fan
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: Peng Fan @ 2019-10-22  3:29 UTC (permalink / raw)
  To: u-boot

This patchset is based on imx/next.

Add imx8mm enet clk
Add fec_mxc more clks support for i.MX8M
Add board code to configure phy and gpr
Fix imx8mm boot

Peng Fan (6):
  clk: imx8mm: add enet clk
  clk: imx: imx8mm: add set_parent callback
  arm: dts: imx8mm: drop assigned clocks for clk node
  net: Kconfig: FEC: Add dependency on i.MX8M
  net: fec_mxc: support i.MX8M with CLK_CCF
  imx: imx8mm-evk: enable ethernet

 arch/arm/dts/imx8mm-evk-u-boot.dtsi     |  7 ++++
 board/freescale/imx8mm_evk/imx8mm_evk.c | 37 +++++++++++++++++
 configs/imx8mm_evk_defconfig            |  7 ++++
 drivers/clk/imx/clk-imx8mm.c            | 46 ++++++++++++++++++++
 drivers/net/Kconfig                     |  2 +-
 drivers/net/fec_mxc.c                   | 74 ++++++++++++++++++++++++++-------
 drivers/net/fec_mxc.h                   |  4 ++
 include/configs/imx8mm_evk.h            |  8 ++++
 8 files changed, 169 insertions(+), 16 deletions(-)

-- 
2.16.4

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

end of thread, other threads:[~2019-10-24  7:53 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-22  3:29 [U-Boot] [PATCH V1 0/6] imx: imx8mm-evk: support eth Peng Fan
2019-10-22  3:29 ` [U-Boot] [PATCH V1 1/6] clk: imx8mm: add enet clk Peng Fan
2019-10-23 16:31   ` Schrempf Frieder
2019-10-22  3:29 ` [U-Boot] [PATCH V1 2/6] clk: imx: imx8mm: add set_parent callback Peng Fan
2019-10-23 16:31   ` Schrempf Frieder
2019-10-22  3:29 ` [U-Boot] [PATCH V1 3/6] arm: dts: imx8mm: drop assigned clocks for clk node Peng Fan
2019-10-22  3:29 ` [U-Boot] [PATCH V1 4/6] net: Kconfig: FEC: Add dependency on i.MX8M Peng Fan
2019-10-23 16:31   ` Schrempf Frieder
2019-10-22  3:30 ` [U-Boot] [PATCH V1 5/6] net: fec_mxc: support i.MX8M with CLK_CCF Peng Fan
2019-10-23 16:31   ` Schrempf Frieder
2019-10-24  1:09     ` Peng Fan
2019-10-24  7:53       ` Schrempf Frieder
2019-10-22  3:30 ` [U-Boot] [PATCH V1 6/6] imx: imx8mm-evk: enable ethernet Peng Fan
2019-10-22 12:24   ` Fabio Estevam
2019-10-23 13:35     ` Peng Fan

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.