]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'pxa168_eth'
authorDavid S. Miller <davem@davemloft.net>
Tue, 30 Sep 2014 20:37:13 +0000 (16:37 -0400)
committerDavid S. Miller <davem@davemloft.net>
Tue, 30 Sep 2014 20:37:13 +0000 (16:37 -0400)
commitb70f29c1cdd5fe085774a0fb5392ad3eb5ec0d36
tree4fb2b86ad599012ee4079141512cf1b71d10c922
parent882d94bfb301e704c6507d1b9204d659587d6e19
parentcbe28ae0682b5b5e0e44389dc1e799a2861747da
Merge branch 'pxa168_eth'

Antoine Tenart says:

====================
ARM: Berlin: Ethernet support

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 v5:
- fixed the build when building the driver as a module

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

Signed-off-by: David S. Miller <davem@davemloft.net>