diff options
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 87 |
1 files changed, 78 insertions, 9 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index aefa94841ff3..4c6c341bc9c7 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -1277,9 +1277,15 @@ F: drivers/scsi/arm/ | |||
1277 | ARM/Rockchip SoC support | 1277 | ARM/Rockchip SoC support |
1278 | M: Heiko Stuebner <heiko@sntech.de> | 1278 | M: Heiko Stuebner <heiko@sntech.de> |
1279 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | 1279 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
1280 | L: linux-rockchip@lists.infradead.org | ||
1280 | S: Maintained | 1281 | S: Maintained |
1282 | F: arch/arm/boot/dts/rk3* | ||
1281 | F: arch/arm/mach-rockchip/ | 1283 | F: arch/arm/mach-rockchip/ |
1284 | F: drivers/clk/rockchip/ | ||
1285 | F: drivers/i2c/busses/i2c-rk3x.c | ||
1282 | F: drivers/*/*rockchip* | 1286 | F: drivers/*/*rockchip* |
1287 | F: drivers/*/*/*rockchip* | ||
1288 | F: sound/soc/rockchip/ | ||
1283 | 1289 | ||
1284 | ARM/SAMSUNG ARM ARCHITECTURES | 1290 | ARM/SAMSUNG ARM ARCHITECTURES |
1285 | M: Ben Dooks <ben-linux@fluff.org> | 1291 | M: Ben Dooks <ben-linux@fluff.org> |
@@ -1843,6 +1849,12 @@ S: Orphan | |||
1843 | F: Documentation/filesystems/befs.txt | 1849 | F: Documentation/filesystems/befs.txt |
1844 | F: fs/befs/ | 1850 | F: fs/befs/ |
1845 | 1851 | ||
1852 | BECKHOFF CX5020 ETHERCAT MASTER DRIVER | ||
1853 | M: Dariusz Marcinkiewicz <reksio@newterm.pl> | ||
1854 | L: netdev@vger.kernel.org | ||
1855 | S: Maintained | ||
1856 | F: drivers/net/ethernet/ec_bhf.c | ||
1857 | |||
1846 | BFS FILE SYSTEM | 1858 | BFS FILE SYSTEM |
1847 | M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk> | 1859 | M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk> |
1848 | S: Maintained | 1860 | S: Maintained |
@@ -2059,7 +2071,7 @@ S: Supported | |||
2059 | F: drivers/scsi/bnx2i/ | 2071 | F: drivers/scsi/bnx2i/ |
2060 | 2072 | ||
2061 | BROADCOM KONA GPIO DRIVER | 2073 | BROADCOM KONA GPIO DRIVER |
2062 | M: Markus Mayer <markus.mayer@linaro.org> | 2074 | M: Ray Jui <rjui@broadcom.com> |
2063 | L: bcm-kernel-feedback-list@broadcom.com | 2075 | L: bcm-kernel-feedback-list@broadcom.com |
2064 | S: Supported | 2076 | S: Supported |
2065 | F: drivers/gpio/gpio-bcm-kona.c | 2077 | F: drivers/gpio/gpio-bcm-kona.c |
@@ -3000,9 +3012,8 @@ S: Supported | |||
3000 | F: drivers/acpi/dock.c | 3012 | F: drivers/acpi/dock.c |
3001 | 3013 | ||
3002 | DOCUMENTATION | 3014 | DOCUMENTATION |
3003 | M: Randy Dunlap <rdunlap@infradead.org> | 3015 | M: Jiri Kosina <jkosina@suse.cz> |
3004 | L: linux-doc@vger.kernel.org | 3016 | L: linux-doc@vger.kernel.org |
3005 | T: quilt http://www.infradead.org/~rdunlap/Doc/patches/ | ||
3006 | S: Maintained | 3017 | S: Maintained |
3007 | F: Documentation/ | 3018 | F: Documentation/ |
3008 | X: Documentation/ABI/ | 3019 | X: Documentation/ABI/ |
@@ -3115,6 +3126,17 @@ F: include/linux/host1x.h | |||
3115 | F: include/uapi/drm/tegra_drm.h | 3126 | F: include/uapi/drm/tegra_drm.h |
3116 | F: Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt | 3127 | F: Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt |
3117 | 3128 | ||
3129 | DRM DRIVERS FOR RENESAS | ||
3130 | M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | ||
3131 | L: dri-devel@lists.freedesktop.org | ||
3132 | L: linux-sh@vger.kernel.org | ||
3133 | T: git git://people.freedesktop.org/~airlied/linux | ||
3134 | S: Supported | ||
3135 | F: drivers/gpu/drm/rcar-du/ | ||
3136 | F: drivers/gpu/drm/shmobile/ | ||
3137 | F: include/linux/platform_data/rcar-du.h | ||
3138 | F: include/linux/platform_data/shmob_drm.h | ||
3139 | |||
3118 | DSBR100 USB FM RADIO DRIVER | 3140 | DSBR100 USB FM RADIO DRIVER |
3119 | M: Alexey Klimov <klimov.linux@gmail.com> | 3141 | M: Alexey Klimov <klimov.linux@gmail.com> |
3120 | L: linux-media@vger.kernel.org | 3142 | L: linux-media@vger.kernel.org |
@@ -3843,10 +3865,13 @@ F: drivers/tty/serial/ucc_uart.c | |||
3843 | 3865 | ||
3844 | FREESCALE SOC SOUND DRIVERS | 3866 | FREESCALE SOC SOUND DRIVERS |
3845 | M: Timur Tabi <timur@tabi.org> | 3867 | M: Timur Tabi <timur@tabi.org> |
3868 | M: Nicolin Chen <nicoleotsuka@gmail.com> | ||
3869 | M: Xiubo Li <Li.Xiubo@freescale.com> | ||
3846 | L: alsa-devel@alsa-project.org (moderated for non-subscribers) | 3870 | L: alsa-devel@alsa-project.org (moderated for non-subscribers) |
3847 | L: linuxppc-dev@lists.ozlabs.org | 3871 | L: linuxppc-dev@lists.ozlabs.org |
3848 | S: Maintained | 3872 | S: Maintained |
3849 | F: sound/soc/fsl/fsl* | 3873 | F: sound/soc/fsl/fsl* |
3874 | F: sound/soc/fsl/imx* | ||
3850 | F: sound/soc/fsl/mpc8610_hpcd.c | 3875 | F: sound/soc/fsl/mpc8610_hpcd.c |
3851 | 3876 | ||
3852 | FREEVXFS FILESYSTEM | 3877 | FREEVXFS FILESYSTEM |
@@ -4446,6 +4471,12 @@ F: include/linux/i2c-*.h | |||
4446 | F: include/uapi/linux/i2c.h | 4471 | F: include/uapi/linux/i2c.h |
4447 | F: include/uapi/linux/i2c-*.h | 4472 | F: include/uapi/linux/i2c-*.h |
4448 | 4473 | ||
4474 | I2C ACPI SUPPORT | ||
4475 | M: Mika Westerberg <mika.westerberg@linux.intel.com> | ||
4476 | L: linux-i2c@vger.kernel.org | ||
4477 | L: linux-acpi@vger.kernel.org | ||
4478 | S: Maintained | ||
4479 | |||
4449 | I2C-TAOS-EVM DRIVER | 4480 | I2C-TAOS-EVM DRIVER |
4450 | M: Jean Delvare <jdelvare@suse.de> | 4481 | M: Jean Delvare <jdelvare@suse.de> |
4451 | L: linux-i2c@vger.kernel.org | 4482 | L: linux-i2c@vger.kernel.org |
@@ -5972,6 +6003,12 @@ T: git git://linuxtv.org/media_tree.git | |||
5972 | S: Maintained | 6003 | S: Maintained |
5973 | F: drivers/media/radio/radio-mr800.c | 6004 | F: drivers/media/radio/radio-mr800.c |
5974 | 6005 | ||
6006 | MRF24J40 IEEE 802.15.4 RADIO DRIVER | ||
6007 | M: Alan Ott <alan@signal11.us> | ||
6008 | L: linux-wpan@vger.kernel.org | ||
6009 | S: Maintained | ||
6010 | F: drivers/net/ieee802154/mrf24j40.c | ||
6011 | |||
5975 | MSI LAPTOP SUPPORT | 6012 | MSI LAPTOP SUPPORT |
5976 | M: "Lee, Chun-Yi" <jlee@suse.com> | 6013 | M: "Lee, Chun-Yi" <jlee@suse.com> |
5977 | L: platform-driver-x86@vger.kernel.org | 6014 | L: platform-driver-x86@vger.kernel.org |
@@ -6385,7 +6422,8 @@ F: Documentation/scsi/NinjaSCSI.txt | |||
6385 | F: drivers/scsi/nsp32* | 6422 | F: drivers/scsi/nsp32* |
6386 | 6423 | ||
6387 | NTB DRIVER | 6424 | NTB DRIVER |
6388 | M: Jon Mason <jon.mason@intel.com> | 6425 | M: Jon Mason <jdmason@kudzu.us> |
6426 | M: Dave Jiang <dave.jiang@intel.com> | ||
6389 | S: Supported | 6427 | S: Supported |
6390 | W: https://github.com/jonmason/ntb/wiki | 6428 | W: https://github.com/jonmason/ntb/wiki |
6391 | T: git git://github.com/jonmason/ntb.git | 6429 | T: git git://github.com/jonmason/ntb.git |
@@ -6836,7 +6874,7 @@ F: arch/x86/kernel/quirks.c | |||
6836 | 6874 | ||
6837 | PCI DRIVER FOR IMX6 | 6875 | PCI DRIVER FOR IMX6 |
6838 | M: Richard Zhu <r65037@freescale.com> | 6876 | M: Richard Zhu <r65037@freescale.com> |
6839 | M: Shawn Guo <shawn.guo@freescale.com> | 6877 | M: Lucas Stach <l.stach@pengutronix.de> |
6840 | L: linux-pci@vger.kernel.org | 6878 | L: linux-pci@vger.kernel.org |
6841 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | 6879 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
6842 | S: Maintained | 6880 | S: Maintained |
@@ -6858,6 +6896,14 @@ S: Supported | |||
6858 | F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt | 6896 | F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt |
6859 | F: drivers/pci/host/pci-tegra.c | 6897 | F: drivers/pci/host/pci-tegra.c |
6860 | 6898 | ||
6899 | PCI DRIVER FOR TI DRA7XX | ||
6900 | M: Kishon Vijay Abraham I <kishon@ti.com> | ||
6901 | L: linux-omap@vger.kernel.org | ||
6902 | L: linux-pci@vger.kernel.org | ||
6903 | S: Supported | ||
6904 | F: Documentation/devicetree/bindings/pci/ti-pci.txt | ||
6905 | F: drivers/pci/host/pci-dra7xx.c | ||
6906 | |||
6861 | PCI DRIVER FOR RENESAS R-CAR | 6907 | PCI DRIVER FOR RENESAS R-CAR |
6862 | M: Simon Horman <horms@verge.net.au> | 6908 | M: Simon Horman <horms@verge.net.au> |
6863 | L: linux-pci@vger.kernel.org | 6909 | L: linux-pci@vger.kernel.org |
@@ -7006,7 +7052,7 @@ S: Maintained | |||
7006 | F: drivers/pinctrl/sh-pfc/ | 7052 | F: drivers/pinctrl/sh-pfc/ |
7007 | 7053 | ||
7008 | PIN CONTROLLER - SAMSUNG | 7054 | PIN CONTROLLER - SAMSUNG |
7009 | M: Tomasz Figa <t.figa@samsung.com> | 7055 | M: Tomasz Figa <tomasz.figa@gmail.com> |
7010 | M: Thomas Abraham <thomas.abraham@linaro.org> | 7056 | M: Thomas Abraham <thomas.abraham@linaro.org> |
7011 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | 7057 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
7012 | L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers) | 7058 | L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers) |
@@ -7852,7 +7898,8 @@ S: Supported | |||
7852 | F: drivers/media/i2c/s5k5baf.c | 7898 | F: drivers/media/i2c/s5k5baf.c |
7853 | 7899 | ||
7854 | SAMSUNG SOC CLOCK DRIVERS | 7900 | SAMSUNG SOC CLOCK DRIVERS |
7855 | M: Tomasz Figa <t.figa@samsung.com> | 7901 | M: Sylwester Nawrocki <s.nawrocki@samsung.com> |
7902 | M: Tomasz Figa <tomasz.figa@gmail.com> | ||
7856 | S: Supported | 7903 | S: Supported |
7857 | L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers) | 7904 | L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers) |
7858 | F: drivers/clk/samsung/ | 7905 | F: drivers/clk/samsung/ |
@@ -7865,6 +7912,19 @@ S: Supported | |||
7865 | L: netdev@vger.kernel.org | 7912 | L: netdev@vger.kernel.org |
7866 | F: drivers/net/ethernet/samsung/sxgbe/ | 7913 | F: drivers/net/ethernet/samsung/sxgbe/ |
7867 | 7914 | ||
7915 | SAMSUNG USB2 PHY DRIVER | ||
7916 | M: Kamil Debski <k.debski@samsung.com> | ||
7917 | L: linux-kernel@vger.kernel.org | ||
7918 | S: Supported | ||
7919 | F: Documentation/devicetree/bindings/phy/samsung-phy.txt | ||
7920 | F: Documentation/phy/samsung-usb2.txt | ||
7921 | F: drivers/phy/phy-exynos4210-usb2.c | ||
7922 | F: drivers/phy/phy-exynos4x12-usb2.c | ||
7923 | F: drivers/phy/phy-exynos5250-usb2.c | ||
7924 | F: drivers/phy/phy-s5pv210-usb2.c | ||
7925 | F: drivers/phy/phy-samsung-usb2.c | ||
7926 | F: drivers/phy/phy-samsung-usb2.h | ||
7927 | |||
7868 | SERIAL DRIVERS | 7928 | SERIAL DRIVERS |
7869 | M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 7929 | M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
7870 | L: linux-serial@vger.kernel.org | 7930 | L: linux-serial@vger.kernel.org |
@@ -9515,6 +9575,14 @@ S: Maintained | |||
9515 | F: Documentation/usb/ohci.txt | 9575 | F: Documentation/usb/ohci.txt |
9516 | F: drivers/usb/host/ohci* | 9576 | F: drivers/usb/host/ohci* |
9517 | 9577 | ||
9578 | USB OVER IP DRIVER | ||
9579 | M: Valentina Manea <valentina.manea.m@gmail.com> | ||
9580 | M: Shuah Khan <shuah.kh@samsung.com> | ||
9581 | L: linux-usb@vger.kernel.org | ||
9582 | S: Maintained | ||
9583 | F: drivers/usb/usbip/ | ||
9584 | F: tools/usb/usbip/ | ||
9585 | |||
9518 | USB PEGASUS DRIVER | 9586 | USB PEGASUS DRIVER |
9519 | M: Petko Manolov <petkan@nucleusys.com> | 9587 | M: Petko Manolov <petkan@nucleusys.com> |
9520 | L: linux-usb@vger.kernel.org | 9588 | L: linux-usb@vger.kernel.org |
@@ -9827,6 +9895,7 @@ F: drivers/scsi/vmw_pvscsi.h | |||
9827 | VOLTAGE AND CURRENT REGULATOR FRAMEWORK | 9895 | VOLTAGE AND CURRENT REGULATOR FRAMEWORK |
9828 | M: Liam Girdwood <lgirdwood@gmail.com> | 9896 | M: Liam Girdwood <lgirdwood@gmail.com> |
9829 | M: Mark Brown <broonie@kernel.org> | 9897 | M: Mark Brown <broonie@kernel.org> |
9898 | L: linux-kernel@vger.kernel.org | ||
9830 | W: http://opensource.wolfsonmicro.com/node/15 | 9899 | W: http://opensource.wolfsonmicro.com/node/15 |
9831 | W: http://www.slimlogic.co.uk/?p=48 | 9900 | W: http://www.slimlogic.co.uk/?p=48 |
9832 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git | 9901 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git |
@@ -10015,9 +10084,9 @@ F: Documentation/x86/ | |||
10015 | F: arch/x86/ | 10084 | F: arch/x86/ |
10016 | 10085 | ||
10017 | X86 PLATFORM DRIVERS | 10086 | X86 PLATFORM DRIVERS |
10018 | M: Matthew Garrett <matthew.garrett@nebula.com> | 10087 | M: Darren Hart <dvhart@infradead.org> |
10019 | L: platform-driver-x86@vger.kernel.org | 10088 | L: platform-driver-x86@vger.kernel.org |
10020 | T: git git://cavan.codon.org.uk/platform-drivers-x86.git | 10089 | T: git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git |
10021 | S: Maintained | 10090 | S: Maintained |
10022 | F: drivers/platform/x86/ | 10091 | F: drivers/platform/x86/ |
10023 | 10092 | ||