From: Laxman Dewangan Date: Fri, 17 Feb 2012 14:56:21 +0000 (+0530) Subject: gpio: gpiolib: Support for open drain/collector gpios X-Git-Tag: v3.4-rc1~65^2~20 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aca5ce14eb773a75e5d935968b2e390dc5bd29c3;p=pandora-kernel.git gpio: gpiolib: Support for open drain/collector gpios Adding support for the open drain gpio on which client can specify the open drain property through GPIO flag GPIOF_OPEN_DRAIN at the time of gpio request. The open drain pins are normally pulled high and it cannot be driven to output with value of 1 and so when client request for setting the pin to HIGH, the gpio will be set to input direction to make pin in tristate and hence PULL-UP on pins will make the state to HIGH. The open drain pin can be driven to LOW by setting output with value of 0. Signed-off-by: Laxman Dewangan Reviwed-by: Mark Brown Acked-by: Linus Walleij Signed-off-by: Grant Likely --- Reading git-diff-tree failed