diff options
author | Jim Quinlan | 2021-04-30 11:21:56 -0400 |
---|---|---|
committer | Bjorn Helgaas | 2021-05-03 13:16:28 -0500 |
commit | bb610757fcd74558ad94fe19993fd4470208dd02 (patch) | |
tree | cab490fe6471176bdd89afeef31bc5ba9291ca25 /drivers/net/hyperv | |
parent | e8d6f9e56187c101b325e8d18f1d4032420d08ff (diff) |
PCI: brcmstb: Use reset/rearm instead of deassert/assert
The Broadcom STB PCIe RC uses a reset control "rescal" for certain chips.
The "rescal" implements a "pulse reset" so using assert/deassert is wrong
for this device. Instead, we use reset/rearm. We need to use rearm so
that we can reset it after a suspend/resume cycle; w/o using "rearm", the
"rescal" device will only ever fire once.
Of course for suspend/resume to work we also need to put the reset/rearm
calls in the suspend and resume routines.
Fixes: 740d6c3708a9 ("PCI: brcmstb: Add control of rescal reset")
Link: https://lore.kernel.org/r/20210430152156.21162-4-jim2101024@gmail.com
Signed-off-by: Jim Quinlan <jim2101024@gmail.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'drivers/net/hyperv')
0 files changed, 0 insertions, 0 deletions