]> asedeno.scripts.mit.edu Git - linux.git/commit
Merge branch 'net-dsa-bcm_sf2-Add-support-for-optional-reset-controller-line'
authorDavid S. Miller <davem@davemloft.net>
Wed, 6 Nov 2019 02:06:38 +0000 (18:06 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 6 Nov 2019 02:06:38 +0000 (18:06 -0800)
commit2ee6ad1ddf77ca13ae5a72ddc5cad3d64dc6443c
treea5c32c181178bec55759b98097d19a2e4c206791
parentfbdcdd78da7c95f1b970d371e1b23cbd3aa990f3
parenteee87e4377a4b86dc2eea0ade162b0dc33f40576
Merge branch 'net-dsa-bcm_sf2-Add-support-for-optional-reset-controller-line'

Florian Fainelli says:

====================
net: dsa: bcm_sf2: Add support for optional reset controller line

This patch series definest the optional reset controller line for the
BCM7445/BCM7278 integrated Ethernet switches and updates the driver to
drive that reset line in lieu of the internal watchdog based reset since
it does not work on BCM7278.

Changes in v2:
- make the reset_control_assert() conditional to BCM7278 in the remove
  function as well
====================

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