linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] ARM: imx6ul: add fec1 and fec2 support for i.MX6ul 14x14 evk board
@ 2015-07-28  7:30 Fugang Duan
  2015-07-28  7:30 ` [PATCH v2 1/4] ARM: imx6ul: add fec bits to GPR syscon definition Fugang Duan
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Fugang Duan @ 2015-07-28  7:30 UTC (permalink / raw)
  To: linux-arm-kernel

Currently, upstream kernel support i.MX6ul 14x14 evk board, but don't support ethernet that
bringup some inconvenient for other modules debug and support.

The patch series just add fec1 and fec2 two MACs support for the board.

Patch#1 and #2:
	FEC MAC refrence clock needs extra GPR bit set to select clock source.
	The board install KSZ8081 that also needs extra phyfix.
Patch#3 and #4:
	Add fec support for SOC and evk board in dts file.

Changes:
V2:
 * As Shawn's suggestion:
   Group <linux/*> headers together and have them sort alphabetically
   Remove PHY_ID_KSZ8081 as it is defined in include/linux/micrel_phy.h file.

Fugang Duan (4):
  ARM: imx6ul: add fec bits to GPR syscon definition
  ARM: imx6ul: add fec MAC refrence clock and phy fixup init
  ARM: dts: imx: add fec1 and fec2 nodes for SOC i.MX6UL
  ARM: dts: imx6ul-14x14-evk: add fec1 and fec2 support

 arch/arm/boot/dts/imx6ul-14x14-evk.dts      | 29 +++++++++++++++++++
 arch/arm/boot/dts/imx6ul.dtsi               | 37 +++++++++++++++++++++++++
 arch/arm/mach-imx/mach-imx6ul.c             | 43 +++++++++++++++++++++++++++++
 include/linux/mfd/syscon/imx6q-iomuxc-gpr.h |  8 ++++++
 4 files changed, 117 insertions(+)

-- 
1.9.1

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

end of thread, other threads:[~2015-08-05 12:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-28  7:30 [PATCH v2 0/4] ARM: imx6ul: add fec1 and fec2 support for i.MX6ul 14x14 evk board Fugang Duan
2015-07-28  7:30 ` [PATCH v2 1/4] ARM: imx6ul: add fec bits to GPR syscon definition Fugang Duan
2015-07-28  7:30 ` [PATCH v2 2/4] ARM: imx6ul: add fec MAC refrence clock and phy fixup init Fugang Duan
2015-08-05 12:56   ` Shawn Guo
2015-07-28  7:30 ` [PATCH v2 3/4] ARM: dts: imx: add fec1 and fec2 nodes for SOC i.MX6UL Fugang Duan
2015-07-28  7:30 ` [PATCH v2 4/4] ARM: dts: imx6ul-14x14-evk: add fec1 and fec2 support Fugang Duan

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).