]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite778ecd22f9a34e2fc492dead24e8ce514015936
tree0d26dc8a3b48997cd48a1bfbe59562588a354be0
parent4aef2225c0793c2e32d3c49ffcc23b5b520c04e4
parent231a612597a42d5753e68908d0b7a7b36852c13d
Merge branch 'enc28j60-small-improvements'

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>