All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Input: edt-ft5x06 - Add support for Evervision FT devices
@ 2019-01-03 19:23 Marco Felsch
  2019-01-03 19:23 ` [PATCH 1/5] dt-bindings: Input: edt-ft5x06 - add support for FT5726 Marco Felsch
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Marco Felsch @ 2019-01-03 19:23 UTC (permalink / raw)
  To: dmitry.torokhov, robh+dt, mark.rutland
  Cc: devicetree, kernel, linux-input, hdegoede, simon.budig

This series adds the support for Evervision Focaltech based touchscreen
controllers. Evervision uses three different controllers, depending on
the display resolution, these are:
 - FT5306
 - FT5726
 - FT5C26.

It seems that the firmware for all controllers doesn't differ, but I
had only a FT5726 based device. So this series adds only the support
for those devices.

The Evervision vendor-prefix was added in an another patchset [1].

This patchset is based on the v4.20-rc1 tag.

[1] https://www.spinics.net/lists/devicetree/msg266938.html

Marco Felsch (5):
  dt-bindings: Input: edt-ft5x06 - add support for FT5726
  Input: edt-ft5x06 - add support for Evervision FT5726
  Input: edt-ft5x06 - Add support to update ev-ft5726 registers
  dt-bindings: Input: edt-ft5x06 - add offset bindings for ft5726
  Input: edt-ft5x06 - add offset support for ev-ft5726

 .../bindings/input/touchscreen/edt-ft5x06.txt |  13 ++-
 drivers/input/touchscreen/edt-ft5x06.c        | 110 ++++++++++++++++--
 2 files changed, 114 insertions(+), 9 deletions(-)

-- 
2.19.1

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

end of thread, other threads:[~2019-01-14  7:42 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-03 19:23 [PATCH 0/5] Input: edt-ft5x06 - Add support for Evervision FT devices Marco Felsch
2019-01-03 19:23 ` [PATCH 1/5] dt-bindings: Input: edt-ft5x06 - add support for FT5726 Marco Felsch
2019-01-11 17:02   ` Rob Herring
2019-01-03 19:23 ` [PATCH 2/5] Input: edt-ft5x06 - add support for Evervision FT5726 Marco Felsch
2019-01-03 19:23 ` [PATCH 3/5] Input: edt-ft5x06 - Add support to update ev-ft5726 registers Marco Felsch
2019-01-03 19:23 ` [PATCH 4/5] dt-bindings: Input: edt-ft5x06 - add offset bindings for ft5726 Marco Felsch
2019-01-11 17:04   ` Rob Herring
2019-01-03 19:23 ` [PATCH 5/5] Input: edt-ft5x06 - add offset support for ev-ft5726 Marco Felsch
2019-01-14  7:42 ` [PATCH 0/5] Input: edt-ft5x06 - Add support for Evervision FT devices Dmitry Torokhov

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.