[U-Boot] [PATCH v3 2/7] dm: serial: Introduce ->getinfo() callback

sjg at google.com sjg at google.com
Wed Dec 5 23:11:13 UTC 2018


On Tue, 20 Nov 2018 at 14:52, Andy Shevchenko
<andriy.shevchenko at linux.intel.com> wrote:
>
> New callback will give a necessary information to fill up ACPI SPCR table,
> for example. Maybe used later for other purposes.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com>
> ---
>  drivers/serial/sandbox.c       | 21 ++++++++++++++++++
>  drivers/serial/serial-uclass.c | 21 ++++++++++++++++++
>  include/common.h               |  3 +++
>  include/serial.h               | 40 ++++++++++++++++++++++++++++++++++
>  test/dm/serial.c               |  5 +++++
>  5 files changed, 90 insertions(+)

Reviewed-by: Simon Glass <sjg at chromium.org>

Applied to u-boot-dm/master, thanks!


More information about the U-Boot mailing list