]> git.baikalelectronics.ru Git - kernel.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)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 9 Mar 2015 23:28:43 +0000 (00:28 +0100)
commitb652d981fd118b5130a6b6df432838ae8ba50f71
tree891349a1eb15ce477a63602a1acb37ad9de79f17
parent048509a32a5445b6d6ea284dbb400133944c6213
ACPI / LPSS: provide con_id for the clkdev

Commit cac7e4f7cc (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: cac7e4f7cc (serial: 8250_dw: add ability to handle the peripheral clock)
Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Cc: 3.17+ <stable@vger.kernel.org> # 3.17+
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpi_lpss.c