diff options
author | Cédric Le Goater <clg@kaod.org> | 2022-05-09 19:56:07 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-05-16 12:59:09 +0100 |
commit | ce9858ea499da025684a7a5f19823c2c3f14bdce (patch) | |
tree | 5bccc496280fa15fee1229f3ae79cc05ee86fffe /MAINTAINERS | |
parent | 22d35e40419a2ac0914fb6b05c8781c9af8d4126 (diff) | |
download | linux-stable-ce9858ea499da025684a7a5f19823c2c3f14bdce.tar.gz linux-stable-ce9858ea499da025684a7a5f19823c2c3f14bdce.tar.bz2 linux-stable-ce9858ea499da025684a7a5f19823c2c3f14bdce.zip |
spi: Convert the Aspeed SMC controllers device tree binding
The "interrupt" property is optional because it is only necessary for
controllers supporting DMAs (Not implemented yet in the new driver).
Cc: Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com>
Tested-by: Joel Stanley <joel@jms.id.au>
Tested-by: Tao Ren <rentao.bupt@gmail.com>
Tested-by: Jae Hyun Yoo <quic_jaehyoo@quicinc.com>
Reviewed-by: Joel Stanley <joel@jms.id.au>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
Link: https://lore.kernel.org/r/20220509175616.1089346-3-clg@kaod.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index fd768d43e048..b129d70288fd 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3099,6 +3099,15 @@ S: Maintained F: Documentation/devicetree/bindings/mmc/aspeed,sdhci.yaml F: drivers/mmc/host/sdhci-of-aspeed* +ASPEED SMC SPI DRIVER +M: Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com> +M: Cédric Le Goater <clg@kaod.org> +L: linux-aspeed@lists.ozlabs.org (moderated for non-subscribers) +L: openbmc@lists.ozlabs.org (moderated for non-subscribers) +L: linux-spi@vger.kernel.org +S: Maintained +F: Documentation/devicetree/bindings/spi/aspeed,ast2600-fmc.yaml + ASPEED VIDEO ENGINE DRIVER M: Eddie James <eajames@linux.ibm.com> L: linux-media@vger.kernel.org |