Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Vegard Nossum and committed by
Jonathan Corbet
77e07557 89405db5

+7 -7
-1
Documentation/driver-api/index.rst
··· 81 81 dcdbas 82 82 eisa 83 83 isa 84 - isapnp 85 84 io-mapping 86 85 io_ordering 87 86 generic-counter
+4 -4
Documentation/driver-api/isapnp.rst Documentation/userspace-api/isapnp.rst
··· 1 - ========================================================== 2 - ISA Plug & Play support by Jaroslav Kysela <perex@suse.cz> 3 - ========================================================== 1 + ======================= 2 + ISA Plug & Play support 3 + ======================= 4 4 5 5 Interface /proc/isapnp 6 6 ====================== 7 7 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. 9 9 10 10 Interface /proc/bus/isapnp 11 11 ==========================
+1
Documentation/userspace-api/index.rst
··· 31 31 vduse 32 32 futex2 33 33 tee 34 + isapnp 34 35 35 36 .. only:: subproject and html 36 37
+1 -1
MAINTAINERS
··· 11252 11252 ISAPNP 11253 11253 M: Jaroslav Kysela <perex@perex.cz> 11254 11254 S: Maintained 11255 - F: Documentation/driver-api/isapnp.rst 11255 + F: Documentation/userspace-api/isapnp.rst 11256 11256 F: drivers/pnp/isapnp/ 11257 11257 F: include/linux/isapnp.h 11258 11258
+1 -1
drivers/pnp/isapnp/Kconfig
··· 7 7 depends on ISA || COMPILE_TEST 8 8 help 9 9 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>. 11 11 12 12 If unsure, say Y.