X86 platform drivers
 help / color / mirror / Atom feed
* [PATCH 0/2] Move driver-api/{dcdbas,isapnp} to userspace-api/
@ 2023-12-21 12:48 Vegard Nossum
  2023-12-21 12:48 ` [PATCH 1/2] Documentation: move driver-api/isapnp " Vegard Nossum
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Vegard Nossum @ 2023-12-21 12:48 UTC (permalink / raw)
  To: Jonathan Corbet, Jaroslav Kysela, Stuart Hayes
  Cc: linux-doc, linux-kernel, platform-driver-x86, Vegard Nossum

Hi,

Neither isapnp.rst nor dcdbas.rst document driver APIs; rather, they
document /proc and /sys interfaces, respectively, which are userspace
APIs.

I'm submitting this to the documentation tree -- Jaroslav and Stuart,
is that OK with you? I suggest doing it that way since there is a tiny
dependency between the patches (for the driver-api/index.rst and
userspace-api/index.rst changes).

Testing: ran htmldocs, didn't see any warnings related to these.

Thanks,


Vegard

--

Vegard Nossum (2):
  Documentation: move driver-api/isapnp to userspace-api/
  Documentation: move driver-api/dcdbas to userspace-api/

 Documentation/driver-api/index.rst                     | 2 --
 Documentation/{driver-api => userspace-api}/dcdbas.rst | 0
 Documentation/userspace-api/index.rst                  | 2 ++
 Documentation/{driver-api => userspace-api}/isapnp.rst | 8 ++++----
 MAINTAINERS                                            | 4 ++--
 drivers/platform/x86/dell/Kconfig                      | 2 +-
 drivers/platform/x86/dell/dcdbas.c                     | 2 +-
 drivers/pnp/isapnp/Kconfig                             | 2 +-
 8 files changed, 11 insertions(+), 11 deletions(-)
 rename Documentation/{driver-api => userspace-api}/dcdbas.rst (100%)
 rename Documentation/{driver-api => userspace-api}/isapnp.rst (51%)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-01-03 21:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-21 12:48 [PATCH 0/2] Move driver-api/{dcdbas,isapnp} to userspace-api/ Vegard Nossum
2023-12-21 12:48 ` [PATCH 1/2] Documentation: move driver-api/isapnp " Vegard Nossum
2023-12-22 19:11   ` Randy Dunlap
2023-12-21 12:48 ` [PATCH 2/2] Documentation: move driver-api/dcdbas " Vegard Nossum
2023-12-21 13:01   ` Hans de Goede
2023-12-22 19:11   ` Randy Dunlap
2024-01-03 21:19 ` [PATCH 0/2] Move driver-api/{dcdbas,isapnp} " Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox