public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Input: cros_ec_keyb: add function key support
@ 2025-12-31 14:35 Fabio Baltieri
  2025-12-31 14:35 ` [PATCH v3 1/2] dt-bindings: google,cros-ec-keyb: add has-fn-map prop Fabio Baltieri
  2025-12-31 14:35 ` [PATCH v3 2/2] Input: cros_ec_keyb - add function key support Fabio Baltieri
  0 siblings, 2 replies; 7+ messages in thread
From: Fabio Baltieri @ 2025-12-31 14:35 UTC (permalink / raw)
  To: Dmitry Torokhov, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Benson Leung, Guenter Roeck
  Cc: Fabio Baltieri, Tzung-Bi Shih, Simon Glass, linux-input,
	devicetree, chrome-platform, linux-kernel

Hi, v3 of the cros-ec-keyb fn key support, just few tweaks from the
reviews.

Changes from v2:
  - renamed the dt property to use-fn-map, dropped the example
  - added few function comments
  - added a helper for obtaining the fn code
  - reordered, dt patch first

Changes from v1:
  - change struct to short types
  - refactored the fn key handling in its own function
  - changed props to use the google, prefix
  - reworked the properties to use an overlay map rather than a
    dedicated one

Fabio Baltieri (2):
  dt-bindings: google,cros-ec-keyb: add has-fn-map prop
  Input: cros_ec_keyb - add function key support

 .../bindings/input/google,cros-ec-keyb.yaml   |   8 ++
 drivers/input/keyboard/cros_ec_keyb.c         | 136 +++++++++++++++---
 2 files changed, 128 insertions(+), 16 deletions(-)

-- 
2.52.0.351.gbe84eed79e-goog


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2026-01-06 11:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-31 14:35 [PATCH v3 0/2] Input: cros_ec_keyb: add function key support Fabio Baltieri
2025-12-31 14:35 ` [PATCH v3 1/2] dt-bindings: google,cros-ec-keyb: add has-fn-map prop Fabio Baltieri
2026-01-05  7:52   ` Krzysztof Kozlowski
2026-01-05 10:55     ` Fabio Baltieri
2026-01-06  7:27       ` Krzysztof Kozlowski
2026-01-06 11:01         ` Fabio Baltieri
2025-12-31 14:35 ` [PATCH v3 2/2] Input: cros_ec_keyb - add function key support Fabio Baltieri

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox