diff options
author | Marko Katic <dromede.gmail.com> | 2012-12-13 19:14:54 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-01-17 12:57:07 -0800 |
commit | 2202d4e81bade6a10a58897d2bb24a5db5950a1c (patch) | |
tree | 1836b7205070b56980c5a3fd8db2e6edb25ddb18 /Documentation | |
parent | e79798659339be800bf553c0b6fb06745aecf37f (diff) | |
download | op-kernel-dev-2202d4e81bade6a10a58897d2bb24a5db5950a1c.zip op-kernel-dev-2202d4e81bade6a10a58897d2bb24a5db5950a1c.tar.gz |
Documentation: devres: add PHY get/put functions to list of supported calls
Signed-off-by: Marko Katic <dromede.gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/driver-model/devres.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/driver-model/devres.txt b/Documentation/driver-model/devres.txt index 43cff70..db5e444 100644 --- a/Documentation/driver-model/devres.txt +++ b/Documentation/driver-model/devres.txt @@ -288,3 +288,7 @@ PINCTRL PWM devm_pwm_get() devm_pwm_put() + +PHY + devm_usb_get_phy() + devm_usb_put_phy() |