diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-09-25 07:11:52 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-09-25 07:11:52 -0400 |
commit | 346e2e4a8b47089f4319f114ec9ac3a95b5f0ac8 (patch) | |
tree | 0e824d68b72969127abcad85e82b468ed4e23237 /MAINTAINERS | |
parent | 5caf6ae5ce880ec15448b310e47a9515ebb7e808 (diff) | |
parent | 4f0eb5d7efe375859b15c97f453113a242bf057b (diff) |
Merge tag 'phy-for_3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy into usb-next
Kishon writes:
Adds 3 new PHY drivers stih407, stih41x and rcar gen2 PHY. It also
includes miscellaneous cleanup of other PHY drivers.
Conflicts:
MAINTAINERS
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 51ecce8b785a..df0d0a858826 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -1392,12 +1392,14 @@ S: Maintained | |||
1392 | F: arch/arm/mach-sti/ | 1392 | F: arch/arm/mach-sti/ |
1393 | F: arch/arm/boot/dts/sti* | 1393 | F: arch/arm/boot/dts/sti* |
1394 | F: drivers/clocksource/arm_global_timer.c | 1394 | F: drivers/clocksource/arm_global_timer.c |
1395 | F: drivers/reset/sti/ | ||
1396 | F: drivers/pinctrl/pinctrl-st.c | ||
1397 | F: drivers/media/rc/st_rc.c | ||
1398 | F: drivers/i2c/busses/i2c-st.c | 1395 | F: drivers/i2c/busses/i2c-st.c |
1399 | F: drivers/tty/serial/st-asc.c | 1396 | F: drivers/media/rc/st_rc.c |
1400 | F: drivers/mmc/host/sdhci-st.c | 1397 | F: drivers/mmc/host/sdhci-st.c |
1398 | F: drivers/phy/phy-stih407-usb.c | ||
1399 | F: drivers/phy/phy-stih41x-usb.c | ||
1400 | F: drivers/pinctrl/pinctrl-st.c | ||
1401 | F: drivers/reset/sti/ | ||
1402 | F: drivers/tty/serial/st-asc.c | ||
1401 | F: drivers/usb/dwc3/dwc3-st.c | 1403 | F: drivers/usb/dwc3/dwc3-st.c |
1402 | F: drivers/usb/host/ehci-st.c | 1404 | F: drivers/usb/host/ehci-st.c |
1403 | F: drivers/usb/host/ohci-st.c | 1405 | F: drivers/usb/host/ohci-st.c |