[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200122143700.6069-1-alexandru.tachici@analog.com>
Date: Wed, 22 Jan 2020 16:36:58 +0200
From: Alexandru Tachici <alexandru.tachici@...log.com>
To: <linux-iio@...r.kernel.org>, <linux-kernel@...r.kernel.org>
CC: <jic23@...nel.org>,
Alexandru Tachici <alexandru.tachici@...log.com>
Subject: [PATCH 0/2] staging: iio: adc: ad7192: move out of staging
This series of patches move ad7192 into mainline.
1. Update driver sysfs docs.
2. Move driver out of staging into mainline.
Alexandru Tachici (2):
Documentation: ABI: testing: ad7192: update sysfs docs
staging: iio: adc: ad7192: move out of staging
.../ABI/testing/sysfs-bus-iio-adc-ad7192 | 17 +-
MAINTAINERS | 9 +
drivers/iio/adc/Kconfig | 12 +
drivers/iio/adc/Makefile | 1 +
drivers/iio/adc/ad7192.c | 1022 +++++++++++++++++
.../iio/Documentation/sysfs-bus-iio-ad7192 | 20 -
drivers/staging/iio/adc/Kconfig | 12 -
drivers/staging/iio/adc/Makefile | 1 -
drivers/staging/iio/adc/ad7192.c | 1022 -----------------
9 files changed, 1055 insertions(+), 1061 deletions(-)
create mode 100644 drivers/iio/adc/ad7192.c
delete mode 100644 drivers/staging/iio/Documentation/sysfs-bus-iio-ad7192
delete mode 100644 drivers/staging/iio/adc/ad7192.c
--
2.20.1
Powered by blists - more mailing lists