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 pull request #23 from torvalds/master
Sync with Linus
- Loading branch information
Showing
304 changed files
with
2,697 additions
and
1,170 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 |
---|---|---|
|
@@ -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
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 |
---|---|---|
|
@@ -754,13 +754,6 @@ L: [email protected] | |
S: Maintained | ||
F: drivers/media/i2c/aptina-pll.* | ||
|
||
ARASAN COMPACT FLASH PATA CONTROLLER | ||
M: Viresh Kumar <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: include/linux/pata_arasan_cf_data.h | ||
F: drivers/ata/pata_arasan_cf.c | ||
|
||
ARC FRAMEBUFFER DRIVER | ||
M: Jaya Kumar <[email protected]> | ||
S: Maintained | ||
|
@@ -2346,7 +2339,8 @@ CAN NETWORK LAYER | |
M: Oliver Hartkopp <[email protected]> | ||
L: [email protected] | ||
W: http://gitorious.org/linux-can | ||
T: git git://gitorious.org/linux-can/linux-can-next.git | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git | ||
S: Maintained | ||
F: Documentation/networking/can.txt | ||
F: net/can/ | ||
|
@@ -2361,7 +2355,8 @@ M: Wolfgang Grandegger <[email protected]> | |
M: Marc Kleine-Budde <[email protected]> | ||
L: [email protected] | ||
W: http://gitorious.org/linux-can | ||
T: git git://gitorious.org/linux-can/linux-can-next.git | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git | ||
S: Maintained | ||
F: drivers/net/can/ | ||
F: include/linux/can/dev.h | ||
|
@@ -3183,7 +3178,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 | ||
|
||
|
@@ -4749,7 +4744,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.* | ||
|
@@ -4930,7 +4925,6 @@ F: include/uapi/linux/inotify.h | |
|
||
INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS | ||
M: Dmitry Torokhov <[email protected]> | ||
M: Dmitry Torokhov <[email protected]> | ||
L: [email protected] | ||
Q: http://patchwork.kernel.org/project/linux-input/list/ | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git | ||
|
@@ -5703,6 +5697,49 @@ F: drivers/lguest/ | |
F: include/linux/lguest*.h | ||
F: tools/lguest/ | ||
|
||
LIBATA SUBSYSTEM (Serial and Parallel ATA drivers) | ||
M: Tejun Heo <[email protected]> | ||
L: [email protected] | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git | ||
S: Maintained | ||
F: drivers/ata/ | ||
F: include/linux/ata.h | ||
F: include/linux/libata.h | ||
|
||
LIBATA PATA ARASAN COMPACT FLASH CONTROLLER | ||
M: Viresh Kumar <[email protected]> | ||
L: [email protected] | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git | ||
S: Maintained | ||
F: include/linux/pata_arasan_cf_data.h | ||
F: drivers/ata/pata_arasan_cf.c | ||
|
||
LIBATA PATA DRIVERS | ||
M: Bartlomiej Zolnierkiewicz <[email protected]> | ||
M: Tejun Heo <[email protected]> | ||
L: [email protected] | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git | ||
S: Maintained | ||
F: drivers/ata/pata_*.c | ||
F: drivers/ata/ata_generic.c | ||
|
||
LIBATA SATA AHCI PLATFORM devices support | ||
M: Hans de Goede <[email protected]> | ||
M: Tejun Heo <[email protected]> | ||
L: [email protected] | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git | ||
S: Maintained | ||
F: drivers/ata/ahci_platform.c | ||
F: drivers/ata/libahci_platform.c | ||
F: include/linux/ahci_platform.h | ||
|
||
LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER | ||
M: Mikael Pettersson <[email protected]> | ||
L: [email protected] | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git | ||
S: Maintained | ||
F: drivers/ata/sata_promise.* | ||
|
||
LIBLOCKDEP | ||
M: Sasha Levin <[email protected]> | ||
S: Maintained | ||
|
@@ -7409,6 +7446,7 @@ F: drivers/crypto/picoxcell* | |
PIN CONTROL SUBSYSTEM | ||
M: Linus Walleij <[email protected]> | ||
L: [email protected] | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git | ||
S: Maintained | ||
F: drivers/pinctrl/ | ||
F: include/linux/pinctrl/ | ||
|
@@ -7576,12 +7614,6 @@ W: http://wireless.kernel.org/en/users/Drivers/p54 | |
S: Obsolete | ||
F: drivers/net/wireless/prism54/ | ||
|
||
PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER | ||
M: Mikael Pettersson <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: drivers/ata/sata_promise.* | ||
|
||
PS3 NETWORK SUPPORT | ||
M: Geoff Levand <[email protected]> | ||
L: [email protected] | ||
|
@@ -7747,8 +7779,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 | ||
|
@@ -8556,25 +8587,6 @@ S: Maintained | |
F: drivers/misc/phantom.c | ||
F: include/uapi/linux/phantom.h | ||
|
||
SERIAL ATA (SATA) SUBSYSTEM | ||
M: Tejun Heo <[email protected]> | ||
L: [email protected] | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git | ||
S: Supported | ||
F: drivers/ata/ | ||
F: include/linux/ata.h | ||
F: include/linux/libata.h | ||
|
||
SERIAL ATA AHCI PLATFORM devices support | ||
M: Hans de Goede <[email protected]> | ||
M: Tejun Heo <[email protected]> | ||
L: [email protected] | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git | ||
S: Supported | ||
F: drivers/ata/ahci_platform.c | ||
F: drivers/ata/libahci_platform.c | ||
F: include/linux/ahci_platform.h | ||
|
||
SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER | ||
M: Jayamohan Kallickal <[email protected]> | ||
L: [email protected] | ||
|
@@ -9543,7 +9555,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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,6 +65,8 @@ | |
}; | ||
|
||
&sdhci2 { | ||
broken-cd; | ||
bus-width = <8>; | ||
non-removable; | ||
status = "okay"; | ||
}; | ||
|
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.