[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <cover.1553192834.git.marcelo.schmitt1@gmail.com>
Date: Thu, 21 Mar 2019 15:41:42 -0300
From: Marcelo Schmitt <marcelo.schmitt1@...il.com>
To: lars@...afoo.de, jic23@...nel.org, knaack.h@....de,
pmeerw@...erw.net, gregkh@...uxfoundation.org,
michael.hennerich@...log.com, stefan.popa@...log.com,
alexandru.Ardelean@...log.com
Cc: linux-iio@...r.kernel.org, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org, kernel-usp@...glegroups.com
Subject: [PATCH v5 0/2] staging: iio: ad5933: move out of staging
This series of patches makes device attributes' names equal to ABI
documentation and move ad5933 driver out of staging. More precisely:
It changes device attributes' names to match or be similar to existing
ABI.
It moves the ad5933 driver from staging directory to iio main drivers
directory.
Marcelo Schmitt (2):
staging: iio: ad5933: change attributes to match ABI
staging: iio: ad5933: move out of staging
drivers/iio/Kconfig | 1 +
drivers/iio/Makefile | 1 +
drivers/iio/impedance-analyzer/Kconfig | 18 +
drivers/iio/impedance-analyzer/Makefile | 5 +
drivers/iio/impedance-analyzer/ad5933.c | 811 ++++++++++++++++++
drivers/staging/iio/Kconfig | 1 -
drivers/staging/iio/Makefile | 1 -
.../staging/iio/impedance-analyzer/Kconfig | 18 -
.../staging/iio/impedance-analyzer/Makefile | 5 -
.../staging/iio/impedance-analyzer/ad5933.c | 811 ------------------
10 files changed, 836 insertions(+), 836 deletions(-)
create mode 100644 drivers/iio/impedance-analyzer/Kconfig
create mode 100644 drivers/iio/impedance-analyzer/Makefile
create mode 100644 drivers/iio/impedance-analyzer/ad5933.c
delete mode 100644 drivers/staging/iio/impedance-analyzer/Kconfig
delete mode 100644 drivers/staging/iio/impedance-analyzer/Makefile
delete mode 100644 drivers/staging/iio/impedance-analyzer/ad5933.c
--
2.20.1
Powered by blists - more mailing lists