[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20190127202957.o3ghqnwjt2konxge@renatolg>
Date: Sun, 27 Jan 2019 18:30:00 -0200
From: Renato Lui Geh <renatogeh@...il.com>
To: lars@...afoo.de, Michael.Hennerich@...log.com, jic23@...nel.org,
knaack.h@....de, pmeerw@...erw.net, gregkh@...uxfoundation.org,
stefan.popa@...log.com, alexandru.Ardelean@...log.com,
giuliano.belinassi@....br
Cc: linux-iio@...r.kernel.org, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org, kernel-usp@...glegroups.com
Subject: [PATCH v2 0/2] staging: iio: ad7780: move out of staging
This series of patches add user input to ad7780 'gain' & 'filter' gpio
pins. It also includes a patch to move ad7780 out of staging and to the
main tree.
Renato Lui Geh (2):
staging: iio: ad7780: add gain & filter gpio support
staging: iio: ad7780: moving ad7780 out of staging
drivers/iio/adc/Kconfig | 13 +
drivers/iio/adc/Makefile | 1 +
drivers/iio/adc/ad7780.c | 361 +++++++++++++++++++++++++
drivers/staging/iio/adc/Kconfig | 13 -
drivers/staging/iio/adc/Makefile | 1 -
drivers/staging/iio/adc/ad7780.c | 277 -------------------
include/linux/iio/adc/ad_sigma_delta.h | 5 +
7 files changed, 380 insertions(+), 291 deletions(-)
create mode 100644 drivers/iio/adc/ad7780.c
delete mode 100644 drivers/staging/iio/adc/ad7780.c
--
2.20.1
Powered by blists - more mailing lists