diff options
author | Emil Renner Berthing <kernel@esmil.dk> | 2021-11-20 21:30:49 +0300 |
---|---|---|
committer | Jianlong Huang <jianlong.huang@starfivetech.com> | 2022-06-13 06:39:13 +0300 |
commit | 46d951968af3cb35ab99581f4b6559a2cc647adc (patch) | |
tree | 518314577beac3d97beca6a199e3160e83e5dfd8 /MAINTAINERS | |
parent | 7611c74d0d57f725d7b412df1a40359b7aa73fca (diff) | |
download | linux-46d951968af3cb35ab99581f4b6559a2cc647adc.tar.xz |
reset: starfive: Add JH7100 audio reset driver
The audio resets are almost identical to the system resets, there are
just fewer of them. So factor out and export a generic probe function,
so most of the reset controller implementation can be shared.
Signed-off-by: Emil Renner Berthing <kernel@esmil.dk>
Diffstat (limited to 'MAINTAINERS')
-rwxr-xr-x | MAINTAINERS | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index c3479d93bb3e..bf8e5232402e 100755 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -16704,12 +16704,12 @@ F: Documentation/devicetree/bindings/pinctrl/starfive,jh7100-pinctrl.yaml F: drivers/pinctrl/pinctrl-starfive.c F: include/dt-bindings/pinctrl/pinctrl-starfive.h -STARFIVE JH7100 RESET CONTROLLER DRIVER +STARFIVE JH7100 RESET CONTROLLER DRIVERS M: Emil Renner Berthing <kernel@esmil.dk> S: Maintained -F: Documentation/devicetree/bindings/reset/starfive,jh7100-reset.yaml -F: drivers/reset/starfive/reset-starfive-jh7100.c -F: include/dt-bindings/reset/starfive-jh7100.h +F: Documentation/devicetree/bindings/reset/starfive,jh7100-*.yaml +F: drivers/reset/starfive/reset-starfive-jh7100* +F: include/dt-bindings/reset/starfive-jh7100*.h STI AUDIO (ASoC) DRIVERS M: Arnaud Pouliquen <arnaud.pouliquen@st.com> |