mbox series

[0/3] iio: adc: ti-ads8344: improve the driver

Message ID 20200415212257.161238-1-alexandre.belloni@bootlin.com (mailing list archive)
Headers show
Series iio: adc: ti-ads8344: improve the driver | expand

Message

Alexandre Belloni April 15, 2020, 9:22 p.m. UTC
Hello,

This series improves the ads8344 driver.

The first patch is fix and can be backported.

The second patch removes the dubious ____cacheline_aligned

The last one is improving power consumption by shutting down the ADC
while it is not used.

Alexandre Belloni (3):
  iio: adc: ti-ads8344: properly byte swap value
  iio: adc: ti-ads8344: remove tx_buf from driver data
  iio: adc: ti-ads8344: optimize consumption

 drivers/iio/adc/ti-ads8344.c | 33 ++++++++++++++++-----------------
 1 file changed, 16 insertions(+), 17 deletions(-)