linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V1 0/1] iio: accel: sca3300:  Extend the trigger buffer
@ 2022-07-01  2:30 LI Qingwu
  2022-07-01  2:30 ` [PATCH V1 1/1] iio: accel: sca3300: Extend the trigger buffer from 16 to 32 bytes LI Qingwu
  0 siblings, 1 reply; 5+ messages in thread
From: LI Qingwu @ 2022-07-01  2:30 UTC (permalink / raw)
  To: jic23, lars, tomas.melin, nuno.sa, linux-iio, linux-kernel, Qing-wu.Li
  Cc: bsp-development.geo

Fix the buffer reading issue for SCA3300:
  - Extend the buffer size from 16 to 32 bytes.
  - Change the buffer struct to a u8 array to adapt different sensors.
  - Readjustment the scan index to make it consistent with the buffer data.
  - Change sca3300_channels to indio_dev->channels.

LI Qingwu (1):
  iio: accel: sca3300: Extend the trigger buffer from 16 to 32 bytes

 drivers/iio/accel/sca3300.c | 29 ++++++++++++++++++-----------
 1 file changed, 18 insertions(+), 11 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2022-07-19  8:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-01  2:30 [PATCH V1 0/1] iio: accel: sca3300: Extend the trigger buffer LI Qingwu
2022-07-01  2:30 ` [PATCH V1 1/1] iio: accel: sca3300: Extend the trigger buffer from 16 to 32 bytes LI Qingwu
2022-07-01 16:46   ` Jonathan Cameron
2022-07-04  1:01     ` LI Qingwu
2022-07-19  8:39       ` Jonathan Cameron

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