Commit c309b6f2 authored by Linus Torvalds's avatar Linus Torvalds
Browse files
Pull rst conversion of docs from Mauro Carvalho Chehab:
 "As agreed with Jon, I'm sending this big series directly to you, c/c
  him, as this series required a special care, in order to avoid
  conflicts with other trees"

* tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media: (77 commits)
  docs: kbuild: fix build with pdf and fix some minor issues
  docs: block: fix pdf output
  docs: arm: fix a breakage with pdf output
  docs: don't use nested tables
  docs: gpio: add sysfs interface to the admin-guide
  docs: locking: add it to the main index
  docs: add some directories to the main documentation index
  docs: add SPDX tags to new index files
  docs: add a memory-devices subdir to driver-api
  docs: phy: place documentation under driver-api
  docs: serial: move it to the driver-api
  docs: driver-api: add remaining converted dirs to it
  docs: driver-api: add xilinx driver API documentation
  docs: driver-api: add a series of orphaned documents
  docs: admin-guide: add a series of orphaned documents
  docs: cgroup-v1: add it to the admin-guide book
  docs: aoe: add it to the driver-api book
  docs: add some documentation dirs to the driver-api book
  docs: driver-model: move it to the driver-api book
  docs: lp855x-driver.rst: add it to the driver-api book
  ...
parents 3e859477 16886949
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -3120,7 +3120,7 @@ S: France
N: Rik van Riel
N: Rik van Riel
E: riel@redhat.com
E: riel@redhat.com
W: http://www.surriel.com/
W: http://www.surriel.com/
D: Linux-MM site, Documentation/sysctl/*, swap/mm readaround
D: Linux-MM site, Documentation/admin-guide/sysctl/*, swap/mm readaround
D: kswapd fixes, random kernel hacker, rmap VM,
D: kswapd fixes, random kernel hacker, rmap VM,
D: nl.linux.org administrator, minor scheduler additions
D: nl.linux.org administrator, minor scheduler additions
S: Red Hat Boston
S: Red Hat Boston
+1 −1
Original line number Original line Diff line number Diff line
@@ -11,7 +11,7 @@ Description:
  Kernel code may export it for complete or partial access.
  Kernel code may export it for complete or partial access.


  GPIOs are identified as they are inside the kernel, using integers in
  GPIOs are identified as they are inside the kernel, using integers in
  the range 0..INT_MAX.  See Documentation/gpio for more information.
  the range 0..INT_MAX.  See Documentation/admin-guide/gpio for more information.


    /sys/class/gpio
    /sys/class/gpio
	/export ... asks the kernel to export a GPIO to userspace
	/export ... asks the kernel to export a GPIO to userspace
+1 −1
Original line number Original line Diff line number Diff line
rfkill - radio frequency (RF) connector kill switch support
rfkill - radio frequency (RF) connector kill switch support


For details to this subsystem look at Documentation/rfkill.txt.
For details to this subsystem look at Documentation/driver-api/rfkill.rst.


What:		/sys/class/rfkill/rfkill[0-9]+/claim
What:		/sys/class/rfkill/rfkill[0-9]+/claim
Date:		09-Jul-2007
Date:		09-Jul-2007
+1 −1
Original line number Original line Diff line number Diff line
rfkill - radio frequency (RF) connector kill switch support
rfkill - radio frequency (RF) connector kill switch support


For details to this subsystem look at Documentation/rfkill.txt.
For details to this subsystem look at Documentation/driver-api/rfkill.rst.


For the deprecated /sys/class/rfkill/*/claim knobs of this interface look in
For the deprecated /sys/class/rfkill/*/claim knobs of this interface look in
Documentation/ABI/removed/sysfs-class-rfkill.
Documentation/ABI/removed/sysfs-class-rfkill.
+1 −1
Original line number Original line Diff line number Diff line
@@ -61,7 +61,7 @@ Date: October 2002
Contact:	Linux Memory Management list <linux-mm@kvack.org>
Contact:	Linux Memory Management list <linux-mm@kvack.org>
Description:
Description:
		The node's hit/miss statistics, in units of pages.
		The node's hit/miss statistics, in units of pages.
		See Documentation/numastat.txt
		See Documentation/admin-guide/numastat.rst


What:		/sys/devices/system/node/nodeX/distance
What:		/sys/devices/system/node/nodeX/distance
Date:		October 2002
Date:		October 2002
Loading