summaryrefslogtreecommitdiffstats
path: root/Documentation/DocBook/Makefile
diff options
context:
space:
mode:
authorApelete Seketeli2014-04-14 22:12:56 +0200
committerFelipe Balbi2014-05-12 19:34:47 +0200
commit60b6dbeffb8c253d1f80527b28611e5e236dec51 (patch)
tree7fc48ee6dccbba9bff850cc47517df4906619126 /Documentation/DocBook/Makefile
parentusb: udc-core: set gadget state as not attached after unloading module (diff)
downloadkernel-qcow2-linux-60b6dbeffb8c253d1f80527b28611e5e236dec51.tar.gz
kernel-qcow2-linux-60b6dbeffb8c253d1f80527b28611e5e236dec51.tar.xz
kernel-qcow2-linux-60b6dbeffb8c253d1f80527b28611e5e236dec51.zip
documentation: docbook: document process of writing an musb glue layer
Document the process of writing an musb glue layer by taking the Ingenic JZ4740 glue layer as an example, as it seems more simple than most glue layers due to the basic feature set of the JZ4740 USB device controller. Signed-off-by: Apelete Seketeli <apelete@seketeli.net> Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'Documentation/DocBook/Makefile')
-rw-r--r--Documentation/DocBook/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/DocBook/Makefile b/Documentation/DocBook/Makefile
index b444f2e8fe32..bec06659e0eb 100644
--- a/Documentation/DocBook/Makefile
+++ b/Documentation/DocBook/Makefile
@@ -14,7 +14,8 @@ DOCBOOKS := z8530book.xml device-drivers.xml \
genericirq.xml s390-drivers.xml uio-howto.xml scsi.xml \
80211.xml debugobjects.xml sh.xml regulator.xml \
alsa-driver-api.xml writing-an-alsa-driver.xml \
- tracepoint.xml drm.xml media_api.xml w1.xml
+ tracepoint.xml drm.xml media_api.xml w1.xml \
+ writing_musb_glue_layer.xml
include Documentation/DocBook/media/Makefile