lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240813-b4-cst816s-b4-v1-0-78a03cbef328@gmail.com>
Date: Tue, 13 Aug 2024 01:22:38 +0200
From: Oleh Kuzhylnyi <kuzhylol@...il.com>
To: Dmitry Torokhov <dmitry.torokhov@...il.com>, 
 Rob Herring <robh@...nel.org>, Krzysztof Kozlowski <krzk+dt@...nel.org>, 
 Conor Dooley <conor+dt@...nel.org>
Cc: linux-input@...r.kernel.org, devicetree@...r.kernel.org, 
 linux-kernel@...r.kernel.org, igor.opaniuk@...il.com, 
 Oleh Kuzhylnyi <kuzhylol@...il.com>, 
 Conor Dooley <conor.dooley@...rochip.com>
Subject: [PATCH 0/2] Code quality enhancing and add tag for dt-bindings

Patch 2/2: add driver for Hynitron CST816X touchscreen
Changes in v4:
 Updated patch based on Dmitry Torokhov suggestions:
 - Moved from u8 to u16 to store coordinates
 - Removed __packed for touch_info struct
 - Move touch info from priv structure to stack
 - Added buf and size as new arguments for cst816x_i2c_read_register()
 - Removed loop from event matching

Patch 1/2: dt-bindings: input: touchscreen: add Hynitron CST816X
Changes in v4:
 - Added "Reviewed-by:" tag received from Conor Dooley

Signed-off-by: Oleh Kuzhylnyi <kuzhylol@...il.com>
---
Oleh Kuzhylnyi (2):
      dt-bindings: input: touchscreen: add Hynitron CST816X
      input: add driver for Hynitron CST816X touchscreen

 .../input/touchscreen/hynitron,cst816s.yaml        |  57 +++++
 drivers/input/touchscreen/Kconfig                  |  12 +
 drivers/input/touchscreen/Makefile                 |   1 +
 drivers/input/touchscreen/hynitron-cst816x.c       | 258 +++++++++++++++++++++
 4 files changed, 328 insertions(+)
---
base-commit: 7c626ce4bae1ac14f60076d00eafe71af30450ba
change-id: 20240813-b4-cst816s-b4-f3237952c95b

Best regards,
-- 
Oleh Kuzhylnyi <kuzhylol@...il.com>


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