[PATCH 1/3] gpio: Add simple poweroff-gpio driver
Andrew Lunn
andrew at lunn.ch
Mon Nov 12 17:07:40 EST 2012
On Sun, Nov 11, 2012 at 05:12:58PM -0800, Anton Vorontsov wrote:
> On Mon, Nov 12, 2012 at 02:00:31AM +0100, Linus Walleij wrote:
> > On Sun, Nov 11, 2012 at 5:21 PM, Andrew Lunn <andrew at lunn.ch> wrote:
> >
> > > From: Jamie Lentin <jm at lentin.co.uk>
> > >
> > > Given appropriate devicetree bindings, this driver registers a
> > > pm_power_off function to set a GPIO line high/low to power down
> > > your board.
> > >
> > > Signed-off-by: Jamie Lentin <jm at lentin.co.uk>
> > > Signed-off-by: Andrew Lunn <andrew at lunn.ch>
> >
> > So this is just a GPIO client like any such thing right?
> >
> > I mean this thing has nothing more to do with the GPIO subsystem
> > than say, drivers/input/keyboard/gpio_keys.c?
> >
> > So from the GPIO subsystem point of view controlling power is
> > an alien concept.
> >
> > But I suspect Anton may be ready to welcome a driver like this
> > under drivers/power/* which I think is where it belongs.
>
> Yup. driver/power/reset/ seems appropriate.
Hi Anton
I was unsure where to put it. I will submit new patches with the move.
I'm not too sure about 'reset' though. Its not a reset operation, the
power goes off and stays off. Would 'shutdown' or 'power_off' be
better?
Andrew
More information about the devicetree-discuss
mailing list