]> git.baikalelectronics.ru Git - uboot.git/commit
serial: ns16550: Provide ->getinfo() implementation
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 20 Nov 2018 21:52:36 +0000 (23:52 +0200)
committerSimon Glass <sjg@chromium.org>
Wed, 5 Dec 2018 14:23:15 +0000 (07:23 -0700)
commitf34875e4b58466bed06b5f5173e5e8826df890c6
treebfded32941603c7a99946c5cabcbee35c05aa65f
parent556c186103610d42d959638400faef0ae3e46977
serial: ns16550: Provide ->getinfo() implementation

New callback will supply necessary information, for example,
to ACPI SPCR table.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/serial/ns16550.c