[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20121011152129.GE15428@gmail.com>
Date: Thu, 11 Oct 2012 16:21:29 +0100
From: Lee Jones <lee.jones@...aro.org>
To: Shubhrajyoti Datta <omaplinuxkernel@...il.com>
Cc: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
arnd@...db.de, linus.walleij@...ricsson.com,
Jonas Aaberg <jonas.aberg@...ricsson.com>,
Dmitry Torokhov <dmitry.torokhov@...il.com>,
linux-input@...r.kernel.org,
Philippe Langlais <philippe.langlais@...aro.org>
Subject: Re: [PATCH 2/2] input: gpio-keys: Add runtime support
> > From: Jonas Aaberg <jonas.aberg@...ricsson.com>
> Some change logs would have helped.
Granted.
Hopefully Jonas will be happy to step forward and answer any of
your following questions.
> > Cc: Dmitry Torokhov <dmitry.torokhov@...il.com>
> > Cc: linux-input@...r.kernel.org
> > Acked-by: Lee Jones <lee.jones@...aro.org>
> > Signed-off-by: Jonas Aaberg <jonas.aberg@...ricsson.com>
> > Signed-off-by: Philippe Langlais <philippe.langlais@...aro.org>
> > Reviewed-by: Bengt Jonsson <bengt.g.jonsson@...ricsson.com>
> > ---
> > drivers/input/keyboard/gpio_keys.c | 16 ++++++++++++----
> > 1 file changed, 12 insertions(+), 4 deletions(-)
> >
> > diff --git a/drivers/input/keyboard/gpio_keys.c b/drivers/input/keyboard/gpio_keys.c
> > index 7947315..78de557 100644
> > --- a/drivers/input/keyboard/gpio_keys.c
> > +++ b/drivers/input/keyboard/gpio_keys.c
> > @@ -29,6 +29,7 @@
> > #include <linux/of_platform.h>
> > #include <linux/of_gpio.h>
> > #include <linux/spinlock.h>
> > +#include <linux/pm_runtime.h>
> >
> > struct gpio_button_data {
> > const struct gpio_keys_button *button;
> > @@ -526,6 +527,7 @@ static int gpio_keys_open(struct input_dev *input)
> > {
> > struct gpio_keys_drvdata *ddata = input_get_drvdata(input);
> >
> > + pm_runtime_get_sync(input->dev.parent);
> I am not an expert of the runtime.
>
> However would be grateful if you explain me what it actually do.
>
> Also I did not see any runtime suspend/ resume handlers populated.
--
Lee Jones
Linaro ST-Ericsson Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists