mbox series

[v2,0/2] iio: adc: ti-ads8344: driver improvements

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

Message

Alexandre Belloni April 16, 2020, 8:54 p.m. UTC
Hello,

This series improves the ads8344 driver.

The first patch is a fix and can be backported.

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

Changes in v2:
 - keep the SPI buffer in the driver data structure as suggested by Lars.

Alexandre Belloni (2):
  iio: adc: ti-ads8344: properly byte swap value
  iio: adc: ti-ads8344: optimize consumption

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