linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Input: goodix - Various fixes and improvements
@ 2021-12-12 12:42 Hans de Goede
  2021-12-12 12:42 ` [PATCH 1/5] Input: Add input_copy_abs() function Hans de Goede
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Hans de Goede @ 2021-12-12 12:42 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: Hans de Goede, Bastien Nocera, linux-input

Hi Dmitry,

Here is a series with some fixes and improvements for the Goodix
touchscreen driver based on your review of my recent patch to
add pen support (which has already been merged).

This is based on goodix.c with all goodix patches from both
input/for-next and input/for-linux applied so that it is tested
against what goodix.c will look like in 5.17-rc1 when both branches
are merged. I don't expect this to cause any problems applying,
but let me know if you want me to rebase on just input/for-next.

Regards,

Hans


Hans de Goede (5):
  Input: Add input_copy_abs() function
  Input: goodix - Use input_copy_abs() helper
  Input: goodix - Improve gpiod_get() error logging
  Input: goodix - 2 small fixes for pen support
  Input: goodix - Fix race on driver unbind

 drivers/input/input.c              | 34 ++++++++++++++++
 drivers/input/touchscreen/goodix.c | 65 +++++++++++++++---------------
 drivers/input/touchscreen/goodix.h |  1 +
 include/linux/input.h              |  2 +
 4 files changed, 69 insertions(+), 33 deletions(-)

-- 
2.33.1


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

end of thread, other threads:[~2022-01-31 14:31 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-12 12:42 [PATCH 0/5] Input: goodix - Various fixes and improvements Hans de Goede
2021-12-12 12:42 ` [PATCH 1/5] Input: Add input_copy_abs() function Hans de Goede
2021-12-13  4:58   ` Dmitry Torokhov
2022-01-31 13:21     ` Hans de Goede
2021-12-12 12:42 ` [PATCH 2/5] Input: goodix - Use input_copy_abs() helper Hans de Goede
2021-12-12 12:42 ` [PATCH 3/5] Input: goodix - Improve gpiod_get() error logging Hans de Goede
2021-12-13  4:56   ` Dmitry Torokhov
2021-12-12 12:42 ` [PATCH 4/5] Input: goodix - 2 small fixes for pen support Hans de Goede
2021-12-13  4:56   ` Dmitry Torokhov
2021-12-12 12:42 ` [PATCH 5/5] Input: goodix - Fix race on driver unbind Hans de Goede
2021-12-13  4:56   ` Dmitry Torokhov
2022-01-31 14:31     ` Hans de Goede

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