linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] staging: iio: ad7780: move out of staging
@ 2019-01-27 19:45 Renato Lui Geh
  0 siblings, 0 replies; 2+ messages in thread
From: Renato Lui Geh @ 2019-01-27 19:45 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



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

* [PATCH v2 0/2] staging: iio: ad7780: move out of staging
@ 2019-01-27 20:30 Renato Lui Geh
  0 siblings, 0 replies; 2+ messages in thread
From: Renato Lui Geh @ 2019-01-27 20:30 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 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


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

end of thread, other threads:[~2019-01-27 20:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-27 19:45 [PATCH v2 0/2] staging: iio: ad7780: move out of staging Renato Lui Geh
2019-01-27 20:30 Renato Lui Geh

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).