linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation: devres: add devm_regulator_* to the list of managed interfaces
@ 2012-01-31  6:44 Axel Lin
  2012-01-31 10:44 ` Tejun Heo
  2012-01-31 11:23 ` Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Axel Lin @ 2012-01-31  6:44 UTC (permalink / raw)
  To: linux-kernel
  Cc: Mark Brown, Liam Girdwood, Randy Dunlap, Tejun Heo, Grant Likely,
	Greg Kroah-Hartman, Stephen Boyd, linux-doc

Add devm_regulator_put() and devm_regulator_bulk_get() to the list of managed
interfaces.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
---
 Documentation/driver-model/devres.txt |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Documentation/driver-model/devres.txt b/Documentation/driver-model/devres.txt
index b49829e..2a596a4 100644
--- a/Documentation/driver-model/devres.txt
+++ b/Documentation/driver-model/devres.txt
@@ -274,3 +274,5 @@ IOMAP
 
 REGULATOR
   devm_regulator_get()
+  devm_regulator_put()
+  devm_regulator_bulk_get()
-- 
1.7.5.4




^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-01-31 11:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-31  6:44 [PATCH] Documentation: devres: add devm_regulator_* to the list of managed interfaces Axel Lin
2012-01-31 10:44 ` Tejun Heo
2012-01-31 11:23 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).