linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] staging:iio:adc:lpc32xx cleanup and staging graduation
@ 2017-02-05 13:06 Jonathan Cameron
  2017-02-05 13:06 ` [PATCH 1/3] staging:iio:adc:lpc32xx Apply consistent prefix to local defines Jonathan Cameron
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Jonathan Cameron @ 2017-02-05 13:06 UTC (permalink / raw)
  To: linux-iio; +Cc: Roland Stigge, Jonathan Cameron

There wasn't a whole lot wrong with this driver.  I suspect we simply
forgot about it.

Anyhow, simple boring cleanups and a move out of staging.

I've dissabled rename detection for the last patch to give an easy way
for people to directly review the code.

Jonathan Cameron (3):
  staging:iio:adc:lpc32xx Apply consistent prefix to local defines
  staging:iio:adc:lpc32xx rename local state structure to _state
  staging:iio:adc:lpc32xx Move out of staging.

 drivers/iio/adc/Kconfig               |  12 ++
 drivers/iio/adc/Makefile              |   1 +
 drivers/iio/adc/lpc32xx_adc.c         | 219 ++++++++++++++++++++++++++++++++++
 drivers/staging/iio/adc/Kconfig       |  12 --
 drivers/staging/iio/adc/Makefile      |   1 -
 drivers/staging/iio/adc/lpc32xx_adc.c | 215 ---------------------------------
 6 files changed, 232 insertions(+), 228 deletions(-)
 create mode 100644 drivers/iio/adc/lpc32xx_adc.c
 delete mode 100644 drivers/staging/iio/adc/lpc32xx_adc.c

-- 
2.11.1

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

end of thread, other threads:[~2017-02-11 11:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-05 13:06 [PATCH 0/3] staging:iio:adc:lpc32xx cleanup and staging graduation Jonathan Cameron
2017-02-05 13:06 ` [PATCH 1/3] staging:iio:adc:lpc32xx Apply consistent prefix to local defines Jonathan Cameron
2017-02-11 11:20   ` Jonathan Cameron
2017-02-05 13:06 ` [PATCH 2/3] staging:iio:adc:lpc32xx rename local state structure to _state Jonathan Cameron
2017-02-11 11:21   ` Jonathan Cameron
2017-02-05 13:07 ` [PATCH 3/3] staging:iio:adc:lpc32xx Move out of staging Jonathan Cameron
2017-02-11 11:22   ` Jonathan Cameron

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