Re: [U-Boot] [PATCH v2 4/5] dm: serial: Adjust serial_getinfo() to use proper API

2019-01-11 Thread sjg
All driver-model functions should have a device as the first parameter. Update this function accordingly. Signed-off-by: Simon Glass Reviewed-by: Andy Shevchenko --- Changes in v2: - Add a comment about reusing the device pointer arch/x86/lib/acpi_table.c | 11 ++- drivers/serial

[U-Boot] [PATCH v2 4/5] dm: serial: Adjust serial_getinfo() to use proper API

2018-12-28 Thread Simon Glass
All driver-model functions should have a device as the first parameter. Update this function accordingly. Signed-off-by: Simon Glass Reviewed-by: Andy Shevchenko --- Changes in v2: - Add a comment about reusing the device pointer arch/x86/lib/acpi_table.c | 11 ++- drivers/serial