From: "Benoît Monin" <benoit.monin@bootlin.com>
To: Jean Delvare <jdelvare@suse.de>
Cc: linux-i2c@vger.kernel.org,
Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
Wolfram Sang <wsa+renesas@sang-engineering.com>
Subject: Re: [PATCH i2c-tools v2 0/2] Add support for message modifier flags
Date: Wed, 21 Jan 2026 11:00:56 +0100 [thread overview]
Message-ID: <3571298.LZWGnKmheA@benoit.monin> (raw)
In-Reply-To: <20260120151536.7de21098@endymion>
Hi Jean,
On Tuesday, 20 January 2026 at 15:15:36 CET, Jean Delvare wrote:
> Hi Benoït, hi Wolfram,
>
> On Tue, 23 Dec 2025 14:22:41 +0100, Benoît Monin wrote:
> > I2C messages can be modified with a set of flags covered by the protocol
> > mangling and the skip repeated start functionalities. This series add
> > support for such flags to i2cdetect and i2ctransfer.
> >
> > The first patch shows the support of protocol mangling and repeated
> > start skipping in the output of 'i2cdetect -F'.
> >
> > The second patch adds the parsing of optional flags to i2ctransfer
> > message description. Those command-line flags then set the i2c message
> > flags alongside the read/write flag.
> >
> > I wrote these changes to test the insertion of I2C_M_STOP flag in
> > multi-message transactions with i2ctransfer, but the other flags can be
> > useful for various test scenarios.
>
> Out of curiosity, did you have an actual scenario where you needed to
> do this? Protocol mangling is supposed to be rarely needed and avoided
> as much as possible.
>
My only need was to have a way to set the I2C_M_STOP flag, but since I
started modifying i2ctransfer, adding the other flags was not much
additional work.
If you think that some of the flags should not be exposed by i2ctransfer, I
can remove them.
> > The patches use defines that have been present in the kernel since
> > v3.6 released in 2012. If compatibility with older kernel is required,
> > we will need to wrap some of them with #ifndef ... #endif.
> >
> > Maybe a minimum kernel version can be documented in the README?
>
> Be careful if you do. Kernel versions are a very broad indicator,
> distribution kernel maintainers keep backporting features so an older
> kernel can actually support something when its version suggests it
> wouldn't. A kernel version should always be complemented with the actual
> feature or flag so that users can look it up if needed.
>
True. I will go with #ifdef instead, as you and Wolfram proposed. And I will
add a check against the adapter functionalities.
[...]
Thanks for the review!
--
Benoît Monin, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
next prev parent reply other threads:[~2026-01-21 10:02 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-23 13:22 [PATCH i2c-tools v2 0/2] Add support for message modifier flags Benoît Monin
2025-12-23 13:22 ` [PATCH i2c-tools v2 1/2] i2cdetect: Display mangling and nostart support Benoît Monin
2026-01-13 17:22 ` Wolfram Sang
2025-12-23 13:22 ` [PATCH i2c-tools v2 2/2] i2ctransfer: Add optional message modifier flags Benoît Monin
2026-01-13 17:33 ` Wolfram Sang
2026-01-16 13:01 ` Benoît Monin
2026-01-20 15:06 ` Jean Delvare
2026-01-20 14:45 ` Jean Delvare
2026-01-13 17:21 ` [PATCH i2c-tools v2 0/2] Add support for " Wolfram Sang
2026-01-20 14:15 ` Jean Delvare
2026-01-21 10:00 ` Benoît Monin [this message]
2026-01-21 18:37 ` Jean Delvare
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=3571298.LZWGnKmheA@benoit.monin \
--to=benoit.monin@bootlin.com \
--cc=jdelvare@suse.de \
--cc=linux-i2c@vger.kernel.org \
--cc=thomas.petazzoni@bootlin.com \
--cc=wsa+renesas@sang-engineering.com \
/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