diff options
Diffstat (limited to 'Documentation/driver-model/devres.txt')
-rw-r--r-- | Documentation/driver-model/devres.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/driver-model/devres.txt b/Documentation/driver-model/devres.txt index 10c64c8a13d4..016fd2b06a57 100644 --- a/Documentation/driver-model/devres.txt +++ b/Documentation/driver-model/devres.txt | |||
@@ -267,3 +267,6 @@ IOMAP | |||
267 | pcim_iounmap() | 267 | pcim_iounmap() |
268 | pcim_iomap_table() : array of mapped addresses indexed by BAR | 268 | pcim_iomap_table() : array of mapped addresses indexed by BAR |
269 | pcim_iomap_regions() : do request_region() and iomap() on multiple BARs | 269 | pcim_iomap_regions() : do request_region() and iomap() on multiple BARs |
270 | |||
271 | REGULATOR | ||
272 | devm_regulator_get() | ||