lkml.org 
[lkml]   [2012]   [Feb]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH V2 0/3] Open drain/open source support from gpio library
Date
This patch is as per discussion on the patch
[PATCH V1] regulator: fixed: Support for open-drain gpio
where it was suggested to push the handling of open drain gpios
into the gpio libray.

This is series of patches to add support of the open drain and open
source gpios in standard gpio library.
- Added GPIOF_OPEN_DRAIN flag so that client can request the
gpio with this flag. Handle open drain gpio configuration properly.
- Added GPIOF_OPEN_SOURCE flag so that client can request the
gpio with this flag. Handle open source gpio configuration properly.
- Gpio documentation changes to have support for open-drain.

From the patch series of V1, it is discussed to
- remove the sysfs interface supportsi for open drain.
- Added open source support as a new change.

Laxman Dewangan (3):
Documentation: gpio: Add details of open-drain/source configuration
gpio: gpiolib: Support for open drain/collector gpios
gpio: gpiolib: Support for open source/emitter gpios

Documentation/gpio.txt | 17 +++++++++-
drivers/gpio/gpiolib.c | 83 ++++++++++++++++++++++++++++++++++++++++++++++-
include/linux/gpio.h | 6 +++
3 files changed, 102 insertions(+), 4 deletions(-)



\
 
 \ /
  Last update: 2012-02-17 16:01    [W:0.311 / U:0.556 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site