Skip to content

Commit

Permalink
Merge remote-tracking branch 'regulator/fix/doc' into regulator-linus
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Brown committed May 30, 2013
2 parents e4bf063 + 31d6eeb commit 2a66a85
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion drivers/regulator/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1539,7 +1539,10 @@ static void regulator_ena_gpio_free(struct regulator_dev *rdev)
}

/**
* Balance enable_count of each GPIO and actual GPIO pin control.
* regulator_ena_gpio_ctrl - balance enable_count of each GPIO and actual GPIO pin control
* @rdev: regulator_dev structure
* @enable: enable GPIO at initial use?
*
* GPIO is enabled in case of initial use. (enable_count is 0)
* GPIO is disabled when it is not shared any more. (enable_count <= 1)
*/
Expand Down

0 comments on commit 2a66a85

Please sign in to comment.