-
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 branch 'for-4.12/asus' into for-linus
- Loading branch information
Showing
9,348 changed files
with
413,682 additions
and
179,681 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 was deleted.
Oops, something went wrong.
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,7 @@ | ||
What: /sys/bus/i2c/devices/.../trickle_charge_bypass | ||
Date: Jan 2017 | ||
KernelVersion: 4.11 | ||
Contact: Enric Balletbo i Serra <eballetbo@gmail.com> | ||
Description: Attribute for enable/disable the trickle charge bypass | ||
The trickle_charge_bypass attribute allows the userspace to | ||
enable/disable the Trickle charge FET bypass. |
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,18 @@ | ||
What: /sys/bus/iio/devices/triggerX/trigger_polarity | ||
KernelVersion: 4.11 | ||
Contact: fabrice.gasnier@st.com | ||
Description: | ||
The STM32 ADC can be configured to use external trigger sources | ||
(e.g. timers, pwm or exti gpio). Then, it can be tuned to start | ||
conversions on external trigger by either: | ||
- "rising-edge" | ||
- "falling-edge" | ||
- "both-edges". | ||
Reading returns current trigger polarity. | ||
Writing value before enabling conversions sets trigger polarity. | ||
|
||
What: /sys/bus/iio/devices/triggerX/trigger_polarity_available | ||
KernelVersion: 4.11 | ||
Contact: fabrice.gasnier@st.com | ||
Description: | ||
List all available trigger_polarity 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
What /sys/bus/iio/devices/iio:deviceX/sensor_sensitivity | ||
Date: January 2017 | ||
KernelVersion: 4.11 | ||
Contact: linux-iio@vger.kernel.org | ||
Description: | ||
Show or set the gain boost of the amp, from 0-31 range. | ||
default 31 | ||
|
||
What /sys/bus/iio/devices/iio:deviceX/sensor_max_range | ||
Date: January 2017 | ||
KernelVersion: 4.11 | ||
Contact: linux-iio@vger.kernel.org | ||
Description: | ||
Show or set the maximum range between the sensor and the | ||
first object echoed in meters. Default value is 6.020. | ||
This setting limits the time the driver is waiting for a | ||
echo. | ||
Showing the range of available values is represented as the | ||
minimum value, the step and the maximum value, all enclosed | ||
in square brackets. | ||
Example: | ||
[0.043 0.043 11.008] |
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,29 @@ | ||
What: /sys/bus/iio/devices/triggerX/master_mode_available | ||
KernelVersion: 4.11 | ||
Contact: benjamin.gaignard@st.com | ||
Description: | ||
Reading returns the list possible master modes which are: | ||
- "reset" : The UG bit from the TIMx_EGR register is used as trigger output (TRGO). | ||
- "enable" : The Counter Enable signal CNT_EN is used as trigger output. | ||
- "update" : The update event is selected as trigger output. | ||
For instance a master timer can then be used as a prescaler for a slave timer. | ||
- "compare_pulse" : The trigger output send a positive pulse when the CC1IF flag is to be set. | ||
- "OC1REF" : OC1REF signal is used as trigger output. | ||
- "OC2REF" : OC2REF signal is used as trigger output. | ||
- "OC3REF" : OC3REF signal is used as trigger output. | ||
- "OC4REF" : OC4REF signal is used as trigger output. | ||
|
||
What: /sys/bus/iio/devices/triggerX/master_mode | ||
KernelVersion: 4.11 | ||
Contact: benjamin.gaignard@st.com | ||
Description: | ||
Reading returns the current master modes. | ||
Writing set the master mode | ||
|
||
What: /sys/bus/iio/devices/triggerX/sampling_frequency | ||
KernelVersion: 4.11 | ||
Contact: benjamin.gaignard@st.com | ||
Description: | ||
Reading returns the current sampling frequency. | ||
Writing an value different of 0 set and start sampling. | ||
Writing 0 stop sampling. |
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.