]> asedeno.scripts.mit.edu Git - linux.git/commit
PCI: imx6: Explicitly request exclusive reset control
authorPhilipp Zabel <p.zabel@pengutronix.de>
Wed, 19 Jul 2017 15:25:56 +0000 (17:25 +0200)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 3 Aug 2017 21:41:08 +0000 (16:41 -0500)
commit7c18058701b5af15529faa92a4c604d57c8de765
treebd5192b7bee48ca313b29b4c6302f0d507f29418
parent16f73eb02d7e1765ccab3d2018e0bd98eb93d973
PCI: imx6: Explicitly request exclusive reset control

Commit a53e35db70d1 ("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>
Cc: Richard Zhu <hongxing.zhu@nxp.com>
Cc: Lucas Stach <l.stach@pengutronix.de>
drivers/pci/dwc/pci-imx6.c