]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
serial: 8250_dw: Support clk framework also with ACPI
authorHeikki Krogerus <heikki.krogerus@linux.intel.com>
Wed, 10 Apr 2013 13:58:29 +0000 (16:58 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 11 Apr 2013 20:20:19 +0000 (13:20 -0700)
commitaea02e87f6076f2a29d537829503e1344e92a3b8
treee9f1181f9faa201c6ddca0bad1a89f4a0f9d00c1
parentffc3ae6dd925b6a89b2f4f993a732e3b866e6aa0
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>
drivers/tty/serial/8250/8250_dw.c