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.
Linux 3.19-rc5
- Loading branch information
Showing
613 changed files
with
6,256 additions
and
4,336 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 |
---|---|---|
|
@@ -51,6 +51,7 @@ Greg Kroah-Hartman <[email protected]> | |
Greg Kroah-Hartman <[email protected]> | ||
Henk Vergonet <[email protected]> | ||
Henrik Kretzschmar <[email protected]> | ||
Henrik Rydberg <[email protected]> | ||
Herbert Xu <[email protected]> | ||
Jacob Shin <[email protected]> | ||
James Bottomley <jejb@mulgrave.(none)> | ||
|
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 |
---|---|---|
|
@@ -14,3 +14,18 @@ Description: | |
The /sys/class/mei/meiN directory is created for | ||
each probed mei device | ||
|
||
What: /sys/class/mei/meiN/fw_status | ||
Date: Nov 2014 | ||
KernelVersion: 3.19 | ||
Contact: Tomas Winkler <[email protected]> | ||
Description: Display fw status registers content | ||
|
||
The ME FW writes its status information into fw status | ||
registers for BIOS and OS to monitor fw health. | ||
|
||
The register contains running state, power management | ||
state, error codes, and others. The way the registers | ||
are decoded depends on PCH or SoC generation. | ||
Also number of registers varies between 1 and 6 | ||
depending on generation. | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ CPU cooling APIs How To | |
|
||
Written by Amit Daniel Kachhap <[email protected]> | ||
|
||
Updated: 12 May 2012 | ||
Updated: 6 Jan 2015 | ||
|
||
Copyright (c) 2012 Samsung Electronics Co., Ltd(http://www.samsung.com) | ||
|
||
|
@@ -25,7 +25,18 @@ the user. The registration APIs returns the cooling device pointer. | |
|
||
clip_cpus: cpumask of cpus where the frequency constraints will happen. | ||
|
||
1.1.2 void cpufreq_cooling_unregister(struct thermal_cooling_device *cdev) | ||
1.1.2 struct thermal_cooling_device *of_cpufreq_cooling_register( | ||
struct device_node *np, const struct cpumask *clip_cpus) | ||
|
||
This interface function registers the cpufreq cooling device with | ||
the name "thermal-cpufreq-%x" linking it with a device tree node, in | ||
order to bind it via the thermal DT code. This api can support multiple | ||
instances of cpufreq cooling devices. | ||
|
||
np: pointer to the cooling device device tree node | ||
clip_cpus: cpumask of cpus where the frequency constraints will happen. | ||
|
||
1.1.3 void cpufreq_cooling_unregister(struct thermal_cooling_device *cdev) | ||
|
||
This interface function unregisters the "thermal-cpufreq-%x" cooling device. | ||
|
||
|
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 |
---|---|---|
|
@@ -724,15 +724,15 @@ F: include/uapi/linux/apm_bios.h | |
F: drivers/char/apm-emulation.c | ||
|
||
APPLE BCM5974 MULTITOUCH DRIVER | ||
M: Henrik Rydberg <rydberg@euromail.se> | ||
M: Henrik Rydberg <rydberg@bitmath.org> | ||
L: [email protected] | ||
S: Maintained | ||
S: Odd fixes | ||
F: drivers/input/mouse/bcm5974.c | ||
|
||
APPLE SMC DRIVER | ||
M: Henrik Rydberg <rydberg@euromail.se> | ||
M: Henrik Rydberg <rydberg@bitmath.org> | ||
L: [email protected] | ||
S: Maintained | ||
S: Odd fixes | ||
F: drivers/hwmon/applesmc.c | ||
|
||
APPLETALK NETWORK LAYER | ||
|
@@ -2259,6 +2259,7 @@ F: drivers/gpio/gpio-bt8xx.c | |
BTRFS FILE SYSTEM | ||
M: Chris Mason <[email protected]> | ||
M: Josef Bacik <[email protected]> | ||
M: David Sterba <[email protected]> | ||
L: [email protected] | ||
W: http://btrfs.wiki.kernel.org/ | ||
Q: http://patchwork.kernel.org/project/linux-btrfs/list/ | ||
|
@@ -3182,7 +3183,7 @@ L: [email protected] | |
Q: https://patchwork.kernel.org/project/linux-dmaengine/list/ | ||
S: Maintained | ||
F: drivers/dma/ | ||
F: include/linux/dma* | ||
F: include/linux/dmaengine.h | ||
F: Documentation/dmaengine/ | ||
T: git git://git.infradead.org/users/vkoul/slave-dma.git | ||
|
||
|
@@ -4748,7 +4749,7 @@ S: Supported | |
F: drivers/scsi/ipr.* | ||
|
||
IBM Power Virtual Ethernet Device Driver | ||
M: Santiago Leon <santil@linux.vnet.ibm.com> | ||
M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com> | ||
L: [email protected] | ||
S: Supported | ||
F: drivers/net/ethernet/ibm/ibmveth.* | ||
|
@@ -4940,10 +4941,10 @@ F: include/uapi/linux/input.h | |
F: include/linux/input/ | ||
|
||
INPUT MULTITOUCH (MT) PROTOCOL | ||
M: Henrik Rydberg <rydberg@euromail.se> | ||
M: Henrik Rydberg <rydberg@bitmath.org> | ||
L: [email protected] | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git | ||
S: Maintained | ||
S: Odd fixes | ||
F: Documentation/input/multi-touch-protocol.txt | ||
F: drivers/input/input-mt.c | ||
K: \b(ABS|SYN)_MT_ | ||
|
@@ -5279,6 +5280,15 @@ W: www.open-iscsi.org | |
Q: http://patchwork.kernel.org/project/linux-rdma/list/ | ||
F: drivers/infiniband/ulp/iser/ | ||
|
||
ISCSI EXTENSIONS FOR RDMA (ISER) TARGET | ||
M: Sagi Grimberg <[email protected]> | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master | ||
L: [email protected] | ||
L: [email protected] | ||
S: Supported | ||
W: http://www.linux-iscsi.org | ||
F: drivers/infiniband/ulp/isert | ||
|
||
ISDN SUBSYSTEM | ||
M: Karsten Keil <[email protected]> | ||
L: [email protected] (subscribers-only) | ||
|
@@ -7737,8 +7747,7 @@ F: Documentation/scsi/LICENSE.qla2xxx | |
F: drivers/scsi/qla2xxx/ | ||
|
||
QLOGIC QLA4XXX iSCSI DRIVER | ||
M: Vikas Chaudhary <[email protected]> | ||
M: [email protected] | ||
M: [email protected] | ||
L: [email protected] | ||
S: Supported | ||
F: Documentation/scsi/LICENSE.qla4xxx | ||
|
@@ -9533,7 +9542,8 @@ F: drivers/platform/x86/thinkpad_acpi.c | |
TI BANDGAP AND THERMAL DRIVER | ||
M: Eduardo Valentin <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
L: [email protected] | ||
S: Maintained | ||
F: drivers/thermal/ti-soc-thermal/ | ||
|
||
TI CLOCK DRIVER | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,6 +65,8 @@ | |
}; | ||
|
||
&sdhci2 { | ||
broken-cd; | ||
bus-width = <8>; | ||
non-removable; | ||
status = "okay"; | ||
}; | ||
|
Oops, something went wrong.