mbox series

[v2,0/2] Correct gpio-ir-recv wakeup capability

Message ID 20230324203833.3540187-1-f.fainelli@gmail.com
Headers show
Series Correct gpio-ir-recv wakeup capability | expand

Message

Florian Fainelli March 24, 2023, 8:38 p.m. UTC
This small patch series fixes the gpio-ir-recv binding and driver to
first indicate that it can be a wake-up source for the system, and
second actually make that happen.

Changes in v2:
- corrected the indentation of the description for "wakeup-source"

Florian Fainelli (2):
  dt-bindings: media: gpio-ir-receiver: Document wakeup-souce property
  media: rc: gpio-ir-recv: Fix support for wake-up

 Documentation/devicetree/bindings/media/gpio-ir-receiver.yaml | 3 +++
 drivers/media/rc/gpio-ir-recv.c                               | 2 ++
 2 files changed, 5 insertions(+)

Comments

Florian Fainelli April 3, 2023, 10:06 p.m. UTC | #1
On 3/24/23 13:38, Florian Fainelli wrote:
> This small patch series fixes the gpio-ir-recv binding and driver to
> first indicate that it can be a wake-up source for the system, and
> second actually make that happen.
> 
> Changes in v2:
> - corrected the indentation of the description for "wakeup-source"
> 
> Florian Fainelli (2):
>    dt-bindings: media: gpio-ir-receiver: Document wakeup-souce property
>    media: rc: gpio-ir-recv: Fix support for wake-up

Ping? Someone maintaining this driver?
Sean Young April 4, 2023, 7:57 a.m. UTC | #2
On Mon, Apr 03, 2023 at 03:06:44PM -0700, Florian Fainelli wrote:
> On 3/24/23 13:38, Florian Fainelli wrote:
> > This small patch series fixes the gpio-ir-recv binding and driver to
> > first indicate that it can be a wake-up source for the system, and
> > second actually make that happen.
> > 
> > Changes in v2:
> > - corrected the indentation of the description for "wakeup-source"
> > 
> > Florian Fainelli (2):
> >    dt-bindings: media: gpio-ir-receiver: Document wakeup-souce property
> >    media: rc: gpio-ir-recv: Fix support for wake-up
> 
> Ping? Someone maintaining this driver?

That's me :) Applied, thanks for the reminder.


Sean