Re: [PATCH v2] gpio: davinci: fix gpio selection for OF

2014-03-18 Thread Sekhar Nori
On Monday 17 March 2014 07:35 PM, Linus Walleij wrote: On Mon, Mar 17, 2014 at 2:29 PM, Sekhar Nori nsek...@ti.com wrote: One thing to note is that this driver is used by keystone too and all its users are DT-only. Although I do not see any in-kernel DT GPIO users even there. I can confirm

Re: [PATCH v2] gpio: davinci: fix gpio selection for OF

2014-03-18 Thread Alexander Holler
Am 18.03.2014 09:37, schrieb Sekhar Nori: It is safe - at the least it does not break anything that is already working. I guess the decision to put it into -rc depends on whether you consider out of tree dtbs to be a valid usecase for the kernel. That's all DT is about, getting rid of the

Re: [PATCH v2] gpio: davinci: fix gpio selection for OF

2014-03-18 Thread Sekhar Nori
Hi Alexander, On Tuesday 18 March 2014 03:15 PM, Alexander Holler wrote: Am 18.03.2014 09:37, schrieb Sekhar Nori: It is safe - at the least it does not break anything that is already working. I guess the decision to put it into -rc depends on whether you consider out of tree dtbs to be a

[PATCH 1/3] spi: remove obsolete spi-ti-ssp driver

2014-03-18 Thread Arnd Bergmann
The tnetv107x platform is getting removed, so this driver will not be needed any more. Signed-off-by: Arnd Bergmann a...@arndb.de Acked-by: Sekhar Nori nsek...@ti.com Acked-by: Kevin Hilman khil...@linaro.org Cc: Mark Brown broo...@kernel.org Cc: linux-...@vger.kernel.org --- drivers/spi/Kconfig

[PATCH 2/3] mfd: remove obsolete ti-ssp driver

2014-03-18 Thread Arnd Bergmann
The tnetv107x platform is getting removed, so this driver is not needed any more. Signed-off-by: Arnd Bergmann a...@arndb.de Acked-by: Sekhar Nori nsek...@ti.com Acked-by: Kevin Hilman khil...@linaro.org Cc: Samuel Ortiz sa...@linux.intel.com Cc: Lee Jones lee.jo...@linaro.org ---

[PATCH 0/3] Remove obsolete tnetv107x drivers

2014-03-18 Thread Arnd Bergmann
I have applied the platform removal patch with the Ack from Kevin and Sekhar. Please apply these other patches through the input/mfd/spi trees. Arnd Bergmann (3): spi: remove obsolete spi-ti-ssp driver mfd: remove obsolete ti-ssp driver input: remove obsolete tnetv107x drivers

[PATCH 3/3] input: remove obsolete tnetv107x drivers

2014-03-18 Thread Arnd Bergmann
The tnetv107x platform is getting removed, so the touchscreen and keypad drivers for this platform will no longer be needed either. Signed-off-by: Arnd Bergmann a...@arndb.de Acked-by: Sekhar Nori nsek...@ti.com Acked-by: Kevin Hilman khil...@linaro.org Cc: Dmitry Torokhov

Re: [PATCH] dma: edma: fix incorrect SG list handling

2014-03-18 Thread Vinod Koul
On Mon, Mar 17, 2014 at 09:14:14AM -0400, Jon Ringle wrote: On Mon, 17 Mar 2014, Sekhar Nori wrote: Hi Jon, On Monday 17 March 2014 06:28 PM, Jon Ringle wrote: On Mon, 17 Mar 2014, Sekhar Nori wrote: The code to handle any length SG lists calls edma_resume() even before

Re: [PATCH 1/3] spi: remove obsolete spi-ti-ssp driver

2014-03-18 Thread Mark Brown
On Tue, Mar 18, 2014 at 03:55:59PM +0100, Arnd Bergmann wrote: The tnetv107x platform is getting removed, so this driver will not be needed any more. Applied, thanks. signature.asc Description: Digital signature ___ Davinci-linux-open-source mailing

Re: [PATCH] dma: edma: fix incorrect SG list handling

2014-03-18 Thread Joel Fernandes
On 03/18/2014 10:28 AM, Vinod Koul wrote: On Mon, Mar 17, 2014 at 09:14:14AM -0400, Jon Ringle wrote: On Mon, 17 Mar 2014, Sekhar Nori wrote: Hi Jon, On Monday 17 March 2014 06:28 PM, Jon Ringle wrote: On Mon, 17 Mar 2014, Sekhar Nori wrote: The code to handle any length SG lists calls

Re: [PATCH 2/3] mfd: remove obsolete ti-ssp driver

2014-03-18 Thread Lee Jones
The tnetv107x platform is getting removed, so this driver is not needed any more. Signed-off-by: Arnd Bergmann a...@arndb.de Acked-by: Sekhar Nori nsek...@ti.com Acked-by: Kevin Hilman khil...@linaro.org Cc: Samuel Ortiz sa...@linux.intel.com Cc: Lee Jones lee.jo...@linaro.org ---

Re: [PATCH] dma: edma: fix incorrect SG list handling

2014-03-18 Thread Alexander Holler
Am 17.03.2014 14:14, schrieb Jon Ringle: On Mon, 17 Mar 2014, Sekhar Nori wrote: Can you please reply with a formal Tested-by: ? Tested-by: Jon Ringle jrin...@gridpoint.com Finally working mmc on davinci (didn't work without DMA here too). Tested-by: Alexander Holler hol...@ahsoftware.de