All of lore.kernel.org
 help / color / mirror / Atom feed
From: Corentin Labbe <clabbe.montjoie@gmail.com>
To: Maxime Ripard <mripard@kernel.org>
Cc: davem@davemloft.net, herbert@gondor.apana.org.au,
	linux@armlinux.org.uk, mark.rutland@arm.com, robh+dt@kernel.org,
	wens@csie.org, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-sunxi@googlegroups.com
Subject: Re: [PATCH 1/9] crypto: Add allwinner subdirectory
Date: Sat, 7 Sep 2019 19:53:40 +0200	[thread overview]
Message-ID: <20190907175340.GA2628@Red> (raw)
In-Reply-To: <20190907035453.urfqmdg3kg4kbtgc@flea>

On Sat, Sep 07, 2019 at 06:54:53AM +0300, Maxime Ripard wrote:
> On Fri, Sep 06, 2019 at 08:45:43PM +0200, Corentin Labbe wrote:
> > Since a second Allwinner crypto driver will be added, it is better to
> > create a dedicated subdirectory.
> >
> > Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
> > ---
> >  MAINTAINERS                      | 6 ++++++
> >  drivers/crypto/Kconfig           | 2 ++
> >  drivers/crypto/Makefile          | 1 +
> >  drivers/crypto/allwinner/Kconfig | 6 ++++++
> 
> I guess it would make sense to move the sun4i driver there too?
> 
Yes it is planned.
I will add this move patch in the next iteration.

Regards

WARNING: multiple messages have this Message-ID (diff)
From: Corentin Labbe <clabbe.montjoie@gmail.com>
To: Maxime Ripard <mripard@kernel.org>
Cc: mark.rutland@arm.com, devicetree@vger.kernel.org,
	herbert@gondor.apana.org.au, linux-sunxi@googlegroups.com,
	linux@armlinux.org.uk, linux-kernel@vger.kernel.org,
	wens@csie.org, robh+dt@kernel.org, linux-crypto@vger.kernel.org,
	davem@davemloft.net, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 1/9] crypto: Add allwinner subdirectory
Date: Sat, 7 Sep 2019 19:53:40 +0200	[thread overview]
Message-ID: <20190907175340.GA2628@Red> (raw)
In-Reply-To: <20190907035453.urfqmdg3kg4kbtgc@flea>

On Sat, Sep 07, 2019 at 06:54:53AM +0300, Maxime Ripard wrote:
> On Fri, Sep 06, 2019 at 08:45:43PM +0200, Corentin Labbe wrote:
> > Since a second Allwinner crypto driver will be added, it is better to
> > create a dedicated subdirectory.
> >
> > Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
> > ---
> >  MAINTAINERS                      | 6 ++++++
> >  drivers/crypto/Kconfig           | 2 ++
> >  drivers/crypto/Makefile          | 1 +
> >  drivers/crypto/allwinner/Kconfig | 6 ++++++
> 
> I guess it would make sense to move the sun4i driver there too?
> 
Yes it is planned.
I will add this move patch in the next iteration.

Regards

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: Corentin Labbe <clabbe.montjoie-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: Maxime Ripard <mripard-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
Cc: davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org,
	herbert-lOAM2aK0SrRLBo1qDEOMRrpzq4S04n8Q@public.gmane.org,
	linux-I+IVW8TIWO2tmTQ+vhA3Yw@public.gmane.org,
	mark.rutland-5wv7dgnIgG8@public.gmane.org,
	robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
	wens-jdAy2FN1RRM@public.gmane.org,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	linux-crypto-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
Subject: Re: [PATCH 1/9] crypto: Add allwinner subdirectory
Date: Sat, 7 Sep 2019 19:53:40 +0200	[thread overview]
Message-ID: <20190907175340.GA2628@Red> (raw)
In-Reply-To: <20190907035453.urfqmdg3kg4kbtgc@flea>

On Sat, Sep 07, 2019 at 06:54:53AM +0300, Maxime Ripard wrote:
> On Fri, Sep 06, 2019 at 08:45:43PM +0200, Corentin Labbe wrote:
> > Since a second Allwinner crypto driver will be added, it is better to
> > create a dedicated subdirectory.
> >
> > Signed-off-by: Corentin Labbe <clabbe.montjoie-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> > ---
> >  MAINTAINERS                      | 6 ++++++
> >  drivers/crypto/Kconfig           | 2 ++
> >  drivers/crypto/Makefile          | 1 +
> >  drivers/crypto/allwinner/Kconfig | 6 ++++++
> 
> I guess it would make sense to move the sun4i driver there too?
> 
Yes it is planned.
I will add this move patch in the next iteration.

Regards

  reply	other threads:[~2019-09-07 17:53 UTC|newest]

