[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190513223337.GG16162@xps15>
Date: Mon, 13 May 2019 16:33:37 -0600
From: Mathieu Poirier <mathieu.poirier@...aro.org>
To: Suzuki K Poulose <suzuki.poulose@....com>
Cc: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
coresight@...ts.linaro.org, rjw@...ysocki.net
Subject: Re: [PATCH v3 29/30] coresight: acpi: Support for AMBA components
On Tue, May 07, 2019 at 11:52:56AM +0100, Suzuki K Poulose wrote:
> All AMBA devices are handled via ACPI AMBA scan notifier
> infrastructure. The platform devices get the ACPI id
> added to their driver.
>
> Cc: "Rafael J. Wysocki" <rjw@...ysocki.net>
> Cc: Mathieu Poirier <mathieu.poirier@...aro.org>
> Signed-off-by: Suzuki K Poulose <suzuki.poulose@....com>
> ---
> drivers/acpi/acpi_amba.c | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> diff --git a/drivers/acpi/acpi_amba.c b/drivers/acpi/acpi_amba.c
> index 7f77c07..eef5a69 100644
> --- a/drivers/acpi/acpi_amba.c
> +++ b/drivers/acpi/acpi_amba.c
> @@ -24,6 +24,15 @@
>
> static const struct acpi_device_id amba_id_list[] = {
> {"ARMH0061", 0}, /* PL061 GPIO Device */
> + {"ARMHC500", 0}, /* ARM CoreSight ETM4x */
> + {"ARMHC501", 0}, /* ARM CoreSight ETR */
> + {"ARMHC502", 0}, /* ARM CoreSight STM */
> + {"ARMHC503", 0}, /* ARM CoreSight Debug */
> + {"ARMHC979", 0}, /* ARM CoreSight TPIU */
> + {"ARMHC97C", 0}, /* ARM CoreSight SoC-400 TMC, SoC-600 ETF/ETB */
> + {"ARMHC98D", 0}, /* ARM CoreSight Dynamic Replicator */
> + {"ARMHC9CA", 0}, /* ARM CoreSight CATU */
> + {"ARMHC9FF", 0}, /* ARM CoreSight Funnel */
> {"", 0},
Reviewed-by: Mathieu Poirier <mathieu.poirier@...aro.org>
> };
>
> --
> 2.7.4
>
Powered by blists - more mailing lists