-
-
Notifications
You must be signed in to change notification settings - Fork 45
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/netdev/net
Cross-merge networking fixes after downstream PR (net-6.14-rc4). No conflicts or adjacent changes. Signed-off-by: Jakub Kicinski <[email protected]>
- Loading branch information
Showing
338 changed files
with
3,677 additions
and
1,927 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,7 @@ title: Qualcomm Graphics Clock & Reset Controller | |
|
||
maintainers: | ||
- Taniya Das <[email protected]> | ||
- Imran Shaik <[email protected]> | ||
|
||
description: | | ||
Qualcomm graphics clock control module provides the clocks, resets and power | ||
|
@@ -23,10 +24,12 @@ description: | | |
include/dt-bindings/clock/qcom,gpucc-sm8150.h | ||
include/dt-bindings/clock/qcom,gpucc-sm8250.h | ||
include/dt-bindings/clock/qcom,gpucc-sm8350.h | ||
include/dt-bindings/clock/qcom,qcs8300-gpucc.h | ||
properties: | ||
compatible: | ||
enum: | ||
- qcom,qcs8300-gpucc | ||
- qcom,sdm845-gpucc | ||
- qcom,sa8775p-gpucc | ||
- qcom,sc7180-gpucc | ||
|
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 |
---|---|---|
|
@@ -8,16 +8,20 @@ title: Qualcomm Camera Clock & Reset Controller on SA8775P | |
|
||
maintainers: | ||
- Taniya Das <[email protected]> | ||
- Imran Shaik <[email protected]> | ||
|
||
description: | | ||
Qualcomm camera clock control module provides the clocks, resets and power | ||
domains on SA8775p. | ||
See also: include/dt-bindings/clock/qcom,sa8775p-camcc.h | ||
See also: | ||
include/dt-bindings/clock/qcom,qcs8300-camcc.h | ||
include/dt-bindings/clock/qcom,sa8775p-camcc.h | ||
properties: | ||
compatible: | ||
enum: | ||
- qcom,qcs8300-camcc | ||
- qcom,sa8775p-camcc | ||
|
||
clocks: | ||
|
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 |
---|---|---|
|
@@ -18,6 +18,7 @@ description: | | |
properties: | ||
compatible: | ||
enum: | ||
- qcom,qcs8300-videocc | ||
- qcom,sa8775p-videocc | ||
|
||
clocks: | ||
|
29 changes: 29 additions & 0 deletions
29
Documentation/devicetree/bindings/display/panel/powertip,hx8238a.yaml
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,29 @@ | ||
# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause | ||
%YAML 1.2 | ||
--- | ||
$id: http://devicetree.org/schemas/display/panel/powertip,hx8238a.yaml# | ||
$schema: http://devicetree.org/meta-schemas/core.yaml# | ||
|
||
title: Powertip Electronic Technology Co. 320 x 240 LCD panel | ||
|
||
maintainers: | ||
- Lukasz Majewski <[email protected]> | ||
|
||
allOf: | ||
- $ref: panel-dpi.yaml# | ||
|
||
properties: | ||
compatible: | ||
items: | ||
- const: powertip,hx8238a | ||
- {} # panel-dpi, but not listed here to avoid false select | ||
|
||
height-mm: true | ||
panel-timing: true | ||
port: true | ||
power-supply: true | ||
width-mm: true | ||
|
||
additionalProperties: false | ||
|
||
... |
29 changes: 29 additions & 0 deletions
29
Documentation/devicetree/bindings/display/panel/powertip,st7272.yaml
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,29 @@ | ||
# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause | ||
%YAML 1.2 | ||
--- | ||
$id: http://devicetree.org/schemas/display/panel/powertip,st7272.yaml# | ||
$schema: http://devicetree.org/meta-schemas/core.yaml# | ||
|
||
title: Powertip Electronic Technology Co. 320 x 240 LCD panel | ||
|
||
maintainers: | ||
- Lukasz Majewski <[email protected]> | ||
|
||
allOf: | ||
- $ref: panel-dpi.yaml# | ||
|
||
properties: | ||
compatible: | ||
items: | ||
- const: powertip,st7272 | ||
- {} # panel-dpi, but not listed here to avoid false select | ||
|
||
height-mm: true | ||
panel-timing: true | ||
port: true | ||
power-supply: true | ||
width-mm: true | ||
|
||
additionalProperties: false | ||
|
||
... |
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 |
---|---|---|
|
@@ -23,7 +23,7 @@ properties: | |
compatible: | ||
enum: | ||
- ti,am625-dss | ||
- ti,am62a7,dss | ||
- ti,am62a7-dss | ||
- ti,am65x-dss | ||
|
||
reg: | ||
|
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 |
---|---|---|
|
@@ -308,7 +308,7 @@ an involved disclosed party. The current ambassadors list: | |
|
||
Google Kees Cook <[email protected]> | ||
|
||
LLVM Nick Desaulniers <ndesaulniers@google.com> | ||
LLVM Nick Desaulniers <nick.desaulniers+lkml@gmail.com> | ||
============= ======================================================== | ||
|
||
If you want your organization to be added to the ambassadors list, please | ||
|
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 |
---|---|---|
|
@@ -287,7 +287,7 @@ revelada involucrada. La lista de embajadores actuales: | |
|
||
Google Kees Cook <[email protected]> | ||
|
||
LLVM Nick Desaulniers <ndesaulniers@google.com> | ||
LLVM Nick Desaulniers <nick.desaulniers+lkml@gmail.com> | ||
============= ======================================================== | ||
|
||
Si quiere que su organización se añada a la lista de embajadores, por | ||
|
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 |
---|---|---|
|
@@ -3858,13 +3858,6 @@ W: https://ez.analog.com/linux-software-drivers | |
F: Documentation/devicetree/bindings/pwm/adi,axi-pwmgen.yaml | ||
F: drivers/pwm/pwm-axi-pwmgen.c | ||
|
||
AXXIA I2C CONTROLLER | ||
M: Krzysztof Adamski <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: Documentation/devicetree/bindings/i2c/i2c-axxia.txt | ||
F: drivers/i2c/busses/i2c-axxia.c | ||
|
||
AZ6007 DVB DRIVER | ||
M: Mauro Carvalho Chehab <[email protected]> | ||
L: [email protected] | ||
|
@@ -5662,7 +5655,7 @@ F: .clang-format | |
|
||
CLANG/LLVM BUILD SUPPORT | ||
M: Nathan Chancellor <[email protected]> | ||
R: Nick Desaulniers <ndesaulniers@google.com> | ||
R: Nick Desaulniers <nick.desaulniers+lkml@gmail.com> | ||
R: Bill Wendling <[email protected]> | ||
R: Justin Stitt <[email protected]> | ||
L: [email protected] | ||
|
@@ -7115,8 +7108,10 @@ F: rust/kernel/device.rs | |
F: rust/kernel/device_id.rs | ||
F: rust/kernel/devres.rs | ||
F: rust/kernel/driver.rs | ||
F: rust/kernel/faux.rs | ||
F: rust/kernel/platform.rs | ||
F: samples/rust/rust_driver_platform.rs | ||
F: samples/rust/rust_driver_faux.rs | ||
|
||
DRIVERS FOR OMAP ADAPTIVE VOLTAGE SCALING (AVS) | ||
M: Nishanth Menon <[email protected]> | ||
|
@@ -9834,8 +9829,7 @@ F: drivers/input/touchscreen/goodix* | |
|
||
GOOGLE ETHERNET DRIVERS | ||
M: Jeroen de Borst <[email protected]> | ||
M: Praveen Kaligineedi <[email protected]> | ||
R: Shailend Chand <[email protected]> | ||
M: Harshitha Ramamurthy <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: Documentation/networking/device_drivers/ethernet/google/gve.rst | ||
|
@@ -10821,7 +10815,7 @@ S: Odd Fixes | |
F: drivers/tty/hvc/ | ||
|
||
I2C ACPI SUPPORT | ||
M: Mika Westerberg <[email protected]> | ||
M: Mika Westerberg <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
S: Maintained | ||
|
@@ -16477,6 +16471,12 @@ F: net/ethtool/cabletest.c | |
F: tools/testing/selftests/drivers/net/*/ethtool* | ||
K: cable_test | ||
|
||
NETWORKING [ETHTOOL MAC MERGE] | ||
M: Vladimir Oltean <[email protected]> | ||
F: net/ethtool/mm.c | ||
F: tools/testing/selftests/drivers/net/hw/ethtool_mm.sh | ||
K: ethtool_mm | ||
|
||
NETWORKING [GENERAL] | ||
M: "David S. Miller" <[email protected]> | ||
M: Eric Dumazet <[email protected]> | ||
|
@@ -19508,6 +19508,15 @@ L: [email protected] | |
S: Supported | ||
F: drivers/dma/qcom/hidma* | ||
|
||
QUALCOMM I2C QCOM GENI DRIVER | ||
M: Mukesh Kumar Savaliya <[email protected]> | ||
M: Viken Dadhaniya <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
S: Maintained | ||
F: Documentation/devicetree/bindings/i2c/qcom,i2c-geni-qcom.yaml | ||
F: drivers/i2c/busses/i2c-qcom-geni.c | ||
|
||
QUALCOMM I2C CCI DRIVER | ||
M: Loic Poulain <[email protected]> | ||
M: Robert Foss <[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.