From: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> Whilst taking a look at what we still have in staging, I noticed that this driver was (probably) only still there due to the need to define some ABI for the odd 180 degree offset channel (same as the other channel minus 180 degrees). Rather than leaving the driver in staging for ever, let us just drop that channel and move on. The rest of the series is trivial driver cleanup. Note this is only build tested, so would be great if people can take a good look. If anyone happens to have one of these that would be even better (they are still marked for production use more than 12 years after the driver was submitted). There are lots of features we could support if anyone wanted to, but it should be functional for basic channel reading without the bells and whistles. I've tried to incorporate the relevant device tree bindings however (multiple interrupt lines, supplies and reset gpio). Cc: Barry Song <baohua@xxxxxxxxxx> (mostly for comedy value, not expecting you to remember the driver :) Jonathan Cameron (12): staging: iio: accel: adis16203: More conventional header ordering staging: iio: accel: adis16203: Drop excessive register comments staging: iio: accel: adis16203: Rename incli channel registers staging: iio: accel: adis16203: Drop the 180 degree offset channel staging: iio: accel: adis16203: Simplify handling of calibbias staging: iio: accel: adis16203: Drop driver name define staging: iio: accel: adis16203: Make units explicit in name of delay define staging: iio: accel: adis16203: Trivial whitespace cleanup staging: iio: accel: adis16203: Drop setting drvdata as nothing gets it staging: iio: accel: adis16203: Trivial style cleanup staging: iio: accel: adis16203: Move out of staging dt-bindings: iio: accel: Add ADIS16203 Inclinometer .../bindings/iio/accel/adi,adis16203.yaml | 59 +++++ drivers/iio/accel/Kconfig | 12 + drivers/iio/accel/Makefile | 1 + drivers/{staging => }/iio/accel/adis16203.c | 212 ++++++------------ drivers/staging/iio/accel/Kconfig | 12 - drivers/staging/iio/accel/Makefile | 1 - 6 files changed, 136 insertions(+), 161 deletions(-) create mode 100644 Documentation/devicetree/bindings/iio/accel/adi,adis16203.yaml rename drivers/{staging => }/iio/accel/adis16203.c (51%) -- 2.39.1