Re: [linux-keystone] [PATCH v1 1/1] spi: davinci: add OF support for the spi controller

2012-12-05 Thread Grant Likely
On Mon, 3 Dec 2012 13:38:38 -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(). > Hi Murali.

Re: [linux-keystone] [PATCH v1 1/1] spi: davinci: add OF support for the spi controller

2012-12-05 Thread Grant Likely
On Mon, 3 Dec 2012 13:38:38 -0500, Murali Karicheri m-kariche...@ti.com 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(). Hi