Re: [PATCH RESEND] gpio: lib-sysfs: Add 'wakeup' attribute

2014-10-14 Thread Alexandre Courbot
On Tue, Oct 14, 2014 at 8:47 AM, Sören Brinkmann wrote: > Hi Alexandre, > > On Sat, 2014-10-11 at 01:54PM +0900, Alexandre Courbot wrote: >> On Fri, Sep 5, 2014 at 2:58 AM, Soren Brinkmann >> wrote: >> > Add an attribute 'wakeup' to the GPIO sysfs interface which allows >> > marking/unmarking a

Re: [PATCH RESEND] gpio: lib-sysfs: Add 'wakeup' attribute

2014-10-14 Thread Alexandre Courbot
On Tue, Oct 14, 2014 at 8:47 AM, Sören Brinkmann soren.brinkm...@xilinx.com wrote: Hi Alexandre, On Sat, 2014-10-11 at 01:54PM +0900, Alexandre Courbot wrote: On Fri, Sep 5, 2014 at 2:58 AM, Soren Brinkmann soren.brinkm...@xilinx.com wrote: Add an attribute 'wakeup' to the GPIO sysfs

Re: [PATCH RESEND] gpio: lib-sysfs: Add 'wakeup' attribute

2014-10-13 Thread Sören Brinkmann
Hi Alexandre, On Sat, 2014-10-11 at 01:54PM +0900, Alexandre Courbot wrote: > On Fri, Sep 5, 2014 at 2:58 AM, Soren Brinkmann > wrote: > > Add an attribute 'wakeup' to the GPIO sysfs interface which allows > > marking/unmarking a GPIO as wake IRQ. > > The file 'wakeup' is created in each

Re: [PATCH RESEND] gpio: lib-sysfs: Add 'wakeup' attribute

2014-10-13 Thread Sören Brinkmann
Hi Alexandre, On Sat, 2014-10-11 at 01:54PM +0900, Alexandre Courbot wrote: On Fri, Sep 5, 2014 at 2:58 AM, Soren Brinkmann soren.brinkm...@xilinx.com wrote: Add an attribute 'wakeup' to the GPIO sysfs interface which allows marking/unmarking a GPIO as wake IRQ. The file 'wakeup' is

Re: [PATCH RESEND] gpio: lib-sysfs: Add 'wakeup' attribute

2014-10-10 Thread Alexandre Courbot
On Fri, Sep 5, 2014 at 2:58 AM, Soren Brinkmann wrote: > Add an attribute 'wakeup' to the GPIO sysfs interface which allows > marking/unmarking a GPIO as wake IRQ. > The file 'wakeup' is created in each exported GPIOs directory, if an IRQ > is associated with that GPIO and the irqchip implements

Re: [PATCH RESEND] gpio: lib-sysfs: Add 'wakeup' attribute

2014-10-10 Thread Alexandre Courbot
On Fri, Sep 5, 2014 at 2:58 AM, Soren Brinkmann soren.brinkm...@xilinx.com wrote: Add an attribute 'wakeup' to the GPIO sysfs interface which allows marking/unmarking a GPIO as wake IRQ. The file 'wakeup' is created in each exported GPIOs directory, if an IRQ is associated with that GPIO and

Re: [PATCH RESEND] gpio: lib-sysfs: Add 'wakeup' attribute

2014-10-07 Thread Sören Brinkmann
Hi Linus, just wanted to check on the status of this patch? Thanks, Sören On Thu, 2014-09-04 at 10:58AM -0700, Soren Brinkmann wrote: > Add an attribute 'wakeup' to the GPIO sysfs interface which allows > marking/unmarking a GPIO as wake IRQ. > The file 'wakeup' is created in

Re: [PATCH RESEND] gpio: lib-sysfs: Add 'wakeup' attribute

2014-10-07 Thread Sören Brinkmann
Hi Linus, just wanted to check on the status of this patch? Thanks, Sören On Thu, 2014-09-04 at 10:58AM -0700, Soren Brinkmann wrote: Add an attribute 'wakeup' to the GPIO sysfs interface which allows marking/unmarking a GPIO as wake IRQ. The file 'wakeup' is created in each

[PATCH RESEND] gpio: lib-sysfs: Add 'wakeup' attribute

2014-09-04 Thread Soren Brinkmann
Add an attribute 'wakeup' to the GPIO sysfs interface which allows marking/unmarking a GPIO as wake IRQ. The file 'wakeup' is created in each exported GPIOs directory, if an IRQ is associated with that GPIO and the irqchip implements set_wake(). Writing 'enabled' to that file will enable wake for

[PATCH RESEND] gpio: lib-sysfs: Add 'wakeup' attribute

2014-09-04 Thread Soren Brinkmann
Add an attribute 'wakeup' to the GPIO sysfs interface which allows marking/unmarking a GPIO as wake IRQ. The file 'wakeup' is created in each exported GPIOs directory, if an IRQ is associated with that GPIO and the irqchip implements set_wake(). Writing 'enabled' to that file will enable wake for