public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] iio: adc: ti-ads8344: driver improvements
@ 2020-04-16 20:54 Alexandre Belloni
  2020-04-16 20:54 ` [PATCH v2 1/2] iio: adc: ti-ads8344: properly byte swap value Alexandre Belloni
  2020-04-16 20:54 ` [PATCH v2 2/2] iio: adc: ti-ads8344: optimize consumption Alexandre Belloni
  0 siblings, 2 replies; 12+ messages in thread
From: Alexandre Belloni @ 2020-04-16 20:54 UTC (permalink / raw)
  To: Jonathan Cameron
  Cc: Hartmut Knaack, Lars-Peter Clausen, Peter Meerwald-Stadler,
	Gregory CLEMENT, linux-iio, linux-kernel, Alexandre Belloni


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

-- 
2.25.2


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

end of thread, other threads:[~2020-04-30 20:18 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-16 20:54 [PATCH v2 0/2] iio: adc: ti-ads8344: driver improvements Alexandre Belloni
2020-04-16 20:54 ` [PATCH v2 1/2] iio: adc: ti-ads8344: properly byte swap value Alexandre Belloni
2020-04-17 10:44   ` Andy Shevchenko
2020-04-17 10:47     ` Andy Shevchenko
2020-04-17 11:13       ` Alexandre Belloni
2020-04-17 13:43         ` Andy Shevchenko
2020-04-17 13:45   ` Andy Shevchenko
2020-04-17 14:23     ` Alexandre Belloni
2020-04-18 15:06   ` Jonathan Cameron
2020-04-16 20:54 ` [PATCH v2 2/2] iio: adc: ti-ads8344: optimize consumption Alexandre Belloni
2020-04-18 15:13   ` Jonathan Cameron
2020-04-30 20:17     ` Alexandre Belloni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox