Re: [PATCH - v2] spi: davinci: add OF support for the spi controller

2012-12-19 Thread Murali Karicheri
On 12/19/2012 08:18 AM, Grant Likely wrote: On Sat, 15 Dec 2012 00:27:58 +, Grant Likely wrote: On Tue, 11 Dec 2012 16:20:39 -0500, Murali Karicheri wrote: This adds OF support to DaVinci SPI controller to configure platform data through device bindings. Also replaces clk_enable() with

Re: [PATCH - v2] spi: davinci: add OF support for the spi controller

2012-12-19 Thread Grant Likely
On Sat, 15 Dec 2012 00:27:58 +, Grant Likely wrote: > On Tue, 11 Dec 2012 16:20:39 -0500, Murali Karicheri > wrote: > > 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

Re: [PATCH - v2] spi: davinci: add OF support for the spi controller

2012-12-14 Thread Grant Likely
On Tue, 11 Dec 2012 16:20:39 -0500, Murali Karicheri wrote: > 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:

[PATCH - v2] spi: davinci: add OF support for the spi controller

2012-12-11 Thread Murali Karicheri
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 Reviewed-by : Grant Likely --- - Change log - v2 - c