Skip to content

Commit 0ddead9

Browse files
committed
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
The conflicts were two cases of overlapping changes in batman-adv and the qed driver. Signed-off-by: David S. Miller <[email protected]>
2 parents f7aec12 + a090bd4 commit 0ddead9

File tree

451 files changed

+3846
-2246
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

451 files changed

+3846
-2246
lines changed

Documentation/admin-guide/kernel-parameters.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -866,6 +866,15 @@
866866

867867
dscc4.setup= [NET]
868868

869+
dt_cpu_ftrs= [PPC]
870+
Format: {"off" | "known"}
871+
Control how the dt_cpu_ftrs device-tree binding is
872+
used for CPU feature discovery and setup (if it
873+
exists).
874+
off: Do not use it, fall back to legacy cpu table.
875+
known: Do not pass through unknown features to guests
876+
or userspace, only those that the kernel is aware of.
877+
869878
dump_apple_properties [X86]
870879
Dump name and content of EFI device properties on
871880
x86 Macs. Useful for driver authors to determine

Documentation/devicetree/bindings/usb/dwc2.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Required properties:
1010
- "rockchip,rk3288-usb", "rockchip,rk3066-usb", "snps,dwc2": for rk3288 Soc;
1111
- "lantiq,arx100-usb": The DWC2 USB controller instance in Lantiq ARX SoCs;
1212
- "lantiq,xrx200-usb": The DWC2 USB controller instance in Lantiq XRX SoCs;
13+
- "amlogic,meson8-usb": The DWC2 USB controller instance in Amlogic Meson8 SoCs;
1314
- "amlogic,meson8b-usb": The DWC2 USB controller instance in Amlogic Meson8b SoCs;
1415
- "amlogic,meson-gxbb-usb": The DWC2 USB controller instance in Amlogic S905 SoCs;
1516
- "amcc,dwc-otg": The DWC2 USB controller instance in AMCC Canyonlands 460EX SoCs;

Documentation/networking/scaling.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ associated flow of the packet. The hash is either provided by hardware
122122
or will be computed in the stack. Capable hardware can pass the hash in
123123
the receive descriptor for the packet; this would usually be the same
124124
hash used for RSS (e.g. computed Toeplitz hash). The hash is saved in
125-
skb->rx_hash and can be used elsewhere in the stack as a hash of the
125+
skb->hash and can be used elsewhere in the stack as a hash of the
126126
packet’s flow.
127127

128128
Each receive hardware queue has an associated list of CPUs to which

MAINTAINERS

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1172,7 +1172,7 @@ N: clps711x
11721172

11731173
ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
11741174
M: Hartley Sweeten <[email protected]>
1175-
M: Ryan Mallon <rmallon@gmail.com>
1175+
M: Alexander Sverdlin <alexander.sverdlin@gmail.com>
11761176
L: [email protected] (moderated for non-subscribers)
11771177
S: Maintained
11781178
F: arch/arm/mach-ep93xx/
@@ -1489,13 +1489,15 @@ M: Gregory Clement <[email protected]>
14891489
M: Sebastian Hesselbarth <[email protected]>
14901490
L: [email protected] (moderated for non-subscribers)
14911491
S: Maintained
1492-
F: arch/arm/mach-mvebu/
1493-
F: drivers/rtc/rtc-armada38x.c
14941492
F: arch/arm/boot/dts/armada*
14951493
F: arch/arm/boot/dts/kirkwood*
1494+
F: arch/arm/configs/mvebu_*_defconfig
1495+
F: arch/arm/mach-mvebu/
14961496
F: arch/arm64/boot/dts/marvell/armada*
14971497
F: drivers/cpufreq/mvebu-cpufreq.c
1498-
F: arch/arm/configs/mvebu_*_defconfig
1498+
F: drivers/irqchip/irq-armada-370-xp.c
1499+
F: drivers/irqchip/irq-mvebu-*
1500+
F: drivers/rtc/rtc-armada38x.c
14991501

15001502
ARM/Marvell Berlin SoC support
15011503
M: Jisheng Zhang <[email protected]>
@@ -1721,7 +1723,6 @@ N: rockchip
17211723
ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
17221724
M: Kukjin Kim <[email protected]>
17231725
M: Krzysztof Kozlowski <[email protected]>
1724-
R: Javier Martinez Canillas <[email protected]>
17251726
L: [email protected] (moderated for non-subscribers)
17261727
L: [email protected] (moderated for non-subscribers)
17271728
Q: https://patchwork.kernel.org/project/linux-samsung-soc/list/
@@ -1829,7 +1830,6 @@ F: drivers/edac/altera_edac.
18291830
ARM/STI ARCHITECTURE
18301831
M: Patrice Chotard <[email protected]>
18311832
L: [email protected] (moderated for non-subscribers)
1832-
18331833
W: http://www.stlinux.com
18341834
S: Maintained
18351835
F: arch/arm/mach-sti/
@@ -5622,7 +5622,7 @@ F: scripts/get_maintainer.pl
56225622

56235623
GENWQE (IBM Generic Workqueue Card)
56245624
M: Frank Haverkamp <[email protected]>
5625-
M: Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
5625+
M: Guilherme G. Piccoli <gpiccoli@linux.vnet.ibm.com>
56265626
S: Supported
56275627
F: drivers/misc/genwqe/
56285628

