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

Florian Fainelli posted 2 patches 1 year ago
Documentation/devicetree/bindings/media/gpio-ir-receiver.yaml | 3 +++
drivers/media/rc/gpio-ir-recv.c                               | 2 ++
2 files changed, 5 insertions(+)
[PATCH v2 0/2] Correct gpio-ir-recv wakeup capability
Posted by Florian Fainelli 1 year ago
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(+)

-- 
2.34.1
Re: [PATCH v2 0/2] Correct gpio-ir-recv wakeup capability
Posted by Florian Fainelli 1 year ago
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?
-- 
Florian
Re: [PATCH v2 0/2] Correct gpio-ir-recv wakeup capability
Posted by Sean Young 1 year ago
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