summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorVivek Gautam <vivek.gautam@codeaurora.org>2017-05-11 02:47:42 -0400
committerKishon Vijay Abraham I <kishon@ti.com>2017-06-01 05:58:33 -0400
commit0b56e9a7e8358e59b21d8a425e463072bfae523c (patch)
treea1bd94fb04cd66967e7d2a0f620a37c87da61cf9 /MAINTAINERS
parent858edde001e14f070d0fff347fb56c6c79e15312 (diff)
phy: Group vendor specific phy drivers
Adding vendor specific directories in phy to group phy drivers under their respective vendor umbrella. Also updated the MAINTAINERS file to reflect the correct directory structure for phy drivers. Signed-off-by: Vivek Gautam <vivek.gautam@codeaurora.org> Acked-by: Heiko Stuebner <heiko@sntech.de> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Acked-by: Krzysztof Kozlowski <krzk@kernel.org> Acked-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com> Cc: Kishon Vijay Abraham I <kishon@ti.com> Cc: David S. Miller <davem@davemloft.net> Cc: Geert Uytterhoeven <geert+renesas@glider.be> Cc: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Cc: Guenter Roeck <linux@roeck-us.net> Cc: Heiko Stuebner <heiko@sntech.de> Cc: Viresh Kumar <viresh.kumar@linaro.org> Cc: Maxime Ripard <maxime.ripard@free-electrons.com> Cc: Chen-Yu Tsai <wens@csie.org> Cc: Sylwester Nawrocki <s.nawrocki@samsung.com> Cc: Krzysztof Kozlowski <krzk@kernel.org> Cc: Jaehoon Chung <jh80.chung@samsung.com> Cc: Stephen Boyd <stephen.boyd@linaro.org> Cc: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Cc: linux-arm-kernel@lists.infradead.org Cc: linux-arm-msm@vger.kernel.org Cc: linux-kernel@vger.kernel.org Cc: linux-omap@vger.kernel.org Cc: linux-renesas-soc@vger.kernel.org Cc: linux-rockchip@lists.infradead.org Cc: linux-samsung-soc@vger.kernel.org Cc: linux-usb@vger.kernel.org Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS18
1 files changed, 9 insertions, 9 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index f7d568b8f133..a47d3da4d35d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1844,8 +1844,8 @@ F: drivers/i2c/busses/i2c-st.c
1844F: drivers/media/rc/st_rc.c 1844F: drivers/media/rc/st_rc.c
1845F: drivers/media/platform/sti/c8sectpfe/ 1845F: drivers/media/platform/sti/c8sectpfe/
1846F: drivers/mmc/host/sdhci-st.c 1846F: drivers/mmc/host/sdhci-st.c
1847F: drivers/phy/phy-miphy28lp.c 1847F: drivers/phy/st/phy-miphy28lp.c
1848F: drivers/phy/phy-stih407-usb.c 1848F: drivers/phy/st/phy-stih407-usb.c
1849F: drivers/pinctrl/pinctrl-st.c 1849F: drivers/pinctrl/pinctrl-st.c
1850F: drivers/remoteproc/st_remoteproc.c 1850F: drivers/remoteproc/st_remoteproc.c
1851F: drivers/remoteproc/st_slim_rproc.c 1851F: drivers/remoteproc/st_slim_rproc.c
@@ -10833,7 +10833,7 @@ RENESAS USB2 PHY DRIVER
10833M: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> 10833M: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
10834L: linux-renesas-soc@vger.kernel.org 10834L: linux-renesas-soc@vger.kernel.org
10835S: Maintained 10835S: Maintained
10836F: drivers/phy/phy-rcar-gen3-usb2.c 10836F: drivers/phy/renesas/phy-rcar-gen3-usb2.c
10837 10837
10838RESET CONTROLLER FRAMEWORK 10838RESET CONTROLLER FRAMEWORK
10839M: Philipp Zabel <p.zabel@pengutronix.de> 10839M: Philipp Zabel <p.zabel@pengutronix.de>
@@ -11235,12 +11235,12 @@ L: linux-kernel@vger.kernel.org
11235S: Supported 11235S: Supported
11236F: Documentation/devicetree/bindings/phy/samsung-phy.txt 11236F: Documentation/devicetree/bindings/phy/samsung-phy.txt
11237F: Documentation/phy/samsung-usb2.txt 11237F: Documentation/phy/samsung-usb2.txt
11238F: drivers/phy/phy-exynos4210-usb2.c 11238F: drivers/phy/samsung/phy-exynos4210-usb2.c
11239F: drivers/phy/phy-exynos4x12-usb2.c 11239F: drivers/phy/samsung/phy-exynos4x12-usb2.c
11240F: drivers/phy/phy-exynos5250-usb2.c 11240F: drivers/phy/samsung/phy-exynos5250-usb2.c
11241F: drivers/phy/phy-s5pv210-usb2.c 11241F: drivers/phy/samsung/phy-s5pv210-usb2.c
11242F: drivers/phy/phy-samsung-usb2.c 11242F: drivers/phy/samsung/phy-samsung-usb2.c
11243F: drivers/phy/phy-samsung-usb2.h 11243F: drivers/phy/samsung/phy-samsung-usb2.h
11244 11244
11245SERIAL DRIVERS 11245SERIAL DRIVERS
11246M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 11246M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>