aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorMian Yousaf Kaukab <mian.yousaf.kaukab@stericsson.com>2010-10-18 12:16:49 +0200
committerMian Yousaf Kaukab <mian.yousaf.kaukab@stericsson.com>2010-10-23 13:29:29 +0200
commit3dd11a07e0fa10314b3054074ce10898de15b3ee (patch)
treeb3ff3ce1480d8627c3cbc34be612fe2dbfd6b9a0 /Documentation
parent99fa2013a13c28189c7c42e8c80d2701741d86cf (diff)
dma40: update dma40 driver for db8500 and db5500
This patch includes follwoing work: dma40: remove TIM_FOR_LINK option ST-Ericsson ID: AP273221 Author: Rabin Vincent <rabin.vincent@stericsson.com> ux500: remove explicit DMA little endian configuration ST-Ericsson ID: AP273221 Author: Rabin Vincent <rabin.vincent@stericsson.com> ux500: add DB5500 DMA support ST-Ericsson ID: AP273221 Author: Rabin Vincent <rabin.vincent@stericsson.com> dma40: remove TIM_FOR_LINK option ST-Ericsson ID: AP273221 Author: Rabin Vincent <rabin.vincent@stericsson.com> dma40: move mode_opt to seperate config ST-Ericsson ID: AP273221 Author: Rabin Vincent <rabin.vincent@stericsson.com> dma40: move channel mode to a separate field And keep it logical by default. ST-Ericsson ID: AP273221 Author: Rabin Vincent <rabin.vincent@stericsson.com> dma40: move priority to separate field ST-Ericsson ID: AP273221 Author: Rabin Vincent <rabin.vincent@stericsson.com> ux500: fix MSP3 DMA line on DB8500v2 ST-Ericsson ID: ER272459 Author: Rabin Vincent <rabin.vincent@stericsson.com> ux500: rename DMA event line macros to prepare for DB5500 ST-Ericsson ID: AP271460 Author: Rabin Vincent <rabin.vincent@stericsson.com> fix coverity issues in different drivers. ST-Ericsson ID: 270052 Author: Virupax Sadashivpetimath <virupax.sadashivpetimath@stericsson.com> ux500: switch to DMAENGINE-based DMA driver ST-Ericsson ID: AP259210 Author: Rabin Vincent <rabin.vincent@stericsson.com> Signed-off-by: Mian Yousaf Kaukab <mian.yousaf.kaukab@stericsson.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/DocBook/Makefile2
-rw-r--r--Documentation/DocBook/dma.tmpl121
2 files changed, 122 insertions, 1 deletions
diff --git a/Documentation/DocBook/Makefile b/Documentation/DocBook/Makefile
index c7e5dc7e8cb..c2d7e7b565e 100644
--- a/Documentation/DocBook/Makefile
+++ b/Documentation/DocBook/Makefile
@@ -14,7 +14,7 @@ DOCBOOKS := z8530book.xml mcabook.xml device-drivers.xml \
genericirq.xml s390-drivers.xml uio-howto.xml scsi.xml \
mac80211.xml debugobjects.xml sh.xml regulator.xml \
alsa-driver-api.xml writing-an-alsa-driver.xml \
- tracepoint.xml media.xml drm.xml
+ tracepoint.xml media.xml drm.xml dma.xml
###
# The build process is as follows (targets):
diff --git a/Documentation/DocBook/dma.tmpl b/Documentation/DocBook/dma.tmpl
new file mode 100644
index 00000000000..36d4b182b07
--- /dev/null
+++ b/Documentation/DocBook/dma.tmpl
@@ -0,0 +1,121 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
+ "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" []>
+
+<book id="DMA">
+ <bookinfo>
+ <title>DMA40</title>
+
+ <authorgroup>
+ <author>
+ <firstname>Per</firstname>
+ <surname>Friden</surname>
+ <affiliation>
+ <address>
+ <email>per.friden@stericsson.com</email>
+ </address>
+ </affiliation>
+ </author>
+ <author>
+ <firstname>Jonas</firstname>
+ <surname>Aaberg</surname>
+ <affiliation>
+ <address>
+ <email>jonas.aberg@stericsson.com</email>
+ </address>
+ </affiliation>
+ </author>
+ </authorgroup>
+
+ <copyright>
+ <year>2009-2010</year>
+ <holder>ST-Ericsson</holder>
+ </copyright>
+
+ <subjectset>
+ <subject>
+ <subjectterm>Linux standard functions</subjectterm>
+ </subject>
+ </subjectset>
+
+ <legalnotice>
+ <!-- Do NOT remove the legal notice below -->
+
+ <para>
+ This documentation is free software; you can redistribute
+ it and/or modify it under the terms of the GNU General Public
+ License as published by the Free Software Foundation; either
+ version 2 of the License, or (at your option) any later
+ version.
+ </para>
+
+ <para>
+ This program is distributed in the hope that it will be
+ useful, but WITHOUT ANY WARRANTY; without even the implied
+ warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ See the GNU General Public License for more details.
+ </para>
+
+ <para>
+ You should have received a copy of the GNU General Public
+ License along with this program; if not, write to the Free
+ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ MA 02111-1307 USA
+ </para>
+
+ <para>
+ For more details see the file COPYING in the source
+ distribution of Linux.
+ </para>
+ </legalnotice>
+ </bookinfo>
+
+<toc></toc>
+ <chapter id="intro">
+ <title>Introduction</title>
+ <para>
+ This Documentation describes the API's provided by the DMA controller Driver.
+ </para>
+ </chapter>
+
+ <chapter id="bugs">
+ <title>Known Bugs And Assumptions</title>
+ <para>
+ <variablelist>
+ <varlistentry>
+ <term>None</term>
+ <listitem>
+ <para>
+ None.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </para>
+ </chapter>
+
+ <chapter id="pubfunctions">
+ <title>Public Functions Provided</title>
+ <para>
+ This Section lists the API's provided by the DMA controller driver to client drivers.
+ </para>
+!Edrivers/dma/ste_dma40.c
+ </chapter>
+
+ <chapter id="private">
+ <title>Private Functions</title>
+ <para>
+ This Section lists the functions used internally by the DMA controller driver.
+ </para>
+!Idrivers/dma/ste_dma40.c
+ </chapter>
+
+ <chapter id="Other">
+ <title>Other Data Structures</title>
+ <para>
+ This Section lists some of the Data structure used by the DMA driver.
+ </para>
+!Iarch/arm/plat-nomadik/include/plat/ste_dma40.h
+!Idrivers/dma/ste_dma40_ll.h
+ </chapter>
+</book>