linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add support for CS40L50
@ 2023-08-09 13:53 James Ogletree
  2023-08-09 13:53 ` [PATCH v2 1/2] dt-bindings: input: cirrus,cs40l50: Support " James Ogletree
  2023-08-09 13:53 ` [PATCH v2 2/2] Input: cs40l50 - Initial support for Cirrus Logic CS40L50 James Ogletree
  0 siblings, 2 replies; 5+ messages in thread
From: James Ogletree @ 2023-08-09 13:53 UTC (permalink / raw)
  To: dmitry.torokhov
  Cc: James Ogletree, Fred Treven, Ben Bright, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Lee Jones, ChiYuan Huang,
	Eddie James, Markus Schneider-Pargmann, Arnd Bergmann, Jacky Bai,
	Jeff LaBundy, Jean Delvare, Randy Dunlap, Joel Stanley, patches,
	linux-input, devicetree, linux-kernel

Changes in V2:
- Fix checkpatch warnings

James Ogletree (2):
  dt-bindings: input: cirrus,cs40l50: Support for CS40L50
  Input: cs40l50 - Initial support for Cirrus Logic CS40L50

 .../bindings/input/cirrus,cs40l50.yaml        |   77 ++
 MAINTAINERS                                   |   11 +
 drivers/input/misc/Kconfig                    |   33 +
 drivers/input/misc/Makefile                   |    3 +
 drivers/input/misc/cs40l50-i2c.c              |   67 ++
 drivers/input/misc/cs40l50-spi.c              |   67 ++
 drivers/input/misc/cs40l50.c                  | 1013 +++++++++++++++++
 include/linux/input/cs40l50.h                 |  321 ++++++
 8 files changed, 1592 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/input/cirrus,cs40l50.yaml
 create mode 100644 drivers/input/misc/cs40l50-i2c.c
 create mode 100644 drivers/input/misc/cs40l50-spi.c
 create mode 100644 drivers/input/misc/cs40l50.c
 create mode 100644 include/linux/input/cs40l50.h

-- 
2.25.1


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

end of thread, other threads:[~2023-08-09 14:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-09 13:53 [PATCH v2 0/2] Add support for CS40L50 James Ogletree
2023-08-09 13:53 ` [PATCH v2 1/2] dt-bindings: input: cirrus,cs40l50: Support " James Ogletree
2023-08-09 14:31   ` Krzysztof Kozlowski
2023-08-09 13:53 ` [PATCH v2 2/2] Input: cs40l50 - Initial support for Cirrus Logic CS40L50 James Ogletree
2023-08-09 14:32   ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).