Message ID | 20240314055843.2625883-1-anshuman.khandual@arm.com (mailing list archive) |
---|---|
Headers | show |
Series | coresight: Move remaining AMBA ACPI devices into platform driver | expand |
On 3/14/24 11:28, 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) > > Cc: Lorenzo Pieralisi <lpieralisi@kernel.org> > Cc: Sudeep Holla <sudeep.holla@arm.com> > Cc: Suzuki K Poulose <suzuki.poulose@arm.com> > Cc: Mike Leach <mike.leach@linaro.org> > Cc: James Clark <james.clark@arm.com> > Cc: Maxime Coquelin <mcoquelin.stm32@gmail.com> > Cc: Alexandre Torgue <alexandre.torgue@foss.st.com> > Cc: linux-acpi@vger.kernel.org > Cc: linux-arm-kernel@lists.infradead.org > Cc: linux-kernel@vger.kernel.org > Cc: coresight@lists.linaro.org > Cc: linux-stm32@st-md-mailman.stormreply.com > > Changes in V7: > > - Dropped reduntant 'drvdata' check in following functions > replicator_platform_remove() > funnel_platform_remove() > tpiu_platform_remove() > tmc_platform_remove() > catu_platform_remove() > catu_platform_probe() > debug_platform_remove() > debug_platform_probe() > - Dropped struct resource check before devm_ioremap_resource() > - Sorted the headers in alphabetic order Hello Suzuki, This series still applies cleanly on the latest v6.9-rc2. But please do let me know if you need this to be posted again. - Anshuman
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,