From: Heikki Krogerus Date: Fri, 9 May 2014 08:35:21 +0000 (+0300) Subject: pwm: lpss: remove dependency on clk framework X-Git-Tag: cleanup-for-v3.18~72^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65accd87381ed96bf8893124b149bae08edd2740;p=pandora-kernel.git 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-diff-tree failed