Thread overview: 82+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-06 18:45 [PATCH 0/9] crypto: add sun8i-ce driver for Allwinner crypto engine Corentin Labbe
2019-09-06 18:45 ` Corentin Labbe
2019-09-06 18:45 ` Corentin Labbe
2019-09-06 18:45 ` [PATCH 1/9] crypto: Add allwinner subdirectory Corentin Labbe
2019-09-06 18:45   ` Corentin Labbe
2019-09-06 18:45   ` Corentin Labbe
2019-09-07  3:54   ` Maxime Ripard
2019-09-07  3:54     ` Maxime Ripard
2019-09-07 17:53     ` Corentin Labbe [this message]
2019-09-07 17:53       ` Corentin Labbe
2019-09-07 17:53       ` Corentin Labbe
2019-09-06 18:45 ` [PATCH 2/9] crypto: Add Allwinner sun8i-ce Crypto Engine Corentin Labbe
2019-09-06 18:45   ` Corentin Labbe
2019-09-06 18:45   ` Corentin Labbe
2019-09-07  8:19   ` Maxime Ripard
2019-09-07  8:19     ` Maxime Ripard
2019-09-07 19:04     ` Corentin Labbe
2019-09-07 19:04       ` Corentin Labbe
2019-09-07 19:04       ` Corentin Labbe
2019-09-09 11:38       ` Maxime Ripard
2019-09-09 11:38         ` Maxime Ripard
2019-09-09 13:19         ` Corentin Labbe
2019-09-09 13:19           ` Corentin Labbe
2019-09-09 13:19           ` Corentin Labbe
2019-09-09 13:59           ` Maxime Ripard
2019-09-09 13:59             ` Maxime Ripard
2019-09-06 18:45 ` [PATCH 3/9] dt-bindings: crypto: Add DT bindings documentation for " Corentin Labbe
2019-09-06 18:45   ` Corentin Labbe
2019-09-06 18:45   ` Corentin Labbe
2019-09-07  4:01   ` Maxime Ripard
2019-09-07  4:01     ` Maxime Ripard
2019-09-11 18:31     ` Corentin Labbe
2019-09-11 18:31       ` Corentin Labbe
2019-09-11 18:31       ` Corentin Labbe
2019-09-12  9:37       ` Maxime Ripard
2019-09-12  9:37         ` Maxime Ripard
2019-09-12 20:26         ` Chen-Yu Tsai
2019-09-12 20:26           ` Chen-Yu Tsai
2019-09-12 20:26           ` Chen-Yu Tsai
2019-09-12 20:33           ` Maxime Ripard
2019-09-12 20:33             ` Maxime Ripard
2019-09-12 20:37             ` Chen-Yu Tsai
2019-09-12 20:37               ` Chen-Yu Tsai
2019-09-13 12:11               ` Maxime Ripard
2019-09-13 12:11                 ` Maxime Ripard
2019-09-06 18:45 ` [PATCH 4/9] ARM: dts: sun8i: r40: add crypto engine node Corentin Labbe
2019-09-06 18:45   ` Corentin Labbe
2019-09-06 18:45   ` Corentin Labbe
2019-09-07  4:02   ` Maxime Ripard
2019-09-07  4:02     ` Maxime Ripard
2019-09-07 17:54     ` Corentin Labbe
2019-09-07 17:54       ` Corentin Labbe
2019-09-07 17:54       ` Corentin Labbe
2019-09-06 18:45 ` [PATCH 5/9] ARM: dts: sun8i: h3: Add Crypto Engine node Corentin Labbe
2019-09-06 18:45   ` Corentin Labbe
2019-09-06 18:45   ` Corentin Labbe
2019-09-06 18:45 ` [PATCH 6/9] ARM64: dts: allwinner: sun50i: Add Crypto Engine node on A64 Corentin Labbe
2019-09-06 18:45   ` Corentin Labbe
2019-09-06 18:45   ` Corentin Labbe
2019-09-07  4:02   ` Maxime Ripard
2019-09-07  4:02     ` Maxime Ripard
2019-09-07 17:54     ` Corentin Labbe
2019-09-07 17:54       ` Corentin Labbe
2019-09-06 18:45 ` [PATCH 7/9] ARM64: dts: allwinner: sun50i: Add crypto engine node on H5 Corentin Labbe
2019-09-06 18:45   ` Corentin Labbe
2019-09-06 18:45   ` Corentin Labbe
2019-09-06 18:45 ` [PATCH 8/9] ARM64: dts: allwinner: sun50i: Add Crypto Engine node on H6 Corentin Labbe
2019-09-06 18:45   ` Corentin Labbe
2019-09-06 18:45   ` Corentin Labbe
2019-09-06 18:45 ` [PATCH 9/9] sunxi_defconfig: add new crypto options Corentin Labbe
2019-09-06 18:45   ` Corentin Labbe
2019-09-06 18:45   ` Corentin Labbe
2019-09-07  4:03   ` Maxime Ripard
2019-09-07  4:03     ` Maxime Ripard
2019-09-07 17:55     ` Corentin Labbe
2019-09-07 17:55       ` Corentin Labbe
2019-09-07 17:55       ` Corentin Labbe
2019-09-13  8:15     ` Corentin Labbe
2019-09-13  8:15       ` Corentin Labbe
2019-09-13  8:15       ` Corentin Labbe
2019-09-13 12:10       ` Maxime Ripard
2019-09-13 12:10         ` Maxime Ripard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190907175340.GA2628@Red \
    --to=clabbe.montjoie@gmail.com \
    --cc=davem@davemloft.net \
    --cc=devicetree@vger.kernel.org \
    --cc=herbert@gondor.apana.org.au \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-crypto@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-sunxi@googlegroups.com \
    --cc=linux@armlinux.org.uk \
    --cc=mark.rutland@arm.com \
    --cc=mripard@kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=wens@csie.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.