Message ID | 20220608211207.2058487-1-robh@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | dt-bindings: input: Common property clean-ups and adc-keys conversion | expand |
On Wed, Jun 08, 2022 at 03:12:02PM -0600, Rob Herring wrote: > This series refactors the common 'linux,code', 'linux,keycodes', and > 'linux,input-type' properties defined in various binding schemas. As the > properties are common, they should only have a single common schema type > definition. Note that 'linux,input-value' was not included here as it is > only used in 1 binding (gpio-keys). > > The clean-ups are are result of the discussion on v1 of the adc-keys > binding conversion[1]. > > Rob > > [1] https://lore.kernel.org/all/20220606184243.1057145-1-robh@kernel.org/ > > > Rob Herring (5): > dt-bindings: input: Increase maximum keycode value to 0x2ff > dt-bindings: input: Centralize 'linux,code' definition > dt-bindings: input: Use common 'linux,keycodes' definition > dt-bindings: input: Centralize 'linux,input-type' definition > dt-bindings: input: Convert adc-keys to DT schema Dmitry, Any comments on this? Rob
On Tue, Jun 28, 2022 at 11:51:37AM -0600, Rob Herring wrote: > On Wed, Jun 08, 2022 at 03:12:02PM -0600, Rob Herring wrote: > > This series refactors the common 'linux,code', 'linux,keycodes', and > > 'linux,input-type' properties defined in various binding schemas. As the > > properties are common, they should only have a single common schema type > > definition. Note that 'linux,input-value' was not included here as it is > > only used in 1 binding (gpio-keys). > > > > The clean-ups are are result of the discussion on v1 of the adc-keys > > binding conversion[1]. > > > > Rob > > > > [1] https://lore.kernel.org/all/20220606184243.1057145-1-robh@kernel.org/ > > > > > > Rob Herring (5): > > dt-bindings: input: Increase maximum keycode value to 0x2ff > > dt-bindings: input: Centralize 'linux,code' definition > > dt-bindings: input: Use common 'linux,keycodes' definition > > dt-bindings: input: Centralize 'linux,input-type' definition > > dt-bindings: input: Convert adc-keys to DT schema > > Dmitry, Any comments on this? Sorry, applied the lot, thank you.