Skip to content

Commit 3882a73

Browse files
committed
Fix up MAINTAINERS file sorting
Another merge window, another MAINTAINERS file disaster. People have serious problems with the alphabet and sorting, and poor Jérôme Glisse and Radim Krčmář get their names mangled by locale issues, turning them into some mangled mess (probably others do too, but those two stood out when sorting things again). And we now have two copies of the same 'AS3645A LED FLASH CONTROLLER DRIVER' in the tree and in the MAINTAINERS file, but that's a separate issue - the duplication is real, and I left them as two entries for the same name. This does not try to sort the actual section pattern entries, although I may end up doing that later. Signed-off-by: Linus Torvalds <[email protected]>
1 parent f60a2ab commit 3882a73

File tree

1 file changed

+55
-55
lines changed

1 file changed

+55
-55
lines changed

MAINTAINERS

Lines changed: 55 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -4391,6 +4391,12 @@ S: Supported
43914391
F: drivers/gpu/drm/nouveau/
43924392
F: include/uapi/drm/nouveau_drm.h
43934393

4394+
DRM DRIVER FOR PERVASIVE DISPLAYS REPAPER PANELS
4395+
M: Noralf Trønnes <[email protected]>
4396+
S: Maintained
4397+
F: drivers/gpu/drm/tinydrm/repaper.c
4398+
F: Documentation/devicetree/bindings/display/repaper.txt
4399+
43944400
DRM DRIVER FOR QEMU'S CIRRUS DEVICE
43954401
M: Dave Airlie <[email protected]>
43964402
M: Gerd Hoffmann <[email protected]>
@@ -4409,12 +4415,6 @@ S: Maintained
44094415
F: drivers/gpu/drm/qxl/
44104416
F: include/uapi/drm/qxl_drm.h
44114417

4412-
DRM DRIVER FOR PERVASIVE DISPLAYS REPAPER PANELS
4413-
M: Noralf Trønnes <[email protected]>
4414-
S: Maintained
4415-
F: drivers/gpu/drm/tinydrm/repaper.c
4416-
F: Documentation/devicetree/bindings/display/repaper.txt
4417-
44184418
DRM DRIVER FOR RAGE 128 VIDEO CARDS
44194419
S: Orphan / Obsolete
44204420
F: drivers/gpu/drm/r128/
@@ -6208,22 +6208,22 @@ F: include/uapi/linux/if_hippi.h
62086208
F: net/802/hippi.c
62096209
F: drivers/net/hippi/
62106210

6211-
HISILICON NETWORK SUBSYSTEM DRIVER
6211+
HISILICON NETWORK SUBSYSTEM 3 DRIVER (HNS3)
62126212
M: Yisen Zhuang <[email protected]>
62136213
M: Salil Mehta <[email protected]>
62146214
62156215
W: http://www.hisilicon.com
62166216
S: Maintained
6217-
F: drivers/net/ethernet/hisilicon/
6218-
F: Documentation/devicetree/bindings/net/hisilicon*.txt
6217+
F: drivers/net/ethernet/hisilicon/hns3/
62196218

6220-
HISILICON NETWORK SUBSYSTEM 3 DRIVER (HNS3)
6219+
HISILICON NETWORK SUBSYSTEM DRIVER
62216220
M: Yisen Zhuang <[email protected]>
62226221
M: Salil Mehta <[email protected]>
62236222
62246223
W: http://www.hisilicon.com
62256224
S: Maintained
6226-
F: drivers/net/ethernet/hisilicon/hns3/
6225+
F: drivers/net/ethernet/hisilicon/
6226+
F: Documentation/devicetree/bindings/net/hisilicon*.txt
62276227

62286228
HISILICON ROCE DRIVER
62296229
M: Lijun Ou <[email protected]>
@@ -6240,6 +6240,13 @@ S: Supported
62406240
F: drivers/scsi/hisi_sas/
62416241
F: Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
62426242

