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/usb/asix_common.c net/ipv4/inet_connection_sock.c net/switchdev/switchdev.c In the inet_connection_sock.c case the request socket hashing scheme is completely different in net-next. The other two conflicts were overlapping changes. Signed-off-by: David S. Miller <[email protected]>
- Loading branch information
Showing
510 changed files
with
4,030 additions
and
2,206 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
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 |
---|---|---|
|
@@ -3591,6 +3591,13 @@ F: drivers/gpu/drm/i915/ | |
F: include/drm/i915* | ||
F: include/uapi/drm/i915* | ||
|
||
DRM DRIVERS FOR ATMEL HLCDC | ||
M: Boris Brezillon <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
F: drivers/gpu/drm/atmel-hlcdc/ | ||
F: Documentation/devicetree/bindings/drm/atmel/ | ||
|
||
DRM DRIVERS FOR EXYNOS | ||
M: Inki Dae <[email protected]> | ||
M: Joonyoung Shim <[email protected]> | ||
|
@@ -3619,6 +3626,14 @@ S: Maintained | |
F: drivers/gpu/drm/imx/ | ||
F: Documentation/devicetree/bindings/drm/imx/ | ||
|
||
DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets) | ||
M: Patrik Jakobsson <[email protected]> | ||
L: [email protected] | ||
T: git git://github.com/patjak/drm-gma500 | ||
S: Maintained | ||
F: drivers/gpu/drm/gma500 | ||
F: include/drm/gma500* | ||
|
||
DRM DRIVERS FOR NVIDIA TEGRA | ||
M: Thierry Reding <[email protected]> | ||
M: Terje Bergström <[email protected]> | ||
|
@@ -4003,7 +4018,7 @@ S: Maintained | |
F: sound/usb/misc/ua101.c | ||
|
||
EXTENSIBLE FIRMWARE INTERFACE (EFI) | ||
M: Matt Fleming <matt[email protected]> | ||
M: Matt Fleming <matt@codeblueprint.co.uk> | ||
L: [email protected] | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git | ||
S: Maintained | ||
|
@@ -4018,7 +4033,7 @@ F: include/linux/efi*.h | |
EFI VARIABLE FILESYSTEM | ||
M: Matthew Garrett <[email protected]> | ||
M: Jeremy Kerr <[email protected]> | ||
M: Matt Fleming <matt[email protected]> | ||
M: Matt Fleming <matt@codeblueprint.co.uk> | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git | ||
L: [email protected] | ||
S: Maintained | ||
|
@@ -6785,7 +6800,6 @@ F: drivers/scsi/megaraid/ | |
|
||
MELLANOX ETHERNET DRIVER (mlx4_en) | ||
M: Amir Vadai <[email protected]> | ||
M: Ido Shamay <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
W: http://www.mellanox.com | ||
|
@@ -9108,6 +9122,15 @@ S: Supported | |
F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt | ||
F: drivers/net/ethernet/synopsys/dwc_eth_qos.c | ||
|
||
SYNOPSYS DESIGNWARE I2C DRIVER | ||
M: Andy Shevchenko <[email protected]> | ||
M: Jarkko Nikula <[email protected]> | ||
M: Mika Westerberg <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
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]> | ||
|
@@ -9921,7 +9944,6 @@ S: Maintained | |
F: drivers/staging/lustre | ||
|
||
STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec) | ||
M: Julian Andres Klode <[email protected]> | ||
M: Marc Dietrich <[email protected]> | ||
L: [email protected] (moderated for non-subscribers) | ||
L: [email protected] | ||
|
@@ -11384,15 +11406,6 @@ W: http://oops.ghostprotocols.net:81/blog | |
S: Maintained | ||
F: drivers/net/wireless/wl3501* | ||
|
||
WM97XX TOUCHSCREEN DRIVERS | ||
M: Mark Brown <[email protected]> | ||
M: Liam Girdwood <[email protected]> | ||
L: [email protected] | ||
W: https://github.com/CirrusLogic/linux-drivers/wiki | ||
S: Supported | ||
F: drivers/input/touchscreen/*wm97* | ||
F: include/linux/wm97xx.h | ||
|
||
WOLFSON MICROELECTRONICS DRIVERS | ||
L: [email protected] | ||
T: git https://github.com/CirrusLogic/linux-drivers.git | ||
|
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
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.