linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] staging: iio: adc: ad7192: move out of staging
@ 2020-01-22 14:36 Alexandru Tachici
  2020-01-22 14:36 ` [PATCH 1/2] Documentation: ABI: testing: ad7192: update sysfs docs Alexandru Tachici
  2020-01-22 14:37 ` [PATCH 2/2] staging: iio: adc: ad7192: move out of staging Alexandru Tachici
  0 siblings, 2 replies; 5+ messages in thread
From: Alexandru Tachici @ 2020-01-22 14:36 UTC (permalink / raw)
  To: linux-iio, linux-kernel; +Cc: jic23, Alexandru Tachici

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


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

end of thread, other threads:[~2020-02-02 16:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-22 14:36 [PATCH 0/2] staging: iio: adc: ad7192: move out of staging Alexandru Tachici
2020-01-22 14:36 ` [PATCH 1/2] Documentation: ABI: testing: ad7192: update sysfs docs Alexandru Tachici
2020-02-02 16:18   ` Jonathan Cameron
2020-01-22 14:37 ` [PATCH 2/2] staging: iio: adc: ad7192: move out of staging Alexandru Tachici
2020-02-02 16:17   ` 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).