6243+
HMM - Heterogeneous Memory Management
6244+
M: Jérôme Glisse <[email protected]>
6245+
6246+
S: Maintained
6247+
F: mm/hmm*
6248+
F: include/linux/hmm*
6249+
62436250
HOST AP DRIVER
62446251
M: Jouni Malinen <[email protected]>
62456252
@@ -7506,19 +7513,6 @@ F: include/kvm/iodev.h
75067513
F: virt/kvm/*
75077514
F: tools/kvm/
75087515

7509-
KERNEL VIRTUAL MACHINE FOR X86 (KVM/x86)
7510-
M: Paolo Bonzini <[email protected]>
7511-
M: Radim KrÄmář <[email protected]>
7512-
7513-
W: http://www.linux-kvm.org
7514-
T: git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
7515-
S: Supported
7516-
F: arch/x86/kvm/
7517-
F: arch/x86/include/uapi/asm/kvm*
7518-
F: arch/x86/include/asm/kvm*
7519-
F: arch/x86/kernel/kvm.c
7520-
F: arch/x86/kernel/kvmclock.c
7521-
75227516
KERNEL VIRTUAL MACHINE FOR AMD-V (KVM/amd)
75237517
M: Joerg Roedel <[email protected]>
75247518
@@ -7541,17 +7535,6 @@ F: arch/arm/kvm/
75417535
F: virt/kvm/arm/
75427536
F: include/kvm/arm_*
75437537

7544-
KERNEL VIRTUAL MACHINE FOR POWERPC (KVM/powerpc)
7545-
M: Alexander Graf <[email protected]>
7546-
7547-
W: http://www.linux-kvm.org/
7548-
T: git git://github.com/agraf/linux-2.6.git
7549-
S: Supported
7550-
F: arch/powerpc/include/uapi/asm/kvm*
7551-
F: arch/powerpc/include/asm/kvm*
7552-
F: arch/powerpc/kvm/
7553-
F: arch/powerpc/kernel/kvm*
7554-
75557538
KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
75567539
M: Christoffer Dall <[email protected]>
75577540
M: Marc Zyngier <[email protected]>
@@ -7570,6 +7553,17 @@ F: arch/mips/include/uapi/asm/kvm*
75707553
F: arch/mips/include/asm/kvm*
75717554
F: arch/mips/kvm/
75727555

7556+
KERNEL VIRTUAL MACHINE FOR POWERPC (KVM/powerpc)
7557+
M: Alexander Graf <[email protected]>
7558+
7559+
W: http://www.linux-kvm.org/
7560+
T: git git://github.com/agraf/linux-2.6.git
7561+
S: Supported
7562+
F: arch/powerpc/include/uapi/asm/kvm*
7563+
F: arch/powerpc/include/asm/kvm*
7564+
F: arch/powerpc/kvm/
7565+
F: arch/powerpc/kernel/kvm*
7566+
75737567
KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
75747568
M: Christian Borntraeger <[email protected]>
75757569
M: Cornelia Huck <[email protected]>
@@ -7583,6 +7577,19 @@ F: arch/s390/include/asm/kvm*
75837577
F: arch/s390/kvm/
75847578
F: arch/s390/mm/gmap.c
75857579

7580+
KERNEL VIRTUAL MACHINE FOR X86 (KVM/x86)
7581+
M: Paolo Bonzini <[email protected]>
7582+
M: Radim Krčmář <[email protected]>
7583+
7584+
W: http://www.linux-kvm.org
7585+
T: git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
7586+
S: Supported
7587+
F: arch/x86/kvm/
7588+
F: arch/x86/include/uapi/asm/kvm*
7589+
F: arch/x86/include/asm/kvm*
7590+
F: arch/x86/kernel/kvm.c
7591+
F: arch/x86/kernel/kvmclock.c
7592+
75867593
KERNFS
75877594
M: Greg Kroah-Hartman <[email protected]>
75887595
M: Tejun Heo <[email protected]>
@@ -7822,13 +7829,6 @@ M: Sasha Levin <[email protected]>
78227829
S: Maintained
78237830
F: tools/lib/lockdep/
78247831

7825-
HMM - Heterogeneous Memory Management
7826-
M: Jérôme Glisse <[email protected]>
7827-
7828-
S: Maintained
7829-
F: mm/hmm*
7830-
F: include/linux/hmm*
7831-
78327832
LIBNVDIMM BLK: MMIO-APERTURE DRIVER
78337833
M: Ross Zwisler <[email protected]>
78347834
@@ -8423,6 +8423,14 @@ T: git git://linuxtv.org/media_tree.git
84238423
S: Supported
84248424
F: drivers/media/dvb-frontends/cxd2841er*
84258425

8426+
MEDIA DRIVERS FOR DIGITAL DEVICES PCIE DEVICES
8427+
M: Daniel Scheller <[email protected]>
8428+
8429+
W: https://linuxtv.org
8430+
T: git git://linuxtv.org/media_tree.git
8431+
S: Maintained
8432+
F: drivers/media/pci/ddbridge/*
8433+
84268434
MEDIA DRIVERS FOR FREESCALE IMX
84278435
M: Steve Longerbeam <[email protected]>
84288436
M: Philipp Zabel <[email protected]>
@@ -8544,14 +8552,6 @@ T: git git://linuxtv.org/media_tree.git
85448552
S: Maintained
85458553
F: drivers/media/dvb-frontends/stv6111*
85468554

8547-
MEDIA DRIVERS FOR DIGITAL DEVICES PCIE DEVICES
8548-
M: Daniel Scheller <[email protected]>
8549-
8550-
W: https://linuxtv.org
8551-
T: git git://linuxtv.org/media_tree.git
8552-
S: Maintained
8553-
F: drivers/media/pci/ddbridge/*
8554-
85558555
MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
85568556
M: Mauro Carvalho Chehab <[email protected]>
85578557
M: Mauro Carvalho Chehab <[email protected]>
@@ -8575,6 +8575,11 @@ F: include/uapi/linux/meye.h
85758575
F: include/uapi/linux/ivtv*
85768576
F: include/uapi/linux/uvcvideo.h
85778577

8578+
MEDIATEK CIR DRIVER
8579+
M: Sean Wang <[email protected]>
8580+
S: Maintained
8581+
F: drivers/media/rc/mtk-cir.c
8582+
85788583
MEDIATEK ETHERNET DRIVER
85798584
M: Felix Fietkau <[email protected]>
85808585
M: John Crispin <[email protected]>
@@ -8615,11 +8620,6 @@ L: [email protected]
86158620
S: Maintained
86168621
F: drivers/net/wireless/mediatek/mt7601u/
86178622

8618-
MEDIATEK CIR DRIVER
8619-
M: Sean Wang <[email protected]>
8620-
S: Maintained
8621-
F: drivers/media/rc/mtk-cir.c
8622-
86238623
MEDIATEK RANDOM NUMBER GENERATOR SUPPORT
86248624
M: Sean Wang <[email protected]>
86258625
S: Maintained

0 commit comments

Comments
 (0)