linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6 0/2] Input: Add Cypress Gen5 Touchscreen driver
@ 2018-07-03  9:43 Mylène Josserand
  2018-07-03  9:43 ` [PATCH v6 1/2] Input: Add driver for Cypress Generation 5 touchscreen Mylène Josserand
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Mylène Josserand @ 2018-07-03  9:43 UTC (permalink / raw)
  To: dmitry.torokhov, robh+dt, mark.rutland
  Cc: mylene.josserand, thomas.petazzoni, maxime.ripard, linux-kernel,
	devicetree, Mylène Josserand

Hello,

Here is a V6 series to add the driver of the touchscreen Cypress,
TrueTouch Generation 5.
Based on v4.18-rc3.

This patch series has already been posted in several iterations:
    - v1: Sent on 2017/05/29
    - v2: Sent on 2017/08/18
    - v3: Sent on 2017/09/27
    - v4: Sent on 2017/12/01
    - v5: Sent on 2017/12/20

I did not have any comments the last 4 versions.
And no reviews on my v5 during 6 months. Could I have any updates
or feedback on my series to know why it is not merged (to be able to
correct what is wrong)?

Changes since v5:
   - Rebased on v4.17-rc3
   - Use SPDX header
   - Called "touchscreen_report_pos" function to perform some
   DT properties on position (such as X/Y swapping)
   - Called "__set_bit" for ABS_X, ABS_Y and BTN_TOUCH to be able
   to use "ts_lib" otherwise, it returns an error:
      tslib: Selected device is not a touchscreen (must support
             ABS and KEY event types)
Changes since v4:
   - Fixed kbuild errors about enum hid_cmd_state and .owner
Changes since v3:
   - Rebased on last input's branch
   - Changed the CRC table to use crc_itu_t_table instead of
   crc_ccitt_false_table which is not merged.
   - Added selection of CRC_ITU_T on KConfig
Changes since v2:
   - Removed pinctrl in dt-binding example which is uncessecary.
   - Added Acked-by and Reviewed-by received.
Changes since v1:
   - Updated the driver according to reviews. Most important modifications:
   removed unnecessary mutex, updated dev_err output, handled return cases
   in a better way, created a HID_ENUM, removed magic value, used an
   existing CRC table and used "linux-keycodes" instead of sub-nodes.
   - Updated the dt-bindings to use linux-keycodes and removed properties'
   description that comes from touchscreen's binding.

Patch 01: Add the basis of the driver for Cypress Gen5 Touchscreen.
Patch 02: Add the binding documentation for this driver.

Thank you,

Best regards,
Mylène

Mylène Josserand (2):
  Input: Add driver for Cypress Generation 5 touchscreen
  dt-bindings: input: Add documentation for cyttsp5

 .../bindings/input/touchscreen/cypress,cyttsp5.txt |   39 +
 drivers/input/touchscreen/Kconfig                  |   16 +
 drivers/input/touchscreen/Makefile                 |    1 +
 drivers/input/touchscreen/cyttsp5.c                | 1110 ++++++++++++++++++++
 4 files changed, 1166 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/input/touchscreen/cypress,cyttsp5.txt
 create mode 100644 drivers/input/touchscreen/cyttsp5.c

-- 
2.11.0


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

end of thread, other threads:[~2018-08-30  7:24 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-03  9:43 [PATCH v6 0/2] Input: Add Cypress Gen5 Touchscreen driver Mylène Josserand
2018-07-03  9:43 ` [PATCH v6 1/2] Input: Add driver for Cypress Generation 5 touchscreen Mylène Josserand
2018-07-03  9:43 ` [PATCH v6 2/2] dt-bindings: input: Add documentation for cyttsp5 Mylène Josserand
2018-07-04 16:21 ` [PATCH v6 0/2] Input: Add Cypress Gen5 Touchscreen driver Dmitry Torokhov
2018-07-18  8:18   ` Mylène Josserand
2018-07-24 13:00   ` Mylène Josserand
2018-07-24 17:40     ` Dmitry Torokhov
2018-08-13 15:23       ` Mylène Josserand
2018-08-13 15:36         ` Dmitry Torokhov
2018-08-30  7:12           ` Mylène Josserand
2018-08-30  7:24             ` Benjamin Tissoires

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).