Skip to content

Commit

Permalink
Documentation: move driver-api/isapnp to userspace-api/
Browse files Browse the repository at this point in the history
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
vegard authored and Jonathan Corbet committed Jan 3, 2024
1 parent 89405db commit 77e0755
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
1 change: 0 additions & 1 deletion Documentation/driver-api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ available subsections can be seen below.
dcdbas
eisa
isa
isapnp
io-mapping
io_ordering
generic-counter
Expand Down
1 change: 1 addition & 0 deletions Documentation/userspace-api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ place where this information is gathered.
vduse
futex2
tee
isapnp

.. only:: subproject and html

Expand Down
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
==========================
Expand Down
2 changes: 1 addition & 1 deletion MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion drivers/pnp/isapnp/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ config ISAPNP
depends on ISA || COMPILE_TEST
help
Say Y here if you would like support for ISA Plug and Play devices.
Some information is in <file:Documentation/driver-api/isapnp.rst>.
Some information is in <file:Documentation/userspace-api/isapnp.rst>.

If unsure, say Y.

0 comments on commit 77e0755

Please sign in to comment.