public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 00/13] OMAP: DMA: hwmod and DMA as platform device
@ 2010-11-08 14:07 G, Manjunath Kondaiah
  2010-11-08 14:07 ` [PATCH v4 01/13] OMAP: DMA: Replace read/write macros with functions G, Manjunath Kondaiah
                   ` (11 more replies)
  0 siblings, 12 replies; 17+ messages in thread
From: G, Manjunath Kondaiah @ 2010-11-08 14:07 UTC (permalink / raw)
  To: linux-omap; +Cc: linux-arm-kernel

Changes incorporated from v3 version:
1. http://www.spinics.net/lists/arm-kernel/msg102937.html
2. http://www.spinics.net/lists/arm-kernel/msg103156.html

All the information such as build, testing etc from 'v3' is valid for 
v4 also(except this series is rebased to latest linux omap master branch). 
V3 Report can be accessed at:
http://www.spinics.net/lists/arm-kernel/msg102688.html 

Applies cleanly on top of:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
commit 9988a6be118d1150ffc8d1dda1f136d30bbc3936
Merge: 18e1fab 2d37882
Author: Tony Lindgren <tony@atomide.com>
Date:   Fri Nov 5 15:06:08 2010 -0700

    Linux-omap rebuilt: Merged in some fixes and new boards
   
Benoit Cousson (1):
  OMAP4: DMA: hwmod: add system DMA

G, Manjunath Kondaiah (11):
  OMAP: DMA: Replace read/write macros with functions
  OMAP: DMA: Introduce errata handling feature
  OMAP: DMA: Introduce DMA device attributes
  OMAP2420: DMA: hwmod: add system DMA
  OMAP2430: DMA: hwmod: add system DMA
  OMAP3: DMA: hwmod: add system DMA
  OMAP1: DMA: Introduce DMA driver as platform device
  OMAP2+: DMA: hwmod: Device registration
  OMAP: DMA: Convert DMA library into DMA platform Driver
  OMAP: DMA: Use DMA device attributes
  OMAP: PM: DMA: Enable runtime pm

Venkatraman S (1):
  OMAP2+: DMA: descriptor autoloading feature

 arch/arm/mach-omap1/Makefile               |    2 +-
 arch/arm/mach-omap1/dma.c                  |  667 ++++++++++
 arch/arm/mach-omap1/include/mach/dma.h     |   51 +
 arch/arm/mach-omap2/Makefile               |    2 +-
 arch/arm/mach-omap2/dma.c                  | 1583 ++++++++++++++++++++++++
 arch/arm/mach-omap2/include/mach/dma.h     |  173 +++
 arch/arm/mach-omap2/omap_hwmod_2420_data.c |   85 ++
 arch/arm/mach-omap2/omap_hwmod_2430_data.c |   85 ++
 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c |   94 ++
 arch/arm/mach-omap2/omap_hwmod_44xx_data.c |   99 ++
 arch/arm/plat-omap/dma.c                   | 1829 ++++------------------------
 arch/arm/plat-omap/include/plat/dma.h      |  386 ++++---
 12 files changed, 3271 insertions(+), 1785 deletions(-)
 create mode 100644 arch/arm/mach-omap1/dma.c
 create mode 100644 arch/arm/mach-omap1/include/mach/dma.h
 create mode 100644 arch/arm/mach-omap2/dma.c
 create mode 100644 arch/arm/mach-omap2/include/mach/dma.h


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2010-12-02 20:00 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-08 14:07 [PATCH v4 00/13] OMAP: DMA: hwmod and DMA as platform device G, Manjunath Kondaiah
2010-11-08 14:07 ` [PATCH v4 01/13] OMAP: DMA: Replace read/write macros with functions G, Manjunath Kondaiah
2010-11-09  0:40   ` Tony Lindgren
2010-11-10 14:01     ` G, Manjunath Kondaiah
2010-11-08 14:07 ` [PATCH v4 02/13] OMAP: DMA: Introduce errata handling feature G, Manjunath Kondaiah
2010-12-02 19:59   ` Tony Lindgren
2010-11-08 14:07 ` [PATCH v4 03/13] OMAP: DMA: Introduce DMA device attributes G, Manjunath Kondaiah
2010-11-08 14:07 ` [PATCH v4 04/13] OMAP2420: DMA: hwmod: add system DMA G, Manjunath Kondaiah
2010-11-08 14:07 ` [PATCH v4 05/13] OMAP2430: " G, Manjunath Kondaiah
2010-11-08 14:07 ` [PATCH v4 06/13] OMAP3: " G, Manjunath Kondaiah
2010-11-08 14:07 ` [PATCH v4 07/13] OMAP4: " G, Manjunath Kondaiah
2010-11-09  5:02   ` Varadarajan, Charulatha
2010-11-08 14:07 ` [PATCH v4 08/13] OMAP1: DMA: Introduce DMA driver as platform device G, Manjunath Kondaiah
2010-11-08 14:07 ` [PATCH v4 09/13] OMAP2+: DMA: hwmod: Device registration G, Manjunath Kondaiah
2010-11-08 14:07 ` [PATCH v4 10/13] OMAP: DMA: Convert DMA library into DMA platform Driver G, Manjunath Kondaiah
2010-11-08 14:07 ` [PATCH v4 12/13] OMAP2+: DMA: descriptor autoloading feature G, Manjunath Kondaiah
2010-11-08 14:07 ` [PATCH v4 13/13] OMAP: PM: DMA: Enable runtime pm G, Manjunath Kondaiah

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox