Skip to content

Commit 8b44836

Browse files
committed
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Two easy cases of overlapping changes. Signed-off-by: David S. Miller <davem@davemloft.net>
2 parents c049d56 + cd8dead commit 8b44836

247 files changed

Lines changed: 1881 additions & 715 deletions

File tree

Some content is hidden

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

Documentation/devicetree/bindings/net/davinci_emac.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ Required properties:
2020
Optional properties:
2121
- phy-handle: See ethernet.txt file in the same directory.
2222
If absent, davinci_emac driver defaults to 100/FULL.
23+
- nvmem-cells: phandle, reference to an nvmem node for the MAC address
24+
- nvmem-cell-names: string, should be "mac-address" if nvmem is to be used
2325
- ti,davinci-rmii-en: 1 byte, 1 means use RMII
2426
- ti,davinci-no-bd-ram: boolean, does EMAC have BD RAM?
2527

Documentation/devicetree/bindings/net/ethernet.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,14 @@ Documentation/devicetree/bindings/phy/phy-bindings.txt.
1010
the boot program; should be used in cases where the MAC address assigned to
1111
the device by the boot program is different from the "local-mac-address"
1212
property;
13-
- nvmem-cells: phandle, reference to an nvmem node for the MAC address;
14-
- nvmem-cell-names: string, should be "mac-address" if nvmem is to be used;
1513
- max-speed: number, specifies maximum speed in Mbit/s supported by the device;
1614
- max-frame-size: number, maximum transfer unit (IEEE defined MTU), rather than
1715
the maximum frame size (there's contradiction in the Devicetree
1816
Specification).
1917
- phy-mode: string, operation mode of the PHY interface. This is now a de-facto
2018
standard property; supported values are:
21-
* "internal"
19+
* "internal" (Internal means there is not a standard bus between the MAC and
20+
the PHY, something proprietary is being used to embed the PHY in the MAC.)
2221
* "mii"
2322
* "gmii"
2423
* "sgmii"

Documentation/devicetree/bindings/net/macb.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ Required properties:
2626
Optional elements: 'tsu_clk'
2727
- clocks: Phandles to input clocks.
2828

29+
Optional properties:
30+
- nvmem-cells: phandle, reference to an nvmem node for the MAC address
31+
- nvmem-cell-names: string, should be "mac-address" if nvmem is to be used
32+
2933
Optional properties for PHY child node:
3034
- reset-gpios : Should specify the gpio for phy reset
3135
- magic-packet : If present, indicates that the hardware supports waking

Documentation/media/uapi/rc/rc-tables.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -623,15 +623,15 @@ the remote via /dev/input/event devices.
623623

624624
- .. row 78
625625

626-
- ``KEY_SCREEN``
626+
- ``KEY_ASPECT_RATIO``
627627

628628
- Select screen aspect ratio
629629

630630
- 4:3 16:9 SELECT
631631

632632
- .. row 79
633633

634-
- ``KEY_ZOOM``
634+
- ``KEY_FULL_SCREEN``
635635

636636
- Put device into zoom/full screen mode
637637

Documentation/networking/decnet.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ you'll need the following options as well...
2222
CONFIG_DECNET_ROUTER (to be able to add/delete routes)
2323
CONFIG_NETFILTER (will be required for the DECnet routing daemon)
2424

25-
CONFIG_DECNET_ROUTE_FWMARK is optional
26-
2725
Don't turn on SIOCGIFCONF support for DECnet unless you are really sure
2826
that you need it, in general you won't and it can cause ifconfig to
2927
malfunction.

Documentation/networking/ip-sysctl.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,7 @@ tcp_min_rtt_wlen - INTEGER
427427
minimum RTT when it is moved to a longer path (e.g., due to traffic
428428
engineering). A longer window makes the filter more resistant to RTT
429429
inflations such as transient congestion. The unit is seconds.
430+
Possible values: 0 - 86400 (1 day)
430431
Default: 300
431432

432433
tcp_moderate_rcvbuf - BOOLEAN

MAINTAINERS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3124,6 +3124,7 @@ F: drivers/cpufreq/bmips-cpufreq.c
31243124
BROADCOM BMIPS MIPS ARCHITECTURE
31253125
M: Kevin Cernekee <cernekee@gmail.com>
31263126
M: Florian Fainelli <f.fainelli@gmail.com>
3127+
L: bcm-kernel-feedback-list@broadcom.com
31273128
L: linux-mips@vger.kernel.org
31283129
T: git git://github.com/broadcom/stblinux.git
31293130
S: Maintained
@@ -7336,7 +7337,6 @@ F: Documentation/devicetree/bindings/i3c/
73367337
F: Documentation/driver-api/i3c
73377338
F: drivers/i3c/
73387339
F: include/linux/i3c/
7339-
F: include/dt-bindings/i3c/
73407340

73417341
I3C DRIVER FOR SYNOPSYS DESIGNWARE
73427342
M: Vitor Soares <vitor.soares@synopsys.com>
@@ -8711,6 +8711,7 @@ F: scripts/leaking_addresses.pl
87118711
LED SUBSYSTEM
87128712
M: Jacek Anaszewski <jacek.anaszewski@gmail.com>
87138713
M: Pavel Machek <pavel@ucw.cz>
8714+
R: Dan Murphy <dmurphy@ti.com>
87148715
L: linux-leds@vger.kernel.org
87158716
T: git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
87168717
S: Maintained

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
VERSION = 5
33
PATCHLEVEL = 1
44
SUBLEVEL = 0
5-
EXTRAVERSION = -rc5
5+
EXTRAVERSION = -rc6
66
NAME = Shy Crocodile
77

88
# *DOCUMENTATION*

arch/alpha/kernel/syscalls/syscall.tbl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,3 +463,7 @@
463463
532 common getppid sys_getppid
464464
# all other architectures have common numbers for new syscall, alpha
465465
# is the exception.
466+
534 common pidfd_send_signal sys_pidfd_send_signal
467+
535 common io_uring_setup sys_io_uring_setup
468+
536 common io_uring_enter sys_io_uring_enter
469+
537 common io_uring_register sys_io_uring_register

arch/arm/tools/syscall.tbl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,3 +437,7 @@
437437
421 common rt_sigtimedwait_time64 sys_rt_sigtimedwait
438438
422 common futex_time64 sys_futex
439439
423 common sched_rr_get_interval_time64 sys_sched_rr_get_interval
440+
424 common pidfd_send_signal sys_pidfd_send_signal
441+
425 common io_uring_setup sys_io_uring_setup
442+
426 common io_uring_enter sys_io_uring_enter
443+
427 common io_uring_register sys_io_uring_register

0 commit comments

Comments
 (0)