commit | aae7147dfc522062b3448f67f5517d32fbdab1fb | [log] [tgz] |
---|---|---|
author | Murali Karicheri <m-karicheri2@ti.com> | Tue Dec 11 16:20:39 2012 -0500 |
committer | Grant Likely <grant.likely@secretlab.ca> | Tue Feb 05 12:26:57 2013 +0000 |
tree | cbaca876f97b552e6ee1a9a984fb51af97a3ccd4 | |
parent | 830379e04858098d65c59f07f68be3d73244ae54 [diff] |
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>