aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRui Miguel Silva <[email protected]>2021-06-07 18:00:54 +0100
committerGreg Kroah-Hartman <[email protected]>2021-06-09 10:08:50 +0200
commit40d9e03f414d8b837926a4460788682e59a8c654 (patch)
tree40b7344a654d269a02ceca865ce819ec4a723c74
parenta39b7ba35d78b19b90c640a9fa06a8407e40e85d (diff)
MAINTAINERS: usb: add entry for isp1760
Giving support for isp1763 made a little revival to this driver, add entry in the MAINTAINERS file with me as maintainer. Acked-by: Laurent Pinchart <[email protected]> Signed-off-by: Rui Miguel Silva <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r--MAINTAINERS7
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 503fd21901f1..28ebc6423cf1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -18869,6 +18869,13 @@ S: Maintained
F: drivers/usb/host/isp116x*
F: include/linux/usb/isp116x.h
+USB ISP1760 DRIVER
+M: Rui Miguel Silva <[email protected]>
+S: Maintained
+F: drivers/usb/isp1760/*
+F: Documentation/devicetree/bindings/usb/nxp,isp1760.yaml
+
USB LAN78XX ETHERNET DRIVER
M: Woojung Huh <[email protected]>