All of lore.kernel.org
 help / color / mirror / Atom feed
From: Miquel Raynal <miquel.raynal@bootlin.com>
To: Frank Li <Frank.Li@nxp.com>
Cc: Alexandre Belloni <alexandre.belloni@bootlin.com>,
	linux-i3c@lists.infradead.org (moderated list:SILVACO I3C
	DUAL-ROLE MASTER),
	 imx@lists.linux.dev (open list:SILVACO I3C DUAL-ROLE MASTER),
	linux-kernel@vger.kernel.org (open list)
Subject: Re: [PATCH v2 1/1] i3c: master: svc: skip address resend on repeat START
Date: Mon, 12 May 2025 11:25:16 +0200	[thread overview]
Message-ID: <877c2mmb9f.fsf@bootlin.com> (raw)
In-Reply-To: <20250429054234.4013929-1-Frank.Li@nxp.com> (Frank Li's message of "Tue, 29 Apr 2025 01:42:34 -0400")

On 29/04/2025 at 01:42:34 -04, Frank Li <Frank.Li@nxp.com> wrote:

> According to the I3C specification, address arbitration only happens during
> the START. Repeated START do not initiate arbitration, and In-Band
> Interrupts (IBIs) cannot occur at this stage.
>
> Resending the address upon a NACK in a repeat START is therefore redundant
> and unnecessary. Avoid redundant retries, improving efficiency and ensuring
> protocol compliance.
>
> Signed-off-by: Frank Li <Frank.Li@nxp.com>
> ---

Reviewed-by: Miquel Raynal <miquel.raynal@bootlin.com>

WARNING: multiple messages have this Message-ID (diff)
From: Miquel Raynal <miquel.raynal@bootlin.com>
To: Frank Li <Frank.Li@nxp.com>
Cc: Alexandre Belloni <alexandre.belloni@bootlin.com>,
	linux-i3c@lists.infradead.org (moderated list:SILVACO I3C
	DUAL-ROLE MASTER),
	 imx@lists.linux.dev (open list:SILVACO I3C DUAL-ROLE MASTER),
	linux-kernel@vger.kernel.org (open list)
Subject: Re: [PATCH v2 1/1] i3c: master: svc: skip address resend on repeat START
Date: Mon, 12 May 2025 11:25:16 +0200	[thread overview]
Message-ID: <877c2mmb9f.fsf@bootlin.com> (raw)
In-Reply-To: <20250429054234.4013929-1-Frank.Li@nxp.com> (Frank Li's message of "Tue, 29 Apr 2025 01:42:34 -0400")

On 29/04/2025 at 01:42:34 -04, Frank Li <Frank.Li@nxp.com> wrote:

> According to the I3C specification, address arbitration only happens during
> the START. Repeated START do not initiate arbitration, and In-Band
> Interrupts (IBIs) cannot occur at this stage.
>
> Resending the address upon a NACK in a repeat START is therefore redundant
> and unnecessary. Avoid redundant retries, improving efficiency and ensuring
> protocol compliance.
>
> Signed-off-by: Frank Li <Frank.Li@nxp.com>
> ---

Reviewed-by: Miquel Raynal <miquel.raynal@bootlin.com>

-- 
linux-i3c mailing list
linux-i3c@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-i3c

  reply	other threads:[~2025-05-12  9:25 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-29  5:42 [PATCH v2 1/1] i3c: master: svc: skip address resend on repeat START Frank Li
2025-04-29  5:42 ` Frank Li
2025-05-12  9:25 ` Miquel Raynal [this message]
2025-05-12  9:25   ` Miquel Raynal
2025-05-15  9:56 ` Alexandre Belloni
2025-05-15  9:56   ` Alexandre Belloni

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=877c2mmb9f.fsf@bootlin.com \
    --to=miquel.raynal@bootlin.com \
    --cc=Frank.Li@nxp.com \
    --cc=alexandre.belloni@bootlin.com \
    --cc=imx@lists.linux.dev \
    --cc=linux-i3c@lists.infradead.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
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.