commit | aea02e87f6076f2a29d537829503e1344e92a3b8 | [log] [tgz] |
---|---|---|
author | Heikki Krogerus <heikki.krogerus@linux.intel.com> | Wed Apr 10 16:58:29 2013 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Apr 11 13:20:19 2013 -0700 |
tree | e9f1181f9faa201c6ddca0bad1a89f4a0f9d00c1 | |
parent | ffc3ae6dd925b6a89b2f4f993a732e3b866e6aa0 [diff] |
serial: 8250_dw: Support clk framework also with ACPI The Lynxpoint LPSS peripheral clocks are now handled in clk framework so the drivers do not need to take care of them manually. In dw8250_probe_acpi(), the uartclk is now taken from the driver_data only if it was not already set. Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>