The commit 5e1aeea (serial: 8250: add support for ACPI-probed serial port for X-Gene platform) re-introduced the useless check for the ACPI IDs to dw8250_probe_acpi(). It prevents us from using this driver with the newer Intel LPSS devices which will be multifunctional PCI devices, i.e. no ACPI HIDs. The check has to go. The same commit also adds check to dw8250_probe_acpi() for a property called "clock-frequency", but dw8250_probe_of() already asks for a property with the same name, so asking the property only once in dw8250_probe() instead. Heikki Krogerus (3): serial: 8250_dw: sort the ACPI IDs alphabetically serial: 8250_dw: remove useless ACPI ID check serial: 8250_dw: only get the clock rate in one place drivers/tty/serial/8250/8250_dw.c | 41 +++++++++++++++------------------------ 1 file changed, 16 insertions(+), 25 deletions(-) -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-serial" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html