Re: [spi-devel-general] [PATCH v4 1/2] spi: implemented driver for Cirrus EP93xx SPI controller

2010-04-22 Thread Martin Guy
On 4/22/10, H Hartley Sweeten hartl...@visionengravers.com wrote: I have added some debug messages to the driver trying to figure out how to chain the transfers in a message together in order to keep the SFRM signal asserted for the entire message. I still haven't worked out a good

Re: [spi-devel-general] [PATCH v4 1/2] spi: implemented driver for Cirrus EP93xx SPI controller

2010-04-22 Thread Martin Guy
On 4/22/10, H Hartley Sweeten hartl...@visionengravers.com wrote: First, every spi transaction, including a single byte transfer, is going to generate at least two interrupts. One when the interrupts are first enabled because the TX FIFO is empty. And a second when that byte has been

[spi-devel-general] [PATCH 2/4] OMAP4: SPI: Fix Driver Kconfig

2010-04-22 Thread Arce, Abraham
From: Syed Rafiuddin rafiuddin.s...@ti.com Add OMAP4 data to allow McSPI driver built Signed-off-by: Syed Rafiuddin rafiuddin.s...@ti.com Signed-off-by: Shubhro a0393...@ti.com Signed-off-by: Santosh Shilimkar santosh shilim...@ti.com Signed-off-by: Abraham Arce x0066...@ti.com ---

[spi-devel-general] [PATCH 3/4] OMAP4: Ethernet: KS8851 Board Support

2010-04-22 Thread Arce, Abraham
Enable Micrel KS8851 SPI network chip for OMAP4430 Signed-off-by: Abraham Arce x0066...@ti.com --- arch/arm/mach-omap2/board-4430sdp.c | 30 ++ 1 files changed, 30 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/board-4430sdp.c

Re: [spi-devel-general] [PATCH v4 1/2] spi: implemented driver for Cirrus EP93xx SPI controller

2010-04-22 Thread H Hartley Sweeten
Martin, I'm replying to both of your previous messages. On Thursday, April 22, 2010 7:28 AM, Martin Guy wrote: On 4/22/10, H Hartley Sweeten hartl...@visionengravers.com wrote: First, every spi transaction, including a single byte transfer, is going to generate at least two interrupts. One

Re: [spi-devel-general] [PATCH v4 1/2] spi: implemented driver for Cirrus EP93xx SPI controller

2010-04-22 Thread Mika Westerberg
On Wed, Apr 21, 2010 at 01:00:56PM -0500, H Hartley Sweeten wrote: Same results are your v4 driver. But, I think your on the right track. I think the problem is in the ep93xx_spi_read_write routine. That function returns 0 as long as there is still data left in the current transfer. The

Re: [spi-devel-general] [PATCH v4 1/2] spi: implemented driver for Cirrus EP93xx SPI controller

2010-04-22 Thread Martin Guy
On 4/22/10, H Hartley Sweeten hartl...@visionengravers.com wrote: Further, on a suspicion about the silliness of the per-transfer bits_per_word being checked right down the bottom of the lowest lever byte-read/writing routine instead of once per transfer, I split ep93xx_spi_read and

[spi-devel-general] [SPAM] Trop de credits a rembourser? Economisez jusqu a 60 pourcent grace au rachat

2010-04-22 Thread Kredity
-- ___ spi-devel-general mailing list spi-devel-general@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/spi-devel-general

Re: [spi-devel-general] [PATCH v4 1/2] spi: implemented driver for Cirrus EP93xx SPI controller

2010-04-22 Thread H Hartley Sweeten
On Thursday, April 22, 2010 10:55 AM, Mika Westerberg wrote: On Wed, Apr 21, 2010 at 01:00:56PM -0500, H Hartley Sweeten wrote: Same results are your v4 driver. But, I think your on the right track. I think the problem is in the ep93xx_spi_read_write routine. That function returns 0 as

Re: [spi-devel-general] [PATCH v4 1/2] spi: implemented driver for Cirrus EP93xx SPI controller

2010-04-22 Thread Ryan Mallon
Mika Westerberg wrote: On Wed, Apr 21, 2010 at 01:00:56PM -0500, H Hartley Sweeten wrote: Same results are your v4 driver. But, I think your on the right track. Thanks for testing. I think the problem is in the ep93xx_spi_read_write routine. That function returns 0 as long as there is

Re: [spi-devel-general] [PATCH v4 1/2] spi: implemented driver for Cirrus EP93xx SPI controller

2010-04-22 Thread Mika Westerberg
On Thu, Apr 22, 2010 at 03:43:24PM -0500, H Hartley Sweeten wrote: On Thursday, April 22, 2010 10:55 AM, Mika Westerberg wrote: Could you test this in your setup? Same results. OK. thanks for testing. I hacked your driver to allow me to toggle a gpio when the interrupt routine starts and