public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] staging: iio: tsl2x7x: staging cleanups
@ 2017-05-05  0:38 Brian Masney
  2017-05-05  0:38 ` [PATCH 1/2] staging: iio: tsl2x7x: rename driver for consistency with other IIO light drivers Brian Masney
  2017-05-05  0:38 ` [PATCH 2/2] staging: iio: tsl2x7x: remove header file Brian Masney
  0 siblings, 2 replies; 5+ messages in thread
From: Brian Masney @ 2017-05-05  0:38 UTC (permalink / raw)
  To: jic23, linux-iio
  Cc: gregkh, devel, knaack.h, lars, pmeerw, linux-kernel, Jon.Brenner

The two patches in this series begin my work to move this driver out
of staging. Before I start working on the meat of the changes that
are necessary for a staging graduation, I want to get these two
trivial patches out and merged first in case there are any concerns
with these changes.

Brian Masney (2):
  staging: iio: tsl2x7x: rename driver for consistency with other IIO
    light drivers
  staging: iio: tsl2x7x: remove header file

 drivers/staging/iio/light/Makefile                 |   2 +-
 .../iio/light/{tsl2x7x_core.c => tsl2x7x.c}        |  76 +++++++++++++++-
 drivers/staging/iio/light/tsl2x7x.h                | 100 ---------------------
 3 files changed, 76 insertions(+), 102 deletions(-)
 rename drivers/staging/iio/light/{tsl2x7x_core.c => tsl2x7x.c} (95%)
 delete mode 100644 drivers/staging/iio/light/tsl2x7x.h

-- 
2.9.3

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

end of thread, other threads:[~2017-05-07 22:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-05  0:38 [PATCH 0/2] staging: iio: tsl2x7x: staging cleanups Brian Masney
2017-05-05  0:38 ` [PATCH 1/2] staging: iio: tsl2x7x: rename driver for consistency with other IIO light drivers Brian Masney
2017-05-07 12:10   ` Jonathan Cameron
2017-05-05  0:38 ` [PATCH 2/2] staging: iio: tsl2x7x: remove header file Brian Masney
2017-05-07 12:15   ` Jonathan Cameron

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