From 65accd87381ed96bf8893124b149bae08edd2740 Mon Sep 17 00:00:00 2001 From: Heikki Krogerus Date: Fri, 9 May 2014 11:35:21 +0300 Subject: [PATCH] pwm: lpss: remove dependency on clk framework Unlike other Intel LPSS devices, the PWM does not have the clock dividers or the gate. All we get from the clock is the rate. Since PCI case uses the driver data to get the rate, we can drop the clk and use the same data also in case of ACPI. The frequency is the same. Signed-off-by: Heikki Krogerus Reviewed-by: Mika Westerberg Reviewed-by: Chew, Chiau Ee Signed-off-by: Thierry Reding --- Reading git-format-patch failed