From: Sebin Francis <sebin.francis@ti.com>
To: "Markus Schneider-Pargmann (TI.com)" <msp@baylibre.com>,
Nishanth Menon <nm@ti.com>, Tero Kristo <kristo@kernel.org>,
Santosh Shilimkar <ssantosh@kernel.org>
Cc: Vishal Mahaveer <vishalm@ti.com>,
Kevin Hilman <khilman@baylibre.com>, Dhruva Gole <d-gole@ti.com>,
Kendall Willis <k-willis@ti.com>, Akashdeep Kaur <a-kaur@ti.com>,
<linux-arm-kernel@lists.infradead.org>,
<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v10 0/3] firmware: ti_sci: Partial-IO support
Date: Mon, 10 Nov 2025 18:24:35 +0530 [thread overview]
Message-ID: <1a9e3681-9fe2-405a-b2b2-038d10759f11@ti.com> (raw)
In-Reply-To: <20251103-topic-am62-partialio-v6-12-b4-v10-0-0557e858d747@baylibre.com>
Hi
On 03/11/25 18:12, Markus Schneider-Pargmann (TI.com) wrote:
> Hi,
>
> This series adds support for Partial-IO to the ti-sci driver,
> implementing the firmware interface necessary to enter this low power
> state. It processes the wakeup-source properties from the devicetree and
> communicates with the system firmware to enter Partial-IO mode when
> appropriate wakeup sources are enabled.
>
> Partial-IO Overview
> ------------------
> Partial-IO is a low power system state in which nearly everything is
> turned off except the pins of the CANUART group (mcu_mcan0, mcu_mcan1,
> wkup_uart0 and mcu_uart0). These devices can trigger a wakeup of the
> system on pin activity. Note that this does not resume the system as the
> DDR is off as well. So this state can be considered a power-off state
> with wakeup capabilities.
>
> A documentation can also be found in section 6.2.4 in the TRM:
> https://www.ti.com/lit/pdf/spruiv7
>
[...]
> Changes in v2:
> - Rebase to v6.11-rc1
> - dt-binding:
> - Update commit message
> - Add more verbose description of the new binding for a better
> explanation.
> - ti_sci driver:
> - Combine ti_sci_do_send() into ti_sci_do_xfer and only wait on a
> response if a flag is set.
> - On failure to enter Partial-IO, do emergency_restart()
> - Add comments
> - Fix small things
>
> Signed-off-by: Markus Schneider-Pargmann (TI.com) <msp@baylibre.com>
> ---
Changes looks good.
Reviewed-by: Sebin Francis <sebin.francis@ti.com>
> Markus Schneider-Pargmann (TI.com) (3):
> firmware: ti_sci: Support transfers without response
> firmware: ti_sci: Partial-IO support
> firmware: ti_sci: Remove constant 0 function arguments
>
> drivers/firmware/ti_sci.c | 131 +++++++++++++++++++++++++++++++++++++++-------
> drivers/firmware/ti_sci.h | 5 ++
> 2 files changed, 117 insertions(+), 19 deletions(-)
> ---
> base-commit: c9a389ffad27e7847c69f4d2b67ba56b77190209
> change-id: 20241008-topic-am62-partialio-v6-12-b4-c273fbac4447
>
> Best regards,
next prev parent reply other threads:[~2025-11-10 12:55 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-03 12:42 [PATCH v10 0/3] firmware: ti_sci: Partial-IO support Markus Schneider-Pargmann (TI.com)
2025-11-03 12:42 ` [PATCH v10 1/3] firmware: ti_sci: Support transfers without response Markus Schneider-Pargmann (TI.com)
2025-11-13 6:13 ` Dhruva Gole
2025-11-03 12:42 ` [PATCH v10 2/3] firmware: ti_sci: Partial-IO support Markus Schneider-Pargmann (TI.com)
2025-11-13 6:21 ` Dhruva Gole
2025-11-03 12:42 ` [PATCH v10 3/3] firmware: ti_sci: Remove constant 0 function arguments Markus Schneider-Pargmann (TI.com)
2025-11-12 15:26 ` Andrew Davis
2025-11-12 15:28 ` Nishanth Menon
2025-11-13 6:10 ` Dhruva Gole
2025-11-10 12:54 ` Sebin Francis [this message]
2025-11-10 22:55 ` [PATCH v10 0/3] firmware: ti_sci: Partial-IO support Kendall Willis
2025-11-13 19:05 ` (subset) " Nishanth Menon
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=1a9e3681-9fe2-405a-b2b2-038d10759f11@ti.com \
--to=sebin.francis@ti.com \
--cc=a-kaur@ti.com \
--cc=d-gole@ti.com \
--cc=k-willis@ti.com \
--cc=khilman@baylibre.com \
--cc=kristo@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=msp@baylibre.com \
--cc=nm@ti.com \
--cc=ssantosh@kernel.org \
--cc=vishalm@ti.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