On Wed, Jul 19, 2017 at 05:26:14PM +0200, Philipp Zabel wrote: > 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. > > Cc: Thierry Reding > Cc: Jonathan Hunter > Cc: linux-pwm@vger.kernel.org > Cc: linux-tegra@vger.kernel.org > Signed-off-by: Philipp Zabel > --- > drivers/pwm/pwm-tegra.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied to for-4.14/drivers, thanks. Thierry