diff options
author | David Lechner <[email protected]> | 2023-11-17 14:12:53 -0600 |
---|---|---|
committer | Mark Brown <[email protected]> | 2023-11-20 13:29:04 +0000 |
commit | 68539d1803476b4ecd403c126aa74b9f25b45f2b (patch) | |
tree | 3d17556173ed3b0ffa6c2a38767da0d074156f5f | |
parent | 252eafe11ffc032579a56c7a29faa8431785a91e (diff) |
MAINTAINERS: add entry for AXI SPI Engine
The AXI SPI Engine driver has been in the kernel for many years but has
lacked a proper maintainers entry. This adds a new entry for the driver
and the devicetree bindings.
Signed-off-by: David Lechner <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
-rw-r--r-- | MAINTAINERS | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index ea790149af79..39eac7178202 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3415,6 +3415,16 @@ W: https://ez.analog.com/linux-software-drivers F: Documentation/devicetree/bindings/hwmon/adi,axi-fan-control.yaml F: drivers/hwmon/axi-fan-control.c +AXI SPI ENGINE +M: Michael Hennerich <[email protected]> +M: Nuno Sá <[email protected]> +R: David Lechner <[email protected]> +S: Supported +W: https://ez.analog.com/linux-software-drivers +F: Documentation/devicetree/bindings/spi/adi,axi-spi-engine.yaml +F: drivers/spi/spi-axi-spi-engine.c + AXXIA I2C CONTROLLER M: Krzysztof Adamski <[email protected]> |