public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
From: Sudeep Holla <sudeep.holla@arm.com>
To: <linux-acpi@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
	Jassi Brar <jassisinghbrar@gmail.com>
Cc: Sudeep Holla <sudeep.holla@arm.com>,
	Huisong Li <lihuisong@huawei.com>,
	Adam Young <admiyo@os.amperecomputing.com>,
	Robbie King <robbiek@xsightlabs.com>,
	Andi Shyti <andi.shyti@kernel.org>, <linux-i2c@vger.kernel.org>,
	Jean Delvare <jdelvare@suse.com>,
	Guenter Roeck <linux@roeck-us.net>, <linux-hwmon@vger.kernel.org>,
	"Rafael J. Wysocki" <rafael@kernel.org>
Subject: Re: [PATCH v3 00/13] mailbox: pcc: Fixes and cleanup/refactoring
Date: Fri, 21 Mar 2025 13:57:07 +0000	[thread overview]
Message-ID: <20250321-elegant-ruby-bull-7d9c50@sudeepholla> (raw)
In-Reply-To: <20250313-pcc_fixes_updates-v3-0-019a4aa74d0f@arm.com>

On Thu, Mar 13, 2025 at 03:28:46PM +0000, Sudeep Holla wrote:
> Here is a summary of the changes in this patch series:
> 
> 1. Fix for race condition in updating of the chan_in_use flag
> 
>    Ensures correct updating of the chan_in_use flag to avoid potential race
>    conditions.
> 
> 2. Interrupt handling fix
> 
>    Ensures platform acknowledgment interrupts are always cleared to avoid
>    leaving the interrupt asserted forever.
> 
> 3. Endian conversion cleanup
> 
>    Removes unnecessary endianness conversion in the PCC mailbox driver.
> 
> 4. Memory mapping improvements
> 
>    Uses acpi_os_ioremap() instead of direct mapping methods for better ACPI
>    compatibility.
> 
> 5. Return early if the command complete register is absent
> 
>    Ensures that if no GAS (Generic Address Structure) register is available,
>    the function exits early.
> 
> 6. Refactor IRQ handler and move error handling to a separate function
> 
>    Improves readability of error handling in the PCC mailbox driver’s
>    interrupt handler.
> 
> 7. Shared memory mapping refactoring/enhancements
> 
>    Ensures the shared memory is always mapped and unmapped in the PCC
>    mailbox driver when the PCC channel is requested and release.
> 
> 8. Refactored check_and_ack() Function
> 
>    Simplifies and improves the logic for handling type4 platform notification
>    acknowledgments.
> 
> 09-13. Shared memory handling simplifications across multiple drivers
> 
>     Simplifies shared memory handling in:
>         Kunpeng HCCS driver (soc: hisilicon)
>         Apm X-Gene Slimpro I2C driver
>         X-Gene hardware monitoring driver (hwmon)
>         ACPI PCC driver
>         ACPI CPPC driver
> 
> The X-gene related changes now change the mapping attributes to align
> with ACPI specification. There are possibilities for more cleanups on
> top of these changes around how the shmem is accessed within these
> driver.
> 
> Also, my main aim is to get 1-8 merged first and target 9-13 for
> following merge window through respective tree.
> 
> Overall, the patch series focuses on improving correctness, efficiency, and
> maintainability of the PCC mailbox driver and related components by fixing
> race conditions, optimizing memory handling, simplifying shared memory
> interactions, and refactoring code for clarity.
> 
> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
> ---
> Jassi,
> 
> Please take patch [1-8]/13 through the mailbox tree if and when you are
> happy with the changes.

Hi Jassi,

I2C change is also acked now. Let me know if you prefer pull request or
you prefer to take it via ACPI tree which may need you ACK.

-- 
Regards,
Sudeep

      parent reply	other threads:[~2025-03-21 13:57 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-13 15:28 [PATCH v3 00/13] mailbox: pcc: Fixes and cleanup/refactoring Sudeep Holla
2025-03-13 15:28 ` [PATCH v3 01/13] mailbox: pcc: Fix the possible race in updation of chan_in_use flag Sudeep Holla
2025-03-13 15:28 ` [PATCH v3 02/13] mailbox: pcc: Always clear the platform ack interrupt first Sudeep Holla
2025-03-13 15:28 ` [PATCH v3 03/13] mailbox: pcc: Drop unnecessary endianness conversion of pcc_hdr.flags Sudeep Holla
2025-03-13 15:28 ` [PATCH v3 04/13] mailbox: pcc: Return early if no GAS register from pcc_mbox_cmd_complete_check Sudeep Holla
2025-03-13 15:28 ` [PATCH v3 05/13] mailbox: pcc: Use acpi_os_ioremap() instead of ioremap() Sudeep Holla
2025-03-13 15:28 ` [PATCH v3 06/13] mailbox: pcc: Refactor error handling in irq handler into separate function Sudeep Holla
2025-03-13 15:28 ` [PATCH v3 07/13] mailbox: pcc: Always map the shared memory communication address Sudeep Holla
2025-03-13 15:28 ` [PATCH v3 08/13] mailbox: pcc: Refactor and simplify check_and_ack() Sudeep Holla
2025-03-13 15:28 ` [PATCH v3 09/13] soc: hisilicon: kunpeng_hccs: Simplify PCC shared memory region handling Sudeep Holla
2025-03-13 15:28 ` [PATCH v3 10/13] i2c: xgene-slimpro: " Sudeep Holla
2025-03-14  0:48   ` Andi Shyti
2025-03-14 10:23     ` Sudeep Holla
2025-03-13 15:28 ` [PATCH v3 11/13] hwmon: (xgene-hwmon) " Sudeep Holla
2025-04-11 14:15   ` Guenter Roeck
2025-04-11 15:07     ` Sudeep Holla
2025-03-13 15:28 ` [PATCH v3 12/13] ACPI: PCC: " Sudeep Holla
2025-03-17 23:07   ` Adam Young
2025-03-13 15:28 ` [PATCH v3 13/13] ACPI: CPPC: " Sudeep Holla
2025-03-21 13:57 ` Sudeep Holla [this message]

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=20250321-elegant-ruby-bull-7d9c50@sudeepholla \
    --to=sudeep.holla@arm.com \
    --cc=admiyo@os.amperecomputing.com \
    --cc=andi.shyti@kernel.org \
    --cc=jassisinghbrar@gmail.com \
    --cc=jdelvare@suse.com \
    --cc=lihuisong@huawei.com \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-hwmon@vger.kernel.org \
    --cc=linux-i2c@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=rafael@kernel.org \
    --cc=robbiek@xsightlabs.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