linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] adxl355: Add triggered buffer support
@ 2021-09-03 18:43 Puranjay Mohan
  2021-09-03 18:43 ` [PATCH v2 1/2] iio: accel: adxl355: use if(ret) in place of ret < 0 Puranjay Mohan
  2021-09-03 18:43 ` [PATCH v2 2/2] iio: accel: adxl355: Add triggered buffer support Puranjay Mohan
  0 siblings, 2 replies; 5+ messages in thread
From: Puranjay Mohan @ 2021-09-03 18:43 UTC (permalink / raw)
  To: jic23, Michael.Hennerich, linux-iio, linux-kernel, lars,
	Dragos.Bogdan, Darius.Berghe, andy.shevchenko
  Cc: Puranjay Mohan

This patch adds triggered buffer support to the ADXL355 Accelerometer.

Changes since v1:
1. Make separate patch for if(ret) change.
2. Correct spelling mistake.
3. Send irq to probe directly and not save it in data.

Puranjay Mohan (2):
  iio: accel: adxl355: use if(ret) in place of ret < 0
  iio: accel: adxl355: Add triggered buffer support

 drivers/iio/accel/Kconfig        |   4 +
 drivers/iio/accel/adxl355_core.c | 155 ++++++++++++++++++++++++++++++-
 2 files changed, 157 insertions(+), 2 deletions(-)

-- 
2.30.1


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

end of thread, other threads:[~2021-09-05 16:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-03 18:43 [PATCH v2 0/2] adxl355: Add triggered buffer support Puranjay Mohan
2021-09-03 18:43 ` [PATCH v2 1/2] iio: accel: adxl355: use if(ret) in place of ret < 0 Puranjay Mohan
2021-09-05 16:13   ` Jonathan Cameron
2021-09-03 18:43 ` [PATCH v2 2/2] iio: accel: adxl355: Add triggered buffer support Puranjay Mohan
2021-09-05 16:29   ` 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).