[PATCH 0/4] staging: iio: accel: adis16201 driver cleanup

From: Himanshu Jha
Date: Mon Feb 12 2018 - 06:55:31 EST


The following patch series cleans up miscellaneous code fragments and
then the driver is moved from staging to mainline IIO subsytem directory.
Note that the last patch to move driver is *not* generated using '-M' flag,
which is used for detecting renames, since it may help reviewers to
suggest more cleanups/fix while pointing inline to the patch the
necessary changes.

All the patches have been tested using 0-day test service with success.

For all the patches:
Suggested-by: Jonathan Cameron <jic23@xxxxxxxxxx>

Himanshu Jha (4):
staging: iio: accel: adis16201: Use SPDX identifier
staging: iio: accel: Remove unnecessary comments and add suitable
suffix
staging: iio: accel: Use sign_extend32 and adjust a switch statement
staging: iio: accel: Move adis16201 driver out of staging

drivers/iio/accel/Kconfig | 12 ++
drivers/iio/accel/Makefile | 1 +
drivers/iio/accel/adis16201.c | 315 ++++++++++++++++++++++++++++
drivers/staging/iio/accel/Kconfig | 12 --
drivers/staging/iio/accel/Makefile | 1 -
drivers/staging/iio/accel/adis16201.c | 381 ----------------------------------
6 files changed, 328 insertions(+), 394 deletions(-)
create mode 100644 drivers/iio/accel/adis16201.c
delete mode 100644 drivers/staging/iio/accel/adis16201.c

--
2.7.4