linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] iio:light:tsl2563 cleanup and move out of staging.
@ 2013-01-12 10:35 Jonathan Cameron
  2013-01-12 10:35 ` [PATCH 1/5] staging:iio:light:tsl2563 drop unnecessary brackets around constants Jonathan Cameron
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Jonathan Cameron @ 2013-01-12 10:35 UTC (permalink / raw)
  To: linux-iio; +Cc: jbrenner, amit.kucheria, pmeerw, Jonathan Cameron

This series more or less consists of the original move patch after
some precursors fixing the various bits and bobs Peter found in his
review.  I also dropped a few other unnecessary bits spotted
whilst making Peter's changes.

Jonathan Cameron (5):
  staging:iio:light:tsl2563 drop unnecessary brackets around constants.
  staging:iio:light:tsl2563 clean comments up.
  staging:iio:tsl2563 Simplify exit path on error in
    read_interrupt_config.
  staging:iio:tsl2563 drop pointless forward declaration
  iio:light:tsl2563 move out of staging

 drivers/iio/light/Kconfig             |  10 +
 drivers/iio/light/Makefile            |   1 +
 drivers/iio/light/tsl2563.c           | 887 +++++++++++++++++++++++++++++++++
 drivers/staging/iio/light/Kconfig     |  10 -
 drivers/staging/iio/light/Makefile    |   1 -
 drivers/staging/iio/light/tsl2563.c   | 899 ----------------------------------
 drivers/staging/iio/light/tsl2563.h   |   9 -
 include/linux/platform_data/tsl2563.h |   9 +
 8 files changed, 907 insertions(+), 919 deletions(-)
 create mode 100644 drivers/iio/light/tsl2563.c
 delete mode 100644 drivers/staging/iio/light/tsl2563.c
 delete mode 100644 drivers/staging/iio/light/tsl2563.h
 create mode 100644 include/linux/platform_data/tsl2563.h

-- 
1.8.1


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

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

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-12 10:35 [PATCH 0/5] iio:light:tsl2563 cleanup and move out of staging Jonathan Cameron
2013-01-12 10:35 ` [PATCH 1/5] staging:iio:light:tsl2563 drop unnecessary brackets around constants Jonathan Cameron
2013-01-12 10:35 ` [PATCH 2/5] staging:iio:light:tsl2563 clean comments up Jonathan Cameron
2013-01-12 10:35 ` [PATCH 3/5] staging:iio:tsl2563 Simplify exit path on error in read_interrupt_config Jonathan Cameron
2013-01-12 10:35 ` [PATCH 4/5] staging:iio:tsl2563 drop pointless forward declaration Jonathan Cameron
2013-01-12 10:35 ` [PATCH 5/5] iio:light:tsl2563 move out of staging Jonathan Cameron
2013-01-20 13:32   ` Peter Meerwald
2013-01-20 21:45     ` Jonathan Cameron
2013-01-26 10:40       ` Jonathan Cameron
2013-01-20 12:09 ` [PATCH 0/5] iio:light:tsl2563 cleanup and " Jonathan Cameron
2013-01-20 13:34   ` Peter Meerwald

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