mbox series

[V3,00/10] input: touchscreen: ili210x: Add ILI2511 support

Message ID 20190103012938.7442-1-marex@denx.de (mailing list archive)
Headers show
Series input: touchscreen: ili210x: Add ILI2511 support | expand

Message

Marek Vasut Jan. 3, 2019, 1:29 a.m. UTC
This patchset cleans up the ILI201x driver and adds support for ILI2511.

Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Cc: Henrik Rydberg <rydberg@bitmath.org>
Cc: Olivier Sobrie <olivier@sobrie.be>
Cc: Philipp Puschmann <pp@emlix.com>
To: linux-input@vger.kernel.org

Marek Vasut (10):
  input: touchscreen: ili210x: Add DT binding document
  input: touchscreen: ili210x: Drop platform data support
  input: touchscreen: ili210x: Drop get_pendown_state
  input: touchscreen: ili210x: Convert to devm_ functions
  input: touchscreen: ili210x: Convert to threaded IRQ
  input: touchscreen: ili210x: Add reset GPIO support
  input: touchscreen: ili210x: Rework the touchscreen sample processing
  input: touchscreen: ili210x: Reorder probe
  input: touchscreen: ili210x: Add OF match table
  input: touchscreen: ili210x: Add ILI251X support

 .../bindings/input/ilitek,ili2xxx.txt         |  25 ++
 drivers/input/touchscreen/ili210x.c           | 254 ++++++++++++------
 include/linux/input/ili210x.h                 |  11 -
 3 files changed, 202 insertions(+), 88 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/input/ilitek,ili2xxx.txt
 delete mode 100644 include/linux/input/ili210x.h