All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Introduce the Atmel PTC subsystem
@ 2017-03-31 15:22 ` Ludovic Desroches
  0 siblings, 0 replies; 27+ messages in thread
From: Ludovic Desroches @ 2017-03-31 15:22 UTC (permalink / raw)
  To: linux-input, linux-arm-kernel, devicetree
  Cc: dmitry.torokhov, nicolas.ferre, alexandre.belloni, linux-kernel,
	Ludovic Desroches

Hi,

The Atmel Peripheral touch controller subsystem offers built-in hardware for
capacitive touch measurment on sensors that function as buttons, sliders and
wheels. It is available on SAMA5D2.

A firmware and a configuration file describing the topology and the parameters
of the sensor are loaded when probing the driver.

Ludovic Desroches (4):
  input: misc: introduce Atmel PTC driver
  ARM: dts: at91: sama5d2: add PTC subsystem device
  MAINTAINERS: add Atmel PTC entries
  dt-bindings: input: Add Atmel PTC subsystem bindings

 .../devicetree/bindings/input/atmel,ptc.txt        |  67 +++
 MAINTAINERS                                        |   7 +
 arch/arm/boot/dts/sama5d2.dtsi                     |  16 +
 drivers/input/misc/Kconfig                         |  12 +
 drivers/input/misc/Makefile                        |   1 +
 drivers/input/misc/atmel_ptc.c                     | 651 +++++++++++++++++++++
 include/uapi/linux/atmel_ptc.h                     | 355 +++++++++++
 7 files changed, 1109 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/input/atmel,ptc.txt
 create mode 100644 drivers/input/misc/atmel_ptc.c
 create mode 100644 include/uapi/linux/atmel_ptc.h

-- 
2.9.0

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

end of thread, other threads:[~2017-04-04  6:48 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-31 15:22 [PATCH 0/4] Introduce the Atmel PTC subsystem Ludovic Desroches
2017-03-31 15:22 ` Ludovic Desroches
2017-03-31 15:22 ` Ludovic Desroches
2017-03-31 15:22 ` [PATCH 1/4] input: misc: introduce Atmel PTC driver Ludovic Desroches
2017-03-31 15:22   ` Ludovic Desroches
2017-03-31 15:22   ` Ludovic Desroches
2017-04-03 15:58   ` Alexandre Belloni
2017-04-03 15:58     ` Alexandre Belloni
2017-04-03 15:58     ` Alexandre Belloni
2017-04-04  6:47     ` Ludovic Desroches
2017-04-04  6:47       ` Ludovic Desroches
2017-04-04  6:47       ` Ludovic Desroches
2017-03-31 15:22 ` [PATCH 2/4] ARM: dts: at91: sama5d2: add PTC subsystem device Ludovic Desroches
2017-03-31 15:22   ` Ludovic Desroches
2017-03-31 15:22   ` Ludovic Desroches
2017-03-31 15:22 ` [PATCH 3/4] MAINTAINERS: add Atmel PTC entries Ludovic Desroches
2017-03-31 15:22   ` Ludovic Desroches
2017-03-31 15:22   ` Ludovic Desroches
2017-03-31 15:22 ` [PATCH 4/4] dt-bindings: input: Add Atmel PTC subsystem bindings Ludovic Desroches
2017-03-31 15:22   ` Ludovic Desroches
2017-03-31 15:22   ` Ludovic Desroches
2017-04-03 15:59   ` Alexandre Belloni
2017-04-03 15:59     ` Alexandre Belloni
2017-04-03 15:59     ` Alexandre Belloni
2017-04-03 16:50   ` Rob Herring
2017-04-03 16:50     ` Rob Herring
2017-04-03 16:50     ` Rob Herring

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.