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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jonathan Corbet <[email protected]>
1 parent 93431e0 commit 3699158

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)