netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/6] Add fec1 and fec2 support for i.MX7d sdb board
@ 2015-08-19  5:33 Fugang Duan
  2015-08-19  5:33 ` [PATCH v1 1/6] net: phy: broadcom: add bcm54220 phy ID Fugang Duan
                   ` (6 more replies)
  0 siblings, 7 replies; 13+ messages in thread
From: Fugang Duan @ 2015-08-19  5:33 UTC (permalink / raw)
  To: shawnguo, davem; +Cc: linux-arm-kernel, netdev, b38611

The patch series is to add fec support for i.MX7d sdb board. Since i.MX7d fec ip is
the same as i.MX6SX, so there have no change for driver itself.

Patch#1: add bcm54220 PHY ID entry into brcmphy.h file.
Patch#2: add new iomux-gpr file to define iomux-gpr register and field for i.MX7d.
Patch#3: i.MX7d sdb board install bcm54220 phy, i.MX7d arm2 board install AR8031 phy.
	 For the two phys, there needs extra phy setting, so package the setting to fixup.
Patch#4~6: Add fec dts node and pinmux setting in dts file.


Fugang Duan (6):
  net: phy: broadcom: add bcm54220 phy ID
  ARM: imx7d: add imx7d iomux-gpr field define
  ARM: imx: add enet init for i.MX7D platform
  ARM: dts: imx: pinfunc: add GPIO1 pin define for i.MX7d
  ARM: dts: imx7d: add fec1 and fec2 support for i.MX7d soc
  ARM: dts: imx7d-sdb: add fec1 and fec2 support

 arch/arm/boot/dts/imx7d-pinfunc.h          | 115 +++++++++++++++++++++++++++++
 arch/arm/boot/dts/imx7d-sdb.dts            |  76 ++++++++++++++++++-
 arch/arm/boot/dts/imx7d.dtsi               |  36 +++++++++
 arch/arm/mach-imx/mach-imx7d.c             |  75 ++++++++++++++++++-
 include/linux/brcmphy.h                    |   1 +
 include/linux/mfd/syscon/imx7-iomuxc-gpr.h |  49 ++++++++++++
 6 files changed, 349 insertions(+), 3 deletions(-)
 create mode 100644 include/linux/mfd/syscon/imx7-iomuxc-gpr.h

-- 
1.9.1

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

end of thread, other threads:[~2015-08-21 23:49 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-19  5:33 [PATCH v1 0/6] Add fec1 and fec2 support for i.MX7d sdb board Fugang Duan
2015-08-19  5:33 ` [PATCH v1 1/6] net: phy: broadcom: add bcm54220 phy ID Fugang Duan
2015-08-19 21:28   ` Florian Fainelli
2015-08-20  1:16     ` Duan Andy
2015-08-19  5:34 ` [PATCH v1 2/6] ARM: imx7d: add imx7d iomux-gpr field define Fugang Duan
2015-08-19  5:34 ` [PATCH v1 3/6] ARM: imx: add enet init for i.MX7D platform Fugang Duan
2015-08-19  5:34 ` [PATCH v1 4/6] ARM: dts: imx: pinfunc: add GPIO1 pin define for i.MX7d Fugang Duan
2015-08-19  5:34 ` [PATCH v1 5/6] ARM: dts: imx7d: add fec1 and fec2 support for i.MX7d soc Fugang Duan
2015-08-19  5:34 ` [PATCH v1 6/6] ARM: dts: imx7d-sdb: add fec1 and fec2 support Fugang Duan
2015-08-20 21:05 ` [PATCH v1 0/6] Add fec1 and fec2 support for i.MX7d sdb board David Miller
2015-08-20 21:14   ` Florian Fainelli
2015-08-21 23:48     ` Duan Andy
2015-08-21 23:49   ` Duan Andy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).