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
Conflicts: drivers/net/ethernet/renesas/ravb_main.c kernel/bpf/syscall.c net/ipv4/ipmr.c All three conflicts were cases of overlapping changes. Signed-off-by: David S. Miller <[email protected]>
- Loading branch information
Showing
651 changed files
with
9,701 additions
and
4,780 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
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 |
---|---|---|
|
@@ -49,24 +49,6 @@ specified through DTS. Following are the DTS used:- | |
The device tree documentation for the keystone machines are located at | ||
Documentation/devicetree/bindings/arm/keystone/keystone.txt | ||
|
||
Known issues & workaround | ||
------------------------- | ||
|
||
Some of the device drivers used on keystone are re-used from that from | ||
DaVinci and other TI SoCs. These device drivers may use clock APIs directly. | ||
Some of the keystone specific drivers such as netcp uses run time power | ||
management API instead to enable clock. As this API has limitations on | ||
keystone, following workaround is needed to boot Linux. | ||
|
||
Add 'clk_ignore_unused' to the bootargs env variable in u-boot. Otherwise | ||
clock frameworks will try to disable clocks that are unused and disable | ||
the hardware. This is because netcp related power domain and clock | ||
domains are enabled in u-boot as run time power management API currently | ||
doesn't enable clocks for netcp due to a limitation. This workaround is | ||
expected to be removed in the future when proper API support becomes | ||
available. Until then, this work around is needed. | ||
|
||
|
||
Document Author | ||
--------------- | ||
Murali Karicheri <[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
4 changes: 3 additions & 1 deletion
4
Documentation/devicetree/bindings/thermal/rockchip-thermal.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
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 |
---|---|---|
|
@@ -1847,7 +1847,7 @@ S: Supported | |
F: drivers/net/wireless/ath/ath6kl/ | ||
|
||
WILOCITY WIL6210 WIRELESS DRIVER | ||
M: Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com> | ||
M: Maya Erez <qca_merez@qca.qualcomm.com> | ||
L: [email protected] | ||
L: [email protected] | ||
S: Supported | ||
|
@@ -1931,7 +1931,7 @@ S: Supported | |
F: drivers/i2c/busses/i2c-at91.c | ||
|
||
ATMEL ISI DRIVER | ||
M: Josh Wu <josh.wu@atmel.com> | ||
M: Ludovic Desroches <ludovic.desroches@atmel.com> | ||
L: [email protected] | ||
S: Supported | ||
F: drivers/media/platform/soc_camera/atmel-isi.c | ||
|
@@ -1950,7 +1950,8 @@ S: Supported | |
F: drivers/net/ethernet/cadence/ | ||
|
||
ATMEL NAND DRIVER | ||
M: Josh Wu <[email protected]> | ||
M: Wenyou Yang <[email protected]> | ||
M: Josh Wu <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
F: drivers/mtd/nand/atmel_nand* | ||
|
@@ -2449,7 +2450,9 @@ F: drivers/firmware/broadcom/* | |
|
||
BROADCOM STB NAND FLASH DRIVER | ||
M: Brian Norris <[email protected]> | ||
M: Kamal Dasu <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
S: Maintained | ||
F: drivers/mtd/nand/brcmnand/ | ||
|
||
|
@@ -2929,10 +2932,9 @@ S: Maintained | |
F: drivers/platform/x86/compal-laptop.c | ||
|
||
CONEXANT ACCESSRUNNER USB DRIVER | ||
M: Simon Arlott <[email protected]> | ||
L: [email protected] | ||
W: http://accessrunner.sourceforge.net/ | ||
S: Maintained | ||
S: Orphan | ||
F: drivers/usb/atm/cxacru.c | ||
|
||
CONFIGFS | ||
|
@@ -4409,6 +4411,7 @@ K: fmc_d.*register | |
|
||
FPGA MANAGER FRAMEWORK | ||
M: Alan Tull <[email protected]> | ||
R: Moritz Fischer <[email protected]> | ||
S: Maintained | ||
F: drivers/fpga/ | ||
F: include/linux/fpga/fpga-mgr.h | ||
|
@@ -6364,6 +6367,7 @@ F: arch/*/include/asm/pmem.h | |
LIGHTNVM PLATFORM SUPPORT | ||
M: Matias Bjorling <[email protected]> | ||
W: http://github/OpenChannelSSD | ||
L: [email protected] | ||
S: Maintained | ||
F: drivers/lightnvm/ | ||
F: include/linux/lightnvm.h | ||
|
@@ -7909,6 +7913,18 @@ S: Maintained | |
F: net/openvswitch/ | ||
F: include/uapi/linux/openvswitch.h | ||
|
||
OPERATING PERFORMANCE POINTS (OPP) | ||
M: Viresh Kumar <[email protected]> | ||
M: Nishanth Menon <[email protected]> | ||
M: Stephen Boyd <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git | ||
F: drivers/base/power/opp/ | ||
F: include/linux/pm_opp.h | ||
F: Documentation/power/opp.txt | ||
F: Documentation/devicetree/bindings/opp/ | ||
|
||
OPL4 DRIVER | ||
M: Clemens Ladisch <[email protected]> | ||
L: [email protected] (moderated for non-subscribers) | ||
|
@@ -9322,7 +9338,6 @@ F: drivers/i2c/busses/i2c-designware-* | |
F: include/linux/platform_data/i2c-designware.h | ||
|
||
SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER | ||
M: Seungwon Jeon <[email protected]> | ||
M: Jaehoon Chung <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
|
@@ -10895,9 +10910,9 @@ S: Maintained | |
F: drivers/media/tuners/tua9001* | ||
|
||
TULIP NETWORK DRIVERS | ||
M: Grant Grundler <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
L: [email protected] | ||
S: Orphan | ||
F: drivers/net/ethernet/dec/tulip/ | ||
|
||
TUN/TAP 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
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
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.