Connect the newly RST-formatted documentation to the rest; this had to wait
until the input pull was done. There's also a few small fixes that wandered in. -----BEGIN PGP SIGNATURE----- iQIcBAABAgAGBQJZFKWWAAoJEI3ONVYwIuV6e1QP/iuwl4dBo9wl8KZAarErCWSf uAXx33ca4dnPOoxbDwRtg41ioSrF69vVjJp35oyBBSOVyDhQiLvec0Fq6EGObRo4 Xsoe0JwvadqY+aTETxXm3Id4aZHk3OMyCtZRinomeU9tN5dRNQaffvLG6Rtl7JK2 /tlqeNTmD1hLoD7azuvhwKfPYWDaYvmqd5I6F/2ANhYyJSg7pivpuN3Xfpf8GaiG wmaCqF0OLKBXfTPQwC69YX7PPye3AOGUbIYt6RwfVhutKkXjazsH7n3vSJD63UFn 8/1eh+UjOGWfriz5oih3DTd+Hf1A7KhRCyxoOSReo78Z3k3YXqmOFgCCgfE0oX71 2WIdEBHiNnHNH8bdaTMIfqjG0JvNzYmXq+uXvHWiW8juhE/2ZhNRG+uyrRiADctm TWjC4v219yY5h2IMcfyWOyLi1q/4zM3nmc8J1Ia+J9jH6ICKM+8sMrHaMyoSlCIQ FcYe6gQdD1NepV675QiZUObCxUWu840jNSqYtF+0Ck/DREJKDEAdS7cmCxfDSAgf oh6LsSHZy8tMyeOa9Wf9d5EPzK/eqd7x/vMKPI3jaETrwdXZzjO6Bn3codWx/gl6 7E/xqE8qCremcOWHIyx9jhd6T38swD+NScLU9CfRCKh+mddRDy3IiXD6NBo+m6Rq echBXgxl/P0CIck2W4Ql =Zk24 -----END PGP SIGNATURE----- Merge tag 'docs-4.12-2' of git://git.lwn.net/linux Pull more documentation updates from Jonathan Corbet: "Connect the newly RST-formatted documentation to the rest; this had to wait until the input pull was done. There's also a few small fixes that wandered in" * tag 'docs-4.12-2' of git://git.lwn.net/linux: doc: replace FTP URL to kernel.org with HTTPS one docs: update references to the device io book Documentation: earlycon: fix Marvell Armada 3700 UART name docs-rst: add input docs at main index and use kernel-figure
This commit is contained in:
Коммит
09d79d1033
|
@ -362,7 +362,7 @@ If something goes wrong
|
|||
as is, otherwise you will have to use the ``ksymoops`` program to make
|
||||
sense of the dump (but compiling with CONFIG_KALLSYMS is usually preferred).
|
||||
This utility can be downloaded from
|
||||
ftp://ftp.<country>.kernel.org/pub/linux/utils/kernel/ksymoops/ .
|
||||
https://www.kernel.org/pub/linux/utils/kernel/ksymoops/ .
|
||||
Alternatively, you can do the dump lookup by hand:
|
||||
|
||||
- In debugging dumps like the above, it helps enormously if you can
|
||||
|
|
|
@ -972,7 +972,7 @@
|
|||
A valid base address must be provided, and the serial
|
||||
port must already be setup and configured.
|
||||
|
||||
armada3700_uart,<addr>
|
||||
ar3700_uart,<addr>
|
||||
Start an early, polled-mode console on the
|
||||
Armada 3700 serial port at the specified
|
||||
address. The serial port must already be setup
|
||||
|
|
|
@ -67,6 +67,7 @@ needed).
|
|||
driver-api/index
|
||||
core-api/index
|
||||
media/index
|
||||
input/index
|
||||
gpu/index
|
||||
security/index
|
||||
sound/index
|
||||
|
|
|
@ -130,11 +130,11 @@ See <uapi/linux/input.h> for a description of the ff_effect struct. You
|
|||
should also find help in a few sketches, contained in files shape.svg
|
||||
and interactive.svg:
|
||||
|
||||
.. figure:: shape.svg
|
||||
.. kernel-figure:: shape.svg
|
||||
|
||||
Shape
|
||||
|
||||
.. figure:: interactive.svg
|
||||
.. kernel-figure:: interactive.svg
|
||||
|
||||
Interactive
|
||||
|
||||
|
|
|
@ -2373,7 +2373,7 @@ is performed:
|
|||
spin_unlock(Q);
|
||||
|
||||
|
||||
See Documentation/DocBook/deviceiobook.tmpl for more information.
|
||||
See Documentation/driver-api/device-io.rst for more information.
|
||||
|
||||
|
||||
=================================
|
||||
|
@ -2614,7 +2614,7 @@ might be needed:
|
|||
relaxed memory access properties, then _mandatory_ memory barriers are
|
||||
required to enforce ordering.
|
||||
|
||||
See Documentation/DocBook/deviceiobook.tmpl for more information.
|
||||
See Documentation/driver-api/device-io.rst for more information.
|
||||
|
||||
|
||||
INTERRUPTS
|
||||
|
|
|
@ -2343,7 +2343,7 @@ ACQUIRE VS I/O 액세스
|
|||
spin_unlock(Q);
|
||||
|
||||
|
||||
더 많은 정보를 위해선 Documenataion/DocBook/deviceiobook.tmpl 을 참고하세요.
|
||||
더 많은 정보를 위해선 Documentation/driver-api/device-io.rst 를 참고하세요.
|
||||
|
||||
|
||||
=========================
|
||||
|
@ -2578,7 +2578,7 @@ CPU 에서는 사용되는 어토믹 인스트럭션 자체에 메모리 배리
|
|||
(2) 만약 액세스 함수들이 완화된 메모리 액세스 속성을 갖는 I/O 메모리 윈도우를
|
||||
사용한다면, 순서를 강제하기 위해선 _mandatory_ 메모리 배리어가 필요합니다.
|
||||
|
||||
더 많은 정보를 위해선 Documentation/DocBook/deviceiobook.tmpl 을 참고하십시오.
|
||||
더 많은 정보를 위해선 Documentation/driver-api/device-io.rst 를 참고하십시오.
|
||||
|
||||
|
||||
인터럽트
|
||||
|
|
Загрузка…
Ссылка в новой задаче