-
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 'mac80211-next-for-davem-2016-04-13' of git://git.kernel.or…
…g/pub/scm/linux/kernel/git/jberg/mac80211-next into master To synchronize with Kalle, here's just a big change that affects all drivers - removing the duplicated enum ieee80211_band and replacing it by enum nl80211_band. On top of that, just a small documentation update.
- Loading branch information
Showing
4,931 changed files
with
236,846 additions
and
99,315 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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
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 |
---|---|---|
@@ -0,0 +1,87 @@ | ||
What: /sys/fs/orangefs/perf_counters/* | ||
Date: Jun 2015 | ||
Contact: Mike Marshall <hubcap@omnibond.com> | ||
Description: | ||
Counters and settings for various caches. | ||
Read only. | ||
|
||
|
||
What: /sys/fs/orangefs/perf_counter_reset | ||
Date: June 2015 | ||
Contact: Mike Marshall <hubcap@omnibond.com> | ||
Description: | ||
echo a 0 or a 1 into perf_counter_reset to | ||
reset all the counters in | ||
/sys/fs/orangefs/perf_counters | ||
except ones with PINT_PERF_PRESERVE set. | ||
|
||
|
||
What: /sys/fs/orangefs/perf_time_interval_secs | ||
Date: Jun 2015 | ||
Contact: Mike Marshall <hubcap@omnibond.com> | ||
Description: | ||
Length of perf counter intervals in | ||
seconds. | ||
|
||
|
||
What: /sys/fs/orangefs/perf_history_size | ||
Date: Jun 2015 | ||
Contact: Mike Marshall <hubcap@omnibond.com> | ||
Description: | ||
The perf_counters cache statistics have N, or | ||
perf_history_size, samples. The default is | ||
one. | ||
|
||
Every perf_time_interval_secs the (first) | ||
samples are reset. | ||
|
||
If N is greater than one, the "current" set | ||
of samples is reset, and the samples from the | ||
other N-1 intervals remain available. | ||
|
||
|
||
What: /sys/fs/orangefs/op_timeout_secs | ||
Date: Jun 2015 | ||
Contact: Mike Marshall <hubcap@omnibond.com> | ||
Description: | ||
Service operation timeout in seconds. | ||
|
||
|
||
What: /sys/fs/orangefs/slot_timeout_secs | ||
Date: Jun 2015 | ||
Contact: Mike Marshall <hubcap@omnibond.com> | ||
Description: | ||
"Slot" timeout in seconds. A "slot" | ||
is an indexed buffer in the shared | ||
memory segment used for communication | ||
between the kernel module and userspace. | ||
Slots are requested and waited for, | ||
the wait times out after slot_timeout_secs. | ||
|
||
|
||
What: /sys/fs/orangefs/acache/* | ||
Date: Jun 2015 | ||
Contact: Mike Marshall <hubcap@omnibond.com> | ||
Description: | ||
Attribute cache configurable settings. | ||
|
||
|
||
What: /sys/fs/orangefs/ncache/* | ||
Date: Jun 2015 | ||
Contact: Mike Marshall <hubcap@omnibond.com> | ||
Description: | ||
Name cache configurable settings. | ||
|
||
|
||
What: /sys/fs/orangefs/capcache/* | ||
Date: Jun 2015 | ||
Contact: Mike Marshall <hubcap@omnibond.com> | ||
Description: | ||
Capability cache configurable settings. | ||
|
||
|
||
What: /sys/fs/orangefs/ccache/* | ||
Date: Jun 2015 | ||
Contact: Mike Marshall <hubcap@omnibond.com> | ||
Description: | ||
Credential cache configurable settings. |
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
23 changes: 23 additions & 0 deletions
23
Documentation/ABI/testing/sysfs-platform-i2c-demux-pinctrl
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
What: /sys/devices/platform/<i2c-demux-name>/cur_master | ||
Date: January 2016 | ||
KernelVersion: 4.6 | ||
Contact: Wolfram Sang <wsa@the-dreams.de> | ||
Description: | ||
|
||
This file selects the active I2C master for a demultiplexed bus. | ||
|
||
Write 0 there for the first master, 1 for the second etc. Reading the file will | ||
give you a list with the active master marked. Example from a Renesas Lager | ||
board: | ||
|
||
root@Lager:~# cat /sys/devices/platform/i2c@8/cur_master | ||
* 0 - /i2c@9 | ||
1 - /i2c@e6520000 | ||
2 - /i2c@e6530000 | ||
|
||
root@Lager:~# echo 2 > /sys/devices/platform/i2c@8/cur_master | ||
|
||
root@Lager:~# cat /sys/devices/platform/i2c@8/cur_master | ||
0 - /i2c@9 | ||
1 - /i2c@e6520000 | ||
* 2 - /i2c@e6530000 |
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
Oops, something went wrong.