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 file changed, 2 insertions(+), 2 deletions(-)
> 

Acked-by: Rob Herring 


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 action key code.
> >
> > Signed-off-by: Philip Chen 
> > ---
>
> Reviewed-by: Stephen Boyd 


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-bindings/input/cros-ec-keyboard.h 
b/include/dt-bindings/input/cros-ec-keyboard.h
index a37a8c5701219..f0ae03634a966 100644
--- a/include/dt-bindings/input/cros-ec-keyboard.h
+++ b/include/dt-bindings/input/cros-ec-keyboard.h
@@ -19,8 +19,7 @@
MATRIX_KEY(0x01, 0x04, KEY_F7)  \
MATRIX_KEY(0x02, 0x09, KEY_F8)  \
MATRIX_KEY(0x01, 0x09, KEY_F9)  \
-   MATRIX_KEY(0x00, 0x04, KEY_F10) \
-   MATRIX_KEY(0x03, 0x09, KEY_F13)
+   MATRIX_KEY(0x00, 0x04, KEY_F10)
 
 #define CROS_STD_MAIN_KEYMAP   \
MATRIX_KEY(0x00, 0x01, KEY_LEFTMETA)\
@@ -50,6 +49,7 @@
MATRIX_KEY(0x03, 0x03, KEY_5)   \
MATRIX_KEY(0x03, 0x06, KEY_6)   \
MATRIX_KEY(0x03, 0x08, KEY_MINUS)   \
+   MATRIX_KEY(0x03, 0x09, KEY_SLEEP)   \
MATRIX_KEY(0x03, 0x0b, KEY_BACKSLASH)   \
MATRIX_KEY(0x03, 0x0c, KEY_MUHENKAN)\
\
-- 
2.26.2