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 #2 from torvalds/master
New commits to master
- Loading branch information
Showing
9,911 changed files
with
426,164 additions
and
222,083 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -655,6 +655,11 @@ S: Stanford University | |
S: Stanford, California 94305 | ||
S: USA | ||
|
||
N: Carlos Chinea | ||
E: [email protected] | ||
E: [email protected] | ||
D: Author of HSI Subsystem | ||
|
||
N: Randolph Chung | ||
E: [email protected] | ||
D: Linux/PA-RISC hacker | ||
|
@@ -2576,7 +2581,7 @@ S: Toronto, Ontario | |
S: Canada | ||
|
||
N: Zwane Mwaikambo | ||
E: [email protected] | ||
E: [email protected] | ||
D: Various driver hacking | ||
D: Lowlevel x86 kernel hacking | ||
D: General debugging | ||
|
@@ -2895,6 +2900,11 @@ S: Framewood Road | |
S: Wexham SL3 6PJ | ||
S: United Kingdom | ||
|
||
N: Richard Purdie | ||
E: [email protected] | ||
D: Backlight subsystem maintainer | ||
S: United Kingdom | ||
|
||
N: Daniel Quinlan | ||
E: [email protected] | ||
W: http://www.pathname.com/~quinlan/ | ||
|
@@ -3152,6 +3162,11 @@ N: Dipankar Sarma | |
E: [email protected] | ||
D: RCU | ||
|
||
N: Yoshinori Sato | ||
E: [email protected] | ||
D: uClinux for Renesas H8/300 (H8300) | ||
D: http://uclinux-h8.sourceforge.jp/ | ||
|
||
N: Hannu Savolainen | ||
E: [email protected] | ||
D: Maintainer of the sound drivers until 2.1.x days. | ||
|
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 |
---|---|---|
|
@@ -37,8 +37,8 @@ Description: | |
that the USB device has been connected to the machine. This | ||
file is read-only. | ||
Users: | ||
PowerTOP <power@bughost.org> | ||
http://www.lesswatts.org/projects/powertop/ | ||
PowerTOP <[email protected].org> | ||
https://01.org/powertop/ | ||
|
||
What: /sys/bus/usb/device/.../power/active_duration | ||
Date: January 2008 | ||
|
@@ -57,8 +57,8 @@ Description: | |
will give an integer percentage. Note that this does not | ||
account for counter wrap. | ||
Users: | ||
PowerTOP <power@bughost.org> | ||
http://www.lesswatts.org/projects/powertop/ | ||
PowerTOP <[email protected].org> | ||
https://01.org/powertop/ | ||
|
||
What: /sys/bus/usb/devices/<busnum>-<port[.port]>...:<config num>-<interface num>/supports_autosuspend | ||
Date: January 2008 | ||
|
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 |
---|---|---|
|
@@ -61,6 +61,12 @@ Description: Interface for making ib_srp connect to a new target. | |
interrupt is handled by a different CPU then the comp_vector | ||
parameter can be used to spread the SRP completion workload | ||
over multiple CPU's. | ||
* tl_retry_count, a number in the range 2..7 specifying the | ||
IB RC retry count. | ||
* queue_size, the maximum number of commands that the | ||
initiator is allowed to queue per SCSI host. The default | ||
value for this parameter is 62. The lowest supported value | ||
is 2. | ||
|
||
What: /sys/class/infiniband_srp/srp-<hca>-<port_number>/ibdev | ||
Date: January 2, 2006 | ||
|
@@ -153,6 +159,13 @@ Contact: [email protected] | |
Description: InfiniBand service ID used for establishing communication with | ||
the SRP target. | ||
|
||
What: /sys/class/scsi_host/host<n>/sgid | ||
Date: February 1, 2014 | ||
KernelVersion: 3.13 | ||
Contact: [email protected] | ||
Description: InfiniBand GID of the source port used for communication with | ||
the SRP target. | ||
|
||
What: /sys/class/scsi_host/host<n>/zero_req_lim | ||
Date: September 20, 2006 | ||
KernelVersion: 2.6.18 | ||
|
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 |
---|---|---|
|
@@ -5,15 +5,54 @@ Contact: [email protected], [email protected] | |
Description: Instructs an SRP initiator to disconnect from a target and to | ||
remove all LUNs imported from that target. | ||
|
||
What: /sys/class/srp_remote_ports/port-<h>:<n>/dev_loss_tmo | ||
Date: February 1, 2014 | ||
KernelVersion: 3.13 | ||
Contact: [email protected], [email protected] | ||
Description: Number of seconds the SCSI layer will wait after a transport | ||
layer error has been observed before removing a target port. | ||
Zero means immediate removal. Setting this attribute to "off" | ||
will disable the dev_loss timer. | ||
|
||
What: /sys/class/srp_remote_ports/port-<h>:<n>/fast_io_fail_tmo | ||
Date: February 1, 2014 | ||
KernelVersion: 3.13 | ||
Contact: [email protected], [email protected] | ||
Description: Number of seconds the SCSI layer will wait after a transport | ||
layer error has been observed before failing I/O. Zero means | ||
failing I/O immediately. Setting this attribute to "off" will | ||
disable the fast_io_fail timer. | ||
|
||
What: /sys/class/srp_remote_ports/port-<h>:<n>/port_id | ||
Date: June 27, 2007 | ||
KernelVersion: 2.6.24 | ||
Contact: [email protected] | ||
Description: 16-byte local SRP port identifier in hexadecimal format. An | ||
example: 4c:49:4e:55:58:20:56:49:4f:00:00:00:00:00:00:00. | ||
|
||
What: /sys/class/srp_remote_ports/port-<h>:<n>/reconnect_delay | ||
Date: February 1, 2014 | ||
KernelVersion: 3.13 | ||
Contact: [email protected], [email protected] | ||
Description: Number of seconds the SCSI layer will wait after a reconnect | ||
attempt failed before retrying. Setting this attribute to | ||
"off" will disable time-based reconnecting. | ||
|
||
What: /sys/class/srp_remote_ports/port-<h>:<n>/roles | ||
Date: June 27, 2007 | ||
KernelVersion: 2.6.24 | ||
Contact: [email protected] | ||
Description: Role of the remote port. Either "SRP Initiator" or "SRP Target". | ||
|
||
What: /sys/class/srp_remote_ports/port-<h>:<n>/state | ||
Date: February 1, 2014 | ||
KernelVersion: 3.13 | ||
Contact: [email protected], [email protected] | ||
Description: State of the transport layer used for communication with the | ||
remote port. "running" if the transport layer is operational; | ||
"blocked" if a transport layer error has been encountered but | ||
the fast_io_fail_tmo timer has not yet fired; "fail-fast" | ||
after the fast_io_fail_tmo timer has fired and before the | ||
"dev_loss_tmo" timer has fired; "lost" after the | ||
"dev_loss_tmo" timer has fired and before the port is finally | ||
removed. |
31 changes: 31 additions & 0 deletions
31
Documentation/ABI/testing/configfs-usb-gadget-mass-storage
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,31 @@ | ||
What: /config/usb-gadget/gadget/functions/mass_storage.name | ||
Date: Oct 2013 | ||
KenelVersion: 3.13 | ||
Description: | ||
The attributes: | ||
|
||
stall - Set to permit function to halt bulk endpoints. | ||
Disabled on some USB devices known not to work | ||
correctly. You should set it to true. | ||
num_buffers - Number of pipeline buffers. Valid numbers | ||
are 2..4. Available only if | ||
CONFIG_USB_GADGET_DEBUG_FILES is set. | ||
|
||
What: /config/usb-gadget/gadget/functions/mass_storage.name/lun.name | ||
Date: Oct 2013 | ||
KenelVersion: 3.13 | ||
Description: | ||
The attributes: | ||
|
||
file - The path to the backing file for the LUN. | ||
Required if LUN is not marked as removable. | ||
ro - Flag specifying access to the LUN shall be | ||
read-only. This is implied if CD-ROM emulation | ||
is enabled as well as when it was impossible | ||
to open "filename" in R/W mode. | ||
removable - Flag specifying that LUN shall be indicated as | ||
being removable. | ||
cdrom - Flag specifying that LUN shall be reported as | ||
being a CD-ROM. | ||
nofua - Flag specifying that FUA flag | ||
in SCSI WRITE(10,12) |
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 |
---|---|---|
|
@@ -79,7 +79,7 @@ Description: | |
correspond to externally available input one of the named | ||
versions may be used. The number must always be specified and | ||
unique to allow association with event codes. Units after | ||
application of scale and offset are microvolts. | ||
application of scale and offset are millivolts. | ||
|
||
What: /sys/bus/iio/devices/iio:deviceX/in_voltageY-voltageZ_raw | ||
KernelVersion: 2.6.35 | ||
|
@@ -90,7 +90,7 @@ Description: | |
physically equivalent inputs when non differential readings are | ||
separately available. In differential only parts, then all that | ||
is required is a consistent labeling. Units after application | ||
of scale and offset are microvolts. | ||
of scale and offset are millivolts. | ||
|
||
What: /sys/bus/iio/devices/iio:deviceX/in_capacitanceY_raw | ||
KernelVersion: 3.2 | ||
|
@@ -537,6 +537,62 @@ Description: | |
value is in raw device units or in processed units (as _raw | ||
and _input do on sysfs direct channel read attributes). | ||
|
||
What: /sys/.../events/in_accel_x_thresh_rising_hysteresis | ||
What: /sys/.../events/in_accel_x_thresh_falling_hysteresis | ||
What: /sys/.../events/in_accel_x_thresh_either_hysteresis | ||
What: /sys/.../events/in_accel_y_thresh_rising_hysteresis | ||
What: /sys/.../events/in_accel_y_thresh_falling_hysteresis | ||
What: /sys/.../events/in_accel_y_thresh_either_hysteresis | ||
What: /sys/.../events/in_accel_z_thresh_rising_hysteresis | ||
What: /sys/.../events/in_accel_z_thresh_falling_hysteresis | ||
What: /sys/.../events/in_accel_z_thresh_either_hysteresis | ||
What: /sys/.../events/in_anglvel_x_thresh_rising_hysteresis | ||
What: /sys/.../events/in_anglvel_x_thresh_falling_hysteresis | ||
What: /sys/.../events/in_anglvel_x_thresh_either_hysteresis | ||
What: /sys/.../events/in_anglvel_y_thresh_rising_hysteresis | ||
What: /sys/.../events/in_anglvel_y_thresh_falling_hysteresis | ||
What: /sys/.../events/in_anglvel_y_thresh_either_hysteresis | ||
What: /sys/.../events/in_anglvel_z_thresh_rising_hysteresis | ||
What: /sys/.../events/in_anglvel_z_thresh_falling_hysteresis | ||
What: /sys/.../events/in_anglvel_z_thresh_either_hysteresis | ||
What: /sys/.../events/in_magn_x_thresh_rising_hysteresis | ||
What: /sys/.../events/in_magn_x_thresh_falling_hysteresis | ||
What: /sys/.../events/in_magn_x_thresh_either_hysteresis | ||
What: /sys/.../events/in_magn_y_thresh_rising_hysteresis | ||
What: /sys/.../events/in_magn_y_thresh_falling_hysteresis | ||
What: /sys/.../events/in_magn_y_thresh_either_hysteresis | ||
What: /sys/.../events/in_magn_z_thresh_rising_hysteresis | ||
What: /sys/.../events/in_magn_z_thresh_falling_hysteresis | ||
What: /sys/.../events/in_magn_z_thresh_either_hysteresis | ||
What: /sys/.../events/in_voltageY_thresh_rising_hysteresis | ||
What: /sys/.../events/in_voltageY_thresh_falling_hysteresis | ||
What: /sys/.../events/in_voltageY_thresh_either_hysteresis | ||
What: /sys/.../events/in_tempY_thresh_rising_hysteresis | ||
What: /sys/.../events/in_tempY_thresh_falling_hysteresis | ||
What: /sys/.../events/in_tempY_thresh_either_hysteresis | ||
What: /sys/.../events/in_illuminance0_thresh_falling_hysteresis | ||
what: /sys/.../events/in_illuminance0_thresh_rising_hysteresis | ||
what: /sys/.../events/in_illuminance0_thresh_either_hysteresis | ||
what: /sys/.../events/in_proximity0_thresh_falling_hysteresis | ||
what: /sys/.../events/in_proximity0_thresh_rising_hysteresis | ||
what: /sys/.../events/in_proximity0_thresh_either_hysteresis | ||
KernelVersion: 3.13 | ||
Contact: [email protected] | ||
Description: | ||
Specifies the hysteresis of threshold that the device is comparing | ||
against for the events enabled by | ||
<type>Y[_name]_thresh[_(rising|falling)]_hysteresis. | ||
If separate attributes exist for the two directions, but | ||
direction is not specified for this attribute, then a single | ||
hysteresis value applies to both directions. | ||
For falling events the hysteresis is added to the _value attribute for | ||
this event to get the upper threshold for when the event goes back to | ||
normal, for rising events the hysteresis is subtracted from the _value | ||
attribute. E.g. if in_voltage0_raw_thresh_rising_value is set to 1200 | ||
and in_voltage0_raw_thresh_rising_hysteresis is set to 50. The event | ||
will get activated once in_voltage0_raw goes above 1200 and will become | ||
deactived again once the value falls below 1150. | ||
|
||
What: /sys/.../events/in_accel_x_raw_roc_rising_value | ||
What: /sys/.../events/in_accel_x_raw_roc_falling_value | ||
What: /sys/.../events/in_accel_y_raw_roc_rising_value | ||
|
@@ -811,3 +867,14 @@ Description: | |
Writing '1' stores the current device configuration into | ||
on-chip EEPROM. After power-up or chip reset the device will | ||
automatically load the saved configuration. | ||
|
||
What: /sys/.../iio:deviceX/in_intensity_red_integration_time | ||
What: /sys/.../iio:deviceX/in_intensity_green_integration_time | ||
What: /sys/.../iio:deviceX/in_intensity_blue_integration_time | ||
What: /sys/.../iio:deviceX/in_intensity_clear_integration_time | ||
What: /sys/.../iio:deviceX/in_illuminance_integration_time | ||
KernelVersion: 3.12 | ||
Contact: [email protected] | ||
Description: | ||
This attribute is used to get/set the integration time in | ||
seconds. |
Oops, something went wrong.