3191
3191
S: Maintained
3192
3192
F: drivers/clk/socfpga/
3193
3193
3194
+ ARM/SOCFPGA DWMAC GLUE LAYER
3195
+ M: Maxime Chevallier <
[email protected] >
3196
+ S: Maintained
3197
+ F: Documentation/devicetree/bindings/net/socfpga-dwmac.txt
3198
+ F: drivers/net/ethernet/stmicro/stmmac/dwmac-socfpga.c
3199
+
3194
3200
ARM/SOCFPGA EDAC BINDINGS
3195
3201
M: Matthew Gerlach <
[email protected] >
3196
3202
S: Maintained
@@ -3867,8 +3873,9 @@ AUXILIARY BUS DRIVER
3867
3873
M: Greg Kroah-Hartman <
[email protected] >
3868
3874
R: Dave Ertman <
[email protected] >
3869
3875
3876
+ R: Leon Romanovsky <
[email protected] >
3870
3877
S: Supported
3871
- T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh /driver-core.git
3878
+ T: git git://git.kernel.org/pub/scm/linux/kernel/git/driver-core /driver-core.git
3872
3879
F: Documentation/driver-api/auxiliary_bus.rst
3873
3880
F: drivers/base/auxiliary.c
3874
3881
F: include/linux/auxiliary_bus.h
7227
7234
M: "Rafael J. Wysocki" <
[email protected] >
7228
7235
M: Danilo Krummrich <
[email protected] >
7229
7236
S: Supported
7230
- T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh /driver-core.git
7237
+ T: git git://git.kernel.org/pub/scm/linux/kernel/git/driver-core /driver-core.git
7231
7238
F: Documentation/core-api/kobject.rst
7232
7239
F: drivers/base/
7233
7240
F: fs/debugfs/
@@ -10457,14 +10464,20 @@ S: Supported
10457
10464
F: drivers/infiniband/hw/hfi1
10458
10465
10459
10466
HFS FILESYSTEM
10467
+ M: Viacheslav Dubeyko <
[email protected] >
10468
+ M: John Paul Adrian Glaubitz <
[email protected] >
10469
+
10460
10470
10461
- S: Orphan
10471
+ S: Maintained
10462
10472
F: Documentation/filesystems/hfs.rst
10463
10473
F: fs/hfs/
10464
10474
10465
10475
HFSPLUS FILESYSTEM
10476
+ M: Viacheslav Dubeyko <
[email protected] >
10477
+ M: John Paul Adrian Glaubitz <
[email protected] >
10478
+
10466
10479
10467
- S: Orphan
10480
+ S: Maintained
10468
10481
F: Documentation/filesystems/hfsplus.rst
10469
10482
F: fs/hfsplus/
10470
10483
@@ -13112,7 +13125,7 @@ KERNFS
13112
13125
M: Greg Kroah-Hartman <
[email protected] >
13113
13126
13114
13127
S: Supported
13115
- T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh /driver-core.git
13128
+ T: git git://git.kernel.org/pub/scm/linux/kernel/git/driver-core /driver-core.git
13116
13129
F: fs/kernfs/
13117
13130
F: include/linux/kernfs.h
13118
13131
@@ -16812,6 +16825,7 @@ F: Documentation/networking/net_cachelines/net_device.rst
16812
16825
F: drivers/connector/
16813
16826
F: drivers/net/
16814
16827
F: drivers/ptp/
16828
+ F: drivers/s390/net/
16815
16829
F: include/dt-bindings/net/
16816
16830
F: include/linux/cn_proc.h
16817
16831
F: include/linux/etherdevice.h
@@ -16821,6 +16835,7 @@ F: include/linux/fddidevice.h
16821
16835
F: include/linux/hippidevice.h
16822
16836
F: include/linux/if_*
16823
16837
F: include/linux/inetdevice.h
16838
+ F: include/linux/ism.h
16824
16839
F: include/linux/netdev*
16825
16840
F: include/linux/platform_data/wiznet.h
16826
16841
F: include/uapi/linux/cn_proc.h
@@ -18689,7 +18704,7 @@ F: drivers/pci/controller/pci-xgene-msi.c
18689
18704
PCI NATIVE HOST BRIDGE AND ENDPOINT DRIVERS
18690
18705
M: Lorenzo Pieralisi <
[email protected] >
18691
18706
M: Krzysztof Wilczyński <
[email protected] >
18692
- R : Manivannan Sadhasivam <
[email protected] >
18707
+ M : Manivannan Sadhasivam <
[email protected] >
18693
18708
R: Rob Herring <
[email protected] >
18694
18709
18695
18710
S: Supported
@@ -18742,6 +18757,16 @@ F: include/asm-generic/pci*
18742
18757
F: include/linux/of_pci.h
18743
18758
F: include/linux/pci*
18744
18759
F: include/uapi/linux/pci*
18760
+
18761
+ PCI SUBSYSTEM [RUST]
18762
+ M: Danilo Krummrich <
[email protected] >
18763
+ R: Bjorn Helgaas <
[email protected] >
18764
+ R: Krzysztof Wilczyński <
[email protected] >
18765
+
18766
+ S: Maintained
18767
+ C: irc://irc.oftc.net/linux-pci
18768
+ T: git git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git
18769
+ F: rust/helpers/pci.c
18745
18770
F: rust/kernel/pci.rs
18746
18771
F: samples/rust/rust_driver_pci.rs
18747
18772
21312
21337
21313
21338
S: Supported
21314
21339
F: drivers/s390/net/
21340
+ F: include/linux/ism.h
21315
21341
21316
21342
S390 PCI SUBSYSTEM
21317
21343
M: Niklas Schnelle <
[email protected] >
@@ -25184,9 +25210,13 @@ S: Maintained
25184
25210
F: drivers/usb/typec/mux/pi3usb30532.c
25185
25211
25186
25212
USB TYPEC PORT CONTROLLER DRIVERS
25213
+ M: Badhri Jagan Sridharan <
[email protected] >
25187
25214
25188
- S: Orphan
25189
- F: drivers/usb/typec/tcpm/
25215
+ S: Maintained
25216
+ F: drivers/usb/typec/tcpm/tcpci.c
25217
+ F: drivers/usb/typec/tcpm/tcpm.c
25218
+ F: include/linux/usb/tcpci.h
25219
+ F: include/linux/usb/tcpm.h
25190
25220
25191
25221
USB TYPEC TUSB1046 MUX DRIVER
25192
25222
M: Romain Gantois <
[email protected] >
0 commit comments