From: Adrian Hunter <adrian.hunter@intel.com>
To: <alexandre.belloni@bootlin.com>
Cc: <Frank.Li@nxp.com>, <rafael@kernel.org>,
<linux-i3c@lists.infradead.org>, <linux-kernel@vger.kernel.org>,
<linux-pm@vger.kernel.org>
Subject: Re: [PATCH V5 0/5] i3c: mipi-i3c-hci-pci: Enable IBI while runtime suspended for Intel controllers
Date: Wed, 1 Apr 2026 20:16:58 +0300 [thread overview]
Message-ID: <b9a756b2-a283-41c7-9ae4-b139551205c8@intel.com> (raw)
In-Reply-To: <20260306085338.62955-1-adrian.hunter@intel.com>
On 06/03/2026 10:53, Adrian Hunter wrote:
> Hi
>
>
> Please note all patches have Frank's Rev'd-by.
Can this be queued for next (v7.1)?
>
>
> Changes in V5:
>
> Re-base on top of v7.0 fixes series:
> https://lore.kernel.org/linux-i3c/20260306072451.11131-1-adrian.hunter@intel.com/T
>
> Changes in V4:
>
> i3c: mipi-i3c-hci: Allow parent to manage runtime PM
> Add Frank's Rev'd-by
>
> i3c: mipi-i3c-hci-pci: Add optional ability to manage child runtime PM
> Add Frank's Rev'd-by
>
>
> Changes in V3:
>
> i3c: master: Mark last_busy on IBI when runtime PM is allowed
> Patch dropped
>
> i3c: mipi-i3c-hci: Add quirk to allow IBI while runtime suspended
> Add Frank's Rev'd-by
>
> i3c: mipi-i3c-hci-pci: Add optional ability to manage child runtime PM
> Remove unnecessary pm_runtime_mark_last_busy()
>
> i3c: mipi-i3c-hci-pci: Enable IBI while runtime suspended for Intel controllers
> Add Frank's Rev'd-by
>
>
> Changes in V2:
>
> i3c: mipi-i3c-hci-pci: Set d3hot_delay to 0 for Intel controllers
> Add Frank's Rev'd-by
>
> i3c: master: Allow controller drivers to select runtime PM device
> Patch dropped
>
> i3c: master: Mark last_busy on IBI when runtime PM is allowed
> Adjusted slightly for earlier changes
>
> i3c: mipi-i3c-hci: Allow parent to manage runtime PM
> For HCI_QUIRK_RPM_PARENT_MANAGED case, change from
> disabling runtime PM to instead causing the runtime PM
> callbacks to do nothing
>
> i3c: mipi-i3c-hci-pci: Add optional ability to manage child runtime PM
> Do not enable autosuspend.
> Callbacks for parent-managed invocation were renamed
> from i3c_hci_runtime_suspend to i3c_hci_rpm_suspend and
> from i3c_hci_runtime_resume to i3c_hci_rpm_resume.
> Amend commit message slightly.
>
> i3c: mipi-i3c-hci-pci: Enable IBI while runtime suspended for Intel controllers
> Retain HCI_QUIRK_RPM_ALLOWED
> Amend commit message accordingly
>
>
> Here are patches related to enabling IBI while runtime suspended for Intel
> controllers.
>
> Intel LPSS I3C controllers can wake from runtime suspend to receive
> in-band interrupts (IBIs).
>
> It is non-trivial to implement because the parent PCI device has 2 I3C bus
> instances (MIPI I3C HCI Multi-Bus Instance capability) represented by
> platform devices with a separate driver, but the IBI-wakeup is shared by
> both, which means runtime PM has to be managed by the parent PCI driver.
>
> To make that work, the PCI driver handles runtime PM, but leverages the
> mipi-i3c-hci platform driver's functionality for saving and restoring
> controller state.
>
>
> Adrian Hunter (5):
> i3c: mipi-i3c-hci-pci: Set d3hot_delay to 0 for Intel controllers
> i3c: mipi-i3c-hci: Add quirk to allow IBI while runtime suspended
> i3c: mipi-i3c-hci: Allow parent to manage runtime PM
> i3c: mipi-i3c-hci-pci: Add optional ability to manage child runtime PM
> i3c: mipi-i3c-hci-pci: Enable IBI while runtime suspended for Intel controllers
>
> drivers/i3c/master/mipi-i3c-hci/core.c | 35 +++++-
> drivers/i3c/master/mipi-i3c-hci/hci.h | 7 ++
> drivers/i3c/master/mipi-i3c-hci/mipi-i3c-hci-pci.c | 135 +++++++++++++++++++++
> 3 files changed, 172 insertions(+), 5 deletions(-)
>
> Regards
> Adrian
next prev parent reply other threads:[~2026-04-01 17:17 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-06 8:53 [PATCH V5 0/5] i3c: mipi-i3c-hci-pci: Enable IBI while runtime suspended for Intel controllers Adrian Hunter
2026-03-06 8:53 ` [PATCH V5 1/5] i3c: mipi-i3c-hci-pci: Set d3hot_delay to 0 " Adrian Hunter
2026-03-06 8:53 ` [PATCH V5 2/5] i3c: mipi-i3c-hci: Add quirk to allow IBI while runtime suspended Adrian Hunter
2026-03-06 8:53 ` [PATCH V5 3/5] i3c: mipi-i3c-hci: Allow parent to manage runtime PM Adrian Hunter
2026-03-06 8:53 ` [PATCH V5 4/5] i3c: mipi-i3c-hci-pci: Add optional ability to manage child " Adrian Hunter
2026-03-06 8:53 ` [PATCH V5 5/5] i3c: mipi-i3c-hci-pci: Enable IBI while runtime suspended for Intel controllers Adrian Hunter
2026-04-01 17:16 ` Adrian Hunter [this message]
2026-04-10 5:03 ` [PATCH V5 0/5] " Adrian Hunter
2026-04-12 14:34 ` 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=b9a756b2-a283-41c7-9ae4-b139551205c8@intel.com \
--to=adrian.hunter@intel.com \
--cc=Frank.Li@nxp.com \
--cc=alexandre.belloni@bootlin.com \
--cc=linux-i3c@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=rafael@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