All of lore.kernel.org
 help / color / mirror / Atom feed
From: Suzuki K Poulose <suzuki.poulose@arm.com>
To: linux-arm-kernel@lists.infradead.org,
	Anshuman Khandual <anshuman.khandual@arm.com>
Cc: krzysztof.kozlowski@linaro.org, linux@armlinux.org.uk,
	Suzuki K Poulose <suzuki.poulose@arm.com>,
	Alexandre Torgue <alexandre.torgue@foss.st.com>,
	Sudeep Holla <sudeep.holla@arm.com>,
	James Clark <james.clark@arm.com>,
	Maxime Coquelin <mcoquelin.stm32@gmail.com>,
	Mike Leach <mike.leach@linaro.org>,
	linux-stm32@st-md-mailman.stormreply.com,
	linux-kernel@vger.kernel.org,
	Lorenzo Pieralisi <lpieralisi@kernel.org>,
	coresight@lists.linaro.org, linux-acpi@vger.kernel.org
Subject: Re: [PATCH V7 00/11] coresight: Move remaining AMBA ACPI devices into platform driver
Date: Mon, 22 Apr 2024 10:59:18 +0100	[thread overview]
Message-ID: <171377975977.3331951.13760450309364725525.b4-ty@arm.com> (raw)
In-Reply-To: <20240314055843.2625883-1-anshuman.khandual@arm.com>

On Thu, 14 Mar 2024 11:28:32 +0530, Anshuman Khandual wrote:
> This moves remaining AMBA ACPI devices into respective platform drivers for
> enabling ACPI based power management support. This series applies on latest
> coresight next. This series has been built, and boot tested on a DT based
> (RB5) and ACPI supported coresight platform (N1SDP).
> 
> https://git.gitlab.arm.com/linux-arm/linux-anshuman.git (amba_other_acpi_migration_v7)
> 
> [...]

Applied, thanks!

[01/11] coresight: etm4x: Fix unbalanced pm_runtime_enable()
        https://git.kernel.org/coresight/c/caa41c47dab7e1054f587e592ab21296e3a6781c
[02/11] coresight: stm: Extract device name from AMBA pid based table lookup
        https://git.kernel.org/coresight/c/852e9a32058a73702c016a8be10c60375276e46e
[03/11] coresight: tmc: Extract device properties from AMBA pid based table lookup
        https://git.kernel.org/coresight/c/3ab210297c31b8fef1cfb2aa3d85b227b9ace09b
[04/11] coresight: Add helpers registering/removing both AMBA and platform drivers
        https://git.kernel.org/coresight/c/075b7cd7ad7dec8651a6a6654fa5ebae436ac00f
[05/11] coresight: replicator: Move ACPI support from AMBA driver to platform driver
        https://git.kernel.org/coresight/c/b448c4c72ca3327232dfb20d0065b693b3fcc2e2
[06/11] coresight: funnel: Move ACPI support from AMBA driver to platform driver
        https://git.kernel.org/coresight/c/8e3227ddfbd7216f14186ec534f43e9dbcde717c
[07/11] coresight: catu: Move ACPI support from AMBA driver to platform driver
        https://git.kernel.org/coresight/c/23567323857d2073197953bb158413be1aceca8b
[08/11] coresight: tpiu: Move ACPI support from AMBA driver to platform driver
        https://git.kernel.org/coresight/c/3d83d4d4904a47626854b6bba44127d21a7dc713
[09/11] coresight: tmc: Move ACPI support from AMBA driver to platform driver
        https://git.kernel.org/coresight/c/70750e257aab4cd4d755294ae8b9834214a624bb
[10/11] coresight: stm: Move ACPI support from AMBA driver to platform driver
        https://git.kernel.org/coresight/c/057256aaacc862356417a75ceeb1cfa41408dbf0
[11/11] coresight: debug: Move ACPI support from AMBA driver to platform driver
        https://git.kernel.org/coresight/c/965edae4e6a2bca1f6e56d2c56d992417a53bba4

Best regards,
-- 
Suzuki K Poulose <suzuki.poulose@arm.com>

WARNING: multiple messages have this Message-ID (diff)
From: Suzuki K Poulose <suzuki.poulose@arm.com>
To: linux-arm-kernel@lists.infradead.org,
	Anshuman Khandual <anshuman.khandual@arm.com>
Cc: krzysztof.kozlowski@linaro.org, linux@armlinux.org.uk,
	Suzuki K Poulose <suzuki.poulose@arm.com>,
	Alexandre Torgue <alexandre.torgue@foss.st.com>,
	Sudeep Holla <sudeep.holla@arm.com>,
	James Clark <james.clark@arm.com>,
	Maxime Coquelin <mcoquelin.stm32@gmail.com>,
	Mike Leach <mike.leach@linaro.org>,
	linux-stm32@st-md-mailman.stormreply.com,
	linux-kernel@vger.kernel.org,
	Lorenzo Pieralisi <lpieralisi@kernel.org>,
	coresight@lists.linaro.org, linux-acpi@vger.kernel.org
Subject: Re: [PATCH V7 00/11] coresight: Move remaining AMBA ACPI devices into platform driver
Date: Mon, 22 Apr 2024 10:59:18 +0100	[thread overview]
Message-ID: <171377975977.3331951.13760450309364725525.b4-ty@arm.com> (raw)
In-Reply-To: <20240314055843.2625883-1-anshuman.khandual@arm.com>

