Merge tag 'pm-5.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael...
[sfrench/cifs-2.6.git] / MAINTAINERS
index fc36fe5e9873b1b79ab02390a7e6770d944524d6..061d59a4a80bc87b49e41024d5a1933c11ce5d93 100644 (file)
@@ -1,12 +1,14 @@
-
-
-       List of maintainers and how to submit kernel changes
+List of maintainers and how to submit kernel changes
+====================================================
 
 Please try to follow the guidelines below.  This will make things
 easier on the maintainers.  Not all of these guidelines matter for every
 trivial patch so apply some common sense.
 
-1.     Always _test_ your changes, however small, on at least 4 or
+Tips for patch submitters
+-------------------------
+
+1.     Always *test* your changes, however small, on at least 4 or
        5 people, preferably many more.
 
 2.     Try to release a few ALPHA test versions to the net. Announce
@@ -25,7 +27,7 @@ trivial patch so apply some common sense.
        testing and await feedback.
 
 5.     Make a patch available to the relevant maintainer in the list. Use
-       'diff -u' to make the patch easy to merge. Be prepared to get your
+       ``diff -u`` to make the patch easy to merge. Be prepared to get your
        changes sent back with seemingly silly requests about formatting
        and variable names.  These aren't as silly as they seem. One
        job the maintainers (and especially Linus) do is to keep things
@@ -38,7 +40,7 @@ trivial patch so apply some common sense.
        See Documentation/process/coding-style.rst for guidance here.
 
        PLEASE CC: the maintainers and mailing lists that are generated
-       by scripts/get_maintainer.pl.  The results returned by the
+       by ``scripts/get_maintainer.pl.`` The results returned by the
        script will be best if you have git installed and are making
        your changes in a branch derived from Linus' latest git tree.
        See Documentation/process/submitting-patches.rst for details.
@@ -70,26 +72,27 @@ trivial patch so apply some common sense.
        not represent an immediate threat and are better handled publicly,
        and ideally, should come with a patch proposal. Please do not send
        automated reports to this list either. Such bugs will be handled
-       better and faster in the usual public places.
+       better and faster in the usual public places. See
+       Documentation/admin-guide/security-bugs.rst for details.
 
 8.     Happy hacking.
 
-Descriptions of section entries:
+Descriptions of section entries
+-------------------------------
 
-       P: Person (obsolete)
-       M: Mail patches to: FullName <address@domain>
-       R: Designated reviewer: FullName <address@domain>
+       M: *Mail* patches to: FullName <address@domain>
+       R: Designated *Reviewer*: FullName <address@domain>
           These reviewers should be CCed on patches.
-       L: Mailing list that is relevant to this area
-       W: Web-page with status/info
-       B: URI for where to file bugs. A web-page with detailed bug
+       L: *Mailing list* that is relevant to this area
+       W: *Web-page* with status/info
+       B: URI for where to file *bugs*. A web-page with detailed bug
           filing info, a direct bug tracker link, or a mailto: URI.
-       C: URI for chat protocol, server and channel where developers
+       C: URI for *chat* protocol, server and channel where developers
           usually hang out, for example irc://server/channel.
-       Q: Patchwork web based patch tracking system site
-       T: SCM tree type and location.
+       Q: *Patchwork* web based patch tracking system site
+       T: *SCM* tree type and location.
           Type is one of: git, hg, quilt, stgit, topgit
-       S: Status, one of the following:
+       S: *Status*, one of the following:
           Supported:   Someone is actually paid to look after this.
           Maintained:  Someone actually looks after it.
           Odd Fixes:   It has a maintainer but they don't have time to do
@@ -99,13 +102,17 @@ Descriptions of section entries:
           Obsolete:    Old code. Something tagged obsolete generally means
                        it has been replaced by a better system and you
                        should be using that.
