summary refs log tree commit diff
path: root/Documentation/driver-model
diff options
context:
space:
mode:
authorAlexander Kurz <akurz@blala.de>2016-04-21 19:02:04 +0200
committerJonathan Corbet <corbet@lwn.net>2016-04-28 07:16:54 -0600
commit2ea2dc87feb5778f6a4f58dec4ddce695e58e482 (patch)
treefcb802f9207ca5be9a4cf9262f47d1671a8b64cb /Documentation/driver-model
parente0a37712819cb0e942f165a3f88d85f7c6388219 (diff)
downloadlinux-2ea2dc87feb5778f6a4f58dec4ddce695e58e482.tar.gz
Documentation: devres: Add missing INPUT function
devm_input_allocate_device() got introduced with commit 2be975c6d920
("Input: introduce managed input devices (add devres support)").
Add this function to the list of managed interfaces within the
devres documentation.

Signed-off-by: Alexander Kurz <akurz@blala.de>
Acked-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/driver-model')
-rw-r--r--Documentation/driver-model/devres.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/driver-model/devres.txt b/Documentation/driver-model/devres.txt
index 73b98dfbcea4..25e8f3ea3b80 100644
--- a/Documentation/driver-model/devres.txt
+++ b/Documentation/driver-model/devres.txt
@@ -268,6 +268,9 @@ IIO
   devm_iio_trigger_alloc()
   devm_iio_trigger_free()
 
+INPUT
+  devm_input_allocate_device()
+
 IO region
   devm_release_mem_region()
   devm_release_region()