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 'staging-3.5-rc4' of git://git.kernel.org/pub/scm/linux/ker…
…nel/git/gregkh/staging Pull staging tree fixes from Greg Kroah-Hartman: "Here are a number of small fixes for the drivers/staging tree, as well as iio and pstore drivers (which came from the staging tree in the 3.5-rc1 merge). All of these are tiny, but resolve issues that people have been reporting. There's also a documentation update to reflect what the iio drivers really are doing, which is good to get straightened out. Signed-off-by: Greg Kroah-Hartman <[email protected]>" * tag 'staging-3.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging: staging: r8712u: Add new USB IDs staging: gdm72xx: Release netlink socket properly iio: drop wrong reference from Kconfig pstore/inode: Make pstore_fill_super() static pstore/ram: Should zap persistent zone on unlink pstore/ram_core: Factor persistent_ram_zap() out of post_init() pstore/ram_core: Do not reset restored zone's position and size pstore/ram: Should update old dmesg buffer before reading staging:iio:ad7298: Fix linker error due to missing IIO kfifo buffer Revert "staging: usbip: bugfix for stack corruption on 64-bit architectures" staging: usbip: bugfix for stack corruption on 64-bit architectures staging/comedi: fix build for USB not enabled staging: omapdrm: fix crash when freeing bad fb staging:iio:ad7606: Re-add missing scale attribute iio: Fix potential use after free staging:iio: remove num_interrupt_lines from documentation iio: documentation: Add out_altvoltage and friends
- Loading branch information
Showing
14 changed files
with
82 additions
and
27 deletions.
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 |
---|---|---|
|
@@ -219,6 +219,7 @@ What: /sys/bus/iio/devices/iio:deviceX/in_voltageY_scale | |
What: /sys/bus/iio/devices/iio:deviceX/in_voltageY_supply_scale | ||
What: /sys/bus/iio/devices/iio:deviceX/in_voltage_scale | ||
What: /sys/bus/iio/devices/iio:deviceX/out_voltageY_scale | ||
What: /sys/bus/iio/devices/iio:deviceX/out_altvoltageY_scale | ||
What: /sys/bus/iio/devices/iio:deviceX/in_accel_scale | ||
What: /sys/bus/iio/devices/iio:deviceX/in_accel_peak_scale | ||
What: /sys/bus/iio/devices/iio:deviceX/in_anglvel_scale | ||
|
@@ -273,6 +274,7 @@ What: /sys/bus/iio/devices/iio:deviceX/in_accel_scale_available | |
What: /sys/.../iio:deviceX/in_voltageX_scale_available | ||
What: /sys/.../iio:deviceX/in_voltage-voltage_scale_available | ||
What: /sys/.../iio:deviceX/out_voltageX_scale_available | ||
What: /sys/.../iio:deviceX/out_altvoltageX_scale_available | ||
What: /sys/.../iio:deviceX/in_capacitance_scale_available | ||
KernelVersion: 2.635 | ||
Contact: [email protected] | ||
|
@@ -298,14 +300,19 @@ Description: | |
gives the 3dB frequency of the filter in Hz. | ||
|
||
What: /sys/bus/iio/devices/iio:deviceX/out_voltageY_raw | ||
What: /sys/bus/iio/devices/iio:deviceX/out_altvoltageY_raw | ||
KernelVersion: 2.6.37 | ||
Contact: [email protected] | ||
Description: | ||
Raw (unscaled, no bias etc.) output voltage for | ||
channel Y. The number must always be specified and | ||
unique if the output corresponds to a single channel. | ||
While DAC like devices typically use out_voltage, | ||
a continuous frequency generating device, such as | ||
a DDS or PLL should use out_altvoltage. | ||
|
||
What: /sys/bus/iio/devices/iio:deviceX/out_voltageY&Z_raw | ||
What: /sys/bus/iio/devices/iio:deviceX/out_altvoltageY&Z_raw | ||
KernelVersion: 2.6.37 | ||
Contact: [email protected] | ||
Description: | ||
|
@@ -316,6 +323,8 @@ Description: | |
|
||
What: /sys/bus/iio/devices/iio:deviceX/out_voltageY_powerdown_mode | ||
What: /sys/bus/iio/devices/iio:deviceX/out_voltage_powerdown_mode | ||
What: /sys/bus/iio/devices/iio:deviceX/out_altvoltageY_powerdown_mode | ||
What: /sys/bus/iio/devices/iio:deviceX/out_altvoltage_powerdown_mode | ||
KernelVersion: 2.6.38 | ||
Contact: [email protected] | ||
Description: | ||
|
@@ -330,6 +339,8 @@ Description: | |
|
||
What: /sys/.../iio:deviceX/out_votlageY_powerdown_mode_available | ||
What: /sys/.../iio:deviceX/out_voltage_powerdown_mode_available | ||
What: /sys/.../iio:deviceX/out_altvotlageY_powerdown_mode_available | ||
What: /sys/.../iio:deviceX/out_altvoltage_powerdown_mode_available | ||
KernelVersion: 2.6.38 | ||
Contact: [email protected] | ||
Description: | ||
|
@@ -338,6 +349,8 @@ Description: | |
|
||
What: /sys/bus/iio/devices/iio:deviceX/out_voltageY_powerdown | ||
What: /sys/bus/iio/devices/iio:deviceX/out_voltage_powerdown | ||
What: /sys/bus/iio/devices/iio:deviceX/out_altvoltageY_powerdown | ||
What: /sys/bus/iio/devices/iio:deviceX/out_altvoltage_powerdown | ||
KernelVersion: 2.6.38 | ||
Contact: [email protected] | ||
Description: | ||
|
@@ -346,6 +359,24 @@ Description: | |
normal operation. Y may be suppressed if all outputs are | ||
controlled together. | ||
|
||
What: /sys/bus/iio/devices/iio:deviceX/out_altvoltageY_frequency | ||
KernelVersion: 3.4.0 | ||
Contact: [email protected] | ||
Description: | ||
Output frequency for channel Y in Hz. The number must always be | ||
specified and unique if the output corresponds to a single | ||
channel. | ||
|
||
What: /sys/bus/iio/devices/iio:deviceX/out_altvoltageY_phase | ||
KernelVersion: 3.4.0 | ||
Contact: [email protected] | ||
Description: | ||
Phase in radians of one frequency/clock output Y | ||
(out_altvoltageY) relative to another frequency/clock output | ||
(out_altvoltageZ) of the device X. The number must always be | ||
specified and unique if the output corresponds to a single | ||
channel. | ||
|
||
What: /sys/bus/iio/devices/iio:deviceX/events | ||
KernelVersion: 2.6.35 | ||
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
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
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
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