From: Jonathan Cameron <jic23@kernel.org>
To: "Miclaus, Antoniu" <Antoniu.Miclaus@analog.com>
Cc: Andy Shevchenko <andriy.shevchenko@intel.com>,
Lars-Peter Clausen <lars@metafoo.de>,
"Hennerich, Michael" <Michael.Hennerich@analog.com>,
David Lechner <dlechner@baylibre.com>,
"Sa, Nuno" <Nuno.Sa@analog.com>,
Andy Shevchenko <andy@kernel.org>,
Matti Vaittinen <mazziesaccount@gmail.com>,
Fabio Estevam <festevam@denx.de>,
Sakari Ailus <sakari.ailus@linux.intel.com>,
Chen-Yu Tsai <wens@kernel.org>,
"linux-iio@vger.kernel.org" <linux-iio@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] iio: adc: ad4080: remove unused dec_rate field
Date: Sat, 31 Jan 2026 16:50:40 +0000 [thread overview]
Message-ID: <20260131165040.381d414b@jic23-huawei> (raw)
In-Reply-To: <CY4PR03MB33992FFE27A9A7DB4D7BF9069B9FA@CY4PR03MB3399.namprd03.prod.outlook.com>
On Fri, 30 Jan 2026 07:32:58 +0000
"Miclaus, Antoniu" <Antoniu.Miclaus@analog.com> wrote:
> > -----Original Message-----
> > From: Andy Shevchenko <andriy.shevchenko@intel.com>
> > Sent: Friday, January 30, 2026 7:22 AM
> > To: Miclaus, Antoniu <Antoniu.Miclaus@analog.com>
> > Cc: Lars-Peter Clausen <lars@metafoo.de>; Hennerich, Michael
> > <Michael.Hennerich@analog.com>; Jonathan Cameron <jic23@kernel.org>;
> > David Lechner <dlechner@baylibre.com>; Sa, Nuno <Nuno.Sa@analog.com>;
> > Andy Shevchenko <andy@kernel.org>; Matti Vaittinen
> > <mazziesaccount@gmail.com>; Fabio Estevam <festevam@denx.de>; Sakari
> > Ailus <sakari.ailus@linux.intel.com>; Chen-Yu Tsai <wens@kernel.org>; linux-
> > iio@vger.kernel.org; linux-kernel@vger.kernel.org
> > Subject: Re: [PATCH] iio: adc: ad4080: remove unused dec_rate field
> >
> > [External]
> >
> > On Thu, Jan 29, 2026 at 07:21:58PM +0200, Antoniu Miclaus wrote:
> > > Remove unused dec_rate field from ad4080_state struct.
> > > The driver reads/writes decimation rate directly from
> > > hardware registers via ad4080_get_dec_rate() and
> > > ad4080_set_dec_rate() functions.
> >
> > It seems you missed my reply to one of your previous series.
> > Do *not* thread emails which are independent!
>
> Hi,
>
> I didn't miss your previous email. I checked now the command used for sending the patches and it didn't include the --thread option
>
> From terminal history:
> `git send-email --to-cmd='./scripts/get_maintainer.pl --norolestats iio-unused/000*' iio-unused/000*`
Experiment a bit. These are threaded with all the later ones in reply to the first patch.
In-Reply-To: <20260129172340.34216-1-antoniu.miclaus@analog.com>
is set in the header.
As I mentioned in other branch of thread. I'd actually prefer sets of patches doing
a similar thing bundled up in a thread with a cover letter and clear patch numbering.
That cover letter can provide some brief background info on the common elements of
the series. Even if it is trivial it puts a sensible grouping on them and reduces
how commands are needed to apply them.
Jonathan
>
> Thanks,
>
> > Really, you should have something internally at the AD to explain the process
> > and the simple things like this.
> >
> > --
> > With Best Regards,
> > Andy Shevchenko
> >
>
>
next prev parent reply other threads:[~2026-01-31 16:50 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-29 17:21 [PATCH] iio: adc: ad4080: remove unused dec_rate field Antoniu Miclaus
2026-01-29 17:21 ` [PATCH] iio: adc: ad7768-1: remove unused mclk_div field Antoniu Miclaus
2026-01-29 17:22 ` [PATCH] iio: adc: ad7793: remove unused int_vref_mv field Antoniu Miclaus
2026-01-29 17:22 ` [PATCH] iio: adc: ad9467: remove unused output_mode field Antoniu Miclaus
2026-01-29 17:22 ` [PATCH] iio: adc: max1363: remove unused requestedmask field Antoniu Miclaus
2026-01-29 17:22 ` [PATCH] iio: adc: nau7802: remove unused min_conversions field Antoniu Miclaus
2026-01-29 17:22 ` [PATCH] iio: adc: ti-ads1015: remove unused enabled field Antoniu Miclaus
2026-01-29 17:22 ` [PATCH] iio: dac: adi-axi-dac: remove unused int_tone field Antoniu Miclaus
2026-01-29 17:22 ` [PATCH] iio: dac: ti-dac5571: remove unused id field Antoniu Miclaus
2026-01-30 5:21 ` [PATCH] iio: adc: ad4080: remove unused dec_rate field Andy Shevchenko
2026-01-30 7:32 ` Miclaus, Antoniu
2026-01-31 16:50 ` Jonathan Cameron [this message]
2026-01-30 5:23 ` Andy Shevchenko
2026-01-30 17:38 ` Jonathan Cameron
2026-01-31 16:57 ` 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=20260131165040.381d414b@jic23-huawei \
--to=jic23@kernel.org \
--cc=Antoniu.Miclaus@analog.com \
--cc=Michael.Hennerich@analog.com \
--cc=Nuno.Sa@analog.com \
--cc=andriy.shevchenko@intel.com \
--cc=andy@kernel.org \
--cc=dlechner@baylibre.com \
--cc=festevam@denx.de \
--cc=lars@metafoo.de \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mazziesaccount@gmail.com \
--cc=sakari.ailus@linux.intel.com \
--cc=wens@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
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