diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-03-27 10:32:29 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-03-27 10:32:29 -0400 |
commit | 50953e0640b3473dcb409d5d0d938c2742c93b0d (patch) | |
tree | 3b0dc374e61564fbbd8adff92c8fae16fdeb423a /Documentation/DocBook | |
parent | f92c97c8bd77992ff8bd6ef29a23dc82dca799cb (diff) | |
parent | 626cf236608505d376e4799adb4f7eb00a8594af (diff) |
Merge branch 'poll' into staging/for_v3.4
* poll: (5970 commits)
poll: add poll_requested_events() and poll_does_not_wait() functions
crc32: select an algorithm via Kconfig
crc32: add self-test code for crc32c
crypto: crc32c should use library implementation
crc32: bolt on crc32c
crc32: add note about this patchset to crc32.c
crc32: optimize loop counter for x86
crc32: add slice-by-8 algorithm to existing code
crc32: make CRC_*_BITS definition correspond to actual bit counts
crc32: fix mixing of endian-specific types
crc32: miscellaneous cleanups
crc32: simplify unit test code
crc32: move long comment about crc32 fundamentals to Documentation/
crc32: remove two instances of trailing whitespaces
checkpatch: check for quoted strings broken across lines
checkpatch: whitespace - add/remove blank lines
checkpatch: warn on use of yield()
checkpatch: add --strict tests for braces, comments and casts
checkpatch: add [] to type extensions
checkpatch: high precedence operators do not require additional parentheses in #defines
...
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r-- | Documentation/DocBook/80211.tmpl | 1 | ||||
-rw-r--r-- | Documentation/DocBook/filesystems.tmpl | 2 | ||||
-rw-r--r-- | Documentation/DocBook/kgdb.tmpl | 17 | ||||
-rw-r--r-- | Documentation/DocBook/libata.tmpl | 8 | ||||
-rw-r--r-- | Documentation/DocBook/media/v4l/compat.xml | 4 |
5 files changed, 24 insertions, 8 deletions
diff --git a/Documentation/DocBook/80211.tmpl b/Documentation/DocBook/80211.tmpl index 2014155c899d..c5ac6929c41c 100644 --- a/Documentation/DocBook/80211.tmpl +++ b/Documentation/DocBook/80211.tmpl | |||
@@ -129,7 +129,6 @@ | |||
129 | !Finclude/net/cfg80211.h cfg80211_pmksa | 129 | !Finclude/net/cfg80211.h cfg80211_pmksa |
130 | !Finclude/net/cfg80211.h cfg80211_send_rx_auth | 130 | !Finclude/net/cfg80211.h cfg80211_send_rx_auth |
131 | !Finclude/net/cfg80211.h cfg80211_send_auth_timeout | 131 | !Finclude/net/cfg80211.h cfg80211_send_auth_timeout |
132 | !Finclude/net/cfg80211.h __cfg80211_auth_canceled | ||
133 | !Finclude/net/cfg80211.h cfg80211_send_rx_assoc | 132 | !Finclude/net/cfg80211.h cfg80211_send_rx_assoc |
134 | !Finclude/net/cfg80211.h cfg80211_send_assoc_timeout | 133 | !Finclude/net/cfg80211.h cfg80211_send_assoc_timeout |
135 | !Finclude/net/cfg80211.h cfg80211_send_deauth | 134 | !Finclude/net/cfg80211.h cfg80211_send_deauth |
diff --git a/Documentation/DocBook/filesystems.tmpl b/Documentation/DocBook/filesystems.tmpl index f51f28531b8d..3fca32c41927 100644 --- a/Documentation/DocBook/filesystems.tmpl +++ b/Documentation/DocBook/filesystems.tmpl | |||
@@ -387,7 +387,7 @@ an example. | |||
387 | <title>See also</title> | 387 | <title>See also</title> |
388 | <para> | 388 | <para> |
389 | <citation> | 389 | <citation> |
390 | <ulink url="ftp://ftp.uk.linux.org/pub/linux/sct/fs/jfs/journal-design.ps.gz"> | 390 | <ulink url="http://kernel.org/pub/linux/kernel/people/sct/ext3/journal-design.ps.gz"> |
391 | Journaling the Linux ext2fs Filesystem, LinuxExpo 98, Stephen Tweedie | 391 | Journaling the Linux ext2fs Filesystem, LinuxExpo 98, Stephen Tweedie |
392 | </ulink> | 392 | </ulink> |
393 | </citation> | 393 | </citation> |
diff --git a/Documentation/DocBook/kgdb.tmpl b/Documentation/DocBook/kgdb.tmpl index d71b57fcf116..4ee4ba3509fc 100644 --- a/Documentation/DocBook/kgdb.tmpl +++ b/Documentation/DocBook/kgdb.tmpl | |||
@@ -362,6 +362,23 @@ | |||
362 | </para> | 362 | </para> |
363 | </para> | 363 | </para> |
364 | </sect1> | 364 | </sect1> |
365 | <sect1 id="kgdbreboot"> | ||
366 | <title>Run time parameter: kgdbreboot</title> | ||
367 | <para> The kgdbreboot feature allows you to change how the debugger | ||
368 | deals with the reboot notification. You have 3 choices for the | ||
369 | behavior. The default behavior is always set to 0.</para> | ||
370 | <orderedlist> | ||
371 | <listitem><para>echo -1 > /sys/module/debug_core/parameters/kgdbreboot</para> | ||
372 | <para>Ignore the reboot notification entirely.</para> | ||
373 | </listitem> | ||
374 | <listitem><para>echo 0 > /sys/module/debug_core/parameters/kgdbreboot</para> | ||
375 | <para>Send the detach message to any attached debugger client.</para> | ||
376 | </listitem> | ||
377 | <listitem><para>echo 1 > /sys/module/debug_core/parameters/kgdbreboot</para> | ||
378 | <para>Enter the debugger on reboot notify.</para> | ||
379 | </listitem> | ||
380 | </orderedlist> | ||
381 | </sect1> | ||
365 | </chapter> | 382 | </chapter> |
366 | <chapter id="usingKDB"> | 383 | <chapter id="usingKDB"> |
367 | <title>Using kdb</title> | 384 | <title>Using kdb</title> |
diff --git a/Documentation/DocBook/libata.tmpl b/Documentation/DocBook/libata.tmpl index cdd1bb9aac0d..31df1aa00710 100644 --- a/Documentation/DocBook/libata.tmpl +++ b/Documentation/DocBook/libata.tmpl | |||
@@ -22,8 +22,8 @@ | |||
22 | <para> | 22 | <para> |
23 | The contents of this file are subject to the Open | 23 | The contents of this file are subject to the Open |
24 | Software License version 1.1 that can be found at | 24 | Software License version 1.1 that can be found at |
25 | <ulink url="http://www.opensource.org/licenses/osl-1.1.txt">http://www.opensource.org/licenses/osl-1.1.txt</ulink> and is included herein | 25 | <ulink url="http://fedoraproject.org/wiki/Licensing:OSL1.1">http://fedoraproject.org/wiki/Licensing:OSL1.1</ulink> |
26 | by reference. | 26 | and is included herein by reference. |
27 | </para> | 27 | </para> |
28 | 28 | ||
29 | <para> | 29 | <para> |
@@ -945,7 +945,7 @@ and other resources, etc. | |||
945 | 945 | ||
946 | <listitem> | 946 | <listitem> |
947 | <para> | 947 | <para> |
948 | !BSY && ERR after CDB tranfer starts but before the | 948 | !BSY && ERR after CDB transfer starts but before the |
949 | last byte of CDB is transferred. ATA/ATAPI standard states | 949 | last byte of CDB is transferred. ATA/ATAPI standard states |
950 | that "The device shall not terminate the PACKET command | 950 | that "The device shall not terminate the PACKET command |
951 | with an error before the last byte of the command packet has | 951 | with an error before the last byte of the command packet has |
@@ -1050,7 +1050,7 @@ and other resources, etc. | |||
1050 | to complete a command. Combined with the fact that MWDMA | 1050 | to complete a command. Combined with the fact that MWDMA |
1051 | and PIO transfer errors aren't allowed to use ICRC bit up to | 1051 | and PIO transfer errors aren't allowed to use ICRC bit up to |
1052 | ATA/ATAPI-7, it seems to imply that ABRT bit alone could | 1052 | ATA/ATAPI-7, it seems to imply that ABRT bit alone could |
1053 | indicate tranfer errors. | 1053 | indicate transfer errors. |
1054 | </para> | 1054 | </para> |
1055 | <para> | 1055 | <para> |
1056 | However, ATA/ATAPI-8 draft revision 1f removes the part | 1056 | However, ATA/ATAPI-8 draft revision 1f removes the part |
diff --git a/Documentation/DocBook/media/v4l/compat.xml b/Documentation/DocBook/media/v4l/compat.xml index dd958b5a34e6..bce97c50391b 100644 --- a/Documentation/DocBook/media/v4l/compat.xml +++ b/Documentation/DocBook/media/v4l/compat.xml | |||
@@ -444,7 +444,7 @@ linkend="pixfmt-rgb"><constant>V4L2_PIX_FMT_BGR24</constant></link></para></entr | |||
444 | <entry><para><link | 444 | <entry><para><link |
445 | linkend="pixfmt-rgb"><constant>V4L2_PIX_FMT_BGR32</constant></link><footnote> | 445 | linkend="pixfmt-rgb"><constant>V4L2_PIX_FMT_BGR32</constant></link><footnote> |
446 | <para>Presumably all V4L RGB formats are | 446 | <para>Presumably all V4L RGB formats are |
447 | little-endian, although some drivers might interpret them according to machine endianess. V4L2 defines little-endian, big-endian and red/blue | 447 | little-endian, although some drivers might interpret them according to machine endianness. V4L2 defines little-endian, big-endian and red/blue |
448 | swapped variants. For details see <xref linkend="pixfmt-rgb" />.</para> | 448 | swapped variants. For details see <xref linkend="pixfmt-rgb" />.</para> |
449 | </footnote></para></entry> | 449 | </footnote></para></entry> |
450 | </row> | 450 | </row> |
@@ -823,7 +823,7 @@ standard); 35468950 Hz PAL and SECAM (625-line standards)</entry> | |||
823 | <row> | 823 | <row> |
824 | <entry>sample_format</entry> | 824 | <entry>sample_format</entry> |
825 | <entry>V4L2_PIX_FMT_GREY. The last four bytes (a | 825 | <entry>V4L2_PIX_FMT_GREY. The last four bytes (a |
826 | machine endianess integer) contain a frame counter.</entry> | 826 | machine endianness integer) contain a frame counter.</entry> |
827 | </row> | 827 | </row> |
828 | <row> | 828 | <row> |
829 | <entry>start[]</entry> | 829 | <entry>start[]</entry> |