linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/8] staging: iio: isl29018: move out of staging
@ 2016-10-10  7:19 Brian Masney
  2016-10-10  7:19 ` [PATCH v2 1/8] staging: iio: isl29018: add newlines to improve readability Brian Masney
                   ` (7 more replies)
  0 siblings, 8 replies; 19+ messages in thread
From: Brian Masney @ 2016-10-10  7:19 UTC (permalink / raw)
  To: jic23; +Cc: gregkh, linux-iio, devel

This is a series of cleanup patches to the ISL29018/ISL29023/ISL29035
driver to move it out of staging based on feedback from Jonathan
Cameron.

Brian Masney (8):
  staging: iio: isl29018: add newlines to improve readability
  staging: iio: isl29018: remove poorly named function
  staging: iio: isl29018: fix multiline comment syntax
  staging: iio: isl29018: combine two return statements into one
  staging: iio: isl29018: remove blank line for consistency
  staging: iio: isl29018: rename description in Kconfig for consistency
  staging: iio: isl29018: add ABI documentation for infrared suppression
  staging: iio: isl29018: move out of staging

 .../ABI/testing/sysfs-bus-iio-light-isl29018       |  19 +
 drivers/iio/light/Kconfig                          |  12 +
 drivers/iio/light/Makefile                         |   1 +
 drivers/iio/light/isl29018.c                       | 847 +++++++++++++++++++++
 drivers/staging/iio/light/Kconfig                  |  12 -
 drivers/staging/iio/light/Makefile                 |   1 -
 drivers/staging/iio/light/isl29018.c               | 847 ---------------------
 7 files changed, 879 insertions(+), 860 deletions(-)
 create mode 100644 Documentation/ABI/testing/sysfs-bus-iio-light-isl29018
 create mode 100644 drivers/iio/light/isl29018.c
 delete mode 100644 drivers/staging/iio/light/isl29018.c

-- 
2.5.5

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

end of thread, other threads:[~2016-10-16  2:25 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-10  7:19 [PATCH v2 0/8] staging: iio: isl29018: move out of staging Brian Masney
2016-10-10  7:19 ` [PATCH v2 1/8] staging: iio: isl29018: add newlines to improve readability Brian Masney
2016-10-10 20:31   ` Jonathan Cameron
2016-10-10  7:19 ` [PATCH v2 2/8] staging: iio: isl29018: fix poorly named function Brian Masney
2016-10-10 20:33   ` Jonathan Cameron
2016-10-10  7:19 ` [PATCH v2 3/8] staging: iio: isl29018: fix multiline comment syntax Brian Masney
2016-10-10 20:34   ` Jonathan Cameron
2016-10-10  7:19 ` [PATCH v2 4/8] staging: iio: isl29018: combine two return statements into one Brian Masney
2016-10-10 20:53   ` Jonathan Cameron
2016-10-10  7:19 ` [PATCH v2 5/8] staging: iio: isl29018: remove blank line for consistency Brian Masney
2016-10-10 20:53   ` Jonathan Cameron
2016-10-10  7:20 ` [PATCH v2 6/8] staging: iio: isl29018: rename description in Kconfig " Brian Masney
2016-10-10 20:54   ` Jonathan Cameron
2016-10-10  7:20 ` [PATCH v2 7/8] staging: iio: isl29018: add ABI documentation for infrared suppression Brian Masney
2016-10-10 20:57   ` Jonathan Cameron
2016-10-15 15:13     ` Jonathan Cameron
2016-10-10  7:20 ` [PATCH v2 8/8] staging: iio: isl29018: move out of staging Brian Masney
2016-10-15 15:15   ` Jonathan Cameron
2016-10-16  2:25     ` Brian Masney

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