lkml.org 
[lkml]   [2012]   [Feb]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH V1 2/3] Documentation: gpio: Add details of open-drain configuration
On Tuesday 14 February 2012 02:48 AM, Grant Likely wrote:
> On Mon, Feb 13, 2012 at 11:59:47AM +0530, Laxman Dewangan wrote:
>> Adding details of open drain configuration of the gpio so that
>> client can set the pin as open drain at the time of gpio request.
>>
>> Signed-off-by: Laxman Dewangan<ldewangan@nvidia.com>
>
> Linus mentioned that this should be part of pinctrl instead of the gpio API,
> but I think there is an argument for making it part of the gpio API,
> particularly since open-drain is pretty much a universal concept that all
> gpio controllers can support (unlike driver strength) and as I said above, it
> is already implicitly supported by gpiolib.

I am not sure about other soc but taking Tegra as example, the gpio
controller is almost same for same series of soc. It does not very much
about different version of the socs. The pins, number of pins. pin
controls, pin is OD or not etc vary from variant of socs and so it is
much more depends on the particular soc rather than the major family.
Bringing pincontrol information in gpio driver will make the gpio driver
complex which need to take care of every variant of chips.

> The difference with this
> method is it would allow drivers like the gpio-i2c.c driver to set the
> flag at gpio request time and then be able to always use gpio_set_value()
> regardless of the pin mode.
>
> However, I'm not thrilled about adding things to the already-horrible sysfs
> abi. Please drop that hunk entirely or put it into a separate patch so it
> doesn't block the core functionality.
>

I will split the change in two parts one for core driver and other for
the sysfs interface if all changes are fine here.

> Have you though about support for lines that are pulled low instead of
> high? Those aren't as common, but it is conceivable that some
> hardware would need it.
I think open drain pin should not be pulled low otherwise it will not be
possible to make the pin as HIGH with the assumption that the OD pin
should never be driven to HIGH

But if it is there in any case then it should be handle differently at
client level without letting the gpio driver that it is open-drain.



\
 
 \ /
  Last update: 2012-02-14 10:21    [W:0.075 / U:0.012 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site