Skip to content

Commit

Permalink
regulator: add devm_regulator_* to the list of managed interfaces
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Axel Lin authored and Mark Brown committed Jan 31, 2012
1 parent 2950c4b commit c1432b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Documentation/driver-model/devres.txt
Original file line number Diff line number Diff line change
Expand Up @@ -270,3 +270,5 @@ IOMAP

REGULATOR
devm_regulator_get()
devm_regulator_put()
devm_regulator_bulk_get()

0 comments on commit c1432b1

Please sign in to comment.