Skip to content

Commit 3699158

Browse files
Dejin ZhengJonathan Corbet
authored andcommitted
Documentation: devres: add missing entry for devm_platform_get_and_ioremap_resource()
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> Link: https://lore.kernel.org/r/20200527144531.9376-1-zhengdejin5@gmail.com Signed-off-by: Jonathan Corbet <corbet@lwn.net>
1 parent 93431e0 commit 3699158

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Documentation/driver-api/driver-model/devres.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ IOMAP
322322
devm_platform_ioremap_resource() : calls devm_ioremap_resource() for platform device
323323
devm_platform_ioremap_resource_wc()
324324
devm_platform_ioremap_resource_byname()
325+
devm_platform_get_and_ioremap_resource()
325326
devm_iounmap()
326327
pcim_iomap()
327328
pcim_iomap_regions() : do request_region() and iomap() on multiple BARs

0 commit comments

Comments
 (0)