Commit 742c5253 authored by David Woodhouse's avatar David Woodhouse
Browse files
Conflicts:

	include/asm-arm/arch-omap/onenand.h
parents 36cd4fb5 10fec20e
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -89,8 +89,6 @@ cciss.txt
	- info, major/minor #'s for Compaq's SMART Array Controllers.
	- info, major/minor #'s for Compaq's SMART Array Controllers.
cdrom/
cdrom/
	- directory with information on the CD-ROM drivers that Linux has.
	- directory with information on the CD-ROM drivers that Linux has.
cli-sti-removal.txt
	- cli()/sti() removal guide.
computone.txt
computone.txt
	- info on Computone Intelliport II/Plus Multiport Serial Driver.
	- info on Computone Intelliport II/Plus Multiport Serial Driver.
connector/
connector/
+1 −1
Original line number Original line Diff line number Diff line
@@ -12,7 +12,7 @@ DOCBOOKS := wanbook.xml z8530book.xml mcabook.xml videobook.xml \
	    kernel-api.xml filesystems.xml lsm.xml usb.xml kgdb.xml \
	    kernel-api.xml filesystems.xml lsm.xml usb.xml kgdb.xml \
	    gadget.xml libata.xml mtdnand.xml librs.xml rapidio.xml \
	    gadget.xml libata.xml mtdnand.xml librs.xml rapidio.xml \
	    genericirq.xml s390-drivers.xml uio-howto.xml scsi.xml \
	    genericirq.xml s390-drivers.xml uio-howto.xml scsi.xml \
	    mac80211.xml debugobjects.xml
	    mac80211.xml debugobjects.xml sh.xml


###
###
# The build process is as follows (targets):
# The build process is as follows (targets):
+18 −0
Original line number Original line Diff line number Diff line
@@ -98,6 +98,24 @@
    "Kernel debugging" select "KGDB: kernel debugging with remote gdb".
    "Kernel debugging" select "KGDB: kernel debugging with remote gdb".
    </para>
    </para>
    <para>
    <para>
    It is advised, but not required that you turn on the
    CONFIG_FRAME_POINTER kernel option.  This option inserts code to
    into the compiled executable which saves the frame information in
    registers or on the stack at different points which will allow a
    debugger such as gdb to more accurately construct stack back traces
    while debugging the kernel.
    </para>
    <para>
    If the architecture that you are using supports the kernel option
    CONFIG_DEBUG_RODATA, you should consider turning it off.  This
    option will prevent the use of software breakpoints because it
    marks certain regions of the kernel's memory space as read-only.
    If kgdb supports it for the architecture you are using, you can
    use hardware breakpoints if you desire to run with the
    CONFIG_DEBUG_RODATA option turned on, else you need to turn off
    this option.
    </para>
    <para>
    Next you should choose one of more I/O drivers to interconnect debugging
    Next you should choose one of more I/O drivers to interconnect debugging
    host and debugged target.  Early boot debugging requires a KGDB
    host and debugged target.  Early boot debugging requires a KGDB
    I/O driver that supports early debugging and the driver must be
    I/O driver that supports early debugging and the driver must be
+4 −4
Original line number Original line Diff line number Diff line
@@ -100,7 +100,7 @@
      the hardware structures represented here, please consult the Principles
      the hardware structures represented here, please consult the Principles
      of Operation.
      of Operation.
    </para>
    </para>
!Iinclude/asm-s390/cio.h
!Iarch/s390/include/asm/cio.h
    </sect1>
    </sect1>
    <sect1 id="ccwdev">
    <sect1 id="ccwdev">
     <title>ccw devices</title>
     <title>ccw devices</title>
@@ -114,7 +114,7 @@
      ccw device structure. Device drivers must not bypass those functions
      ccw device structure. Device drivers must not bypass those functions
      or strange side effects may happen.
      or strange side effects may happen.
    </para>
    </para>
!Iinclude/asm-s390/ccwdev.h
!Iarch/s390/include/asm/ccwdev.h
!Edrivers/s390/cio/device.c
!Edrivers/s390/cio/device.c
!Edrivers/s390/cio/device_ops.c
!Edrivers/s390/cio/device_ops.c
    </sect1>
    </sect1>
@@ -125,7 +125,7 @@
	measurement data which is made available by the channel subsystem
	measurement data which is made available by the channel subsystem
	for each channel attached device.
	for each channel attached device.
  </para>
  </para>
!Iinclude/asm-s390/cmb.h
!Iarch/s390/include/asm/cmb.h
!Edrivers/s390/cio/cmf.c
!Edrivers/s390/cio/cmf.c
    </sect1>
    </sect1>
  </chapter>
  </chapter>
@@ -142,7 +142,7 @@
  </para>
  </para>
   <sect1 id="ccwgroupdevices">
   <sect1 id="ccwgroupdevices">
    <title>ccw group devices</title>
    <title>ccw group devices</title>
!Iinclude/asm-s390/ccwgroup.h
!Iarch/s390/include/asm/ccwgroup.h
!Edrivers/s390/cio/ccwgroup.c
!Edrivers/s390/cio/ccwgroup.c
   </sect1>
   </sect1>
  </chapter>
  </chapter>
+105 −0
Original line number Original line Diff line number Diff line
<?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="sh-drivers">
 <bookinfo>
  <title>SuperH Interfaces Guide</title>
  
  <authorgroup>
   <author>
    <firstname>Paul</firstname>
    <surname>Mundt</surname>
    <affiliation>
     <address>
      <email>lethal@linux-sh.org</email>
     </address>
    </affiliation>
   </author>
  </authorgroup>

  <copyright>
   <year>2008</year>
   <holder>Paul Mundt</holder>
  </copyright>
  <copyright>
   <year>2008</year>
   <holder>Renesas Technology Corp.</holder>
  </copyright>

  <legalnotice>
   <para>
     This documentation is free software; you can redistribute
     it and/or modify it under the terms of the GNU General Public
     License version 2 as published by the Free Software Foundation.
   </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="mm">
    <title>Memory Management</title>
    <sect1 id="sh4">
    <title>SH-4</title>
      <sect2 id="sq">
        <title>Store Queue API</title>
!Earch/sh/kernel/cpu/sh4/sq.c
      </sect2>
    </sect1>
    <sect1 id="sh5">
      <title>SH-5</title>
      <sect2 id="tlb">
	<title>TLB Interfaces</title>
!Iarch/sh/mm/tlb-sh5.c
!Iarch/sh/include/asm/tlb_64.h
      </sect2>
    </sect1>
  </chapter>
  <chapter id="clk">
    <title>Clock Framework Extensions</title>
!Iarch/sh/include/asm/clock.h
  </chapter>
  <chapter id="mach">
    <title>Machine Specific Interfaces</title>
    <sect1 id="dreamcast">
      <title>mach-dreamcast</title>
!Iarch/sh/boards/mach-dreamcast/rtc.c
    </sect1>
    <sect1 id="x3proto">
      <title>mach-x3proto</title>
!Earch/sh/boards/mach-x3proto/ilsel.c
    </sect1>
  </chapter>
  <chapter id="busses">
    <title>Busses</title>
    <sect1 id="superhyway">
      <title>SuperHyway</title>
!Edrivers/sh/superhyway/superhyway.c
    </sect1>

    <sect1 id="maple">
      <title>Maple</title>
!Edrivers/sh/maple/maple.c
    </sect1>
  </chapter>
</book>
Loading