On Monday 10 November 2014 19:46:58 al.stone@linaro.org wrote:
dw8250_setup_port(up);
id = acpi_match_device(p->dev->driver->acpi_match_table, p->dev);
if (!id)
return -ENODEV;
if (!p->uartclk)
p->uartclk = (unsigned int)id->driver_data;
This definitely need an explanation. Why can't you do it the way that Intel does?
Arnd