]> git.ipfire.org Git - people/ms/linux.git/commit
ACPI / LPSS: provide con_id for the clkdev
authorHeikki Krogerus <heikki.krogerus@linux.intel.com>
Fri, 6 Mar 2015 13:48:38 +0000 (15:48 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Mar 2015 13:11:10 +0000 (14:11 +0100)
commitc05d74e58cc4a61abf2353ce7eb46c52bb39e91c
treeb4808df7d402447e356104f6a2510675fb1e5976
parent371817cdf176cb53b982aeabdf938ee5c06ced1c
ACPI / LPSS: provide con_id for the clkdev

commit fcf0789a96777d79d20290e08bf43943a5619387 upstream.

Commit 7d78cbefaa (serial: 8250_dw: add ability to handle
the peripheral clock) introduces handling for a second clk
to 8250_dw.c which is the driver also for LPSS UART. The
second clk forces us to provide identifier (con_id) for the
clkdev we create.

This fixes an issue where 8250_dw.c is getting the same
handler for both clocks.

Fixes: 7d78cbefaa (serial: 8250_dw: add ability to handle the peripheral clock)
Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/acpi/acpi_lpss.c