]> git.baikalelectronics.ru Git - kernel.git/commit
serial: 8250_dw: Add device HID for new AMD UART controller
authorMaximilian Luz <luzmaximilian@gmail.com>
Wed, 12 May 2021 21:04:13 +0000 (23:04 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 May 2021 15:08:42 +0000 (17:08 +0200)
commit6f8c1aeccc777ccb07f2191aa91186a777382020
treedf4e328d1b807a1cde100fde3a689957390ba809
parent08844ae6d8c1ff59141dc46a9899057b33ee0eb2
serial: 8250_dw: Add device HID for new AMD UART controller

Add device HID AMDI0022 to the AMD UART controller driver match table
and create a platform device for it. This controller can be found on
Microsoft Surface Laptop 4 devices and seems similar enough that we can
just copy the existing AMDI0020 entries.

Cc: <stable@vger.kernel.org> # 5.10+
Tested-by: Sachi King <nakato@nakato.io>
Acked-by: Andy Shevchenko <andy.shevchenko@gmail.com> # for 8250_dw part
Signed-off-by: Maximilian Luz <luzmaximilian@gmail.com>
Link: https://lore.kernel.org/r/20210512210413.1982933-1-luzmaximilian@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/acpi/acpi_apd.c
drivers/tty/serial/8250/8250_dw.c