Skip to content

Commit 77e0755

Browse files
vegardJonathan Corbet
authored andcommitted
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 <perex@perex.cz> Cc: Mauro Carvalho Chehab <mchehab@kernel.org> Cc: Alexandre Belloni <alexandre.belloni@bootlin.com> Cc: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com> Reviewed-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/20231221124816.2978000-2-vegard.nossum@oracle.com
1 parent 89405db commit 77e0755

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

Documentation/driver-api/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ available subsections can be seen below.
8181
dcdbas
8282
eisa
8383
isa
84-
isapnp
8584
io-mapping
8685
io_ordering
8786
generic-counter

Documentation/userspace-api/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ place where this information is gathered.
3131
vduse
3232
futex2
3333
tee
34+
isapnp
3435

3536
.. only:: subproject and html
3637

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
==========================================================
2-
ISA Plug & Play support by Jaroslav Kysela <perex@suse.cz>
3-
==========================================================
1+
=======================
2+
ISA Plug & Play support
3+
=======================
44

55
Interface /proc/isapnp
66
======================
77

8-
The interface has been removed. See pnp.txt for more details.
8+
The interface was removed in kernel 2.5.53. See pnp.rst for more details.
99

1010
Interface /proc/bus/isapnp
1111
==========================

MAINTAINERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11252,7 +11252,7 @@ F: drivers/media/radio/radio-isa*
1125211252
ISAPNP
1125311253
M: Jaroslav Kysela <perex@perex.cz>
1125411254
S: Maintained
11255-
F: Documentation/driver-api/isapnp.rst
11255+
F: Documentation/userspace-api/isapnp.rst
1125611256
F: drivers/pnp/isapnp/
1125711257
F: include/linux/isapnp.h
1125811258

drivers/pnp/isapnp/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ config ISAPNP
77
depends on ISA || COMPILE_TEST
88
help
99
Say Y here if you would like support for ISA Plug and Play devices.
10-
Some information is in <file:Documentation/driver-api/isapnp.rst>.
10+
Some information is in <file:Documentation/userspace-api/isapnp.rst>.
1111

1212
If unsure, say Y.

0 commit comments

Comments
 (0)