From: Alexandru Tachici <alexandru.tachici@analog.com> To: <linux-iio@vger.kernel.org>, <linux-kernel@vger.kernel.org> Cc: <jic23@kernel.org>, Alexandru Tachici <alexandru.tachici@analog.com> Subject: [PATCH v3 0/5] iio: adc: ad7192: move out of staging Date: Wed, 12 Feb 2020 18:17:16 +0200 Message-ID: <20200212161721.16200-1-alexandru.tachici@analog.com> (raw) This series of patches aim to move the ad7192 ADC from staging into mainline. 1. Makes probe fail in case get_voltage returns an error. 2. Changed the iio_chan_spec tables in order to set the required attributes at compile time. 3. Removed spi_device_id table and moved ID_* in of_device_id table. 4. Updates inline sysfs docs. 5. Full-diff patch to move the ad7192 out of staging. Alexandru Tachici (5): staging: iio: adc: ad7192: fail probe on get_voltage staging: iio: adc: ad7192: modify iio_chan_spec array staging: iio: adc: ad7192: removed spi_device_id Documentation: ABI: testing: ad7192: update sysfs docs staging: iio: adc: ad7192: move out of staging .../ABI/testing/sysfs-bus-iio-adc-ad7192 | 24 +- MAINTAINERS | 8 + drivers/iio/adc/Kconfig | 12 + drivers/iio/adc/Makefile | 1 + drivers/iio/adc/ad7192.c | 1034 +++++++++++++++++ .../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, 1073 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
next reply index Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-02-12 16:17 Alexandru Tachici [this message] 2020-02-12 16:17 ` [PATCH v3 1/5] staging: iio: adc: ad7192: fail probe on get_voltage Alexandru Tachici 2020-02-14 15:40 ` Jonathan Cameron 2020-02-12 16:17 ` [PATCH v3 2/5] staging: iio: adc: ad7192: modify iio_chan_spec array Alexandru Tachici 2020-02-14 15:47 ` Jonathan Cameron 2020-02-12 16:17 ` [PATCH 3/5] staging: iio: adc: ad7192: removed spi_device_id Alexandru Tachici 2020-02-14 15:48 ` Jonathan Cameron 2020-02-12 16:17 ` [PATCH v3 4/5] Documentation: ABI: testing: ad7192: update sysfs docs Alexandru Tachici 2020-02-14 15:49 ` Jonathan Cameron 2020-02-12 16:17 ` [PATCH v3 5/5] staging: iio: adc: ad7192: move out of staging Alexandru Tachici 2020-02-14 15:50 ` Jonathan Cameron
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20200212161721.16200-1-alexandru.tachici@analog.com \ --to=alexandru.tachici@analog.com \ --cc=jic23@kernel.org \ --cc=linux-iio@vger.kernel.org \ --cc=linux-kernel@vger.kernel.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Linux-IIO Archive on lore.kernel.org Archives are clonable: git clone --mirror https://lore.kernel.org/linux-iio/0 linux-iio/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 linux-iio linux-iio/ https://lore.kernel.org/linux-iio \ linux-iio@vger.kernel.org public-inbox-index linux-iio Example config snippet for mirrors Newsgroup available over NNTP: nntp://nntp.lore.kernel.org/org.kernel.vger.linux-iio AGPL code for this site: git clone https://public-inbox.org/public-inbox.git