forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Documentation: move driver-api/isapnp to userspace-api/
driver-api/isapnp documents /proc interfaces for interfacing directly with ISA Plug & Play devices, not any kind of API for kernel developers, and should thus also live under userspace-api/. Also fix a few issues while we're at it. Cc: Jaroslav Kysela <[email protected]> Cc: Mauro Carvalho Chehab <[email protected]> Cc: Alexandre Belloni <[email protected]> Cc: Bartlomiej Zolnierkiewicz <[email protected]> Signed-off-by: Vegard Nossum <[email protected]> Reviewed-by: Randy Dunlap <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]> Link: https://lore.kernel.org/r/[email protected]
- Loading branch information
Showing
5 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,6 +31,7 @@ place where this information is gathered. | |
vduse | ||
futex2 | ||
tee | ||
isapnp | ||
|
||
.. only:: subproject and html | ||
|
||
|
8 changes: 4 additions & 4 deletions
8
Documentation/driver-api/isapnp.rst → Documentation/userspace-api/isapnp.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
========================================================== | ||
ISA Plug & Play support by Jaroslav Kysela <[email protected]> | ||
========================================================== | ||
======================= | ||
ISA Plug & Play support | ||
======================= | ||
|
||
Interface /proc/isapnp | ||
====================== | ||
|
||
The interface has been removed. See pnp.txt for more details. | ||
The interface was removed in kernel 2.5.53. See pnp.rst for more details. | ||
|
||
Interface /proc/bus/isapnp | ||
========================== | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11252,7 +11252,7 @@ F: drivers/media/radio/radio-isa* | |
ISAPNP | ||
M: Jaroslav Kysela <[email protected]> | ||
S: Maintained | ||
F: Documentation/driver-api/isapnp.rst | ||
F: Documentation/userspace-api/isapnp.rst | ||
F: drivers/pnp/isapnp/ | ||
F: include/linux/isapnp.h | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters