Re: [PATCH v6 3/3] dt-bindings: input: Fix the keymap for LOCK key

2021-02-22 Thread Dmitry Torokhov
On Fri, Jan 15, 2021 at 02:36:17PM -0800, Philip Chen wrote: > Decouple LOCK from F13 and directly map the LOCK key (KSI3/KSO9) to > KEY_SLEEP action key code. > > Signed-off-by: Philip Chen Applied, thank you. -- Dmitry

Re: [PATCH v6 3/3] dt-bindings: input: Fix the keymap for LOCK key

2021-02-05 Thread Rob Herring
On Fri, 15 Jan 2021 14:36:17 -0800, Philip Chen wrote: > Decouple LOCK from F13 and directly map the LOCK key (KSI3/KSO9) to > KEY_SLEEP action key code. > > Signed-off-by: Philip Chen > --- > > Changes in v6: > - New patch in v6 > > include/dt-bindings/input/cros-ec-keyboard.h | 4 ++-- > 1 f

Re: [PATCH v6 3/3] dt-bindings: input: Fix the keymap for LOCK key

2021-02-04 Thread Philip Chen
Hi maintainers, Friendly ping - can we actually land patch series v6? Or do you expect any update from me? On Fri, Jan 15, 2021 at 2:39 PM Stephen Boyd wrote: > > Quoting Philip Chen (2021-01-15 14:36:17) > > Decouple LOCK from F13 and directly map the LOCK key (KSI3/KSO9) to > > KEY_SLEEP actio

Re: [PATCH v6 3/3] dt-bindings: input: Fix the keymap for LOCK key

2021-01-15 Thread Stephen Boyd
Quoting Philip Chen (2021-01-15 14:36:17) > Decouple LOCK from F13 and directly map the LOCK key (KSI3/KSO9) to > KEY_SLEEP action key code. > > Signed-off-by: Philip Chen > --- Reviewed-by: Stephen Boyd

[PATCH v6 3/3] dt-bindings: input: Fix the keymap for LOCK key

2021-01-15 Thread Philip Chen
Decouple LOCK from F13 and directly map the LOCK key (KSI3/KSO9) to KEY_SLEEP action key code. Signed-off-by: Philip Chen --- Changes in v6: - New patch in v6 include/dt-bindings/input/cros-ec-keyboard.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/dt-binding