linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] Documentation: devres: add missing IO helper
@ 2022-09-27  8:02 Yang Yingliang
  2022-09-29 19:18 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Yang Yingliang @ 2022-09-27  8:02 UTC (permalink / raw)
  To: linux-doc; +Cc: hch, jgg, jhubbard, dan.j.williams, corbet, yangyingliang

Add missing devm_request_free_mem_region() to devres.rst.
It's introduced by commit 0092908d16c6 ("mm: factor out a
devm_request_free_mem_region helper").

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

diff --git a/Documentation/driver-api/driver-model/devres.rst b/Documentation/driver-api/driver-model/devres.rst
index 2895f9ea00c4..d709a7b79bb1 100644
--- a/Documentation/driver-api/driver-model/devres.rst
+++ b/Documentation/driver-api/driver-model/devres.rst
@@ -301,6 +301,7 @@ IO region
   devm_release_region()
   devm_release_resource()
   devm_request_mem_region()
+  devm_request_free_mem_region()
   devm_request_region()
   devm_request_resource()
 
-- 
2.25.1


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

* Re: [PATCH -next] Documentation: devres: add missing IO helper
  2022-09-27  8:02 [PATCH -next] Documentation: devres: add missing IO helper Yang Yingliang
@ 2022-09-29 19:18 ` Jonathan Corbet
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2022-09-29 19:18 UTC (permalink / raw)
  To: Yang Yingliang, linux-doc
  Cc: hch, jgg, jhubbard, dan.j.williams, yangyingliang

Yang Yingliang <yangyingliang@huawei.com> writes:

> Add missing devm_request_free_mem_region() to devres.rst.
> It's introduced by commit 0092908d16c6 ("mm: factor out a
> devm_request_free_mem_region helper").
>
> Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
> ---
>  Documentation/driver-api/driver-model/devres.rst | 1 +
>  1 file changed, 1 insertion(+)

Applied, thanks.

jon

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

end of thread, other threads:[~2022-09-29 19:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-27  8:02 [PATCH -next] Documentation: devres: add missing IO helper Yang Yingliang
2022-09-29 19:18 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).