All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] Documentation: devres: add missing PINCTRL helpers
@ 2022-09-22 15:37 Yang Yingliang
  2022-09-26 23:07 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Yang Yingliang @ 2022-09-22 15:37 UTC (permalink / raw)
  To: linux-gpio, linux-doc; +Cc: linus.walleij, corbet, yangyingliang

Add devm_pinctrl_get_select() and devm_pinctrl_register_and_init() to
devres.rst.

Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
---
 Documentation/driver-api/driver-model/devres.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/driver-api/driver-model/devres.rst b/Documentation/driver-api/driver-model/devres.rst
index 2895f9ea00c4..d31eb10b271d 100644
--- a/Documentation/driver-api/driver-model/devres.rst
+++ b/Documentation/driver-api/driver-model/devres.rst
@@ -391,7 +391,9 @@ PHY
 PINCTRL
   devm_pinctrl_get()
   devm_pinctrl_put()
+  devm_pinctrl_get_select()
   devm_pinctrl_register()
+  devm_pinctrl_register_and_init()
   devm_pinctrl_unregister()
 
 POWER
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH -next] Documentation: devres: add missing PINCTRL helpers
  2022-09-22 15:37 [PATCH -next] Documentation: devres: add missing PINCTRL helpers Yang Yingliang
@ 2022-09-26 23:07 ` Jonathan Corbet
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2022-09-26 23:07 UTC (permalink / raw)
  To: Yang Yingliang, linux-gpio, linux-doc; +Cc: linus.walleij, yangyingliang

Yang Yingliang <yangyingliang@huawei.com> writes:

> Add devm_pinctrl_get_select() and devm_pinctrl_register_and_init() to
> devres.rst.
>
> Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
> ---
>  Documentation/driver-api/driver-model/devres.rst | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/Documentation/driver-api/driver-model/devres.rst b/Documentation/driver-api/driver-model/devres.rst
> index 2895f9ea00c4..d31eb10b271d 100644
> --- a/Documentation/driver-api/driver-model/devres.rst
> +++ b/Documentation/driver-api/driver-model/devres.rst
> @@ -391,7 +391,9 @@ PHY
>  PINCTRL
>    devm_pinctrl_get()
>    devm_pinctrl_put()
> +  devm_pinctrl_get_select()
>    devm_pinctrl_register()
> +  devm_pinctrl_register_and_init()
>    devm_pinctrl_unregister()

Applied, thanks.

jon

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-26 23:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-22 15:37 [PATCH -next] Documentation: devres: add missing PINCTRL helpers Yang Yingliang
2022-09-26 23:07 ` Jonathan Corbet

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.