linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1] Documentation: devres: add missing entry for devm_platform_get_and_ioremap_resource()
@ 2020-05-27 14:45 Dejin Zheng
  2020-06-08 15:41 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Dejin Zheng @ 2020-05-27 14:45 UTC (permalink / raw)
  To: corbet, linux-doc; +Cc: linux-kernel, Dejin Zheng

The devm_platform_get_and_ioremap_resource() should be documented in
devres.rst. Add the missing entry.

Signed-off-by: Dejin Zheng <zhengdejin5@gmail.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 89681264ee2c..713b44deb0bf 100644
--- a/Documentation/driver-api/driver-model/devres.rst
+++ b/Documentation/driver-api/driver-model/devres.rst
@@ -314,6 +314,7 @@ IOMAP
   devm_platform_ioremap_resource() : calls devm_ioremap_resource() for platform device
   devm_platform_ioremap_resource_wc()
   devm_platform_ioremap_resource_byname()
+  devm_platform_get_and_ioremap_resource()
   devm_iounmap()
   pcim_iomap()
   pcim_iomap_regions()	: do request_region() and iomap() on multiple BARs
-- 
2.25.0


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

* Re: [PATCH v1] Documentation: devres: add missing entry for devm_platform_get_and_ioremap_resource()
  2020-05-27 14:45 [PATCH v1] Documentation: devres: add missing entry for devm_platform_get_and_ioremap_resource() Dejin Zheng
@ 2020-06-08 15:41 ` Jonathan Corbet
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2020-06-08 15:41 UTC (permalink / raw)
  To: Dejin Zheng; +Cc: linux-doc, linux-kernel

On Wed, 27 May 2020 22:45:31 +0800
Dejin Zheng <zhengdejin5@gmail.com> wrote:

> The devm_platform_get_and_ioremap_resource() should be documented in
> devres.rst. Add the missing entry.
> 
> Signed-off-by: Dejin Zheng <zhengdejin5@gmail.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 89681264ee2c..713b44deb0bf 100644
> --- a/Documentation/driver-api/driver-model/devres.rst
> +++ b/Documentation/driver-api/driver-model/devres.rst
> @@ -314,6 +314,7 @@ IOMAP
>    devm_platform_ioremap_resource() : calls devm_ioremap_resource() for platform device
>    devm_platform_ioremap_resource_wc()
>    devm_platform_ioremap_resource_byname()
> +  devm_platform_get_and_ioremap_resource()

Applied, thanks.

jon

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

end of thread, other threads:[~2020-06-08 15:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-27 14:45 [PATCH v1] Documentation: devres: add missing entry for devm_platform_get_and_ioremap_resource() Dejin Zheng
2020-06-08 15:41 ` 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).