diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-07-30 03:08:53 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-07-30 03:08:53 -0400 |
commit | 664a41b8a91bf78a01a751e15175e0008977685a (patch) | |
tree | d9dc15c83400ad2dfb430ff27ae3e7fdc9395856 /Documentation/DocBook/media/dvb/dvbapi.xml | |
parent | 983236b5741e557451f3ed4ec5ebf1f62a5b2c15 (diff) | |
parent | ee2ce3a0b43d14d792d34cf88e7bc2091096744b (diff) |
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6
* 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6: (430 commits)
[media] ir-mce_kbd-decoder: include module.h for its facilities
[media] ov5642: include module.h for its facilities
[media] em28xx: Fix DVB-C maxsize for em2884
[media] tda18271c2dd: Fix saw filter configuration for DVB-C @6MHz
[media] v4l: mt9v032: Fix Bayer pattern
[media] V4L: mt9m111: rewrite set_pixfmt
[media] V4L: mt9m111: fix missing return value check mt9m111_reg_clear
[media] V4L: initial driver for ov5642 CMOS sensor
[media] V4L: sh_mobile_ceu_camera: fix Oops when USERPTR mapping fails
[media] V4L: soc-camera: remove soc-camera bus and devices on it
[media] V4L: soc-camera: un-export the soc-camera bus
[media] V4L: sh_mobile_csi2: switch away from using the soc-camera bus notifier
[media] V4L: add media bus configuration subdev operations
[media] V4L: soc-camera: group struct field initialisations together
[media] V4L: soc-camera: remove now unused soc-camera specific PM hooks
[media] V4L: pxa-camera: switch to using standard PM hooks
[media] NetUP Dual DVB-T/C CI RF: force card hardware revision by module param
[media] Don't OOPS if videobuf_dvb_get_frontend return NULL
[media] NetUP Dual DVB-T/C CI RF: load firmware according card revision
[media] omap3isp: Support configurable HS/VS polarities
...
Fix up conflicts:
- arch/arm/mach-omap2/board-rx51-peripherals.c:
cleanup regulator supply definitions in mach-omap2
vs
OMAP3: RX-51: define vdds_csib regulator supply
- drivers/staging/tm6000/tm6000-alsa.c (trivial)
Diffstat (limited to 'Documentation/DocBook/media/dvb/dvbapi.xml')
-rw-r--r-- | Documentation/DocBook/media/dvb/dvbapi.xml | 141 |
1 files changed, 141 insertions, 0 deletions
diff --git a/Documentation/DocBook/media/dvb/dvbapi.xml b/Documentation/DocBook/media/dvb/dvbapi.xml new file mode 100644 index 000000000000..2ab6ddcfc4e0 --- /dev/null +++ b/Documentation/DocBook/media/dvb/dvbapi.xml | |||
@@ -0,0 +1,141 @@ | |||
1 | <partinfo> | ||
2 | <authorgroup> | ||
3 | <author> | ||
4 | <firstname>Ralph</firstname> | ||
5 | <surname>Metzler</surname> | ||
6 | <othername role="mi">J. K.</othername> | ||
7 | <affiliation><address><email>rjkm@metzlerbros.de</email></address></affiliation> | ||
8 | </author> | ||
9 | <author> | ||
10 | <firstname>Marcus</firstname> | ||
11 | <surname>Metzler</surname> | ||
12 | <othername role="mi">O. C.</othername> | ||
13 | <affiliation><address><email>rjkm@metzlerbros.de</email></address></affiliation> | ||
14 | </author> | ||
15 | </authorgroup> | ||
16 | <authorgroup> | ||
17 | <author> | ||
18 | <firstname>Mauro</firstname> | ||
19 | <othername role="mi">Carvalho</othername> | ||
20 | <surname>Chehab</surname> | ||
21 | <affiliation><address><email>mchehab@redhat.com</email></address></affiliation> | ||
22 | <contrib>Ported document to Docbook XML.</contrib> | ||
23 | </author> | ||
24 | </authorgroup> | ||
25 | <copyright> | ||
26 | <year>2002</year> | ||
27 | <year>2003</year> | ||
28 | <holder>Convergence GmbH</holder> | ||
29 | </copyright> | ||
30 | <copyright> | ||
31 | <year>2009-2011</year> | ||
32 | <holder>Mauro Carvalho Chehab</holder> | ||
33 | </copyright> | ||
34 | |||
35 | <revhistory> | ||
36 | <!-- Put document revisions here, newest first. --> | ||
37 | <revision> | ||
38 | <revnumber>2.0.4</revnumber> | ||
39 | <date>2011-05-06</date> | ||
40 | <authorinitials>mcc</authorinitials> | ||
41 | <revremark> | ||
42 | Add more information about DVB APIv5, better describing the frontend GET/SET props ioctl's. | ||
43 | </revremark> | ||
44 | </revision> | ||
45 | <revision> | ||
46 | <revnumber>2.0.3</revnumber> | ||
47 | <date>2010-07-03</date> | ||
48 | <authorinitials>mcc</authorinitials> | ||
49 | <revremark> | ||
50 | Add some frontend capabilities flags, present on kernel, but missing at the specs. | ||
51 | </revremark> | ||
52 | </revision> | ||
53 | <revision> | ||
54 | <revnumber>2.0.2</revnumber> | ||
55 | <date>2009-10-25</date> | ||
56 | <authorinitials>mcc</authorinitials> | ||
57 | <revremark> | ||
58 | documents FE_SET_FRONTEND_TUNE_MODE and FE_DISHETWORK_SEND_LEGACY_CMD ioctls. | ||
59 | </revremark> | ||
60 | </revision> | ||
61 | <revision> | ||
62 | <revnumber>2.0.1</revnumber> | ||
63 | <date>2009-09-16</date> | ||
64 | <authorinitials>mcc</authorinitials> | ||
65 | <revremark> | ||
66 | Added ISDB-T test originally written by Patrick Boettcher | ||
67 | </revremark> | ||
68 | </revision> | ||
69 | <revision> | ||
70 | <revnumber>2.0.0</revnumber> | ||
71 | <date>2009-09-06</date> | ||
72 | <authorinitials>mcc</authorinitials> | ||
73 | <revremark>Conversion from LaTex to DocBook XML. The | ||
74 | contents is the same as the original LaTex version.</revremark> | ||
75 | </revision> | ||
76 | <revision> | ||
77 | <revnumber>1.0.0</revnumber> | ||
78 | <date>2003-07-24</date> | ||
79 | <authorinitials>rjkm</authorinitials> | ||
80 | <revremark>Initial revision on LaTEX.</revremark> | ||
81 | </revision> | ||
82 | </revhistory> | ||
83 | </partinfo> | ||
84 | |||
85 | |||
86 | <title>LINUX DVB API</title> | ||
87 | <subtitle>Version 5.2</subtitle> | ||
88 | <!-- ADD THE CHAPTERS HERE --> | ||
89 | <chapter id="dvb_introdution"> | ||
90 | &sub-intro; | ||
91 | </chapter> | ||
92 | <chapter id="dvb_frontend"> | ||
93 | &sub-frontend; | ||
94 | </chapter> | ||
95 | <chapter id="dvb_demux"> | ||
96 | &sub-demux; | ||
97 | </chapter> | ||
98 | <chapter id="dvb_video"> | ||
99 | &sub-video; | ||
100 | </chapter> | ||
101 | <chapter id="dvb_audio"> | ||
102 | &sub-audio; | ||
103 | </chapter> | ||
104 | <chapter id="dvb_ca"> | ||
105 | &sub-ca; | ||
106 | </chapter> | ||
107 | <chapter id="dvb_net"> | ||
108 | &sub-net; | ||
109 | </chapter> | ||
110 | <chapter id="dvb_kdapi"> | ||
111 | &sub-kdapi; | ||
112 | </chapter> | ||
113 | <chapter id="dvb_examples"> | ||
114 | &sub-examples; | ||
115 | </chapter> | ||
116 | <!-- END OF CHAPTERS --> | ||
117 | <appendix id="audio_h"> | ||
118 | <title>DVB Audio Header File</title> | ||
119 | &sub-audio-h; | ||
120 | </appendix> | ||
121 | <appendix id="ca_h"> | ||
122 | <title>DVB Conditional Access Header File</title> | ||
123 | &sub-ca-h; | ||
124 | </appendix> | ||
125 | <appendix id="dmx_h"> | ||
126 | <title>DVB Demux Header File</title> | ||
127 | &sub-dmx-h; | ||
128 | </appendix> | ||
129 | <appendix id="frontend_h"> | ||
130 | <title>DVB Frontend Header File</title> | ||
131 | &sub-frontend-h; | ||
132 | </appendix> | ||
133 | <appendix id="net_h"> | ||
134 | <title>DVB Network Header File</title> | ||
135 | &sub-net-h; | ||
136 | </appendix> | ||
137 | <appendix id="video_h"> | ||
138 | <title>DVB Video Header File</title> | ||
139 | &sub-video-h; | ||
140 | </appendix> | ||
141 | |||