All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/5] exc3000 firmware update support
@ 2021-01-25 18:25 Lucas Stach
  2021-01-25 18:25 ` [PATCH v3 1/5] Input: exc3000 - split MT event handling from IRQ handler Lucas Stach
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Lucas Stach @ 2021-01-25 18:25 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: Sebastian Reichel, linux-input, kernel, patchwork-lst

Hi all,

this series adds support for updating the firmware on exc3000 touchscreen
devices. The protocol has been reverse engineered from the proprietary
update tool.

Compared to the last posting of this series almost a year ago, the
biggest change is the rebasing on top of the conflicting changes that
went in in the meantime and some better documentation.

Regards,
Lucas

Lucas Stach (5):
  Input: exc3000 - split MT event handling from IRQ handler
  Input: exc3000 - factor out vendor data request
  Input: exc3000 - fix firmware version query for device in bootloader
  Input: exc3000 - add type sysfs attribute
  Input: exc3000 - add firmware update support

 .../ABI/testing/sysfs-driver-input-exc3000    |  29 ++
 drivers/input/touchscreen/exc3000.c           | 492 +++++++++++++-----
 2 files changed, 404 insertions(+), 117 deletions(-)

-- 
2.20.1


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

end of thread, other threads:[~2021-03-08  9:18 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-25 18:25 [PATCH v3 0/5] exc3000 firmware update support Lucas Stach
2021-01-25 18:25 ` [PATCH v3 1/5] Input: exc3000 - split MT event handling from IRQ handler Lucas Stach
2021-03-08  5:43   ` Dmitry Torokhov
2021-01-25 18:25 ` [PATCH v3 2/5] Input: exc3000 - factor out vendor data request Lucas Stach
2021-03-08  5:43   ` Dmitry Torokhov
2021-01-25 18:25 ` [PATCH v3 3/5] Input: exc3000 - fix firmware version query for device in bootloader Lucas Stach
2021-03-08  5:44   ` Dmitry Torokhov
2021-01-25 18:25 ` [PATCH v3 4/5] Input: exc3000 - add type sysfs attribute Lucas Stach
2021-03-08  5:44   ` Dmitry Torokhov
2021-01-25 18:25 ` [PATCH v3 5/5] Input: exc3000 - add firmware update support Lucas Stach
2021-03-08  5:47   ` Dmitry Torokhov
2021-03-08  9:17     ` Lucas Stach
2021-03-05 10:50 ` [PATCH v3 0/5] exc3000 " Lucas Stach

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.