This series moves the ADIS16203 Programmable 360 Degrees Inclinometer
driver out of staging and into drivers/iio/accel/.
The driver already uses standard IIO channel interfaces and devm
managed APIs. The only missing piece was devicetree binding
documentation, which is added in patch 1.
Patch 1: Add devicetree binding documentation
Patch 2: Fix MODULE_LICENSE to match SPDX identifier
Patch 3: Move the driver from staging to drivers/iio/accel/
Sheng Kun Chang (3):
dt-bindings: iio: accel: add binding for adi,adis16203
staging: iio: adis16203: align MODULE_LICENSE with SPDX identifier
iio: accel: move adis16203 out of staging
.../bindings/iio/accel/adi,adis16203.yaml | 52 +++++++++++++++++++
drivers/iio/accel/Kconfig | 12 +++++
drivers/iio/accel/Makefile | 1 +
drivers/{staging => }/iio/accel/adis16203.c | 2 +-
drivers/staging/iio/Kconfig | 1 -
drivers/staging/iio/Makefile | 1 -
drivers/staging/iio/accel/Kconfig | 19 -------
drivers/staging/iio/accel/Makefile | 6 ---
8 files changed, 66 insertions(+), 28 deletions(-)
create mode 100644 Documentation/devicetree/bindings/iio/accel/adi,adis16203.yaml
rename drivers/{staging => }/iio/accel/adis16203.c (99%)
delete mode 100644 drivers/staging/iio/accel/Kconfig
delete mode 100644 drivers/staging/iio/accel/Makefile
--
2.43.0