forked from meteorza/Amlogic_s905-kernel
-
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.
- Loading branch information
Showing
17,748 changed files
with
1,419,076 additions
and
437,931 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2090,7 +2090,7 @@ S: Kuala Lumpur, Malaysia | |
|
||
N: Mohit Kumar | ||
D: ST Microelectronics SPEAr13xx PCI host bridge driver | ||
D: Synopsys Designware PCI host bridge driver | ||
D: Synopsys DesignWare PCI host bridge driver | ||
|
||
N: Gabor Kuti | ||
E: [email protected] | ||
|
@@ -2606,11 +2606,9 @@ E: [email protected] | |
D: bug fixes, documentation, minor hackery | ||
|
||
N: Paul Moore | ||
E: [email protected] | ||
D: NetLabel author | ||
S: Hewlett-Packard | ||
S: 110 Spit Brook Road | ||
S: Nashua, NH 03062 | ||
E: [email protected] | ||
W: http://www.paul-moore.com | ||
D: NetLabel, SELinux, audit | ||
|
||
N: James Morris | ||
E: [email protected] | ||
|
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,19 @@ | ||
What: /sys/bus/nvmem/devices/.../nvmem | ||
Date: July 2015 | ||
KernelVersion: 4.2 | ||
Contact: Srinivas Kandagatla <[email protected]> | ||
Description: | ||
This file allows user to read/write the raw NVMEM contents. | ||
Permissions for write to this file depends on the nvmem | ||
provider configuration. | ||
|
||
ex: | ||
hexdump /sys/bus/nvmem/devices/qfprom0/nvmem | ||
|
||
0000000 0000 0000 0000 0000 0000 0000 0000 0000 | ||
* | ||
00000a0 db10 2240 0000 e000 0c00 0c00 0000 0c00 | ||
0000000 0000 0000 0000 0000 0000 0000 0000 0000 | ||
... | ||
* | ||
0001000 |
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 |
---|---|---|
|
@@ -55,14 +55,6 @@ Description: | |
Indicates the maximum USB speed supported by this port. | ||
Users: | ||
|
||
What: /sys/class/udc/<udc>/maximum_speed | ||
Date: June 2011 | ||
KernelVersion: 3.1 | ||
Contact: Felipe Balbi <[email protected]> | ||
Description: | ||
Indicates the maximum USB speed supported by this port. | ||
Users: | ||
|
||
What: /sys/class/udc/<udc>/soft_connect | ||
Date: June 2011 | ||
KernelVersion: 3.1 | ||
|
@@ -91,3 +83,11 @@ Description: | |
'configured', and 'suspended'; however not all USB Device | ||
Controllers support reporting all states. | ||
Users: | ||
|
||
What: /sys/class/udc/<udc>/function | ||
Date: June 2017 | ||
KernelVersion: 4.13 | ||
Contact: Felipe Balbi <[email protected]> | ||
Description: | ||
Prints out name of currently running USB Gadget Driver. | ||
Users: |
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,15 @@ | ||
What: /sys/bus/platform/drivers/aspeed-vuart/*/lpc_address | ||
Date: April 2017 | ||
Contact: Jeremy Kerr <[email protected]> | ||
Description: Configures which IO port the host side of the UART | ||
will appear on the host <-> BMC LPC bus. | ||
Users: OpenBMC. Proposed changes should be mailed to | ||
[email protected] | ||
|
||
What: /sys/bus/platform/drivers/aspeed-vuart*/sirq | ||
Date: April 2017 | ||
Contact: Jeremy Kerr <[email protected]> | ||
Description: Configures which interrupt number the host side of | ||
the UART will appear on the host <-> BMC LPC bus. | ||
Users: OpenBMC. Proposed changes should be mailed to | ||
[email protected] |
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,30 @@ | ||
What: sys/devices/pciXXXX:XX/0000:XX:XX.X/dma/dma<n>chan<n>/quickdata/cap | ||
Date: December 3, 2009 | ||
KernelVersion: 2.6.32 | ||
Contact: [email protected] | ||
Description: Capabilities the DMA supports.Currently there are DMA_PQ, DMA_PQ_VAL, | ||
DMA_XOR,DMA_XOR_VAL,DMA_INTERRUPT. | ||
|
||
What: sys/devices/pciXXXX:XX/0000:XX:XX.X/dma/dma<n>chan<n>/quickdata/ring_active | ||
Date: December 3, 2009 | ||
KernelVersion: 2.6.32 | ||
Contact: [email protected] | ||
Description: The number of descriptors active in the ring. | ||
|
||
What: sys/devices/pciXXXX:XX/0000:XX:XX.X/dma/dma<n>chan<n>/quickdata/ring_size | ||
Date: December 3, 2009 | ||
KernelVersion: 2.6.32 | ||
Contact: [email protected] | ||
Description: Descriptor ring size, total number of descriptors available. | ||
|
||
What: sys/devices/pciXXXX:XX/0000:XX:XX.X/dma/dma<n>chan<n>/quickdata/version | ||
Date: December 3, 2009 | ||
KernelVersion: 2.6.32 | ||
Contact: [email protected] | ||
Description: Version of ioatdma device. | ||
|
||
What: sys/devices/pciXXXX:XX/0000:XX:XX.X/dma/dma<n>chan<n>/quickdata/intr_coalesce | ||
Date: August 8, 2017 | ||
KernelVersion: 4.14 | ||
Contact: [email protected] | ||
Description: Tune-able interrupt delay value per channel basis. |
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,119 @@ | ||
What: /sys/hypervisor/compilation/compile_date | ||
Date: March 2009 | ||
KernelVersion: 2.6.30 | ||
Contact: [email protected] | ||
Description: If running under Xen: | ||
Contains the build time stamp of the Xen hypervisor | ||
Might return "<denied>" in case of special security settings | ||
in the hypervisor. | ||
|
||
What: /sys/hypervisor/compilation/compiled_by | ||
Date: March 2009 | ||
KernelVersion: 2.6.30 | ||
Contact: [email protected] | ||
Description: If running under Xen: | ||
Contains information who built the Xen hypervisor | ||
Might return "<denied>" in case of special security settings | ||
in the hypervisor. | ||
|
||
What: /sys/hypervisor/compilation/compiler | ||
Date: March 2009 | ||
KernelVersion: 2.6.30 | ||
Contact: [email protected] | ||
Description: If running under Xen: | ||
Compiler which was used to build the Xen hypervisor | ||
Might return "<denied>" in case of special security settings | ||
in the hypervisor. | ||
|
||
What: /sys/hypervisor/properties/capabilities | ||
Date: March 2009 | ||
KernelVersion: 2.6.30 | ||
Contact: [email protected] | ||
Description: If running under Xen: | ||
Space separated list of supported guest system types. Each type | ||
is in the format: <class>-<major>.<minor>-<arch> | ||
With: | ||
<class>: "xen" -- x86: paravirtualized, arm: standard | ||
"hvm" -- x86 only: fully virtualized | ||
<major>: major guest interface version | ||
<minor>: minor guest interface version | ||
<arch>: architecture, e.g.: | ||
"x86_32": 32 bit x86 guest without PAE | ||
"x86_32p": 32 bit x86 guest with PAE | ||
"x86_64": 64 bit x86 guest | ||
"armv7l": 32 bit arm guest | ||
"aarch64": 64 bit arm guest | ||
|
||
What: /sys/hypervisor/properties/changeset | ||
Date: March 2009 | ||
KernelVersion: 2.6.30 | ||
Contact: [email protected] | ||
Description: If running under Xen: | ||
Changeset of the hypervisor (git commit) | ||
Might return "<denied>" in case of special security settings | ||
in the hypervisor. | ||
|
||
What: /sys/hypervisor/properties/features | ||
Date: March 2009 | ||
KernelVersion: 2.6.30 | ||
Contact: [email protected] | ||
Description: If running under Xen: | ||
Features the Xen hypervisor supports for the guest as defined | ||
in include/xen/interface/features.h printed as a hex value. | ||
|
||
What: /sys/hypervisor/properties/pagesize | ||
Date: March 2009 | ||
KernelVersion: 2.6.30 | ||
Contact: [email protected] | ||
Description: If running under Xen: | ||
Default page size of the hypervisor printed as a hex value. | ||
Might return "0" in case of special security settings | ||
in the hypervisor. | ||
|
||
What: /sys/hypervisor/properties/virtual_start | ||
Date: March 2009 | ||
KernelVersion: 2.6.30 | ||
Contact: [email protected] | ||
Description: If running under Xen: | ||
Virtual address of the hypervisor as a hex value. | ||
|
||
What: /sys/hypervisor/type | ||
Date: March 2009 | ||
KernelVersion: 2.6.30 | ||
Contact: [email protected] | ||
Description: If running under Xen: | ||
Type of hypervisor: | ||
"xen": Xen hypervisor | ||
|
||
What: /sys/hypervisor/uuid | ||
Date: March 2009 | ||
KernelVersion: 2.6.30 | ||
Contact: [email protected] | ||
Description: If running under Xen: | ||
UUID of the guest as known to the Xen hypervisor. | ||
|
||
What: /sys/hypervisor/version/extra | ||
Date: March 2009 | ||
KernelVersion: 2.6.30 | ||
Contact: [email protected] | ||
Description: If running under Xen: | ||
The Xen version is in the format <major>.<minor><extra> | ||
This is the <extra> part of it. | ||
Might return "<denied>" in case of special security settings | ||
in the hypervisor. | ||
|
||
What: /sys/hypervisor/version/major | ||
Date: March 2009 | ||
KernelVersion: 2.6.30 | ||
Contact: [email protected] | ||
Description: If running under Xen: | ||
The Xen version is in the format <major>.<minor><extra> | ||
This is the <major> part of it. | ||
|
||
What: /sys/hypervisor/version/minor | ||
Date: March 2009 | ||
KernelVersion: 2.6.30 | ||
Contact: [email protected] | ||
Description: If running under Xen: | ||
The Xen version is in the format <major>.<minor><extra> | ||
This is the <minor> part of it. |
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 |
---|---|---|
@@ -1,12 +1,14 @@ | ||
What: /config/usb-gadget/gadget/functions/uac1.name | ||
Date: Sep 2014 | ||
KernelVersion: 3.18 | ||
Date: June 2017 | ||
KernelVersion: 4.14 | ||
Description: | ||
The attributes: | ||
|
||
audio_buf_size - audio buffer size | ||
fn_cap - capture pcm device file name | ||
fn_cntl - control device file name | ||
fn_play - playback pcm device file name | ||
req_buf_size - ISO OUT endpoint request buffer size | ||
req_count - ISO OUT endpoint request count | ||
c_chmask - capture channel mask | ||
c_srate - capture sampling rate | ||
c_ssize - capture sample size (bytes) | ||
p_chmask - playback channel mask | ||
p_srate - playback sampling rate | ||
p_ssize - playback sample size (bytes) | ||
req_number - the number of pre-allocated request | ||
for both capture and playback |
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,12 @@ | ||
What: /config/usb-gadget/gadget/functions/uac1_legacy.name | ||
Date: Sep 2014 | ||
KernelVersion: 3.18 | ||
Description: | ||
The attributes: | ||
|
||
audio_buf_size - audio buffer size | ||
fn_cap - capture pcm device file name | ||
fn_cntl - control device file name | ||
fn_play - playback pcm device file name | ||
req_buf_size - ISO OUT endpoint request buffer size | ||
req_count - ISO OUT endpoint request count |
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,45 @@ | ||
What: /sys/kernel/debug/powerpc/memtrace | ||
Date: Aug 2017 | ||
KernelVersion: 4.14 | ||
Contact: [email protected] | ||
Description: This folder contains the relevant debugfs files for the | ||
hardware trace macro to use. CONFIG_PPC64_HARDWARE_TRACING | ||
must be set. | ||
|
||
What: /sys/kernel/debug/powerpc/memtrace/enable | ||
Date: Aug 2017 | ||
KernelVersion: 4.14 | ||
Contact: [email protected] | ||
Description: Write an integer containing the size in bytes of the memory | ||
you want removed from each NUMA node to this file - it must be | ||
aligned to the memblock size. This amount of RAM will be removed | ||
from the kernel mappings and the following debugfs files will be | ||
created. This can only be successfully done once per boot. Once | ||
memory is successfully removed from each node, the following | ||
files are created. | ||
|
||
What: /sys/kernel/debug/powerpc/memtrace/<node-id> | ||
Date: Aug 2017 | ||
KernelVersion: 4.14 | ||
Contact: [email protected] | ||
Description: This directory contains information about the removed memory | ||
from the specific NUMA node. | ||
|
||
What: /sys/kernel/debug/powerpc/memtrace/<node-id>/size | ||
Date: Aug 2017 | ||
KernelVersion: 4.14 | ||
Contact: [email protected] | ||
Description: This contains the size of the memory removed from the node. | ||
|
||
What: /sys/kernel/debug/powerpc/memtrace/<node-id>/start | ||
Date: Aug 2017 | ||
KernelVersion: 4.14 | ||
Contact: [email protected] | ||
Description: This contains the start address of the removed memory. | ||
|
||
What: /sys/kernel/debug/powerpc/memtrace/<node-id>/trace | ||
Date: Aug 2017 | ||
KernelVersion: 4.14 | ||
Contact: [email protected] | ||
Description: This is where the hardware trace macro will output the trace | ||
it generates. |
Oops, something went wrong.