diff options
author | William Zhang <[email protected]> | 2023-02-09 12:02:46 -0800 |
---|---|---|
committer | Mark Brown <[email protected]> | 2023-02-10 21:36:45 +0000 |
commit | 80323599e33f9c19287a1a3707481fb157b27052 (patch) | |
tree | 31c29379598eecfa9b28b634b40acddd0ed604d4 | |
parent | a38a2233f23b568ca06ca679fb2327447d6b0224 (diff) |
MAINTAINERS: Add entry for Broadcom Broadband SoC HS SPI drivers
The driver and device tree doc were originally authored by Jonas Gorski
and it has been updated from Broadcom recently including the dts yaml
file and a new driver for the updated controller. Add Jonas Gorski and
Broadcom engineers William Zhang and Kursad Oney as the maintainers.
Signed-off-by: William Zhang <[email protected]>
Acked-by: Florian Fainelli <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
-rw-r--r-- | MAINTAINERS | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index f61eb221415b..c6a2c3175ea3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4299,6 +4299,18 @@ L: [email protected] S: Maintained F: drivers/phy/broadcom/phy-brcm-usb* +BROADCOM Broadband SoC High Speed SPI Controller DRIVER +M: William Zhang <[email protected]> +M: Kursad Oney <[email protected]> +M: Jonas Gorski <[email protected]> +R: Broadcom internal kernel review list <[email protected]> +S: Maintained +F: Documentation/devicetree/bindings/spi/brcm,bcm63xx-hsspi-peripheral-props.yaml +F: Documentation/devicetree/bindings/spi/brcm,bcm63xx-hsspi.yaml +F: drivers/spi/spi-bcm63xx-hsspi.c +F: drivers/spi/spi-bcmbca-hsspi.c + BROADCOM ETHERNET PHY DRIVERS M: Florian Fainelli <[email protected]> R: Broadcom internal kernel review list <[email protected]> |