netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/6] Add support for MICREL KSZ8795CLX 5-port switch
@ 2016-02-09 19:47 Helmut Buchsbaum
  2016-02-09 19:47 ` [PATCH v3 1/6] net: phy: spi_ks8995: introduce spi_device_id table Helmut Buchsbaum
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Helmut Buchsbaum @ 2016-02-09 19:47 UTC (permalink / raw)
  To: David S. Miller, Florian Fainelli, Andrew Lunn, Sergei Shtylyov
  Cc: netdev, Helmut Buchsbaum

This patch series refactors the spi-ks8995 driver to finally add support
for the MICREL KSZ8795CLX. Additionally support for controlling a GPIO
line for resetting the switch is added.

Helmut

Changes since v2:
 - use GPIO_ACTIVE_LOW according to Andrew's remark.
 - use ePAPR compliant node name in example, thanks to Sergei for
   pointing out
Changes since v1:
 - removed initializing registers from Device Tree following Florian's
   advice
 - fixed GPIO handling for reset according to Andrew's remark.

Helmut Buchsbaum (6):
  net: phy: spi_ks8995: introduce spi_device_id table
  net: phy: spi_ks8995: verify chip and determine revision
  net: phy: spi_ks8995: add support for resetting switch using GPIO
  net: phy: spi_ks8995: generalize creation of SPI commands
  net: phy: spi_ks8995: add support for MICREL KSZ8795CLX
  dt-bindings: net: ks8995: add bindings documentation for ks8995

 .../devicetree/bindings/net/micrel-ks8995.txt      |  20 ++
 drivers/net/phy/spi_ks8995.c                       | 304 +++++++++++++++++----
 2 files changed, 265 insertions(+), 59 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/net/micrel-ks8995.txt

-- 
2.1.4

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

end of thread, other threads:[~2016-02-11 16:34 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-09 19:47 [PATCH v3 0/6] Add support for MICREL KSZ8795CLX 5-port switch Helmut Buchsbaum
2016-02-09 19:47 ` [PATCH v3 1/6] net: phy: spi_ks8995: introduce spi_device_id table Helmut Buchsbaum
2016-02-09 19:47 ` [PATCH v3 2/6] net: phy: spi_ks8995: verify chip and determine revision Helmut Buchsbaum
2016-02-09 19:47 ` [PATCH v3 3/6] net: phy: spi_ks8995: add support for resetting switch using GPIO Helmut Buchsbaum
2016-02-09 19:47 ` [PATCH v3 4/6] net: phy: spi_ks8995: generalize creation of SPI commands Helmut Buchsbaum
2016-02-09 19:47 ` [PATCH v3 5/6] net: phy: spi_ks8995: add support for MICREL KSZ8795CLX Helmut Buchsbaum
2016-02-09 19:47 ` [PATCH v3 6/6] dt-bindings: net: ks8995: add bindings documentation for ks8995 Helmut Buchsbaum
2016-02-11 16:34 ` [PATCH v3 0/6] Add support for MICREL KSZ8795CLX 5-port switch 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).