]> 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)
commite1c143e952a26ef7d086c98b5adc14c44379dea8
tree365a9ec156d01468dca449783cc44ebd5abb4c60
parent95dfbddb3e97ff1c2dc6c302c501b0fe8873f67f
parentb50550155452816e4e159e137ffc81729ebacbf8
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>