[PATCH 0/2] iio: adc: ti-adc161s626: fix scan buffer handling

David Lechner posted 2 patches 3 weeks, 2 days ago
drivers/iio/adc/ti-adc161s626.c | 41 +++++++++++++++++++----------------------
1 file changed, 19 insertions(+), 22 deletions(-)
[PATCH 0/2] iio: adc: ti-adc161s626: fix scan buffer handling
Posted by David Lechner 3 weeks, 2 days ago
While searching for odd-looking casts to int *, I found there was a bug
with that here and some deeper bugs as well.

Signed-off-by: David Lechner <dlechner@baylibre.com>
---
David Lechner (2):
      iio: adc: ti-adc161s626: fix buffer read on big-endian
      iio: adc: ti-adc161s626: use DMA-safe memory for spi_read()

 drivers/iio/adc/ti-adc161s626.c | 41 +++++++++++++++++++----------------------
 1 file changed, 19 insertions(+), 22 deletions(-)
---
base-commit: ff0843ceb1fb11a6b73e0e77b932ef7967aecd4b
change-id: 20260314-iio-adc-ti-adc161s626-fix-scan-buf-e1d5b983a58f

Best regards,
--  
David Lechner <dlechner@baylibre.com>