OSDN Git Service

regulator: fixed: Support for open drain gpio pin
authorLaxman Dewangan <ldewangan@nvidia.com>
Wed, 7 Mar 2012 10:28:33 +0000 (15:58 +0530)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 2 Apr 2012 22:17:53 +0000 (23:17 +0100)
commita4d9f179cc788b7f4b735d32c2e4a3b2562e8240
treefb4283d9fe5c2aff769e743e30b57ed1b5db1c43
parentd1cf4f65e1eb17bc8768d822755780588e42cf37
regulator: fixed: Support for open drain gpio pin

Adding flag on fixed regulator board configuration structure
to specify whether gpio is open drain type or not.
Passing this information to gpio library when requesting
gpio so that gpio driver can set the pin state accordingly,
for open drain type:
- Pin can be set HIGH as setting as input, PULL UP on
  pin make this as HIGH.
- Pin can be set LOW as setting it as output and drive to LOW.

The non-open drain pin can be  set HIGH/LOW by setting it to
output and driving it to HIGH/LOW.

Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/regulator/fixed.c
include/linux/regulator/fixed.h