Skip to content

Commit

Permalink
documentation: docbook: document process of writing an musb glue layer
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Apelete Seketeli authored and Felipe Balbi committed May 12, 2014
1 parent b5fb8d0 commit 60b6dbe
Show file tree
Hide file tree
Showing 2 changed files with 875 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Documentation/DocBook/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading

0 comments on commit 60b6dbe

Please sign in to comment.