All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] staging: iio: accel: adis16201 driver cleanup
@ 2018-02-12 11:54 ` Himanshu Jha
  0 siblings, 0 replies; 41+ messages in thread
From: Himanshu Jha @ 2018-02-12 11:54 UTC (permalink / raw)
  To: 21cnbao, jic23
  Cc: devel, lars, Michael.Hennerich, linux-iio, gregkh, linux-kernel,
	Himanshu Jha, pmeerw, knaack.h

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@kernel.org>

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

_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

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

end of thread, other threads:[~2018-02-17 17:24 UTC | newest]

Thread overview: 41+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-12 11:54 [PATCH 0/4] staging: iio: accel: adis16201 driver cleanup Himanshu Jha
2018-02-12 11:54 ` Himanshu Jha
2018-02-12 11:54 ` [PATCH 1/4] staging: iio: accel: adis16201: Use SPDX identifier Himanshu Jha
2018-02-12 11:54   ` Himanshu Jha
2018-02-12 11:54 ` [PATCH 2/4] staging: iio: accel: Remove unnecessary comments and add suitable suffix Himanshu Jha
2018-02-12 11:54   ` Himanshu Jha
2018-02-12 12:53   ` Dan Carpenter
2018-02-12 12:53     ` Dan Carpenter
2018-02-12 14:35     ` Himanshu Jha
2018-02-12 14:35       ` Himanshu Jha
2018-02-12 14:57       ` Dan Carpenter
2018-02-12 14:57         ` Dan Carpenter
2018-02-12 19:46         ` Himanshu Jha
2018-02-12 19:46           ` Himanshu Jha
2018-02-17 12:19           ` Jonathan Cameron
2018-02-17 12:19             ` Jonathan Cameron
2018-02-17 12:16         ` Jonathan Cameron
2018-02-17 12:16           ` Jonathan Cameron
2018-02-12 11:54 ` [PATCH 3/4] staging: iio: accel: Use sign_extend32 and adjust a switch statement Himanshu Jha
2018-02-12 11:54   ` Himanshu Jha
2018-02-12 13:10   ` Dan Carpenter
2018-02-12 13:10     ` Dan Carpenter
2018-02-17 12:23     ` Jonathan Cameron
2018-02-17 12:23       ` Jonathan Cameron
2018-02-17 17:24       ` Dan Carpenter
2018-02-17 17:24         ` Dan Carpenter
2018-02-12 11:54 ` [PATCH 4/4] staging: iio: accel: Move adis16201 driver out of staging Himanshu Jha
2018-02-12 11:54   ` Himanshu Jha
2018-02-12 13:18   ` Dan Carpenter
2018-02-12 13:18     ` Dan Carpenter
2018-02-12 14:41     ` Himanshu Jha
2018-02-12 14:41       ` Himanshu Jha
2018-02-12 14:45       ` Dan Carpenter
2018-02-12 14:45         ` Dan Carpenter
2018-02-17 12:26         ` Jonathan Cameron
2018-02-17 12:26           ` Jonathan Cameron
2018-02-12 14:10   ` Philippe Ombredanne
2018-02-12 14:10     ` Philippe Ombredanne
2018-02-12 14:37     ` Himanshu Jha
2018-02-12 14:37       ` Himanshu Jha
2018-02-12 22:18       ` Philippe Ombredanne

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.