linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/4] Fix Wake on lan with FEC on i.MX6
@ 2020-04-02 13:51 Martin Fuzzey
  2020-04-02 13:51 ` [PATCH v3 1/4] net: fec: set GPR bit on suspend by DT configuration Martin Fuzzey
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Martin Fuzzey @ 2020-04-02 13:51 UTC (permalink / raw)
  To: Fugang Duan, Rob Herring, Shawn Guo, David S. Miller
  Cc: netdev, Fabio Estevam, linux-kernel, Sascha Hauer,
	NXP Linux Team, devicetree, Andrew Lunn

This series fixes WoL support with the FEC on i.MX6
The support was already in mainline but seems to have bitrotted
somewhat.

Only tested with i.MX6DL

Changes V2->V3
	Patch 1:
		fix non initialized variable introduced in V2 causing
		probe to sometimes fail.

	Patch 2:
		remove /delete-property/interrupts-extended in
		arch/arm/boot/dts/imx6qp.dtsi.

	Patches 3 and 4:
		Add received Acked-by and RB tags.

Changes V1->V2
	Move the register offset and bit number from the DT to driver code
	Add SOB from Fugang Duan for the NXP code on which this is based

Martin Fuzzey (4):
  net: fec: set GPR bit on suspend by DT configuration.
  ARM: dts: imx6: Use gpc for FEC interrupt controller to fix wake on
    LAN.
  dt-bindings: fec: document the new gpr property.
  ARM: dts: imx6: add fec gpr property.

 Documentation/devicetree/bindings/net/fsl-fec.txt |   2 +
 arch/arm/boot/dts/imx6qdl.dtsi                    |   6 +-
 arch/arm/boot/dts/imx6qp.dtsi                     |   1 -
 drivers/net/ethernet/freescale/fec.h              |   7 +
 drivers/net/ethernet/freescale/fec_main.c         | 149 +++++++++++++++++-----
 5 files changed, 132 insertions(+), 33 deletions(-)

--
1.9.1


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

end of thread, other threads:[~2020-04-08  1:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-02 13:51 [PATCH v3 0/4] Fix Wake on lan with FEC on i.MX6 Martin Fuzzey
2020-04-02 13:51 ` [PATCH v3 1/4] net: fec: set GPR bit on suspend by DT configuration Martin Fuzzey
2020-04-02 13:51 ` [PATCH v3 2/4] ARM: dts: imx6: Use gpc for FEC interrupt controller to fix wake on LAN Martin Fuzzey
2020-04-02 13:51 ` [PATCH v3 3/4] dt-bindings: fec: document the new gpr property Martin Fuzzey
2020-04-02 13:51 ` [PATCH v3 4/4] ARM: dts: imx6: add fec " Martin Fuzzey
2020-04-08  1:24 ` [PATCH v3 0/4] Fix Wake on lan with FEC on i.MX6 David Miller

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