All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] iio: light: us5218d: Add interrupt support and some tidying up
@ 2015-12-09 11:40 Adriana Reus
  2015-12-09 11:40 ` [PATCH 1/3] iio: light: us5182d: Fix enable status inconcistency Adriana Reus
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Adriana Reus @ 2015-12-09 11:40 UTC (permalink / raw)
  To: jic23; +Cc: linux-iio, Adriana Reus

The first patch fixes an inconsistency that I've missed in the px_enable and
als enable status variables.
The second patch adds interrupt support for proximity. It's the same with what
I previously sent (https://lkml.org/lkml/2015/11/29/83), but with the suggested
changes. I chose to resend it because it needs to go together with the first one
because there is a particular workflow case involving event enabling that can be
affected by that bug.
And lastly, some refactoring to improve readability regarding the read raw function. 


Adriana Reus (3):
  iio: light: us5182d: Fix enable status inconcistency
  iio: light: us5182d: Add interrupt support and events
  iio: light: us5182d: Refactor read_raw function

 drivers/iio/light/us5182d.c | 445 ++++++++++++++++++++++++++++++++++++--------
 1 file changed, 363 insertions(+), 82 deletions(-)

-- 
1.9.1


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

end of thread, other threads:[~2015-12-19 16:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-09 11:40 [PATCH 0/3] iio: light: us5218d: Add interrupt support and some tidying up Adriana Reus
2015-12-09 11:40 ` [PATCH 1/3] iio: light: us5182d: Fix enable status inconcistency Adriana Reus
2015-12-12 14:57   ` Jonathan Cameron
2015-12-14  9:15     ` Adriana Reus
2015-12-19 16:39       ` Jonathan Cameron
2015-12-09 11:40 ` [PATCH 2/3] iio: light: us5182d: Add interrupt support and events Adriana Reus
2015-12-09 11:40 ` [PATCH 3/3] iio: light: us5182d: Refactor read_raw function Adriana Reus
2015-12-12 15:10   ` Jonathan Cameron

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.