netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 net-next 0/2] net: ethernet: enc28j60: small improvements
@ 2016-04-28 20:06 Michael Heimpold
  2016-04-28 20:06 ` [PATCH v3 net-next 1/2] net: ethernet: enc28j60: support half-duplex SPI controllers Michael Heimpold
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Michael Heimpold @ 2016-04-28 20:06 UTC (permalink / raw)
  To: Jonathan Cameron, Andrew F . Davis, Mark Brown, netdev; +Cc: 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 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

Michael Heimpold (2):
  net: ethernet: enc28j60: support half-duplex SPI controllers
  net: ethernet: enc28j60: add device tree support

 .../devicetree/bindings/net/microchip,enc28j60.txt | 59 ++++++++++++++++++++++
 drivers/net/ethernet/microchip/enc28j60.c          | 34 ++++++++++---
 2 files changed, 85 insertions(+), 8 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/net/microchip,enc28j60.txt

-- 
2.5.0

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

end of thread, other threads:[~2016-05-03 16:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-28 20:06 [PATCH v3 net-next 0/2] net: ethernet: enc28j60: small improvements Michael Heimpold
2016-04-28 20:06 ` [PATCH v3 net-next 1/2] net: ethernet: enc28j60: support half-duplex SPI controllers Michael Heimpold
2016-04-28 20:06 ` [PATCH v3 net-next 2/2] net: ethernet: enc28j60: add device tree support Michael Heimpold
2016-05-03 16:51   ` Rob Herring
2016-04-29 20:23 ` [PATCH v3 net-next 0/2] net: ethernet: enc28j60: small improvements David Miller

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