Re: [PATCH v3 net-next 0/2] net: ethernet: enc28j60: small improvements

2016-04-29 Thread David Miller
From: Michael Heimpold Date: Thu, 28 Apr 2016 22:06:13 +0200 > 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

[PATCH v3 net-next 0/2] net: ethernet: enc28j60: small improvements

2016-04-28 Thread Michael Heimpold
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 doc