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

2012-10-31 Thread Laxman Dewangan
On Wednesday 31 October 2012 12:08 AM, Mark Brown wrote: * PGP Signed by an unknown key On Tue, Oct 30, 2012 at 12:34:05PM +0530, Laxman Dewangan wrote: Tegra20/Tegra30 supports the spi interface through its SLINK controller. Add spi driver for SLINK controller. Applied, thanks. Thank you Mar

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

2012-10-30 Thread Mark Brown
On Tue, Oct 30, 2012 at 12:34:05PM +0530, Laxman Dewangan wrote: > Tegra20/Tegra30 supports the spi interface through its SLINK > controller. Add spi driver for SLINK controller. Applied, thanks. signature.asc Description: Digital signature

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

2012-10-30 Thread Stephen Warren
On 10/30/2012 01:04 AM, Laxman Dewangan wrote: > Tegra20/Tegra30 supports the spi interface through its SLINK > controller. Add spi driver for SLINK controller. Reviewed-by: Stephen Warren -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to major

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

2012-10-30 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