]> git.baikalelectronics.ru Git - kernel.git/commit
PCI: rockchip: Explicitly request exclusive reset control
authorPhilipp Zabel <p.zabel@pengutronix.de>
Wed, 19 Jul 2017 15:25:58 +0000 (17:25 +0200)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 29 Aug 2017 18:18:06 +0000 (13:18 -0500)
commit05009d10ab36d44b9b290ba59d63c5762065cc44
treee84a40e6a998d4f86cf100213eba55df9fc577b7
parent00b3fa95b580251e76746570de03b5ccb455e8ec
PCI: rockchip: Explicitly request exclusive reset control

Commit e4ae160a0014 ("reset: Ensure drivers are explicit when requesting
reset lines") started to transition the reset control request API calls to
explicitly state whether the driver needs exclusive or shared reset control
behavior. Convert all drivers requesting exclusive resets to the explicit
API call so the temporary transition helpers can be removed.

No functional changes.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Shawn Lin <shawn.lin@rock-chips.com>
drivers/pci/host/pcie-rockchip.c