[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1355422494-11747-1-git-send-email-dromede@gmail.com>
Date: Thu, 13 Dec 2012 19:14:54 +0100
From: dromede@...il.com
To: linux-kernel@...r.kernel.org
Cc: gregkh@...uxfoundation.org, rdunlap@...otime.net
Subject: [PATCH] Documentation: devres: add PHY get/put functions to list of supported calls
From: Marko Katic <dromede.gmail.com>
Signed-off-by: Marko Katic <dromede.gmail.com>
---
Documentation/driver-model/devres.txt | 4 ++++
1 file changed, 4 insertions(+)
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()
--
1.7.10.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists