All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] ACPI: amba: Add Arm DMA-330 controller to the supported list
@ 2022-09-21 14:32 ` Vijayenthiran Subramaniam
  0 siblings, 0 replies; 6+ messages in thread
From: Vijayenthiran Subramaniam @ 2022-09-21 14:32 UTC (permalink / raw)
  To: rafael, lenb, linux-acpi, linux-kernel
  Cc: linux-arm-kernel, coresight, suzuki.poulose, thomas.abraham,
	vijayenthiran.subramaniam

Add ACPI ID for ARM DMA-330 controller to AMBA id supported list to
allow the probing of the device.

Signed-off-by: Vijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com>
---
 drivers/acpi/acpi_amba.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/acpi/acpi_amba.c b/drivers/acpi/acpi_amba.c
index ab8a4e0191b1..b89120196af1 100644
--- a/drivers/acpi/acpi_amba.c
+++ b/drivers/acpi/acpi_amba.c
@@ -21,6 +21,7 @@
 
 static const struct acpi_device_id amba_id_list[] = {
 	{"ARMH0061", 0}, /* PL061 GPIO Device */
+	{"ARMH0330", 0}, /* ARM DMA Controller DMA-330 */
 	{"ARMHC500", 0}, /* ARM CoreSight ETM4x */
 	{"ARMHC501", 0}, /* ARM CoreSight ETR */
 	{"ARMHC502", 0}, /* ARM CoreSight STM */
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH v2] ACPI: amba: Add Arm DMA-330 controller to the supported list
@ 2022-09-21 14:32 ` Vijayenthiran Subramaniam
  0 siblings, 0 replies; 6+ messages in thread
From: Vijayenthiran Subramaniam @ 2022-09-21 14:32 UTC (permalink / raw)
  To: rafael, lenb, linux-acpi, linux-kernel
  Cc: linux-arm-kernel, coresight, suzuki.poulose, thomas.abraham,
	vijayenthiran.subramaniam

Add ACPI ID for ARM DMA-330 controller to AMBA id supported list to
allow the probing of the device.

Signed-off-by: Vijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com>
---
 drivers/acpi/acpi_amba.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/acpi/acpi_amba.c b/drivers/acpi/acpi_amba.c
index ab8a4e0191b1..b89120196af1 100644
--- a/drivers/acpi/acpi_amba.c
+++ b/drivers/acpi/acpi_amba.c
@@ -21,6 +21,7 @@
 
 static const struct acpi_device_id amba_id_list[] = {
 	{"ARMH0061", 0}, /* PL061 GPIO Device */
+	{"ARMH0330", 0}, /* ARM DMA Controller DMA-330 */
 	{"ARMHC500", 0}, /* ARM CoreSight ETM4x */
 	{"ARMHC501", 0}, /* ARM CoreSight ETR */
 	{"ARMHC502", 0}, /* ARM CoreSight STM */
-- 
2.17.1


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

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH v2] ACPI: amba: Add Arm DMA-330 controller to the supported list
  2022-09-21 14:32 ` Vijayenthiran Subramaniam
@ 2022-09-21 14:48   ` Sudeep Holla
  -1 siblings, 0 replies; 6+ messages in thread
From: Sudeep Holla @ 2022-09-21 14:48 UTC (permalink / raw)
  To: Vijayenthiran Subramaniam, rafael
  Cc: lenb, linux-acpi, linux-kernel, linux-arm-kernel, coresight,
	suzuki.poulose, thomas.abraham

On Wed, Sep 21, 2022 at 08:02:44PM +0530, Vijayenthiran Subramaniam wrote:
> Add ACPI ID for ARM DMA-330 controller to AMBA id supported list to
> allow the probing of the device.
>

Reviewed-by: Sudeep Holla <sudeep.holla@arm.com>

Rafael,

I assume you will pick this up as usual through your tree.

-- 
Regards,
Sudeep

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH v2] ACPI: amba: Add Arm DMA-330 controller to the supported list
@ 2022-09-21 14:48   ` Sudeep Holla
  0 siblings, 0 replies; 6+ messages in thread
From: Sudeep Holla @ 2022-09-21 14:48 UTC (permalink / raw)
  To: Vijayenthiran Subramaniam, rafael
  Cc: lenb, linux-acpi, linux-kernel, linux-arm-kernel, coresight,
	suzuki.poulose, thomas.abraham

On Wed, Sep 21, 2022 at 08:02:44PM +0530, Vijayenthiran Subramaniam wrote:
> Add ACPI ID for ARM DMA-330 controller to AMBA id supported list to
> allow the probing of the device.
>

Reviewed-by: Sudeep Holla <sudeep.holla@arm.com>

Rafael,

I assume you will pick this up as usual through your tree.

-- 
Regards,
Sudeep

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH v2] ACPI: amba: Add Arm DMA-330 controller to the supported list
  2022-09-21 14:48   ` Sudeep Holla
@ 2022-09-24 16:55     ` Rafael J. Wysocki
  -1 siblings, 0 replies; 6+ messages in thread
From: Rafael J. Wysocki @ 2022-09-24 16:55 UTC (permalink / raw)
  To: Sudeep Holla, Vijayenthiran Subramaniam
  Cc: Len Brown, ACPI Devel Maling List, Linux Kernel Mailing List,
	Linux ARM, coresight, Suzuki K Poulose, thomas.abraham

On Wed, Sep 21, 2022 at 4:49 PM Sudeep Holla <sudeep.holla@arm.com> wrote:
>
> On Wed, Sep 21, 2022 at 08:02:44PM +0530, Vijayenthiran Subramaniam wrote:
> > Add ACPI ID for ARM DMA-330 controller to AMBA id supported list to
> > allow the probing of the device.
> >
>
> Reviewed-by: Sudeep Holla <sudeep.holla@arm.com>
>
> Rafael,
>
> I assume you will pick this up as usual through your tree.

Sure.

Applied as 6.1 material with under edited subject, thanks!

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH v2] ACPI: amba: Add Arm DMA-330 controller to the supported list
@ 2022-09-24 16:55     ` Rafael J. Wysocki
  0 siblings, 0 replies; 6+ messages in thread
From: Rafael J. Wysocki @ 2022-09-24 16:55 UTC (permalink / raw)
  To: Sudeep Holla, Vijayenthiran Subramaniam
  Cc: Len Brown, ACPI Devel Maling List, Linux Kernel Mailing List,
	Linux ARM, coresight, Suzuki K Poulose, thomas.abraham

On Wed, Sep 21, 2022 at 4:49 PM Sudeep Holla <sudeep.holla@arm.com> wrote:
>
> On Wed, Sep 21, 2022 at 08:02:44PM +0530, Vijayenthiran Subramaniam wrote:
> > Add ACPI ID for ARM DMA-330 controller to AMBA id supported list to
> > allow the probing of the device.
> >
>
> Reviewed-by: Sudeep Holla <sudeep.holla@arm.com>
>
> Rafael,
>
> I assume you will pick this up as usual through your tree.

Sure.

Applied as 6.1 material with under edited subject, thanks!

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-09-24 16:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-21 14:32 [PATCH v2] ACPI: amba: Add Arm DMA-330 controller to the supported list Vijayenthiran Subramaniam
2022-09-21 14:32 ` Vijayenthiran Subramaniam
2022-09-21 14:48 ` Sudeep Holla
2022-09-21 14:48   ` Sudeep Holla
2022-09-24 16:55   ` Rafael J. Wysocki
2022-09-24 16:55     ` Rafael J. Wysocki

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.