From: Maxime Ripard <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
To: Mark Brown <broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
Cc: linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org,
linux-spi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
kevin.z.m.zh-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
sunny-0TFLnhJekD6UEPyfVivIlAC/G2K4zDHf@public.gmane.org,
shuge-0TFLnhJekD6UEPyfVivIlAC/G2K4zDHf@public.gmane.org,
zhuzhenhua-0TFLnhJekD6UEPyfVivIlAC/G2K4zDHf@public.gmane.org
Subject: Re: [PATCH 1/7] spi: sunxi: Add Allwinner A10 SPI controller driver
Date: Mon, 24 Feb 2014 09:59:57 +0100 [thread overview]
Message-ID: <20140224085957.GB3468@lukather> (raw)
In-Reply-To: <20140223021530.GD25940-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
[-- Attachment #1: Type: text/plain, Size: 535 bytes --]
Hi,
On Sun, Feb 23, 2014 at 11:15:30AM +0900, Mark Brown wrote:
> On Sat, Feb 22, 2014 at 10:35:53PM +0100, Maxime Ripard wrote:
> > The older Allwinner SoCs (A10, A13, A10s and A20) all have the
> > same SPI controller.
>
> Applied, thanks. Please differentiate between these two devices in
> the subject line when sending patches for example by using "sun6i"
> and "sun4i".
Ok, will do.
Thanks!
Maxime
--
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: maxime.ripard@free-electrons.com (Maxime Ripard)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/7] spi: sunxi: Add Allwinner A10 SPI controller driver
Date: Mon, 24 Feb 2014 09:59:57 +0100 [thread overview]
Message-ID: <20140224085957.GB3468@lukather> (raw)
In-Reply-To: <20140223021530.GD25940@sirena.org.uk>
Hi,
On Sun, Feb 23, 2014 at 11:15:30AM +0900, Mark Brown wrote:
> On Sat, Feb 22, 2014 at 10:35:53PM +0100, Maxime Ripard wrote:
> > The older Allwinner SoCs (A10, A13, A10s and A20) all have the
> > same SPI controller.
>
> Applied, thanks. Please differentiate between these two devices in
> the subject line when sending patches for example by using "sun6i"
> and "sun4i".
Ok, will do.
Thanks!
Maxime
--
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20140224/08c9267d/attachment.sig>
WARNING: multiple messages have this Message-ID (diff)
From: Maxime Ripard <maxime.ripard@free-electrons.com>
To: Mark Brown <broonie@kernel.org>
Cc: linux-sunxi@googlegroups.com, linux-spi@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, kevin.z.m.zh@gmail.com,
sunny@allwinnertech.com, shuge@allwinnertech.com,
zhuzhenhua@allwinnertech.com
Subject: Re: [PATCH 1/7] spi: sunxi: Add Allwinner A10 SPI controller driver
Date: Mon, 24 Feb 2014 09:59:57 +0100 [thread overview]
Message-ID: <20140224085957.GB3468@lukather> (raw)
In-Reply-To: <20140223021530.GD25940@sirena.org.uk>
[-- Attachment #1: Type: text/plain, Size: 535 bytes --]
Hi,
On Sun, Feb 23, 2014 at 11:15:30AM +0900, Mark Brown wrote:
> On Sat, Feb 22, 2014 at 10:35:53PM +0100, Maxime Ripard wrote:
> > The older Allwinner SoCs (A10, A13, A10s and A20) all have the
> > same SPI controller.
>
> Applied, thanks. Please differentiate between these two devices in
> the subject line when sending patches for example by using "sun6i"
> and "sun4i".
Ok, will do.
Thanks!
Maxime
--
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
next prev parent reply other threads:[~2014-02-24 8:59 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-22 21:35 [PATCH 0/7] Add Allwinner A10 SPI Controller Driver Maxime Ripard
2014-02-22 21:35 ` Maxime Ripard
2014-02-22 21:35 ` Maxime Ripard
[not found] ` <1393104959-12831-1-git-send-email-maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
2014-02-22 21:35 ` [PATCH 1/7] spi: sunxi: Add Allwinner A10 SPI controller driver Maxime Ripard
2014-02-22 21:35 ` Maxime Ripard
2014-02-22 21:35 ` Maxime Ripard
[not found] ` <1393104959-12831-2-git-send-email-maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
2014-02-23 2:15 ` Mark Brown
2014-02-23 2:15 ` Mark Brown
2014-02-23 2:15 ` Mark Brown
[not found] ` <20140223021530.GD25940-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2014-02-24 8:59 ` Maxime Ripard [this message]
2014-02-24 8:59 ` Maxime Ripard
2014-02-24 8:59 ` Maxime Ripard
2014-02-22 21:35 ` [PATCH 2/7] ARM: dt: sun7i: Add A20 SPI controller nodes Maxime Ripard
2014-02-22 21:35 ` Maxime Ripard
2014-02-22 21:35 ` Maxime Ripard
2014-02-22 21:35 ` [PATCH 3/7] ARM: dt: sun4i: Add A10 " Maxime Ripard
2014-02-22 21:35 ` Maxime Ripard
2014-02-22 21:35 ` Maxime Ripard
2014-02-22 21:35 ` [PATCH 4/7] ARM: dt: sun5i: Add A10s " Maxime Ripard
2014-02-22 21:35 ` Maxime Ripard
2014-02-22 21:35 ` Maxime Ripard
2014-02-22 21:35 ` [PATCH 5/7] ARM: dt: sun5i: Add A13 " Maxime Ripard
2014-02-22 21:35 ` Maxime Ripard
2014-02-22 21:35 ` Maxime Ripard
2014-02-22 21:35 ` [PATCH 6/7] ARM: dt: sun7i: Add SPI muxing options Maxime Ripard
2014-02-22 21:35 ` Maxime Ripard
2014-02-22 21:35 ` Maxime Ripard
2014-02-22 21:35 ` [PATCH 7/7] ARM: dts: sun7i: Enable the SPI controllers of the A20-olinuxino-micro Maxime Ripard
2014-02-22 21:35 ` Maxime Ripard
2014-02-22 21:35 ` Maxime Ripard
2014-02-24 9:04 ` [PATCH 0/7] Add Allwinner A10 SPI Controller Driver Maxime Ripard
2014-02-24 9:04 ` Maxime Ripard
2014-02-24 9:04 ` 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=20140224085957.GB3468@lukather \
--to=maxime.ripard-wi1+55scjutkeb57/3fjtnbpr1lh4cv8@public.gmane.org \
--cc=broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=kevin.z.m.zh-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-spi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org \
--cc=shuge-0TFLnhJekD6UEPyfVivIlAC/G2K4zDHf@public.gmane.org \
--cc=sunny-0TFLnhJekD6UEPyfVivIlAC/G2K4zDHf@public.gmane.org \
--cc=zhuzhenhua-0TFLnhJekD6UEPyfVivIlAC/G2K4zDHf@public.gmane.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.