]> git.karo-electronics.de Git - linux-beck.git/commit
clk: exynos5433: remove CLK_IGNORE_UNUSED flag from SPI clocks
authorAndi Shyti <andi.shyti@samsung.com>
Tue, 12 Jul 2016 10:02:16 +0000 (19:02 +0900)
committerMichael Turquette <mturquette@baylibre.com>
Wed, 13 Jul 2016 21:55:56 +0000 (14:55 -0700)
commit9893c9bf6a9c02ff571686f1b5820e4f0841e581
treedd43fa339d1847e56aa32070de594118bfac06b8
parent821f9946e07b7b201fe4581bd5f6005d84b7bd42
clk: exynos5433: remove CLK_IGNORE_UNUSED flag from SPI clocks

Because the Exynos5433 SPI driver supports the ioclk handling and
the following patch:

  http://marc.info/?l=linux-kernel&m=146787645626318&w=2

fixes a synchronus abort issue, none of the SPI clocks require
any critical handling: remove, then, the CLK_IGNORE_UNUSED flag
for the SPI related clocks.

Signed-off-by: Andi Shyti <andi.shyti@samsung.com>
Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Acked-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Michael Turquette <mturquette@baylibre.com>
Link: lkml.kernel.org/r/1468317736-18841-8-git-send-email-andi.shyti@samsung.com
drivers/clk/samsung/clk-exynos5433.c