Re: [linux-sunxi] Re: [PATCH v3 04/10] input: misc: Add driver for AXP20x Power Enable Key

2014-03-29 Thread Carlo Caione
On Fri, Mar 28, 2014 at 12:38:03AM -0700, Dmitry Torokhov wrote: Hi Carlo, Hi Dmitry, On Thu, Mar 27, 2014 at 10:29:18PM +0100, Carlo Caione wrote: [...] +#include linux/errno.h +#include linux/irq.h +#include linux/init.h +#include linux/input.h +#include linux/interrupt.h

[linux-sunxi] Re: [PATCH v3 04/10] input: misc: Add driver for AXP20x Power Enable Key

2014-03-28 Thread Dmitry Torokhov
Hi Carlo, On Thu, Mar 27, 2014 at 10:29:18PM +0100, Carlo Caione wrote: This patch add support for the Power Enable Key found on MFD AXP202 and AXP209. Besides the basic support for the button, the driver adds two entries in sysfs to configure the time delay for power on/off. Signed-off-by: