]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: pci-mt7620: explicitly request exclusive reset control
authorPhilipp Zabel <p.zabel@pengutronix.de>
Wed, 19 Jul 2017 15:25:07 +0000 (17:25 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 29 Aug 2017 13:21:51 +0000 (15:21 +0200)
commitf57efa3e3a4e11c487838c134d7b7c3bc5652f2f
tree2f37ed237e9dd5304eff5006bf0769a966827b7a
parent293248aaa291acc4fae540729d649406c6629824
MIPS: pci-mt7620: explicitly request exclusive reset control

Commit bd31802b6394 ("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>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/16785/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/pci/pci-mt7620.c