Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[pandora-kernel.git] / Documentation / DocBook / sh.tmpl
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
3         "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" []>
4
5 <book id="sh-drivers">
6  <bookinfo>
7   <title>SuperH Interfaces Guide</title>
8   
9   <authorgroup>
10    <author>
11     <firstname>Paul</firstname>
12     <surname>Mundt</surname>
13     <affiliation>
14      <address>
15       <email>lethal@linux-sh.org</email>
16      </address>
17     </affiliation>
18    </author>
19   </authorgroup>
20
21   <copyright>
22    <year>2008-2010</year>
23    <holder>Paul Mundt</holder>
24   </copyright>
25   <copyright>
26    <year>2008-2010</year>
27    <holder>Renesas Technology Corp.</holder>
28   </copyright>
29   <copyright>
30    <year>2010</year>
31    <holder>Renesas Electronics Corp.</holder>
32   </copyright>
33
34   <legalnotice>
35    <para>
36      This documentation is free software; you can redistribute
37      it and/or modify it under the terms of the GNU General Public
38      License version 2 as published by the Free Software Foundation.
39    </para>
40       
41    <para>
42      This program is distributed in the hope that it will be
43      useful, but WITHOUT ANY WARRANTY; without even the implied
44      warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
45      See the GNU General Public License for more details.
46    </para>
47       
48    <para>
49      You should have received a copy of the GNU General Public
50      License along with this program; if not, write to the Free
51      Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
52      MA 02111-1307 USA
53    </para>
54       
55    <para>
56      For more details see the file COPYING in the source
57      distribution of Linux.
58    </para>
59   </legalnotice>
60  </bookinfo>
61
62 <toc></toc>
63
64   <chapter id="mm">
65     <title>Memory Management</title>
66     <sect1 id="sh4">
67     <title>SH-4</title>
68       <sect2 id="sq">
69         <title>Store Queue API</title>
70 !Earch/sh/kernel/cpu/sh4/sq.c
71       </sect2>
72     </sect1>
73     <sect1 id="sh5">
74       <title>SH-5</title>
75       <sect2 id="tlb">
76         <title>TLB Interfaces</title>
77 !Iarch/sh/mm/tlb-sh5.c
78 !Iarch/sh/include/asm/tlb_64.h
79       </sect2>
80     </sect1>
81   </chapter>
82   <chapter id="mach">
83     <title>Machine Specific Interfaces</title>
84     <sect1 id="dreamcast">
85       <title>mach-dreamcast</title>
86 !Iarch/sh/boards/mach-dreamcast/rtc.c
87     </sect1>
88     <sect1 id="x3proto">
89       <title>mach-x3proto</title>
90 !Earch/sh/boards/mach-x3proto/ilsel.c
91     </sect1>
92   </chapter>
93   <chapter id="busses">
94     <title>Busses</title>
95     <sect1 id="superhyway">
96       <title>SuperHyway</title>
97 !Edrivers/sh/superhyway/superhyway.c
98     </sect1>
99
100     <sect1 id="maple">
101       <title>Maple</title>
102 !Edrivers/sh/maple/maple.c
103     </sect1>
104   </chapter>
105 </book>