From: Linus Walleij <linus.walleij@linaro.org>
To: "Sören Brinkmann" <soren.brinkmann@xilinx.com>
Cc: Alexandre Courbot <gnurou@gmail.com>,
Johan Hovold <johan@kernel.org>,
linux-api@vger.kernel.org,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
"linux-gpio@vger.kernel.org" <linux-gpio@vger.kernel.org>,
"linux-doc@vger.kernel.org" <linux-doc@vger.kernel.org>
Subject: Re: [PATCH v4] gpio: lib-sysfs: Add 'wakeup' attribute
Date: Wed, 4 Feb 2015 10:19:38 +0100 [thread overview]
Message-ID: <CACRpkdYuHdbQ7aaeCQTwZO63LjWpKyZnPQRNCBmRybntXYJxFQ@mail.gmail.com> (raw)
In-Reply-To: <bb967ff02726449ab6525d33bccde7e4@BL2FFO11FD014.protection.gbl>
On Thu, Jan 29, 2015 at 6:23 PM, Sören Brinkmann
<soren.brinkmann@xilinx.com> wrote:
> On Mon, 2015-01-19 at 09:54AM +0100, Linus Walleij wrote:
>> On Mon, Jan 19, 2015 at 5:20 AM, Alexandre Courbot <gnurou@gmail.com> wrote:
>> > On Sat, Jan 17, 2015 at 1:49 AM, Sören Brinkmann <soren.brinkmann@xilinx.com> wrote:
>> >> On Fri, 2015-01-16 at 12:11PM +0100, Johan Hovold wrote:
>>
>> >>> Implementing proper wakeup support for unclaimed GPIOs would take some
>> >>> work (if at all desired), but that is not a reason to be adding custom
>> >>> implementations that violates the kernel's power policies and new ABIs
>> >>> that would need to be maintained forever.
>> (...)
>> >>> Meanwhile you can (should) use gpio-keys if you need to wake your system
>> >>> on gpio events.
>> >>
>> >> We had that discussion and I don't think GPIO keys is the right solution
>> >> for every use-case.
>> >
>> > Sorry, it has been a while - can you remind us of why?
>>
>> There are such cases. Of course keys should be handled by GPIO-keys
>> and these will trigger the right wakeup events in such cases.
>>
>> This is for more esoteric cases: we cannot have a kernel module for
>> everything people want to do with GPIOs, and the use case I accept
>> is GPIOs used in automatic control etc, think factory lines or doors.
>> We can't have a "door" driver or "punch arm" or "fire alarm" driver
>> in the kernel. Those are userspace things.
>>
>> Still such embedded systems need to be able to go to idle and
>> sleep to conerve power, and then they need to put wakeups on
>> these GPIOs.
>>
>> So it is a feature userspace needs, though as with much of the
>> sysfs ABI it is very often abused for things like keys and LEDs which
>> is an abomination but we can't do much about it :(
>
> Thanks for clearing that up.
> What does that mean for this patch? Are we going ahead, accepting the
> extension of this API or do all these use-cases have to wait for the
> rewrite of a proper GPIO userspace interface?
What needs to happen (IMHO) is to make gpio_chips properly obeying
the device model, and then add the attributes for fiddling around with
GPIOs to either the *real* device or create a new char device interface.
Whatever works best. These mock devices are fragile and never
worked properly especially in the removal path as Johans recent
fixes has shown.
Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2015-02-04 9:19 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-15 19:49 [PATCH v4] gpio: lib-sysfs: Add 'wakeup' attribute Soren Brinkmann
2015-01-16 11:11 ` Johan Hovold
2015-01-16 16:49 ` Sören Brinkmann
[not found] ` <a4610e13d0094d40b7e0574992509ec6-reflc3kr++NteXefQoUsnuhlVc3/7hDbVaz/vdPVXQ4@public.gmane.org>
2015-01-19 4:20 ` Alexandre Courbot
2015-01-19 8:54 ` Linus Walleij
2015-01-29 17:23 ` Sören Brinkmann
2015-02-04 9:19 ` Linus Walleij [this message]
2015-02-04 18:27 ` Sören Brinkmann
[not found] ` <ce91ced9e1f0481f8af03a168eda48b9-reflc3kr++M/rzWiRNbYG+hlVc3/7hDbVaz/vdPVXQ4@public.gmane.org>
2015-02-05 10:33 ` Johan Hovold
2015-01-19 10:10 ` Johan Hovold
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=CACRpkdYuHdbQ7aaeCQTwZO63LjWpKyZnPQRNCBmRybntXYJxFQ@mail.gmail.com \
--to=linus.walleij@linaro.org \
--cc=gnurou@gmail.com \
--cc=johan@kernel.org \
--cc=linux-api@vger.kernel.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=soren.brinkmann@xilinx.com \
/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).