]> git.baikalelectronics.ru Git - kernel.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)
commit5cb2fbd42821315ec97c8b5e9bfbde3522c002e4
treebd5192b7bee48ca313b29b4c6302f0d507f29418
parent8b74f4f4576ba4882ca9e92e5c3794c2476fd0af
PCI: imx6: 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>
Cc: Richard Zhu <hongxing.zhu@nxp.com>
Cc: Lucas Stach <l.stach@pengutronix.de>
drivers/pci/dwc/pci-imx6.c