linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: vapier.adi@gmail.com (Mike Frysinger)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] drivers: create a pin control subsystem v8
Date: Sat, 22 Oct 2011 13:44:18 -0400	[thread overview]
Message-ID: <CAMjpGUe9abPsdWbum2MRzOV2b5_2FDqXZC-K0KThRA6MNTr4FA@mail.gmail.com> (raw)
In-Reply-To: <20111004203520.GK2870@ponder.secretlab.ca>

On Tue, Oct 4, 2011 at 16:35, Grant Likely wrote:
> On Sat, Oct 01, 2011 at 12:39:21PM +0200, Linus Walleij wrote:
>> 2011/9/30 Grant Likely:
>> >?I'm not convinced that the sysfs approach is
>> > actually the right interface here (I'm certainly not a fan of the gpio
>> > sysfs i/f), and I'd rather not be putting in unneeded stuff until the
>> > userspace i/f is hammered out.
>>
>> Actually, thinking about it I cannot see what would be wrong
>> with /dev/gpio0 & friends in the first place.
>>
>> Using sysfs as swiss army knife for custom I/O does not
>> seem like it would be long-term viable so thanks for this
>> observation, and I think we need /dev/gpio* put on some
>> mental roadmap somewhere.
>
> Agreed. ?I don't want to be in the situation we are now with GPIO,
> where every time I look at the sysfs interface I shudder.

the problem with that is it doesn't scale.  if i have a device with
over 150 GPIOs on the SoC itself (obviously GPIO expanders can make
that much bigger), i don't want to see 150+ device nodes in /dev/.
that's a pretty big waste.  sysfs only allocates/frees resources when
userspace actually wants to utilize a GPIO.
-mike

  reply	other threads:[~2011-10-22 17:44 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1317211419-18472-1-git-send-email-linus.walleij@stericsson.com>
2011-09-30  2:07 ` [PATCH] drivers: create a pin control subsystem v8 Grant Likely
2011-09-30 15:05   ` Linus Walleij
2011-09-30 17:07     ` Grant Likely
2011-09-30 17:20       ` Linus Walleij
2011-10-01 10:39       ` Linus Walleij
2011-10-04 20:35         ` Grant Likely
2011-10-22 17:44           ` Mike Frysinger [this message]
2011-10-24  7:26             ` Linus Walleij
2011-10-24  7:36               ` Grant Likely
2011-10-24  7:48                 ` Linus Walleij
2011-10-24  9:20                   ` Mike Frysinger
2011-10-24 12:28                     ` Linus Walleij
2011-10-24 11:05                   ` Grant Likely
2011-10-25  8:05                     ` Tony Lindgren
2011-10-25  8:17                       ` Grant Likely
2011-10-25  8:23                         ` Mark Brown
2011-10-24  9:14               ` Mike Frysinger
2011-09-30 18:08 ` Stephen Warren

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAMjpGUe9abPsdWbum2MRzOV2b5_2FDqXZC-K0KThRA6MNTr4FA@mail.gmail.com \
    --to=vapier.adi@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).