]> git.baikalelectronics.ru Git - kernel.git/commit
spi/sirf: use clk_prepare_enable and clk_disable_unprepare
authorBarry Song <Baohua.Song@csr.com>
Wed, 26 Dec 2012 02:48:33 +0000 (10:48 +0800)
committerGrant Likely <grant.likely@secretlab.ca>
Tue, 5 Feb 2013 12:43:00 +0000 (12:43 +0000)
commit8369ff87529c99022e795b8edc1e00c45d85e648
treef117dac01db93b9371d8c2485706cb18c34aba86
parentf3ed1fcabccfe7152e1a9262788d5d1f4c0b6ed2
spi/sirf: use clk_prepare_enable and clk_disable_unprepare

Convert clk_enable/clk_disable to clk_prepare_enable/clk_disable_unprepare
calls as required by common clock framework.

Signed-off-by: Barry Song <Baohua.Song@csr.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
drivers/spi/spi-sirf.c