Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1358538 > unrolled thread
| Started by | "Xue, Ken" <Ken.Xue@amd.com> |
|---|---|
| First post | 2016-03-16 06:50 +0100 |
| Last post | 2016-03-16 06:50 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
RE: [PATCH V2] ACPI: APD: Add device HID for future AMD UART controller "Xue, Ken" <Ken.Xue@amd.com> - 2016-03-16 06:50 +0100
| From | "Xue, Ken" <Ken.Xue@amd.com> |
|---|---|
| Date | 2016-03-16 06:50 +0100 |
| Subject | RE: [PATCH V2] ACPI: APD: Add device HID for future AMD UART controller |
| Message-ID | <rdcvf-4sX-5@gated-at.bofh.it> |
> From: Wang Hongcheng [mailto:annie.wang@amd.com]
> Sent: Friday, March 11, 2016 5:28 PM
> To: Rafael J. Wysocki; Len Brown; linux-acpi@vger.kernel.org; linux-
> kernel@vger.kernel.org; SPG_Linux_Kernel
> Cc: Wang, Annie
> Subject: [PATCH V2] ACPI: APD: Add device HID for future AMD UART
> controller
>
> Add device HID AMDI0020 to match the AMD ACPI Vendor ID (AMDI) as
> registered in http://www.uefi.org/acpi_id_list, and the UART controller on
> future AMD paltform will use the HID instead of AMD0020.
>
> Signed-off-by: Wang Hongcheng <annie.wang@amd.com>
Acked-by: Ken Xue <Ken.Xue@amd.com>
Hi Rafael,
Can you help apply and queue this patch into V4.6 like patch "i2c: designware: Add device HID for future AMD I2C controller"?
Thanks.
> ---
> drivers/acpi/acpi_apd.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/acpi/acpi_apd.c b/drivers/acpi/acpi_apd.c index
> a450e7a..dc2d8a5 100644
> --- a/drivers/acpi/acpi_apd.c
> +++ b/drivers/acpi/acpi_apd.c
> @@ -134,6 +134,7 @@ static const struct acpi_device_id
> acpi_apd_device_ids[] = {
> /* Generic apd devices */
> { "AMD0010", APD_ADDR(cz_i2c_desc) },
> { "AMD0020", APD_ADDR(cz_uart_desc) },
> + { "AMDI0020", APD_ADDR(cz_uart_desc) },
> { "AMD0030", },
> { }
> };
> --
> 1.9.1
Back to top | Article view | linux.kernel
csiph-web