On Thu, 14 Mar 2024 11:28:32 +0530, Anshuman Khandual wrote:
> This moves remaining AMBA ACPI devices into respective platform drivers for
> enabling ACPI based power management support. This series applies on latest
> coresight next. This series has been built, and boot tested on a DT based
> (RB5) and ACPI supported coresight platform (N1SDP).
> 
> https://git.gitlab.arm.com/linux-arm/linux-anshuman.git (amba_other_acpi_migration_v7)
> 
> [...]

Applied, thanks!

[01/11] coresight: etm4x: Fix unbalanced pm_runtime_enable()
        https://git.kernel.org/coresight/c/caa41c47dab7e1054f587e592ab21296e3a6781c
[02/11] coresight: stm: Extract device name from AMBA pid based table lookup
        https://git.kernel.org/coresight/c/852e9a32058a73702c016a8be10c60375276e46e
[03/11] coresight: tmc: Extract device properties from AMBA pid based table lookup
        https://git.kernel.org/coresight/c/3ab210297c31b8fef1cfb2aa3d85b227b9ace09b
[04/11] coresight: Add helpers registering/removing both AMBA and platform drivers
        https://git.kernel.org/coresight/c/075b7cd7ad7dec8651a6a6654fa5ebae436ac00f
[05/11] coresight: replicator: Move ACPI support from AMBA driver to platform driver
        https://git.kernel.org/coresight/c/b448c4c72ca3327232dfb20d0065b693b3fcc2e2
[06/11] coresight: funnel: Move ACPI support from AMBA driver to platform driver
        https://git.kernel.org/coresight/c/8e3227ddfbd7216f14186ec534f43e9dbcde717c
[07/11] coresight: catu: Move ACPI support from AMBA driver to platform driver
        https://git.kernel.org/coresight/c/23567323857d2073197953bb158413be1aceca8b
[08/11] coresight: tpiu: Move ACPI support from AMBA driver to platform driver
        https://git.kernel.org/coresight/c/3d83d4d4904a47626854b6bba44127d21a7dc713
[09/11] coresight: tmc: Move ACPI support from AMBA driver to platform driver
        https://git.kernel.org/coresight/c/70750e257aab4cd4d755294ae8b9834214a624bb
[10/11] coresight: stm: Move ACPI support from AMBA driver to platform driver
        https://git.kernel.org/coresight/c/057256aaacc862356417a75ceeb1cfa41408dbf0
[11/11] coresight: debug: Move ACPI support from AMBA driver to platform driver
        https://git.kernel.org/coresight/c/965edae4e6a2bca1f6e56d2c56d992417a53bba4

Best regards,
-- 
Suzuki K Poulose <suzuki.poulose@arm.com>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2024-04-22  9:59 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-14  5:58 [PATCH V7 00/11] coresight: Move remaining AMBA ACPI devices into platform driver Anshuman Khandual
2024-03-14  5:58 ` Anshuman Khandual
2024-03-14  5:58 ` [PATCH V7 01/11] coresight: etm4x: Fix unbalanced pm_runtime_enable() Anshuman Khandual
2024-03-14  5:58   ` Anshuman Khandual
2024-03-14  5:58 ` [PATCH V7 02/11] coresight: stm: Extract device name from AMBA pid based table lookup Anshuman Khandual
2024-03-14  5:58   ` Anshuman Khandual
2024-03-14  5:58 ` [PATCH V7 03/11] coresight: tmc: Extract device properties " Anshuman Khandual
2024-03-14  5:58   ` Anshuman Khandual
2024-03-14  5:58 ` [PATCH V7 04/11] coresight: Add helpers registering/removing both AMBA and platform drivers Anshuman Khandual
2024-03-14  5:58   ` Anshuman Khandual
2024-03-14  5:58 ` [PATCH V7 05/11] coresight: replicator: Move ACPI support from AMBA driver to platform driver Anshuman Khandual
2024-03-14  5:58   ` Anshuman Khandual
2024-03-14  5:58 ` [PATCH V7 06/11] coresight: funnel: " Anshuman Khandual
2024-03-14  5:58   ` Anshuman Khandual
2024-03-14  5:58 ` [PATCH V7 07/11] coresight: catu: " Anshuman Khandual
2024-03-14  5:58   ` Anshuman Khandual
2024-03-14  5:58 ` [PATCH V7 08/11] coresight: tpiu: " Anshuman Khandual
2024-03-14  5:58   ` Anshuman Khandual
2024-03-14  5:58 ` [PATCH V7 09/11] coresight: tmc: " Anshuman Khandual
2024-03-14  5:58   ` Anshuman Khandual
2024-03-14  5:58 ` [PATCH V7 10/11] coresight: stm: " Anshuman Khandual
2024-03-14  5:58   ` Anshuman Khandual
2024-03-14  5:58 ` [PATCH V7 11/11] coresight: debug: " Anshuman Khandual
2024-03-14  5:58   ` Anshuman Khandual
2024-04-02  4:43 ` [PATCH V7 00/11] coresight: Move remaining AMBA ACPI devices into " Anshuman Khandual
2024-04-02  4:43   ` Anshuman Khandual
2024-04-22  9:59 ` Suzuki K Poulose [this message]
2024-04-22  9:59   ` Suzuki K Poulose

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=171377975977.3331951.13760450309364725525.b4-ty@arm.com \
    --to=suzuki.poulose@arm.com \
    --cc=alexandre.torgue@foss.st.com \
    --cc=anshuman.khandual@arm.com \
    --cc=coresight@lists.linaro.org \
    --cc=james.clark@arm.com \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-stm32@st-md-mailman.stormreply.com \
    --cc=linux@armlinux.org.uk \
    --cc=lpieralisi@kernel.org \
    --cc=mcoquelin.stm32@gmail.com \
    --cc=mike.leach@linaro.org \
    --cc=sudeep.holla@arm.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 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.