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 'asoc-fix-v4.13-rc3' of git://git.kernel.org/pub/scm/linux/…
…kernel/git/broonie/sound into for-linus ASoC: Fixes for v4.13 Quite a few fixes here that have been sent since the merge window, the biggest one is the fix from Tony for some confusion with the device property API which was causing issues with the of-graph card. This is fixed with some changes in the graph API itself as it seemed very likely to be error prone.
- Loading branch information
Showing
10,026 changed files
with
822,761 additions
and
231,944 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
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,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
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,38 @@ | ||
What: /sys/bus/platform/devices/fsi-master/rescan | ||
Date: May 2017 | ||
KernelVersion: 4.12 | ||
Contact: [email protected] | ||
Description: | ||
Initiates a FSI master scan for all connected slave devices | ||
on its links. | ||
|
||
What: /sys/bus/platform/devices/fsi-master/break | ||
Date: May 2017 | ||
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 | ||
device's logic and preps it to receive further commands | ||
from the master. | ||
|
||
What: /sys/bus/platform/devices/fsi-master/slave@00:00/term | ||
Date: May 2017 | ||
KernelVersion: 4.12 | ||
Contact: [email protected] | ||
Description: | ||
Sends an FSI terminate command from the master to its | ||
connected slave. A terminate resets the slave's state machines | ||
that control access to the internally connected engines. In | ||
addition the slave freezes its internal error register for | ||
debugging purposes. This command is also needed to abort any | ||
ongoing operation in case of an expired 'Master Time Out' | ||
timer. | ||
|
||
What: /sys/bus/platform/devices/fsi-master/slave@00:00/raw | ||
Date: May 2017 | ||
KernelVersion: 4.12 | ||
Contact: [email protected] | ||
Description: | ||
Provides a means of reading/writing a 32 bit value from/to a | ||
specified FSI bus address. |
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 |
---|---|---|
|
@@ -1425,6 +1425,17 @@ Description: | |
guarantees that the hardware fifo is flushed to the device | ||
buffer. | ||
|
||
What: /sys/bus/iio/devices/iio:device*/buffer/hwfifo_timeout | ||
KernelVersion: 4.12 | ||
Contact: [email protected] | ||
Description: | ||
A read/write property to provide capability to delay reporting of | ||
samples till a timeout is reached. This allows host processors to | ||
sleep, while the sensor is storing samples in its internal fifo. | ||
The maximum timeout in seconds can be specified by setting | ||
hwfifo_timeout.The current delay can be read by reading | ||
hwfifo_timeout. A value of 0 means that there is no timeout. | ||
|
||
What: /sys/bus/iio/devices/iio:deviceX/buffer/hwfifo_watermark | ||
KernelVersion: 4.2 | ||
Contact: [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 |
---|---|---|
|
@@ -16,6 +16,54 @@ Description: | |
- "OC2REF" : OC2REF signal is used as trigger output. | ||
- "OC3REF" : OC3REF signal is used as trigger output. | ||
- "OC4REF" : OC4REF signal is used as trigger output. | ||
Additional modes (on TRGO2 only): | ||
- "OC5REF" : OC5REF signal is used as trigger output. | ||
- "OC6REF" : OC6REF signal is used as trigger output. | ||
- "compare_pulse_OC4REF": | ||
OC4REF rising or falling edges generate pulses. | ||
- "compare_pulse_OC6REF": | ||
OC6REF rising or falling edges generate pulses. | ||
- "compare_pulse_OC4REF_r_or_OC6REF_r": | ||
OC4REF or OC6REF rising edges generate pulses. | ||
- "compare_pulse_OC4REF_r_or_OC6REF_f": | ||
OC4REF rising or OC6REF falling edges generate pulses. | ||
- "compare_pulse_OC5REF_r_or_OC6REF_r": | ||
OC5REF or OC6REF rising edges generate pulses. | ||
- "compare_pulse_OC5REF_r_or_OC6REF_f": | ||
OC5REF rising or OC6REF falling edges generate pulses. | ||
|
||
+-----------+ +-------------+ +---------+ | ||
| Prescaler +-> | Counter | +-> | Master | TRGO(2) | ||
+-----------+ +--+--------+-+ |-> | Control +--> | ||
| | || +---------+ | ||
+--v--------+-+ OCxREF || +---------+ | ||
| Chx compare +----------> | Output | ChX | ||
+-----------+-+ | | Control +--> | ||
. | | +---------+ | ||
. | | . | ||
+-----------v-+ OC6REF | . | ||
| Ch6 compare +---------+> | ||
+-------------+ | ||
|
||
Example with: "compare_pulse_OC4REF_r_or_OC6REF_r": | ||
|
||
X | ||
X X | ||
X . . X | ||
X . . X | ||
X . . X | ||
count X . . . . X | ||
. . . . | ||
. . . . | ||
+---------------+ | ||
OC4REF | . . | | ||
+-+ . . +-+ | ||
. +---+ . | ||
OC6REF . | | . | ||
+-------+ +-------+ | ||
+-+ +-+ | ||
TRGO2 | | | | | ||
+-+ +---+ +---------+ | ||
|
||
What: /sys/bus/iio/devices/triggerX/master_mode | ||
KernelVersion: 4.11 | ||
|
@@ -90,3 +138,18 @@ Description: | |
Counting is enabled on rising edge of the connected | ||
trigger, and remains enabled for the duration of this | ||
selected mode. | ||
|
||
What: /sys/bus/iio/devices/iio:deviceX/in_count_trigger_mode_available | ||
KernelVersion: 4.13 | ||
Contact: [email protected] | ||
Description: | ||
Reading returns the list possible trigger modes. | ||
|
||
What: /sys/bus/iio/devices/iio:deviceX/in_count0_trigger_mode | ||
KernelVersion: 4.13 | ||
Contact: [email protected] | ||
Description: | ||
Configure the device counter trigger mode | ||
counting direction is set by in_count0_count_direction | ||
attribute and the counter is clocked by the connected trigger | ||
rising edges. |
Oops, something went wrong.