OSDN Git Service

spi: imx: do not access registers while clocks disabled
authorStefan Agner <stefan@agner.ch>
Sun, 7 Jan 2018 14:05:49 +0000 (15:05 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 3 Feb 2018 16:05:43 +0000 (17:05 +0100)
commit1333c3e996eb799286ee2ef2c01752da45bf926f
treec4bb05a72e26715f4fe0a9a0ad903e10a9a2cee4
parent5846849a1ac75c4a4898f09f3835ac737bb888d5
spi: imx: do not access registers while clocks disabled

commit d593574aff0ab846136190b1729c151c736727ec upstream.

Since clocks are disabled except during message transfer clocks
are also disabled when spi_imx_remove gets called. Accessing
registers leads to a freeeze at least on a i.MX 6ULL. Enable
clocks before disabling accessing the MXC_CSPICTRL register.

Fixes: 9e556dcc55774 ("spi: spi-imx: only enable the clocks when we start to transfer a message")
Signed-off-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/spi/spi-imx.c