forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'docs-5.14' of git://git.lwn.net/linux
Pull documentation updates from Jonathan Corbet: "This was a reasonably active cycle for documentation; this includes: - Some kernel-doc cleanups. That script is still regex onslaught from hell, but it has gotten a little better. - Improvements to the checkpatch docs, which are also used by the tool itself. - A major update to the pathname lookup documentation. - Elimination of :doc: markup, since our automarkup magic can create references from filenames without all the extra noise. - The flurry of Chinese translation activity continues. Plus, of course, the usual collection of updates, typo fixes, and warning fixes" * tag 'docs-5.14' of git://git.lwn.net/linux: (115 commits) docs: path-lookup: use bare function() rather than literals docs: path-lookup: update symlink description docs: path-lookup: update get_link() ->follow_link description docs: path-lookup: update WALK_GET, WALK_PUT desc docs: path-lookup: no get_link() docs: path-lookup: update i_op->put_link and cookie description docs: path-lookup: i_op->follow_link replaced with i_op->get_link docs: path-lookup: Add macro name to symlink limit description docs: path-lookup: remove filename_mountpoint docs: path-lookup: update do_last() part docs: path-lookup: update path_mountpoint() part docs: path-lookup: update path_to_nameidata() part docs: path-lookup: update follow_managed() part docs: Makefile: Use CONFIG_SHELL not SHELL docs: Take a little noise out of the build process docs: x86: avoid using ReST :doc:`foo` markup docs: virt: kvm: s390-pv-boot.rst: avoid using ReST :doc:`foo` markup docs: userspace-api: landlock.rst: avoid using ReST :doc:`foo` markup docs: trace: ftrace.rst: avoid using ReST :doc:`foo` markup docs: trace: coresight: coresight.rst: avoid using ReST :doc:`foo` markup ...
- Loading branch information
Showing
147 changed files
with
5,720 additions
and
1,076 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ Contact: Dhaval Giani <[email protected]> | |
Description: | ||
The /sys/kernel/uids/<uid>/cpu_shares tunable is used | ||
to set the cpu bandwidth a user is allowed. This is a | ||
propotional value. What that means is that if there | ||
proportional value. What that means is that if there | ||
are two users logged in, each with an equal number of | ||
shares, then they will get equal CPU bandwidth. Another | ||
example would be, if User A has shares = 1024 and user | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,7 +61,7 @@ Date: September. 2017 | |
KernelVersion: 4.14 | ||
Contact: Stephen Hemminger <[email protected]> | ||
Description: Directory for per-channel information | ||
NN is the VMBUS relid associtated with the channel. | ||
NN is the VMBUS relid associated with the channel. | ||
|
||
What: /sys/bus/vmbus/devices/<UUID>/channels/<N>/cpu | ||
Date: September. 2017 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ Date: April 2011 | |
KernelVersion: 3.0 | ||
Contact: Konrad Rzeszutek Wilk <[email protected]> | ||
Description: | ||
The major:minor number (in hexidecimal) of the | ||
The major:minor number (in hexadecimal) of the | ||
physical device providing the storage for this backend | ||
block device. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -173,7 +173,7 @@ What: /sys/bus/dsa/devices/wq<m>.<n>/priority | |
Date: Oct 25, 2019 | ||
KernelVersion: 5.6.0 | ||
Contact: [email protected] | ||
Description: The priority value of this work queue, it is a vlue relative to | ||
Description: The priority value of this work queue, it is a value relative to | ||
other work queue in the same group to control quality of service | ||
for dispatching work from multiple workqueues in the same group. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ What: /sys/kernel/debug/genwqe/genwqe<n>_card/prev_regs | |
Date: Oct 2013 | ||
Contact: [email protected] | ||
Description: Dump of the error registers before the last reset of | ||
the card occured. | ||
the card occurred. | ||
Only available for PF. | ||
|
||
What: /sys/kernel/debug/genwqe/genwqe<n>_card/prev_dbg_uid0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -153,7 +153,7 @@ KernelVersion: 5.1 | |
Contact: [email protected] | ||
Description: Triggers an I2C transaction that is generated by the device's | ||
CPU. Writing to this file generates a write transaction while | ||
reading from the file generates a read transcation | ||
reading from the file generates a read transaction | ||
|
||
What: /sys/kernel/debug/habanalabs/hl<n>/i2c_reg | ||
Date: Jan 2019 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ KernelVersion: 4.12 | |
Contact: [email protected] | ||
Description: | ||
Sends an FSI BREAK command on a master's communication | ||
link to any connnected slaves. A BREAK resets connected | ||
link to any connected slaves. A BREAK resets connected | ||
device's logic and preps it to receive further commands | ||
from the master. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -786,7 +786,7 @@ What: /sys/.../events/in_capacitanceY_adaptive_thresh_rising_en | |
What: /sys/.../events/in_capacitanceY_adaptive_thresh_falling_en | ||
KernelVersion: 5.13 | ||
Contact: [email protected] | ||
Descrption: | ||
Description: | ||
Adaptive thresholds are similar to normal fixed thresholds | ||
but the value is expressed as an offset from a value which | ||
provides a low frequency approximation of the channel itself. | ||
|
@@ -798,10 +798,10 @@ What: /sys/.../in_capacitanceY_adaptive_thresh_rising_timeout | |
What: /sys/.../in_capacitanceY_adaptive_thresh_falling_timeout | ||
KernelVersion: 5.11 | ||
Contact: [email protected] | ||
Descrption: | ||
Description: | ||
When adaptive thresholds are used, the tracking signal | ||
may adjust too slowly to step changes in the raw signal. | ||
*_timeout (in seconds) specifies a time for which the | ||
Thus these specify the time in seconds for which the | ||
difference between the slow tracking signal and the raw | ||
signal is allowed to remain out-of-range before a reset | ||
event occurs in which the tracking signal is made equal | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -84,3 +84,103 @@ Description: | |
It can be enabled by writing the value stored in | ||
/sys/class/backlight/<backlight>/max_brightness to | ||
/sys/class/backlight/<backlight>/brightness. | ||
|
||
What: /sys/class/backlight/<backlight>/<ambient light zone>_max | ||
Date: Sep, 2009 | ||
KernelVersion: v2.6.32 | ||
Contact: [email protected] | ||
Description: | ||
Control the maximum brightness for <ambient light zone> | ||
on this <backlight>. Values are between 0 and 127. This file | ||
will also show the brightness level stored for this | ||
<ambient light zone>. | ||
|
||
The <ambient light zone> is device-driver specific: | ||
|
||
For ADP5520 and ADP5501, <ambient light zone> can be: | ||
|
||
=========== ================================================ | ||
Ambient sysfs entry | ||
light zone | ||
=========== ================================================ | ||
daylight /sys/class/backlight/<backlight>/daylight_max | ||
office /sys/class/backlight/<backlight>/office_max | ||
dark /sys/class/backlight/<backlight>/dark_max | ||
=========== ================================================ | ||
|
||
For ADP8860, <ambient light zone> can be: | ||
|
||
=========== ================================================ | ||
Ambient sysfs entry | ||
light zone | ||
=========== ================================================ | ||
l1_daylight /sys/class/backlight/<backlight>/l1_daylight_max | ||
l2_office /sys/class/backlight/<backlight>/l2_office_max | ||
l3_dark /sys/class/backlight/<backlight>/l3_dark_max | ||
=========== ================================================ | ||
|
||
For ADP8870, <ambient light zone> can be: | ||
|
||
=========== ================================================ | ||
Ambient sysfs entry | ||
light zone | ||
=========== ================================================ | ||
l1_daylight /sys/class/backlight/<backlight>/l1_daylight_max | ||
l2_bright /sys/class/backlight/<backlight>/l2_bright_max | ||
l3_office /sys/class/backlight/<backlight>/l3_office_max | ||
l4_indoor /sys/class/backlight/<backlight>/l4_indoor_max | ||
l5_dark /sys/class/backlight/<backlight>/l5_dark_max | ||
=========== ================================================ | ||
|
||
See also: /sys/class/backlight/<backlight>/ambient_light_zone. | ||
|
||
What: /sys/class/backlight/<backlight>/<ambient light zone>_dim | ||
Date: Sep, 2009 | ||
KernelVersion: v2.6.32 | ||
Contact: [email protected] | ||
Description: | ||
Control the dim brightness for <ambient light zone> | ||
on this <backlight>. Values are between 0 and 127, typically | ||
set to 0. Full off when the backlight is disabled. | ||
This file will also show the dim brightness level stored for | ||
this <ambient light zone>. | ||
|
||
The <ambient light zone> is device-driver specific: | ||
|
||
For ADP5520 and ADP5501, <ambient light zone> can be: | ||
|
||
=========== ================================================ | ||
Ambient sysfs entry | ||
light zone | ||
=========== ================================================ | ||
daylight /sys/class/backlight/<backlight>/daylight_dim | ||
office /sys/class/backlight/<backlight>/office_dim | ||
dark /sys/class/backlight/<backlight>/dark_dim | ||
=========== ================================================ | ||
|
||
For ADP8860, <ambient light zone> can be: | ||
|
||
=========== ================================================ | ||
Ambient sysfs entry | ||
light zone | ||
=========== ================================================ | ||
l1_daylight /sys/class/backlight/<backlight>/l1_daylight_dim | ||
l2_office /sys/class/backlight/<backlight>/l2_office_dim | ||
l3_dark /sys/class/backlight/<backlight>/l3_dark_dim | ||
=========== ================================================ | ||
|
||
For ADP8870, <ambient light zone> can be: | ||
|
||
=========== ================================================ | ||
Ambient sysfs entry | ||
light zone | ||
=========== ================================================ | ||
l1_daylight /sys/class/backlight/<backlight>/l1_daylight_dim | ||
l2_bright /sys/class/backlight/<backlight>/l2_bright_dim | ||
l3_office /sys/class/backlight/<backlight>/l3_office_dim | ||
l4_indoor /sys/class/backlight/<backlight>/l4_indoor_dim | ||
l5_dark /sys/class/backlight/<backlight>/l5_dark_dim | ||
=========== ================================================ | ||
|
||
See also: /sys/class/backlight/<backlight>/ambient_light_zone. | ||
|
Oops, something went wrong.