Re: [PATCH v7 1/2] dt-bindings: input: cros-ec-keyb: Add a new property

2021-02-22 Thread Dmitry Torokhov
On Fri, Jan 15, 2021 at 12:24:29PM -0800, Philip Chen wrote: > Add a new property `function-row-physmap` to the > device tree for the custom keyboard top row design. > > The property describes the rows/columns of the top row keys > from left to right. > > Signed-off-by: Philip Chen Applied,

Re: [PATCH v7 1/2] dt-bindings: input: cros-ec-keyb: Add a new property

2021-01-25 Thread Rob Herring
On Fri, 15 Jan 2021 12:24:29 -0800, Philip Chen wrote: > Add a new property `function-row-physmap` to the > device tree for the custom keyboard top row design. > > The property describes the rows/columns of the top row keys > from left to right. > > Signed-off-by: Philip Chen > --- > > Changes

Re: [PATCH v7 1/2] dt-bindings: input: cros-ec-keyb: Add a new property

2021-01-15 Thread Stephen Boyd
Quoting Philip Chen (2021-01-15 12:24:29) > Add a new property `function-row-physmap` to the > device tree for the custom keyboard top row design. > > The property describes the rows/columns of the top row keys > from left to right. > > Signed-off-by: Philip Chen > --- Reviewed-by: Stephen

[PATCH v7 1/2] dt-bindings: input: cros-ec-keyb: Add a new property

2021-01-15 Thread Philip Chen
Add a new property `function-row-physmap` to the device tree for the custom keyboard top row design. The property describes the rows/columns of the top row keys from left to right. Signed-off-by: Philip Chen --- Changes in v7: - Use MATRIX_KEY macro to describe `function-row-physmap` Changes