]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
serial: 8250_lpss: Add ->setup() for Elkhart Lake ports
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 5 Mar 2020 13:08:22 +0000 (15:08 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 6 Mar 2020 12:31:19 +0000 (13:31 +0100)
commit1b91d97c66ef32a80dc3098df2f5fe3392342625
treeecc2073180ef7e02fe1ff563cfef987201f699af
parente32a83c70cf987df8937760fa263296acf84f963
serial: 8250_lpss: Add ->setup() for Elkhart Lake ports

The ->setup() callback is mandatory for the devices.
Provide it for Elkhart Lake UART ports.

Note, for time being it's empty, but in the future it might require
an additional configuration such as DMA.

Reported-by: Raymond Tan <raymond.tan@intel.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20200305130822.36850-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_lpss.c