From: "Uwe Kleine-König (The Capable Hub)" <u.kleine-koenig@baylibre.com>
To: "Oleksij Rempel" <o.rempel@pengutronix.de>,
"Jonathan Cameron" <jic23@kernel.org>,
"Nuno Sá" <nuno.sa@analog.com>,
"Michael Hennerich" <Michael.Hennerich@analog.com>,
"Greg Kroah-Hartman" <gregkh@linuxfoundation.org>
Cc: kernel@pengutronix.de, David Lechner <dlechner@baylibre.com>,
Andy Shevchenko <andy@kernel.org>,
linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org,
linux@analog.com, linux-staging@lists.linux.dev
Subject: [PATCH v2 0/3] iio: Use named initializers for device_id structures
Date: Tue, 30 Jun 2026 17:35:33 +0200 [thread overview]
Message-ID: <cover.1782833415.git.u.kleine-koenig@baylibre.com> (raw)
Hello,
v1 of this series can be found at
https://lore.kernel.org/linux-iio/cover.1781883685.git.u.kleine-koenig@baylibre.com
.
Jonathan already applied most of the v1 series, so here come only the
remaining bits with the following changes:
- Squash the ti-tsc2046 changes together and simplify some more
- Apply the same simplification to the adis16550 driver. Jonathan
asked the ADI people if they have a driver extention in the queue to
actually make use of the device abstraction that is thrown away here.
There was no reply yet, so I thought I'll implement this
simplifictions such that it's clear what we're discussing.
Patch 3 was already part of v1 and Jonathan claimed to have applied it,
but it's not in his testing branch, so I included it here again.
Uwe Kleine-König (The Capable Hub) (3):
iio: adc: ti-tsc2046: Simplify device handling
iio: imu: adis16550: Simplify device abstraction
staging: iio: Initialize spi_device_id arrays using member names
drivers/iio/adc/ti-tsc2046.c | 25 ++------
drivers/iio/imu/adis16550.c | 89 ++++++++------------------
drivers/staging/iio/adc/ad7816.c | 6 +-
drivers/staging/iio/frequency/ad9834.c | 8 +--
4 files changed, 37 insertions(+), 91 deletions(-)
base-commit: 76b8de6371463f29189d4df52f464c3fd6f3328e
--
2.47.3
next reply other threads:[~2026-06-30 15:35 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-30 15:35 Uwe Kleine-König (The Capable Hub) [this message]
2026-06-30 15:35 ` [PATCH v2 1/3] iio: adc: ti-tsc2046: Simplify device handling Uwe Kleine-König (The Capable Hub)
2026-06-30 23:02 ` Jonathan Cameron
2026-07-01 4:41 ` Oleksij Rempel
2026-06-30 15:35 ` [PATCH v2 2/3] iio: imu: adis16550: Simplify device abstraction Uwe Kleine-König (The Capable Hub)
2026-07-01 15:14 ` Nuno Sá
2026-07-01 17:40 ` Jonathan Cameron
2026-06-30 15:35 ` [PATCH v2 3/3] staging: iio: Initialize spi_device_id arrays using member names Uwe Kleine-König (The Capable Hub)
2026-06-30 22:59 ` 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=cover.1782833415.git.u.kleine-koenig@baylibre.com \
--to=u.kleine-koenig@baylibre.com \
--cc=Michael.Hennerich@analog.com \
--cc=andy@kernel.org \
--cc=dlechner@baylibre.com \
--cc=gregkh@linuxfoundation.org \
--cc=jic23@kernel.org \
--cc=kernel@pengutronix.de \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-staging@lists.linux.dev \
--cc=linux@analog.com \
--cc=nuno.sa@analog.com \
--cc=o.rempel@pengutronix.de \
/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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox