linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/4] staging: iio: ad7780: move out of staging
@ 2019-02-05 17:12 Renato Lui Geh
  2019-02-05 17:13 ` [PATCH v3 1/4] staging: iio: ad7780: add gain & filter gpio support Renato Lui Geh
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Renato Lui Geh @ 2019-02-05 17:12 UTC (permalink / raw)
  To: lars, Michael.Hennerich, jic23, knaack.h, pmeerw, gregkh,
	stefan.popa, alexandru.Ardelean, giuliano.belinassi
  Cc: linux-iio, devel, linux-kernel, kernel-usp

This series of patches adds user input to ad7780 'gain' & 'filter' gpio
pins, moves regulator initialization to after gpio initialization to
maintain consistency between probe and remove, adds SPDX to the driver's
license, and moves the ad7780 to the mainline.

Renato Lui Geh (4):
  staging: iio: ad7780: add gain & filter gpio support
  staging: iio: ad7780: move regulator to after GPIO init
  staging: iio: ad7780: add SPDX identifier
  staging: iio: ad7780: moving ad7780 out of staging

Changelog:
*v3
	- SPDX and regulator init as patches
	- Renamed filter to odr and ad778x_filter to ad778x_odr_avail
	- Removed unnecessary regulator disabling
	- Removed unnecessary AD_SD_CHANNEL macro
	- Changed unsigned int to unsigned long long to avoid overflow

 drivers/iio/adc/Kconfig          |  13 ++
 drivers/iio/adc/Makefile         |   1 +
 drivers/iio/adc/ad7780.c         | 359 +++++++++++++++++++++++++++++++
 drivers/staging/iio/adc/Kconfig  |  13 --
 drivers/staging/iio/adc/Makefile |   1 -
 drivers/staging/iio/adc/ad7780.c | 277 ------------------------
 6 files changed, 373 insertions(+), 291 deletions(-)
 create mode 100644 drivers/iio/adc/ad7780.c
 delete mode 100644 drivers/staging/iio/adc/ad7780.c

-- 
2.20.1


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2019-02-18 14:50 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-05 17:12 [PATCH v3 0/4] staging: iio: ad7780: move out of staging Renato Lui Geh
2019-02-05 17:13 ` [PATCH v3 1/4] staging: iio: ad7780: add gain & filter gpio support Renato Lui Geh
2019-02-05 19:58   ` Peter Meerwald-Stadler
2019-02-05 20:21     ` Renato Lui Geh
2019-02-09 16:25   ` Jonathan Cameron
2019-02-14 20:31     ` Renato Lui Geh
2019-02-18 14:48       ` Jonathan Cameron
2019-02-05 17:13 ` [PATCH v3 2/4] staging: iio: ad7780: move regulator to after GPIO init Renato Lui Geh
2019-02-09 16:26   ` Jonathan Cameron
2019-02-05 17:13 ` [PATCH v3 3/4] staging: iio: ad7780: add SPDX identifier Renato Lui Geh
2019-02-05 17:14 ` [PATCH v3 4/4] staging: iio: ad7780: moving ad7780 out of staging Renato Lui Geh
2019-02-09 16:37   ` Jonathan Cameron
2019-02-14 20:48     ` Renato Lui Geh
2019-02-18 14:50       ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).