Message ID | 1571288786-34601-3-git-send-email-clabbe@baylibre.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | crypto: add amlogic crypto offloader driver | expand |
On 17/10/2019 07:06, Corentin Labbe wrote: > I will maintain the amlogic crypto driver. > > Signed-off-by: Corentin Labbe <clabbe@baylibre.com> > --- > MAINTAINERS | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 2120c74f476a..59e360ca9fe7 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1477,6 +1477,13 @@ F: drivers/soc/amlogic/ > F: drivers/rtc/rtc-meson* > N: meson > > +ARM/Amlogic Meson SoC Crypto Drivers > +M: Corentin Labbe <clabbe@baylibre.com> > +L: linux-crypto@vger.kernel.org > +S: Maintained > +F: drivers/crypto/amlogic/ > +F: Documentation/devicetree/bindings/crypto/amlogic* > + > ARM/Amlogic Meson SoC Sound Drivers > M: Jerome Brunet <jbrunet@baylibre.com> > L: alsa-devel@alsa-project.org (moderated for non-subscribers) > Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
diff --git a/MAINTAINERS b/MAINTAINERS index 2120c74f476a..59e360ca9fe7 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1477,6 +1477,13 @@ F: drivers/soc/amlogic/ F: drivers/rtc/rtc-meson* N: meson +ARM/Amlogic Meson SoC Crypto Drivers +M: Corentin Labbe <clabbe@baylibre.com> +L: linux-crypto@vger.kernel.org +S: Maintained +F: drivers/crypto/amlogic/ +F: Documentation/devicetree/bindings/crypto/amlogic* + ARM/Amlogic Meson SoC Sound Drivers M: Jerome Brunet <jbrunet@baylibre.com> L: alsa-devel@alsa-project.org (moderated for non-subscribers)
I will maintain the amlogic crypto driver. Signed-off-by: Corentin Labbe <clabbe@baylibre.com> --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+)