浏览代码

regulator: add devm_regulator_* to the list of managed interfaces

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

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Acked-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Axel Lin 13 年之前
父节点
当前提交
c1432b1ebc
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Documentation/driver-model/devres.txt

+ 2 - 0
Documentation/driver-model/devres.txt

@@ -270,3 +270,5 @@ IOMAP
 
 REGULATOR
   devm_regulator_get()
+  devm_regulator_put()
+  devm_regulator_bulk_get()