Re: [PATCH 00/26] OMAP dma engine rework

2014-04-02 Thread Vinod Koul
On Sat, Mar 29, 2014 at 06:13:06PM +, Russell King - ARM Linux wrote:
 On Tue, Mar 18, 2014 at 09:18:45PM +0530, Vinod Koul wrote:
  On Mon, Feb 10, 2014 at 09:25:31PM +0530, Russell King - ARM Linux wrote:
   This is the current set of patches for the OMAP DMA engine rework,
   which should now work correctly on OMAP1 platforms thanks to Tony's
   testing.
   
   It would be good to get this validated by others across a range of
   OMAP platforms, and queued up for the next merge window, so it can
   be built upon.
   
   Acks appreciated, and once sufficient have been added, I'll send a
   pull request for this to Vinod.
  So is this series finalized. I havent seen the pull request for this or did 
  i
  miss it!
 
 Gah, missed this.
 
 As nothing has changed with it since 18th February, which was to add
 Tony's ack to the set.  I think it's as good as it's going to get for
 the time being.  It's also been in linux-next all this time, and no
 one has reported any problems.  I'll need to sort out a proper pull
 request for it ASAP... or something.  An alternate solution would be
 your blessing for this set.
Okay in that case pls send with my ACK.

Thanks
-- 
~Vinod
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 00/26] OMAP dma engine rework

2014-03-29 Thread Russell King - ARM Linux
On Tue, Mar 18, 2014 at 09:18:45PM +0530, Vinod Koul wrote:
 On Mon, Feb 10, 2014 at 09:25:31PM +0530, Russell King - ARM Linux wrote:
  This is the current set of patches for the OMAP DMA engine rework,
  which should now work correctly on OMAP1 platforms thanks to Tony's
  testing.
  
  It would be good to get this validated by others across a range of
  OMAP platforms, and queued up for the next merge window, so it can
  be built upon.
  
  Acks appreciated, and once sufficient have been added, I'll send a
  pull request for this to Vinod.
 So is this series finalized. I havent seen the pull request for this or did i
 miss it!

Gah, missed this.

As nothing has changed with it since 18th February, which was to add
Tony's ack to the set.  I think it's as good as it's going to get for
the time being.  It's also been in linux-next all this time, and no
one has reported any problems.  I'll need to sort out a proper pull
request for it ASAP... or something.  An alternate solution would be
your blessing for this set.

-- 
FTTC broadband for 0.8mile line: now at 9.7Mbps down 460kbps up... slowly
improving, and getting towards what was expected from it.
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 00/26] OMAP dma engine rework

2014-03-18 Thread Vinod Koul
On Mon, Feb 10, 2014 at 09:25:31PM +0530, Russell King - ARM Linux wrote:
 This is the current set of patches for the OMAP DMA engine rework,
 which should now work correctly on OMAP1 platforms thanks to Tony's
 testing.
 
 It would be good to get this validated by others across a range of
 OMAP platforms, and queued up for the next merge window, so it can
 be built upon.
 
 Acks appreciated, and once sufficient have been added, I'll send a
 pull request for this to Vinod.
So is this series finalized. I havent seen the pull request for this or did i
miss it!

-- 
~Vinod
 
  arch/arm/mach-omap1/dma.c | 191 ++
  arch/arm/mach-omap2/dma.c | 183 ++---
  arch/arm/plat-omap/dma.c  |  17 +-
  drivers/dma/omap-dma.c| 659 
 +-
  include/linux/omap-dma.h  |  25 +-
  5 files changed, 784 insertions(+), 291 deletions(-)
 
 -- 
 FTTC broadband for 0.8mile line: 5.8Mbps down 500kbps up.  Estimation
 in database were 13.1 to 19Mbit for a good line, about 7.5+ for a bad.
 Estimate before purchase was up to 13.2Mbit.

-- 
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 00/26] OMAP dma engine rework

2014-02-14 Thread Sricharan R
On Monday 10 February 2014 09:25 PM, Russell King - ARM Linux wrote:
 This is the current set of patches for the OMAP DMA engine rework,
 which should now work correctly on OMAP1 platforms thanks to Tony's
 testing.
 
 It would be good to get this validated by others across a range of
 OMAP platforms, and queued up for the next merge window, so it can
 be built upon.
 
 Acks appreciated, and once sufficient have been added, I'll send a
 pull request for this to Vinod.
 
  arch/arm/mach-omap1/dma.c | 191 ++
  arch/arm/mach-omap2/dma.c | 183 ++---
  arch/arm/plat-omap/dma.c  |  17 +-
  drivers/dma/omap-dma.c| 659 
 +-
  include/linux/omap-dma.h  |  25 +-
  5 files changed, 784 insertions(+), 291 deletions(-)
 
Tested this on DRA7XX with MMC peripheral DMA

Regards,
 Sricharan
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 00/26] OMAP dma engine rework

2014-02-13 Thread Tony Lindgren
* Russell King - ARM Linux li...@arm.linux.org.uk [140210 07:58]:
 This is the current set of patches for the OMAP DMA engine rework,
 which should now work correctly on OMAP1 platforms thanks to Tony's
 testing.
 
 It would be good to get this validated by others across a range of
 OMAP platforms, and queued up for the next merge window, so it can
 be built upon.
 
 Acks appreciated, and once sufficient have been added, I'll send a
 pull request for this to Vinod.

Looks good to me and should not conflict with other patches
that I'm aware of. Please feel free to add:

Acked-by: Tony Lindgren t...@atomide.com
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 00/26] OMAP dma engine rework

2014-02-10 Thread Russell King - ARM Linux
This is the current set of patches for the OMAP DMA engine rework,
which should now work correctly on OMAP1 platforms thanks to Tony's
testing.

It would be good to get this validated by others across a range of
OMAP platforms, and queued up for the next merge window, so it can
be built upon.

Acks appreciated, and once sufficient have been added, I'll send a
pull request for this to Vinod.

 arch/arm/mach-omap1/dma.c | 191 ++
 arch/arm/mach-omap2/dma.c | 183 ++---
 arch/arm/plat-omap/dma.c  |  17 +-
 drivers/dma/omap-dma.c| 659 +-
 include/linux/omap-dma.h  |  25 +-
 5 files changed, 784 insertions(+), 291 deletions(-)

-- 
FTTC broadband for 0.8mile line: 5.8Mbps down 500kbps up.  Estimation
in database were 13.1 to 19Mbit for a good line, about 7.5+ for a bad.
Estimate before purchase was up to 13.2Mbit.
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html