Re: [PATCH v2 0/3] PinePhone volume key (LRADC) wakeup support

2021-01-13 Thread Maxime Ripard
On Tue, Jan 12, 2021 at 10:05:39PM -0600, Samuel Holland wrote: > This series allows the volume keys on the PinePhone to wake up the > device. As pointed out for v1, wakeup should only be enabled when a > "wakeup-source" property is present, so v2 requires DT and binding > changes in addition to th

Re: [PATCH v2 0/3] PinePhone volume key (LRADC) wakeup support

2021-01-13 Thread Hans de Goede
Hi, On 1/13/21 5:05 AM, Samuel Holland wrote: > This series allows the volume keys on the PinePhone to wake up the > device. As pointed out for v1, wakeup should only be enabled when a > "wakeup-source" property is present, so v2 requires DT and binding > changes in addition to the driver change.

[PATCH v2 0/3] PinePhone volume key (LRADC) wakeup support

2021-01-12 Thread Samuel Holland
This series allows the volume keys on the PinePhone to wake up the device. As pointed out for v1, wakeup should only be enabled when a "wakeup-source" property is present, so v2 requires DT and binding changes in addition to the driver change. Changes since v1: - Add requisite DT binding change