public inbox for linux-iio@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] iio: sx9500: power usage and gpio changes
@ 2015-04-12 17:09 Vlad Dogaru
  2015-04-12 17:09 ` [PATCH v3 1/3] iio: sx9500: optimize power usage Vlad Dogaru
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Vlad Dogaru @ 2015-04-12 17:09 UTC (permalink / raw)
  To: jic23, linux-iio; +Cc: Vlad Dogaru

The meaty patch is the first one, making the chip use exactly as much
power as needed.  The other two are a code cleanup and the addition of
an optional GPIO reset pin.

Changes since v2:
 - don't reformat code in a patch that also changes functionality.

Changes since v1:
 - having an interrupt is now optional.  If none is available, raw reads
   just sleep for the amount of time defined in the datasheet before
   reading registers.

Vlad Dogaru (3):
  iio: sx9500: optimize power usage
  iio: sx9500: refactor GPIO interrupt code
  iio: sx9500: add GPIO reset pin

 drivers/iio/proximity/sx9500.c | 415 +++++++++++++++++++++++++++++++++--------
 1 file changed, 340 insertions(+), 75 deletions(-)

-- 
1.9.1


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

end of thread, other threads:[~2015-06-29  7:42 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-12 17:09 [PATCH v3 0/3] iio: sx9500: power usage and gpio changes Vlad Dogaru
2015-04-12 17:09 ` [PATCH v3 1/3] iio: sx9500: optimize power usage Vlad Dogaru
2015-04-18 19:12   ` Jonathan Cameron
2015-06-26 11:01   ` Hartmut Knaack
2015-06-29  7:42     ` Vlad Dogaru
2015-04-12 17:09 ` [PATCH v3 2/3] iio: sx9500: refactor GPIO interrupt code Vlad Dogaru
2015-04-18 19:14   ` Jonathan Cameron
2015-04-12 17:09 ` [PATCH v3 3/3] iio: sx9500: add GPIO reset pin Vlad Dogaru
2015-04-18 19:16   ` Jonathan Cameron

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