spi/davinci: add OF support for the spi controller
authorMurali Karicheri <m-karicheri2@ti.com>
Tue, 11 Dec 2012 21:20:39 +0000 (16:20 -0500)
committerGrant Likely <grant.likely@secretlab.ca>
Tue, 5 Feb 2013 12:26:57 +0000 (12:26 +0000)
commitaae7147dfc522062b3448f67f5517d32fbdab1fb
treecbaca876f97b552e6ee1a9a984fb51af97a3ccd4
parent830379e04858098d65c59f07f68be3d73244ae54
spi/davinci: add OF support for the spi controller

This adds OF support to DaVinci SPI controller to configure platform
data through device bindings. Also replaces clk_enable() with
of clk_prepare_enable() as well as clk_disable() with
clk_disable_unprepare().

Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
drivers/spi/spi-davinci.c
This page took 0.031515 seconds and 5 git commands to generate.