@@ -5667,7 +5667,6 @@ F: tools/testing/selftests/gpio/
56675667

56685668
GPIO SUBSYSTEM
56695669
M: Linus Walleij <[email protected]>
5670-
M: Alexandre Courbot <[email protected]>
56715670
56725671
T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
56735672
S: Maintained
@@ -7708,7 +7707,7 @@ F: drivers/platform/x86/hp_accel.c
77087707

77097708
LIVE PATCHING
77107709
M: Josh Poimboeuf <[email protected]>
7711-
M: Jessica Yu <jeyu@redhat.com>
7710+
M: Jessica Yu <jeyu@kernel.org>
77127711
M: Jiri Kosina <[email protected]>
77137712
M: Miroslav Benes <[email protected]>
77147713
R: Petr Mladek <[email protected]>
@@ -8623,7 +8622,7 @@ S: Maintained
86238622
F: drivers/media/dvb-frontends/mn88473*
86248623

86258624
MODULE SUPPORT
8626-
M: Jessica Yu <jeyu@redhat.com>
8625+
M: Jessica Yu <jeyu@kernel.org>
86278626
M: Rusty Russell <[email protected]>
86288627
T: git git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux.git modules-next
86298628
S: Maintained
@@ -11311,7 +11310,6 @@ F: drivers/media/rc/serial_ir.c
1131111310

1131211311
STI CEC DRIVER
1131311312
M: Benjamin Gaignard <[email protected]>
11314-
1131511313
S: Maintained
1131611314
F: drivers/staging/media/st-cec/
1131711315
F: Documentation/devicetree/bindings/media/stih-cec.txt
@@ -11821,6 +11819,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
1182111819
S: Supported
1182211820
F: arch/arm/mach-davinci/
1182311821
F: drivers/i2c/busses/i2c-davinci.c
11822+
F: arch/arm/boot/dts/da850*
1182411823

1182511824
TI DAVINCI SERIES MEDIA DRIVER
1182611825
M: "Lad, Prabhakar" <[email protected]>
@@ -13904,7 +13903,7 @@ S: Odd fixes
1390413903
F: drivers/net/wireless/wl3501*
1390513904

1390613905
WOLFSON MICROELECTRONICS DRIVERS
13907-
L: patches@opensource.wolfsonmicro.com
13906+
L: patches@opensource.cirrus.com
1390813907
T: git https://github.com/CirrusLogic/linux-drivers.git
1390913908
W: https://github.com/CirrusLogic/linux-drivers/wiki
1391013909
S: Supported

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
VERSION = 4
22
PATCHLEVEL = 12
33
SUBLEVEL = 0
4-
EXTRAVERSION = -rc4
4+
EXTRAVERSION = -rc5
55
NAME = Fearless Coyote
66

77
# *DOCUMENTATION*

arch/arm/boot/dts/bcm283x.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
#include <dt-bindings/clock/bcm2835-aux.h>
44
#include <dt-bindings/gpio/gpio.h>
55

6+
/* firmware-provided startup stubs live here, where the secondary CPUs are
7+
* spinning.
8+
*/
9+
/memreserve/ 0x00000000 0x00001000;
10+
611
/* This include file covers the common peripherals and configuration between
712
* bcm2835 and bcm2836 implementations, leaving the CPU configuration to
813
* bcm2835.dtsi and bcm2836.dtsi.

arch/arm/boot/dts/keystone-k2l-netcp.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ netcp: netcp@26000000 {
137137
/* NetCP address range */
138138
ranges = <0 0x26000000 0x1000000>;
139139

140-
clocks = <&clkpa>, <&clkcpgmac>, <&chipclk12>, <&clkosr>;
141-
clock-names = "pa_clk", "ethss_clk", "cpts", "osr_clk";
140+
clocks = <&clkpa>, <&clkcpgmac>, <&chipclk12>;
141+
clock-names = "pa_clk", "ethss_clk", "cpts";
142142
dma-coherent;
143143

144144
ti,navigator-dmas = <&dma_gbe 0>,

arch/arm/boot/dts/keystone-k2l.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,14 @@
232232
};
233233
};
234234

235+
osr: sram@70000000 {
236+
compatible = "mmio-sram";
237+
reg = <0x70000000 0x10000>;
238+
#address-cells = <1>;
239+
#size-cells = <1>;
240+
clocks = <&clkosr>;
241+
};
242+
235243
dspgpio0: keystone_dsp_gpio@02620240 {
236244
compatible = "ti,keystone-dsp-gpio";
237245
gpio-controller;

arch/arm/boot/dts/versatile-pb.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include <versatile-ab.dts>
1+
#include "versatile-ab.dts"
22

33
/ {
44
model = "ARM Versatile PB";

arch/arm/include/asm/device.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ struct dev_archdata {
1919
#ifdef CONFIG_XEN
2020
const struct dma_map_ops *dev_dma_ops;
2121
#endif
22-
bool dma_coherent;
22+
unsigned int dma_coherent:1;
23+
unsigned int dma_ops_setup:1;
2324
};
2425

2526
struct omap_device;

0 commit comments

Comments
 (0)