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 -- To unsubscribe from this list: send the line "unsubscribe linux-iio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html