Re: [PATCH V2] spi: tegra: add spi driver for SLINK controller

2012-10-30 Thread Mark Brown
On Tue, Oct 30, 2012 at 11:13:34AM +0530, Laxman Dewangan wrote: > On Tuesday 30 October 2012 12:44 AM, Stephen Warren wrote: > >I think it depends on DMAENGINE, not the specific driver now, doesn't it? > Taking example from the mfd, we depends on particular driver, not > from the core driver. >

Re: [PATCH V2] spi: tegra: add spi driver for SLINK controller

2012-10-29 Thread Laxman Dewangan
On Tuesday 30 October 2012 12:44 AM, Stephen Warren wrote: On 10/29/2012 11:18 AM, Laxman Dewangan wrote: Tegra20/Tegra30 supports the spi interface through its SLINK controller. Add spi driver for SLINK controller. diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig +config SPI_TEGRA20_SLINK

Re: [PATCH V2] spi: tegra: add spi driver for SLINK controller

2012-10-29 Thread Laxman Dewangan
On Tuesday 30 October 2012 12:44 AM, Stephen Warren wrote: On 10/29/2012 11:18 AM, Laxman Dewangan wrote: Tegra20/Tegra30 supports the spi interface through its SLINK controller. Add spi driver for SLINK controller. diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig +config SPI_TEGRA20_SLINK

Re: [PATCH V2] spi: tegra: add spi driver for SLINK controller

2012-10-29 Thread Stephen Warren
On 10/29/2012 11:18 AM, Laxman Dewangan wrote: > Tegra20/Tegra30 supports the spi interface through its SLINK > controller. Add spi driver for SLINK controller. > diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig > +config SPI_TEGRA20_SLINK > + tristate "Nvidia Tegra20/Tegra30 SLINK Cont

[PATCH V2] spi: tegra: add spi driver for SLINK controller

2012-10-29 Thread Laxman Dewangan
Tegra20/Tegra30 supports the spi interface through its SLINK controller. Add spi driver for SLINK controller. Signed-off-by: Laxman Dewangan --- Changes from V1: - Add dt file documentation. - Renames some of props to match with other driver. - Move clock control to run time pm. - Rearrange code