linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] staging:iio:ad2s90: Add scale info and improve error handling
@ 2018-10-26  0:45 Matheus Tavares
  2018-10-26  0:45 ` [PATCH 1/6] staging:iio:ad2s90: Make read_raw return spi_read's error code Matheus Tavares
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Matheus Tavares @ 2018-10-26  0:45 UTC (permalink / raw)
  To: Lars-Peter Clausen, Michael Hennerich, Jonathan Cameron,
	Hartmut Knaack, Peter Meerwald-Stadler, Greg Kroah-Hartman
  Cc: linux-iio, devel, linux-kernel, kernel-usp

This patch set adds scale info to ad2s90's single channel, improve
error handling in it's functions and fix a possible race condition
issue.

The goal with this patch set is to address the points discussed in the
mailing list in an effort to move ad2s90.c out of staging.

Matheus Tavares (5):
  staging:iio:ad2s90: Make read_raw return spi_read's error code
  staging:iio:ad2s90: Make probe handle spi_setup failure
  staging:iio:ad2s90: Remove always overwritten assignment
  staging:iio:ad2s90: Move device registration to the end of probe
  staging:iio:ad2s90: Check channel type at read_raw

Victor Colombo (1):
  staging:iio:ad2s90: Add IIO_CHAN_INFO_SCALE to channel spec and
    read_raw

 drivers/staging/iio/resolver/ad2s90.c | 55 ++++++++++++++++++---------
 1 file changed, 37 insertions(+), 18 deletions(-)

-- 
2.18.0


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

end of thread, other threads:[~2018-10-26 18:56 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-26  0:45 [PATCH 0/6] staging:iio:ad2s90: Add scale info and improve error handling Matheus Tavares
2018-10-26  0:45 ` [PATCH 1/6] staging:iio:ad2s90: Make read_raw return spi_read's error code Matheus Tavares
2018-10-26  0:45 ` [PATCH 2/6] staging:iio:ad2s90: Make probe handle spi_setup failure Matheus Tavares
2018-10-26  0:45 ` [PATCH 3/6] staging:iio:ad2s90: Remove always overwritten assignment Matheus Tavares
2018-10-26  0:45 ` [PATCH 4/6] staging:iio:ad2s90: Move device registration to the end of probe Matheus Tavares
2018-10-26  0:45 ` [PATCH 5/6] staging:iio:ad2s90: Add IIO_CHAN_INFO_SCALE to channel spec and read_raw Matheus Tavares
2018-10-26 10:04   ` Dan Carpenter
2018-10-26 18:56     ` Matheus Tavares Bernardino
2018-10-26  0:45 ` [PATCH 6/6] staging:iio:ad2s90: Check channel type at read_raw Matheus Tavares

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