All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] staging:iio:tsl2583 update interfaces
@ 2013-01-06 16:23 Jonathan Cameron
  2013-01-06 16:23 ` [PATCH 1/3] staging:iio:light:tsl2583 use read_raw, write_raw hooks Jonathan Cameron
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Jonathan Cameron @ 2013-01-06 16:23 UTC (permalink / raw)
  To: linux-iio; +Cc: jbrenner, Jonathan Cameron

This driver is now fairly old and has lagged a bit as we have brought
in newer cleaner ways of doing things.  Anyhow, I was looking at
it with a view to moving it out of staging and thought I would clean
up a few bits whilst doing so.  Note I don't have one of these.

There are some 'unusual' interfaces in here still such as integrationtime.
We need to have a think about whether we want to add these to the info
mask and handle them through read/write_raw or not.

I'm also decidely unkeen on the manual power enable / disable that is
still in this driver.  That should ideally be done on demand.

Hence i am not proposing moving this out of staging just yet!

Jonathan

Jonathan Cameron (3):
  staging:iio:light:tsl2583 use read_raw, write_raw hooks.
  staging:iio:light:tsl2583 apply in_ prefix to attributes.
  staging:iio:light:tsl2583 switch to kstrto and strtobool

 drivers/staging/iio/light/tsl2583.c | 247 +++++++++++++++++-------------------
 1 file changed, 119 insertions(+), 128 deletions(-)

-- 
1.8.1

^ permalink raw reply	[flat|nested] 6+ messages in thread
* [PATCH 0/3 V2]  staging:iio:tsl2583 update interfaces
@ 2013-01-12 10:42 Jonathan Cameron
  2013-01-12 10:42 ` [PATCH 3/3] staging:iio:light:tsl2583 switch to kstrto and strtobool Jonathan Cameron
  0 siblings, 1 reply; 6+ messages in thread
From: Jonathan Cameron @ 2013-01-12 10:42 UTC (permalink / raw)
  To: linux-iio; +Cc: jbrenner, Jonathan Cameron

Final patch fixed so it doesn't contain a typo that prevents it compiling.
Sorry about that. 

This driver is now fairly old and has lagged a bit as we have brought
in newer cleaner ways of doing things.  Anyhow, I was looking at
it with a view to moving it out of staging and thought I would clean
up a few bits whilst doing so.  Note I don't have one of these.

There are some 'unusual' interfaces in here still such as integrationtime.
We need to have a think about whether we want to add these to the info
mask and handle them through read/write_raw or not.

I'm also decidely unkeen on the manual power enable / disable that is
still in this driver.  That should ideally be done on demand.

Hence i am not proposing moving this out of staging just yet!

Jonathan

Jonathan Cameron (3):
  staging:iio:light:tsl2583 use read_raw, write_raw hooks.
  staging:iio:light:tsl2583 apply in_ prefix to attributes.
  staging:iio:light:tsl2583 switch to kstrto and strtobool

 drivers/staging/iio/light/tsl2583.c | 247 +++++++++++++++++-------------------
 1 file changed, 119 insertions(+), 128 deletions(-)

-- 
1.8.1


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

end of thread, other threads:[~2013-01-12 10:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-06 16:23 [PATCH 0/3] staging:iio:tsl2583 update interfaces Jonathan Cameron
2013-01-06 16:23 ` [PATCH 1/3] staging:iio:light:tsl2583 use read_raw, write_raw hooks Jonathan Cameron
2013-01-06 16:23 ` [PATCH 2/3] staging:iio:light:tsl2583 apply in_ prefix to attributes Jonathan Cameron
2013-01-06 16:23 ` [PATCH 3/3] staging:iio:light:tsl2583 switch to kstrto and strtobool Jonathan Cameron
2013-01-12 10:31   ` Jonathan Cameron
  -- strict thread matches above, loose matches on Subject: below --
2013-01-12 10:42 [PATCH 0/3 V2] staging:iio:tsl2583 update interfaces Jonathan Cameron
2013-01-12 10:42 ` [PATCH 3/3] staging:iio:light:tsl2583 switch to kstrto and strtobool 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.