[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230521225901.388455-1-contact@artur-rojek.eu>
Date: Mon, 22 May 2023 00:58:59 +0200
From: Artur Rojek <contact@...ur-rojek.eu>
To: Paul Cercueil <paul@...pouillou.net>,
Jonathan Cameron <jic23@...nel.org>,
Dmitry Torokhov <dmitry.torokhov@...il.com>,
Chris Morgan <macromorgan@...mail.com>,
Andy Shevchenko <andy.shevchenko@...il.com>
Cc: linux-mips@...r.kernel.org, linux-iio@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-input@...r.kernel.org,
Artur Rojek <contact@...ur-rojek.eu>
Subject: [PATCH v2 0/2] iio/adc-joystick: buffer data parsing fixes
Hi all,
this is a long overdue v2 for fixes [1] related to adc-joystick channel
parsing.
Patch [1/2] now also addresses a case where a readout of ADC data
containing samples for two channels, where only one channel is active,
would push the data into a buffer without discarding the disabled
channel first.
Patch [2/2] addresses concerns about exposure to channels the clients
shouldn't know about. The IIO helpers from v1 are gone and the offsets
are now calculated based only on the channels adc-joystick has access
to.
Tested on GCW Zero (by me) and on Anbernic RG350 (by Paul).
[1] https://lore.kernel.org/all/20220817105643.95710-1-contact@artur-rojek.eu/
Cheers,
Artur
Artur Rojek (2):
iio/adc: ingenic: Fix channel offsets in buffer
input: joystick: Fix buffer data parsing
drivers/iio/adc/ingenic-adc.c | 20 +++--
drivers/input/joystick/adc-joystick.c | 102 +++++++++++++++++++++++---
2 files changed, 103 insertions(+), 19 deletions(-)
--
2.40.1
Powered by blists - more mailing lists