OSDN Git Service

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)
commit6dca8d454438d599f82e44adae40cf2baa04e14f
tree365a9ec156d01468dca449783cc44ebd5abb4c60
parent746305347ac39a194444029b164e76666a9cbf74
parent7e406d124c7935ee0238b957ea7e563dc1710f29
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>