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 'v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tor…
…valds/linux into for-next Linux 4.9
- Loading branch information
Showing
1,855 changed files
with
21,676 additions
and
11,744 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 |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
Linus | ||
---------- | ||
|
||
M: Matt Mackal | ||
N: Matt Mackal | ||
E: [email protected] | ||
D: SLOB slab allocator | ||
|
||
|
@@ -1864,10 +1864,11 @@ S: The Netherlands | |
|
||
N: Martin Kepplinger | ||
E: [email protected] | ||
E: martin.kepplinger@theobroma-systems.com | ||
E: martin.kepplinger@ginzinger.com | ||
W: http://www.martinkepplinger.com | ||
D: mma8452 accelerators iio driver | ||
D: Kernel cleanups | ||
D: pegasus_notetaker input driver | ||
D: Kernel fixes and cleanups | ||
S: Garnisonstraße 26 | ||
S: 4020 Linz | ||
S: Austria | ||
|
@@ -1909,7 +1910,7 @@ S: Ra'annana, Israel | |
|
||
N: Andi Kleen | ||
E: [email protected] | ||
U: http://www.halobates.de | ||
W: http://www.halobates.de | ||
D: network, x86, NUMA, various hacks | ||
S: Schwalbenstr. 96 | ||
S: 85551 Ottobrunn | ||
|
@@ -2088,8 +2089,8 @@ D: ST Microelectronics SPEAr13xx PCI host bridge driver | |
D: Synopsys Designware PCI host bridge driver | ||
|
||
N: Gabor Kuti | ||
M: [email protected] | ||
M: [email protected] | ||
E: [email protected] | ||
E: [email protected] | ||
D: Original author of software suspend | ||
|
||
N: Jaroslav Kysela | ||
|
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 |
---|---|---|
|
@@ -220,8 +220,11 @@ What: /sys/class/cxl/<card>/reset | |
Date: October 2014 | ||
Contact: [email protected] | ||
Description: write only | ||
Writing 1 will issue a PERST to card which may cause the card | ||
to reload the FPGA depending on load_image_on_perst. | ||
Writing 1 will issue a PERST to card provided there are no | ||
contexts active on any one of the card AFUs. This may cause | ||
the card to reload the FPGA depending on load_image_on_perst. | ||
Writing -1 will do a force PERST irrespective of any active | ||
contexts on the card AFUs. | ||
Users: https://github.com/ibm-capi/libcxl | ||
|
||
What: /sys/class/cxl/<card>/perst_reloads_same_image (not in a guest) | ||
|
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,4 +1,4 @@ | ||
What: state | ||
What: /sys/devices/system/ibm_rtl/state | ||
Date: Sep 2010 | ||
KernelVersion: 2.6.37 | ||
Contact: Vernon Mauery <[email protected]> | ||
|
@@ -10,7 +10,7 @@ Description: The state file allows a means by which to change in and | |
Users: The ibm-prtm userspace daemon uses this interface. | ||
|
||
|
||
What: version | ||
What: /sys/devices/system/ibm_rtl/version | ||
Date: Sep 2010 | ||
KernelVersion: 2.6.37 | ||
Contact: Vernon Mauery <[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
23 changes: 23 additions & 0 deletions
23
Documentation/devicetree/bindings/ipmi/aspeed,ast2400-ibt-bmc.txt
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,23 @@ | ||
* Aspeed BT (Block Transfer) IPMI interface | ||
|
||
The Aspeed SOCs (AST2400 and AST2500) are commonly used as BMCs | ||
(BaseBoard Management Controllers) and the BT interface can be used to | ||
perform in-band IPMI communication with their host. | ||
|
||
Required properties: | ||
|
||
- compatible : should be "aspeed,ast2400-ibt-bmc" | ||
- reg: physical address and size of the registers | ||
|
||
Optional properties: | ||
|
||
- interrupts: interrupt generated by the BT interface. without an | ||
interrupt, the driver will operate in poll mode. | ||
|
||
Example: | ||
|
||
ibt@1e789140 { | ||
compatible = "aspeed,ast2400-ibt-bmc"; | ||
reg = <0x1e789140 0x18>; | ||
interrupts = <8>; | ||
}; |
File renamed without changes.
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.