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 with upstream to accommodate with thermal changes
This merge is performed to take commit c56f5c0 ("Thermal: Make Thermal trip points writeable") out of Linus' tree and then fixup power supply class. This is needed since thermal stuff added a new argument: CC drivers/power/power_supply_core.o drivers/power/power_supply_core.c: In function ‘psy_register_thermal’: drivers/power/power_supply_core.c:204:6: warning: passing argument 3 of ‘thermal_zone_device_register’ makes integer from pointer without a cast [enabled by default] include/linux/thermal.h:154:29: note: expected ‘int’ but argument is of type ‘struct power_supply *’ drivers/power/power_supply_core.c:204:6: error: too few arguments to function ‘thermal_zone_device_register’ include/linux/thermal.h:154:29: note: declared here make[1]: *** [drivers/power/power_supply_core.o] Error 1 make: *** [drivers/power/] Error 2 Signed-off-by: Anton Vorontsov <[email protected]>
- Loading branch information
Showing
1,031 changed files
with
8,782 additions
and
5,431 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 |
---|---|---|
|
@@ -111,6 +111,7 @@ Uwe Kleine-König <[email protected]> | |
Uwe Kleine-König <[email protected]> | ||
Uwe Kleine-König <[email protected]> | ||
Valdis Kletnieks <[email protected]> | ||
Viresh Kumar <[email protected]> <[email protected]> | ||
Takashi YOSHII <[email protected]> | ||
Yusuke Goda <[email protected]> | ||
Gustavo Padovan <[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 |
---|---|---|
@@ -1,26 +1,5 @@ | ||
What: /sys/block/rssd*/registers | ||
Date: March 2012 | ||
KernelVersion: 3.3 | ||
Contact: Asai Thambi S P <[email protected]> | ||
Description: This is a read-only file. Dumps below driver information and | ||
hardware registers. | ||
- S ACTive | ||
- Command Issue | ||
- Completed | ||
- PORT IRQ STAT | ||
- HOST IRQ STAT | ||
- Allocated | ||
- Commands in Q | ||
|
||
What: /sys/block/rssd*/status | ||
Date: April 2012 | ||
KernelVersion: 3.4 | ||
Contact: Asai Thambi S P <[email protected]> | ||
Description: This is a read-only file. Indicates the status of the device. | ||
|
||
What: /sys/block/rssd*/flags | ||
Date: May 2012 | ||
KernelVersion: 3.5 | ||
Contact: Asai Thambi S P <[email protected]> | ||
Description: This is a read-only file. Dumps the flags in port and driver | ||
data structure |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -142,13 +142,14 @@ KernelVersion: 3.4 | |
Contact: [email protected] | ||
Description: | ||
This allows the user to examine and adjust the criteria by which | ||
mtd returns -EUCLEAN from mtd_read(). If the maximum number of | ||
bit errors that were corrected on any single region comprising | ||
an ecc step (as reported by the driver) equals or exceeds this | ||
value, -EUCLEAN is returned. Otherwise, absent an error, 0 is | ||
returned. Higher layers (e.g., UBI) use this return code as an | ||
indication that an erase block may be degrading and should be | ||
scrutinized as a candidate for being marked as bad. | ||
mtd returns -EUCLEAN from mtd_read() and mtd_read_oob(). If the | ||
maximum number of bit errors that were corrected on any single | ||
region comprising an ecc step (as reported by the driver) equals | ||
or exceeds this value, -EUCLEAN is returned. Otherwise, absent | ||
an error, 0 is returned. Higher layers (e.g., UBI) use this | ||
return code as an indication that an erase block may be | ||
degrading and should be scrutinized as a candidate for being | ||
marked as bad. | ||
|
||
The initial value may be specified by the flash device driver. | ||
If not, then the default value is ecc_strength. | ||
|
@@ -167,7 +168,7 @@ Description: | |
block degradation, but high enough to avoid the consequences of | ||
a persistent return value of -EUCLEAN on devices where sticky | ||
bitflips occur. Note that if bitflip_threshold exceeds | ||
ecc_strength, -EUCLEAN is never returned by mtd_read(). | ||
ecc_strength, -EUCLEAN is never returned by the read operations. | ||
Conversely, if bitflip_threshold is zero, -EUCLEAN is always | ||
returned, absent a hard error. | ||
|
||
|
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
Oops, something went wrong.