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 git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Just simple overlapping changes. Signed-off-by: David S. Miller <[email protected]>
- Loading branch information
Showing
566 changed files
with
6,079 additions
and
3,479 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 |
---|---|---|
|
@@ -68,6 +68,8 @@ Jacob Shin <[email protected]> | |
James Bottomley <jejb@mulgrave.(none)> | ||
James Bottomley <[email protected]> | ||
James E Wilson <[email protected]> | ||
James Hogan <[email protected]> <[email protected]> | ||
James Hogan <[email protected]> <[email protected]> | ||
James Ketrenos <jketreno@io.(none)> | ||
Javi Merino <[email protected]> <[email protected]> | ||
<[email protected]> <[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 |
---|---|---|
|
@@ -127,7 +127,7 @@ Description: | |
|
||
What; /sys/power/pm_trace_dev_match | ||
Date: October 2010 | ||
Contact: James Hogan <[email protected]> | ||
Contact: James Hogan <[email protected]> | ||
Description: | ||
The /sys/power/pm_trace_dev_match file contains the name of the | ||
device associated with the last PM event point saved in the RTC | ||
|
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
28 changes: 28 additions & 0 deletions
28
Documentation/devicetree/bindings/reset/snps,hsdk-reset.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,28 @@ | ||
Binding for the Synopsys HSDK reset controller | ||
|
||
This binding uses the common reset binding[1]. | ||
|
||
[1] Documentation/devicetree/bindings/reset/reset.txt | ||
|
||
Required properties: | ||
- compatible: should be "snps,hsdk-reset". | ||
- reg: should always contain 2 pairs address - length: first for reset | ||
configuration register and second for corresponding SW reset and status bits | ||
register. | ||
- #reset-cells: from common reset binding; Should always be set to 1. | ||
|
||
Example: | ||
reset: reset@880 { | ||
compatible = "snps,hsdk-reset"; | ||
#reset-cells = <1>; | ||
reg = <0x8A0 0x4>, <0xFF0 0x4>; | ||
}; | ||
|
||
Specifying reset lines connected to IP modules: | ||
ethernet@.... { | ||
.... | ||
resets = <&reset HSDK_V1_ETH_RESET>; | ||
.... | ||
}; | ||
|
||
The index could be found in <dt-bindings/reset/snps,hsdk-reset.h> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6738,7 +6738,7 @@ F: Documentation/devicetree/bindings/auxdisplay/img-ascii-lcd.txt | |
F: drivers/auxdisplay/img-ascii-lcd.c | ||
|
||
IMGTEC IR DECODER DRIVER | ||
M: James Hogan <[email protected]> | ||
M: James Hogan <[email protected]> | ||
S: Maintained | ||
F: drivers/media/rc/img-ir/ | ||
|
||
|
@@ -7562,7 +7562,7 @@ F: arch/arm64/include/asm/kvm* | |
F: arch/arm64/kvm/ | ||
|
||
KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips) | ||
M: James Hogan <[email protected]> | ||
M: James Hogan <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
F: arch/mips/include/uapi/asm/kvm* | ||
|
@@ -8264,6 +8264,12 @@ L: [email protected] | |
S: Orphan | ||
F: drivers/net/wireless/marvell/libertas/ | ||
|
||
MARVELL MACCHIATOBIN SUPPORT | ||
M: Russell King <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: arch/arm64/boot/dts/marvell/armada-8040-mcbin.dts | ||
|
||
MARVELL MV643XX ETHERNET DRIVER | ||
M: Sebastian Hesselbarth <[email protected]> | ||
L: [email protected] | ||
|
@@ -8597,6 +8603,12 @@ M: Sean Wang <[email protected]> | |
S: Maintained | ||
F: drivers/media/rc/mtk-cir.c | ||
|
||
MEDIATEK PMIC LED DRIVER | ||
M: Sean Wang <[email protected]> | ||
S: Maintained | ||
F: drivers/leds/leds-mt6323.c | ||
F: Documentation/devicetree/bindings/leds/leds-mt6323.txt | ||
|
||
MEDIATEK ETHERNET DRIVER | ||
M: Felix Fietkau <[email protected]> | ||
M: John Crispin <[email protected]> | ||
|
@@ -8879,7 +8891,7 @@ F: Documentation/devicetree/bindings/media/meson-ao-cec.txt | |
T: git git://linuxtv.org/media_tree.git | ||
|
||
METAG ARCHITECTURE | ||
M: James Hogan <[email protected]> | ||
M: James Hogan <[email protected]> | ||
L: [email protected] | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git | ||
S: Odd Fixes | ||
|
@@ -12924,9 +12936,9 @@ F: drivers/mmc/host/dw_mmc* | |
SYNOPSYS HSDK RESET CONTROLLER DRIVER | ||
M: Eugeniy Paltsev <[email protected]> | ||
S: Supported | ||
F: drivers/reset/reset-hsdk-v1.c | ||
F: include/dt-bindings/reset/snps,hsdk-v1-reset.h | ||
F: Documentation/devicetree/bindings/reset/snps,hsdk-v1-reset.txt | ||
F: drivers/reset/reset-hsdk.c | ||
F: include/dt-bindings/reset/snps,hsdk-reset.h | ||
F: Documentation/devicetree/bindings/reset/snps,hsdk-reset.txt | ||
|
||
SYSTEM CONFIGURATION (SYSCON) | ||
M: Lee Jones <[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
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.