aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebastian.rasmussen@stericsson.com>2011-03-15 00:38:21 +0100
committerJonas ABERG <jonas.aberg@stericsson.com>2011-03-15 07:36:29 +0100
commit6ace9b6b2249b914e23a94cbd7cbaf8321504d86 (patch)
tree7d4d865224a8adb7ada0862f3789c82c6c9443a5 /Documentation
parent867be628f21477bfb46c564cf3c2bea8dde4870a (diff)
DocBook: Remove mmc-u8500 documentationu8500-android-2.3_v0.36
The driver itself has been removed separately. Change-Id: Iac062f057c64f87b5759a0a119e42d06db98cfca Signed-off-by: Sebastian Rasmussen <sebastian.rasmussen@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/18314 Reviewed-by: Jonas ABERG <jonas.aberg@stericsson.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/DocBook/Makefile2
-rw-r--r--Documentation/DocBook/mmc.tmpl115
2 files changed, 1 insertions, 116 deletions
diff --git a/Documentation/DocBook/Makefile b/Documentation/DocBook/Makefile
index 3cafa211a60..3f350029bbf 100644
--- a/Documentation/DocBook/Makefile
+++ b/Documentation/DocBook/Makefile
@@ -17,7 +17,7 @@ DOCBOOKS := z8530book.xml mcabook.xml device-drivers.xml \
tracepoint.xml media.xml drm.xml \
u8500_usb.xml \
ske_keypad.xml ste_ff_vibra.xml ste_timed_vibra.xml \
- dma.xml gpio.xml i2s.xml i2c.xml mmc.xml \
+ dma.xml gpio.xml i2s.xml i2c.xml \
prcmu-fw-api.xml msp.xml \
touchp.xml tc_keypad.xml stmpe.xml shrm.xml cg2900.xml \
cg2900_fm_radio.xml
diff --git a/Documentation/DocBook/mmc.tmpl b/Documentation/DocBook/mmc.tmpl
deleted file mode 100644
index e07cdcd970e..00000000000
--- a/Documentation/DocBook/mmc.tmpl
+++ /dev/null
@@ -1,115 +0,0 @@
-<?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="SDMMMC">
- <bookinfo>
- <title>PL180 MMC/SD/SDIO</title>
-
- <authorgroup>
- <author>
- <firstname>Hanumath</firstname>
- <surname>prasad</surname>
- <affiliation>
- <address>
- <email>hanumath.prasad@stericsson.com</email>
- </address>
- </affiliation>
- </author>
- </authorgroup>
-
- <copyright>
- <year>2009</year>
- <holder>ST-Ericsson</holder>
- </copyright>
-
- <subjectset>
- <subject>
- <subjectterm>Storage</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 SDMMC host 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="structs">
- <title>Structures</title>
- <para>
- This chapter contains the autogenerated documentation of the structures which are
- used in the SDMMC driver.
- </para>
-!Iarch/arm/mach-ux500/include/mach/mmc.h
- </chapter>
-
- <chapter id="pubfunctions">
- <title>Public Functions Provided</title>
- <para>
- This chapter contains the autogenerated documentation of the kernel API functions
- which are exported.
- </para>
-!Edrivers/mmc/host/mmc-u8500.c
- </chapter>
-
- <chapter id="intfunctions">
- <title>Internal Functions Provided</title>
- <para>
- This chapter contains the autogenerated documentation of the internal functions of the host controller driver.
- </para>
-!Idrivers/mmc/host/mmc-u8500.c
- </chapter>
-
- </book>