]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'spi_ks8995'
authorDavid S. Miller <davem@davemloft.net>
Thu, 11 Feb 2016 16:34:31 +0000 (11:34 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Feb 2016 16:34:31 +0000 (11:34 -0500)
commit57f58c1e9f01446f7978cfce313202ab63a8af7a
tree365a9ec156d01468dca449783cc44ebd5abb4c60
parenta95ce6becde5d7e35d8cb5772cd6cf747a98a1a4
parent850b1ca83610e4055bc09b804220dff5ac348993
Merge branch 'spi_ks8995'

Helmut Buchsbaum says:

====================
Add support for MICREL KSZ8795CLX 5-port switch

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

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