forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request torvalds#350 from libos-nuse/merge-linux-4.11
Merge linux 4.11
- Loading branch information
Showing
12,529 changed files
with
540,516 additions
and
242,766 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 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] |
Oops, something went wrong.