On Wed, 19 Jul 2017, 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. Add the explicit API calls to the devres list. > > Cc: Jonathan Corbet <corbet@xxxxxxx> > Cc: Lee Jones <lee.jones@xxxxxxxxxx> > Cc: linux-doc@xxxxxxxxxxxxxxx > Signed-off-by: Philipp Zabel <p.zabel@xxxxxxxxxxxxxx> > --- > Documentation/driver-model/devres.txt | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) Acked-by: Lee Jones <lee.jones@xxxxxxxxxx> > diff --git a/Documentation/driver-model/devres.txt b/Documentation/driver-model/devres.txt > index 30e04f7a690dd..fd157078dd558 100644 > --- a/Documentation/driver-model/devres.txt > +++ b/Documentation/driver-model/devres.txt > @@ -379,7 +379,12 @@ REGULATOR > devm_regulator_register() > > RESET > - devm_reset_control_get() > + devm_reset_control_get_exclusive() > + devm_reset_control_get_shared() > + devm_reset_control_get_optional_exclusive() > + devm_reset_control_get_optional_shared() > + devm_reset_control_get_exclusive_by_index() > + devm_reset_control_get_shared_by_index() > devm_reset_controller_register() > > SLAVE DMA ENGINE -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html