netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6 00/10] ARM: Berlin: Ethernet support
@ 2014-09-26 14:33 Antoine Tenart
  2014-09-26 14:33 ` [PATCH v5 01/10] net: pxa168_eth: clean up Antoine Tenart
                   ` (10 more replies)
  0 siblings, 11 replies; 16+ messages in thread
From: Antoine Tenart @ 2014-09-26 14:33 UTC (permalink / raw)
  To: sebastian.hesselbarth
  Cc: Antoine Tenart, alexandre.belloni, thomas.petazzoni, zmxu,
	jszhang, netdev, linux-arm-kernel, devicetree, linux-kernel

Hi all,

This series introduce support for the Ethernet controller on Berlin SoCs,
using the existing pxa168 Ethernet driver. In order to do this, DT
support is added to the driver alongside some other modifications and
fixes.

This has been tested on a Berlin BG2Q DMP board.

Changes since v4:
	- removed the phy-addr property and added a phy subnode
	- added COMPILE_TEST for the pxa168_eth driver

Changes since v3:
        - moved the addition of pxa168_eth_get_mac_address() to the patch
          using it first

Changes since v2:
        - reworked how the MAC address is configured
        - made the clock anonymous

Changes since v1:
        - removed custom Berlin Ethernet driver
        - used the pxa168 Ethernet driver instead
        - made modifications to the pxa168 driver (DT support, fixes)

Antoine Tenart (10):
  net: pxa168_eth: clean up
  net: pxa168_eth: add device tree support
  Documentation: bindings: net: add the Marvell PXA168 Ethernet
    controller
  net: pxa168_eth: fix Ethernet flow control status
  net: pxa168_eth: set the mac address on the Ethernet controller
  net: pxa168_eth: rework the MAC address setup
  net: pxa168_eth: allow Berlin SoCs to use the pxa168_eth driver
  net: pxa168_eth: allow to compile the pxa168_eth driver for tests
  ARM: dts: berlin: add the Ethernet node
  ARM: dts: berlin: enable the Ethernet port on the BG2Q DMP

 .../devicetree/bindings/net/marvell-pxa168.txt     |  36 ++++
 arch/arm/boot/dts/berlin2q-marvell-dmp.dts         |   4 +
 arch/arm/boot/dts/berlin2q.dtsi                    |  17 ++
 drivers/net/ethernet/marvell/Kconfig               |   2 +-
 drivers/net/ethernet/marvell/pxa168_eth.c          | 219 +++++++++++++--------
 5 files changed, 199 insertions(+), 79 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/net/marvell-pxa168.txt

-- 
1.9.1

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

end of thread, other threads:[~2014-09-30 14:28 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-26 14:33 [PATCH v6 00/10] ARM: Berlin: Ethernet support Antoine Tenart
2014-09-26 14:33 ` [PATCH v5 01/10] net: pxa168_eth: clean up Antoine Tenart
2014-09-26 14:33 ` [PATCH v5 02/10] net: pxa168_eth: add device tree support Antoine Tenart
2014-09-29 20:04   ` David Miller
2014-09-30 14:28     ` Antoine Tenart
2014-09-26 14:33 ` [PATCH v5 03/10] Documentation: bindings: net: add the Marvell PXA168 Ethernet controller Antoine Tenart
2014-09-26 14:33 ` [PATCH v5 04/10] net: pxa168_eth: fix Ethernet flow control status Antoine Tenart
2014-09-26 14:33 ` [PATCH v5 05/10] net: pxa168_eth: set the mac address on the Ethernet controller Antoine Tenart
2014-09-26 14:33 ` [PATCH v5 06/10] net: pxa168_eth: rework the MAC address setup Antoine Tenart
2014-09-26 14:33 ` [PATCH v5 07/10] net: pxa168_eth: allow Berlin SoCs to use the pxa168_eth driver Antoine Tenart
2014-09-26 14:33 ` [PATCH v5 08/10] net: pxa168_eth: allow to compile the pxa168_eth driver for tests Antoine Tenart
2014-09-26 14:33 ` [PATCH v5 09/10] ARM: dts: berlin: add the Ethernet node Antoine Tenart
2014-09-26 17:25   ` Sergei Shtylyov
2014-09-29 14:34     ` Sebastian Hesselbarth
2014-09-26 14:33 ` [PATCH v5 10/10] ARM: dts: berlin: enable the Ethernet port on the BG2Q DMP Antoine Tenart
2014-09-26 14:37 ` [PATCH v6 00/10] ARM: Berlin: Ethernet support Antoine Tenart

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