-       F: Files and directories with wildcard patterns.
+       P: Subsystem Profile document for more details submitting
+          patches to the given subsystem. This is either an in-tree file,
+          or a URI. See Documentation/maintainer/maintainer-entry-profile.rst
+          for details.
+       F: *Files* and directories wildcard patterns.
           A trailing slash includes all files and subdirectory files.
           F:   drivers/net/    all files in and below drivers/net
           F:   drivers/net/*   all files in drivers/net, but not below
           F:   */net/*         all files in "any top level directory"/net
           One pattern per line.  Multiple F: lines acceptable.
-       N: Files and directories with regex patterns.
+       N: Files and directories *Regex* patterns.
           N:   [^a-z]tegra     all files whose path contains the word tegra
           One pattern per line.  Multiple N: lines acceptable.
           scripts/get_maintainer.pl has different behavior for files that
@@ -113,14 +120,14 @@ Descriptions of section entries:
           get_maintainer will not look at git log history when an F: pattern
           match occurs.  When an N: match occurs, git log history is used
           to also notify the people that have git commit signatures.
-       X: Files and directories that are NOT maintained, same rules as F:
-          Files exclusions are tested before file matches.
+       X: *Excluded* files and directories that are NOT maintained, same
+          rules as F:. Files exclusions are tested before file matches.
           Can be useful for excluding a specific subdirectory, for instance:
           F:   net/
           X:   net/ipv6/
           matches all files in and below net excluding net/ipv6/
-       K: Keyword perl extended regex pattern to match content in a
-          patch or file.  For instance:
+       K: *Content regex* (perl extended) pattern match in a patch or file.
+          For instance:
           K: of_get_profile
              matches patches or files that contain "of_get_profile"
           K: \b(printk|pr_(info|err))\b
@@ -128,13 +135,12 @@ Descriptions of section entries:
              printk, pr_info or pr_err
           One regex pattern per line.  Multiple K: lines acceptable.
 
-Note: For the hard of thinking, this list is meant to remain in alphabetical
-order. If you could add yourselves to it in alphabetical order that would be
-so much easier [Ed]
-
-Maintainers List (try to look for most precise areas first)
+Maintainers List
+----------------
 
-               -----------------------------------
+.. note:: When reading this list, please look for the most precise areas
+          first. When adding to this list, please keep the entries in
+          alphabetical order.
 
 3C59X NETWORK DRIVER
 M:     Steffen Klassert <klassert@kernel.org>
@@ -295,7 +301,7 @@ S:  Maintained
 F:     drivers/net/ethernet/alteon/acenic*
 
 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
-M:     Peter Feuerer <peter@piie.net>
+M:     Peter Kaestle <peter@piie.net>
 L:     platform-driver-x86@vger.kernel.org
 W:     http://piie.net/?section=acerhdf
 S:     Maintained
@@ -817,7 +823,7 @@ S:  Orphan
 F:     drivers/usb/gadget/udc/amd5536udc.*
 
 AMD GEODE PROCESSOR/CHIPSET SUPPORT
-P:     Andres Salomon <dilinger@queued.net>
+M:     Andres Salomon <dilinger@queued.net>
 L:     linux-geode@lists.infradead.org (moderated for non-subscribers)
 W:     http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
 S:     Supported
@@ -1049,6 +1055,7 @@ F:        drivers/clk/analogbits/*
 F:     include/linux/clk/analogbits*
 
 ANDES ARCHITECTURE
+M:     Nick Hu <nickhu@andestech.com>
 M:     Greentime Hu <green.hu@gmail.com>
 M:     Vincent Chen <deanbo422@gmail.com>
 T:     git https://git.kernel.org/pub/scm/linux/kernel/git/greentime/linux.git
@@ -1558,8 +1565,10 @@ M:       Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
 L:     linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 S:     Maintained
 F:     arch/arm64/boot/dts/bitmain/
+F:     drivers/clk/clk-bm1880.c
 F:     drivers/pinctrl/pinctrl-bm1880.c
 F:     Documentation/devicetree/bindings/arm/bitmain.yaml
+F:     Documentation/devicetree/bindings/clock/bitmain,bm1880-clk.yaml
 F:     Documentation/devicetree/bindings/pinctrl/bitmain,bm1880-pinctrl.txt
 
 ARM/CALXEDA HIGHBANK ARCHITECTURE
@@ -1637,8 +1646,7 @@ R:        Suzuki K Poulose <suzuki.poulose@arm.com>
 L:     linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 S:     Maintained
 F:     drivers/hwtracing/coresight/*
-F:     Documentation/trace/coresight.rst
-F:     Documentation/trace/coresight-cpu-debug.rst
+F:     Documentation/trace/coresight/*
 F:     Documentation/devicetree/bindings/arm/coresight.txt
 F:     Documentation/devicetree/bindings/arm/coresight-cpu-debug.txt
 F:     Documentation/ABI/testing/sysfs-bus-coresight-devices-*
@@ -2180,9 +2188,11 @@ L:       linux-unisoc@lists.infradead.org (moderated for non-subscribers)
 S:     Maintained
 F:     arch/arm/boot/dts/rda8810pl-*
 F:     drivers/clocksource/timer-rda.c
+F:     drivers/gpio/gpio-rda.c
 F:     drivers/irqchip/irq-rda-intc.c
 F:     drivers/tty/serial/rda-uart.c
 F:     Documentation/devicetree/bindings/arm/rda.yaml
+F:     Documentation/devicetree/bindings/gpio/gpio-rda.yaml
 F:     Documentation/devicetree/bindings/interrupt-controller/rda,8810pl-intc.txt
 F:     Documentation/devicetree/bindings/serial/rda,8810pl-uart.txt
 F:     Documentation/devicetree/bindings/timer/rda,8810pl-timer.txt
@@ -2263,8 +2273,7 @@ F:        drivers/soc/samsung/
 F:     include/linux/soc/samsung/
 F:     Documentation/arm/samsung/
 F:     Documentation/devicetree/bindings/arm/samsung/
-F:     Documentation/devicetree/bindings/sram/samsung-sram.txt
-F:     Documentation/devicetree/bindings/power/pd-samsung.txt
+F:     Documentation/devicetree/bindings/power/pd-samsung.yaml
 N:     exynos
 
 ARM/SAMSUNG MOBILE MACHINE SUPPORT
@@ -2518,10 +2527,10 @@ F:      drivers/reset/reset-uniphier.c
 F:     drivers/tty/serial/8250/8250_uniphier.c
 N:     uniphier
 
-ARM/Ux500 CLOCK FRAMEWORK SUPPORT
+Ux500 CLOCK DRIVERS
 M:     Ulf Hansson <ulf.hansson@linaro.org>
+L:     linux-clk@vger.kernel.org
 L:     linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
-T:     git git://git.linaro.org/people/ulfh/clk.git
 S:     Maintained
 F:     drivers/clk/ux500/
 
@@ -2728,7 +2737,7 @@ M:        Bartosz Golaszewski <bgolaszewski@baylibre.com>
 L:     linux-i2c@vger.kernel.org
 T:     git git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git
 S:     Maintained
-F:     Documentation/devicetree/bindings/eeprom/at24.txt
+F:     Documentation/devicetree/bindings/eeprom/at24.yaml
 F:     drivers/misc/eeprom/at24.c
 
 ATA OVER ETHERNET (AOE) DRIVER
@@ -2889,7 +2898,6 @@ AXENTIA ARM DEVICES
 M:     Peter Rosin <peda@axentia.se>
 L:     linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 S:     Maintained
-F:     Documentation/devicetree/bindings/arm/axentia.txt
 F:     arch/arm/boot/dts/at91-linea.dtsi
 F:     arch/arm/boot/dts/at91-natte.dtsi
 F:     arch/arm/boot/dts/at91-nattis-2-natte-2.dts
@@ -3706,7 +3714,7 @@ M:        Oleksij Rempel <o.rempel@pengutronix.de>
 R:     Pengutronix Kernel Team <kernel@pengutronix.de>
 L:     linux-can@vger.kernel.org
 S:     Maintained
-F:     Documentation/networking/j1939.txt
+F:     Documentation/networking/j1939.rst
 F:     net/can/j1939/
 F:     include/uapi/linux/can/j1939.h
 
@@ -4906,7 +4914,6 @@ F:        include/trace/events/fs_dax.h
 DEVICE DIRECT ACCESS (DAX)
 M:     Dan Williams <dan.j.williams@intel.com>
 M:     Vishal Verma <vishal.l.verma@intel.com>
-M:     Keith Busch <keith.busch@intel.com>
 M:     Dave Jiang <dave.jiang@intel.com>
 L:     linux-nvdimm@lists.01.org
 S:     Supported
@@ -6758,6 +6765,7 @@ FSNOTIFY: FILESYSTEM NOTIFICATION INFRASTRUCTURE
 M:     Jan Kara <jack@suse.cz>
 R:     Amir Goldstein <amir73il@gmail.com>
 L:     linux-fsdevel@vger.kernel.org
+T:     git git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs.git fsnotify
 S:     Maintained
 F:     fs/notify/
 F:     include/linux/fsnotify*.h
@@ -6927,7 +6935,7 @@ L:        linux-pm@vger.kernel.org
 S:     Supported
 F:     drivers/base/power/domain*.c
 F:     include/linux/pm_domain.h
-F:     Documentation/devicetree/bindings/power/power_domain.txt
+F:     Documentation/devicetree/bindings/power/power?domain*
 
 GENERIC RESISTIVE TOUCHSCREEN ADC DRIVER
 M:     Eugen Hristev <eugen.hristev@microchip.com>
@@ -7278,7 +7286,7 @@ M:        Ohad Ben-Cohen <ohad@wizery.com>
 M:     Bjorn Andersson <bjorn.andersson@linaro.org>
 L:     linux-remoteproc@vger.kernel.org
 S:     Maintained
-T:     git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
+T:     git git://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteproc.git hwspinlock-next
 F:     Documentation/devicetree/bindings/hwlock/
 F:     Documentation/hwspinlock.txt
 F:     drivers/hwspinlock/
@@ -7652,6 +7660,7 @@ F:        include/uapi/linux/hyperv.h
 F:     include/asm-generic/mshyperv.h
 F:     tools/hv/
 F:     Documentation/ABI/stable/sysfs-bus-vmbus
+F:     Documentation/ABI/testing/debugfs-hyperv
 
 HYPERBUS SUPPORT
 M:     Vignesh Raghavendra <vigneshr@ti.com>
@@ -8324,7 +8333,7 @@ F:        Documentation/fb/intelfb.rst
 F:     drivers/video/fbdev/intelfb/
 
 INTEL GPIO DRIVERS
-M:     Andy Shevchenko <andriy.shevchenko@linux.intel.com>
+M:     Andy Shevchenko <andy@kernel.org>
 L:     linux-gpio@vger.kernel.org
 S:     Maintained
 T:     git git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-gpio-intel.git
@@ -8478,7 +8487,7 @@ F:        arch/x86/include/asm/intel_pmc_ipc.h
 F:     arch/x86/include/asm/intel_punit_ipc.h
 
 INTEL PMIC GPIO DRIVERS
-M:     Andy Shevchenko <andriy.shevchenko@linux.intel.com>
+M:     Andy Shevchenko <andy@kernel.org>
 S:     Maintained
 T:     git git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-gpio-intel.git
 F:     drivers/gpio/gpio-*cove.c
@@ -8925,7 +8934,7 @@ F:        mm/kasan/
 F:     scripts/Makefile.kasan
 
 KCONFIG
-M:     Masahiro Yamada <yamada.masahiro@socionext.com>
+M:     Masahiro Yamada <masahiroy@kernel.org>
 T:     git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git kconfig
 L:     linux-kbuild@vger.kernel.org
 S:     Maintained
@@ -8957,7 +8966,7 @@ S:        Maintained
 F:     fs/autofs/
 
 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
-M:     Masahiro Yamada <yamada.masahiro@socionext.com>
+M:     Masahiro Yamada <masahiroy@kernel.org>
 M:     Michal Marek <michal.lkml@markovi.net>
 T:     git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
 L:     linux-kbuild@vger.kernel.org
@@ -9397,6 +9406,7 @@ M:        Dan Williams <dan.j.williams@intel.com>
 M:     Vishal Verma <vishal.l.verma@intel.com>
 M:     Dave Jiang <dave.jiang@intel.com>
 L:     linux-nvdimm@lists.01.org
+P:     Documentation/nvdimm/maintainer-entry-profile.rst
 Q:     https://patchwork.kernel.org/project/linux-nvdimm/list/
 S:     Supported
 F:     drivers/nvdimm/blk.c
@@ -9407,6 +9417,7 @@ M:        Vishal Verma <vishal.l.verma@intel.com>
 M:     Dan Williams <dan.j.williams@intel.com>
 M:     Dave Jiang <dave.jiang@intel.com>
 L:     linux-nvdimm@lists.01.org
+P:     Documentation/nvdimm/maintainer-entry-profile.rst
 Q:     https://patchwork.kernel.org/project/linux-nvdimm/list/
 S:     Supported
 F:     drivers/nvdimm/btt*
@@ -9416,6 +9427,7 @@ M:        Dan Williams <dan.j.williams@intel.com>
 M:     Vishal Verma <vishal.l.verma@intel.com>
 M:     Dave Jiang <dave.jiang@intel.com>
 L:     linux-nvdimm@lists.01.org
+P:     Documentation/nvdimm/maintainer-entry-profile.rst
 Q:     https://patchwork.kernel.org/project/linux-nvdimm/list/
 S:     Supported
 F:     drivers/nvdimm/pmem*
@@ -9432,9 +9444,9 @@ LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
 M:     Dan Williams <dan.j.williams@intel.com>
 M:     Vishal Verma <vishal.l.verma@intel.com>
 M:     Dave Jiang <dave.jiang@intel.com>
-M:     Keith Busch <keith.busch@intel.com>
 M:     Ira Weiny <ira.weiny@intel.com>
 L:     linux-nvdimm@lists.01.org
+P:     Documentation/nvdimm/maintainer-entry-profile.rst
 Q:     https://patchwork.kernel.org/project/linux-nvdimm/list/
 T:     git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
 S:     Supported
@@ -9702,6 +9714,13 @@ S:       Maintained
 F:     Documentation/admin-guide/ldm.rst
 F:     block/partitions/ldm.*
 
+LOGITECH HID GAMING KEYBOARDS
+M:     Hans de Goede <hdegoede@redhat.com>
+L:     linux-input@vger.kernel.org
+T:     git git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.git
+S:     Maintained
+F:     drivers/hid/hid-lg-g15.c
+
 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
 M:     Sathya Prakash <sathya.prakash@broadcom.com>
 M:     Chaitra P B <chaitra.basappa@broadcom.com>
@@ -10027,8 +10046,8 @@ MAXIM MAX77650 PMIC MFD DRIVER
 M:     Bartosz Golaszewski <bgolaszewski@baylibre.com>
 L:     linux-kernel@vger.kernel.org
 S:     Maintained
-F:     Documentation/devicetree/bindings/*/*max77650.txt
-F:     Documentation/devicetree/bindings/*/max77650*.txt
+F:     Documentation/devicetree/bindings/*/*max77650.yaml
+F:     Documentation/devicetree/bindings/*/max77650*.yaml
 F:     include/linux/mfd/max77650.h
 F:     drivers/mfd/max77650.c
 F:     drivers/regulator/max77650-regulator.c
@@ -10327,7 +10346,6 @@ F:      drivers/staging/media/tegra-vde/
 
 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
 M:     Mauro Carvalho Chehab <mchehab@kernel.org>
-P:     LinuxTV.org Project
 L:     linux-media@vger.kernel.org
 W:     https://linuxtv.org
 Q:     http://patchwork.kernel.org/project/linux-media/list/
@@ -10391,6 +10409,13 @@ S:     Maintained
 F:     drivers/net/dsa/mt7530.*
 F:     net/dsa/tag_mtk.c
 
+MEDIATEK BOARD LEVEL SHUTDOWN DRIVERS
+M:     Sean Wang <sean.wang@mediatek.com>
+L:     linux-pm@vger.kernel.org
+S:     Maintained
+F:     Documentation/devicetree/bindings/power/reset/mt6323-poweroff.txt
+F:     drivers/power/reset/mt6323-poweroff.c
+
 MEDIATEK JPEG DRIVER
 M:     Rick Chang <rick.chang@mediatek.com>
 M:     Bin Liu <bin.liu@mediatek.com>
@@ -10556,6 +10581,7 @@ M:      Darren Hart <dvhart@infradead.org>
 M:     Vadim Pasternak <vadimp@mellanox.com>
 L:     platform-driver-x86@vger.kernel.org
 S:     Supported
+F:     Documentation/ABI/testing/sysfs-platform-mellanox-bootctl
 F:     drivers/platform/mellanox/
 F:     include/linux/platform_data/mlxreg.h
 
@@ -12574,7 +12600,6 @@ F:      Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt
 F:     drivers/pci/controller/dwc/*imx6*
 
 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
-M:     Keith Busch <keith.busch@intel.com>
 M:     Jonathan Derrick <jonathan.derrick@intel.com>
 L:     linux-pci@vger.kernel.org
 S:     Supported
@@ -12617,7 +12642,8 @@ F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
 F:     drivers/pci/controller/pci-tegra.c
 
 PCI DRIVER FOR RENESAS R-CAR
-M:     Simon Horman <horms@verge.net.au>
+M:     Marek Vasut <marek.vasut+renesas@gmail.com>
+M:     Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
 L:     linux-pci@vger.kernel.org
 L:     linux-renesas-soc@vger.kernel.org
 S:     Maintained
@@ -13754,7 +13780,6 @@ S:      Maintained
 F:     arch/mips/ralink
 
 RALINK RT2X00 WIRELESS LAN DRIVER
-P:     rt2x00 project
 M:     Stanislaw Gruszka <sgruszka@redhat.com>
 M:     Helmut Schaa <helmut.schaa@googlemail.com>
 L:     linux-wireless@vger.kernel.org
@@ -14090,7 +14115,6 @@ S:      Supported
 F:     drivers/net/ethernet/rocker/
 
 ROCKETPORT DRIVER
-P:     Comtrol Corp.
 W:     http://www.comtrol.com
 S:     Maintained
 F:     Documentation/driver-api/serial/rocket.rst
@@ -14369,7 +14393,7 @@ L:      linux-crypto@vger.kernel.org
 L:     linux-samsung-soc@vger.kernel.org
 S:     Maintained
 F:     drivers/crypto/exynos-rng.c
-F:     Documentation/devicetree/bindings/rng/samsung,exynos4-rng.txt
+F:     Documentation/devicetree/bindings/rng/samsung,exynos4-rng.yaml
 
 SAMSUNG EXYNOS TRUE RANDOM NUMBER GENERATOR (TRNG) DRIVER
 M:     Ćukasz Stelmach <l.stelmach@samsung.com>
@@ -14444,8 +14468,8 @@ M:      Kamil Konieczny <k.konieczny@partner.samsung.com>
 L:     linux-crypto@vger.kernel.org
 L:     linux-samsung-soc@vger.kernel.org
 S:     Maintained
-F:     Documentation/devicetree/bindings/crypto/samsung-slimsss.txt
-F:     Documentation/devicetree/bindings/crypto/samsung-sss.txt
+F:     Documentation/devicetree/bindings/crypto/samsung-slimsss.yaml
+F:     Documentation/devicetree/bindings/crypto/samsung-sss.yaml
 F:     drivers/crypto/s5p-sss.c
 
 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
@@ -14933,6 +14957,12 @@ F:     drivers/media/usb/siano/
 F:     drivers/media/usb/siano/
 F:     drivers/media/mmc/siano/
 
+SIFIVE PDMA DRIVER
+M:     Green Wan <green.wan@sifive.com>
+S:     Maintained
+F:     drivers/dma/sf-pdma/
+F:     Documentation/devicetree/bindings/dma/sifive,fu540-c000-pdma.yaml
+
 SIFIVE DRIVERS
 M:     Palmer Dabbelt <palmer@dabbelt.com>
 M:     Paul Walmsley <paul.walmsley@sifive.com>
@@ -14992,15 +15022,13 @@ F:    drivers/video/fbdev/simplefb.c
 F:     include/linux/platform_data/simplefb.h
 
 SIMTEC EB110ATX (Chalice CATS)
-P:     Ben Dooks
-P:     Vincent Sanders <vince@simtec.co.uk>
+M:     Vincent Sanders <vince@simtec.co.uk>
 M:     Simtec Linux Team <linux@simtec.co.uk>
 W:     http://www.simtec.co.uk/products/EB110ATX/
 S:     Supported
 
 SIMTEC EB2410ITX (BAST)
-P:     Ben Dooks
-P:     Vincent Sanders <vince@simtec.co.uk>
+M:     Vincent Sanders <vince@simtec.co.uk>
 M:     Simtec Linux Team <linux@simtec.co.uk>
 W:     http://www.simtec.co.uk/products/EB2410ITX/
 S:     Supported
@@ -15715,7 +15743,7 @@ SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
 M:     Hans de Goede <hdegoede@redhat.com>
 L:     linux-input@vger.kernel.org
 S:     Maintained
-F:     Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
+F:     Documentation/devicetree/bindings/input/allwinner,sun4i-a10-lradc-keys.yaml
 F:     drivers/input/keyboard/sun4i-lradc-keys.c
 
 SUNDANCE NETWORK DRIVER
@@ -15927,6 +15955,13 @@ F:     drivers/hwtracing/stm/
 F:     include/linux/stm.h
 F:     include/uapi/linux/stm.h
 
+SYSTEM76 ACPI DRIVER
+M:     Jeremy Soller <jeremy@system76.com>
+M:     System76 Product Development <productdev@system76.com>
+L:     platform-driver-x86@vger.kernel.org
+S:     Maintained
+F:     drivers/platform/x86/system76_acpi.c
+
 SYSV FILESYSTEM
 M:     Christoph Hellwig <hch@infradead.org>
 S:     Maintained