OSDN Git Service

Merge branch 'enc28j60-small-improvements'
authorDavid S. Miller <davem@davemloft.net>
Fri, 29 Apr 2016 20:23:03 +0000 (16:23 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 Apr 2016 20:23:03 +0000 (16:23 -0400)
Michael Heimpold says:

====================
net: ethernet: enc28j60: small improvements

This series of two patches adds the following improvements to the driver:

1) Rework the central SPI read function so that it is compatible with
   SPI masters which only support half duplex transfers.

2) Add a device tree binding for the driver.

Changelog:

v3: * renamed and improved binding documentation as
      suggested by Rob Herring

v2: * took care of Arnd Bergmann's review comments
      - allow to specify MAC address via DT
      - unconditionally define DT id table
    * increased the driver version minor number
    * driver author's email address bounces, removed from address list

v1: * Initial submission
====================

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

Trivial merge