All of lore.kernel.org
 help / color / mirror / Atom feed
From: Olof Johansson <olof@lixom.net>
To: Baruch Siach <baruch@tkos.co.il>
Cc: arm@kernel.org, Mark Rutland <mark.rutland@arm.com>,
	devicetree@vger.kernel.org, Arnd Bergmann <arnd@arndb.de>,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v3 0/4] ARM: Conexant Digicolor CX92755 SoC support
Date: Tue, 27 Jan 2015 15:03:12 -0800	[thread overview]
Message-ID: <20150127230312.GB11789@quad.lixom.net> (raw)
In-Reply-To: <20150125180855.GA3148@tarshish>

On Sun, Jan 25, 2015 at 08:08:55PM +0200, Baruch Siach wrote:
> Hi ARM SoC maintainers,
> 
> On Wed, Jan 14, 2015 at 10:40:29AM +0200, Baruch Siach wrote:
> > This series adds initial support for the Conexant CX92755 SoC. The CX92755 is
> > one of the Digicolor series of SoCs, all sharing many of the same peripherals.
> > The code was tested on the CX92755 evaluation kit, AKA Equinox.
> > 
> > Uses attempting to try this code will most likely also want the UART/console
> > driver available from https://patchwork.kernel.org/patch/5515861/.
> 
> Any chance of having this series merged for 3.20? Arnd has acked this already.

Yep, just had a small comment on naming for the third patch, the rest have been
applied now.


-Olof

WARNING: multiple messages have this Message-ID (diff)
From: olof@lixom.net (Olof Johansson)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 0/4] ARM: Conexant Digicolor CX92755 SoC support
Date: Tue, 27 Jan 2015 15:03:12 -0800	[thread overview]
Message-ID: <20150127230312.GB11789@quad.lixom.net> (raw)
In-Reply-To: <20150125180855.GA3148@tarshish>

On Sun, Jan 25, 2015 at 08:08:55PM +0200, Baruch Siach wrote:
> Hi ARM SoC maintainers,
> 
> On Wed, Jan 14, 2015 at 10:40:29AM +0200, Baruch Siach wrote:
> > This series adds initial support for the Conexant CX92755 SoC. The CX92755 is
> > one of the Digicolor series of SoCs, all sharing many of the same peripherals.
> > The code was tested on the CX92755 evaluation kit, AKA Equinox.
> > 
> > Uses attempting to try this code will most likely also want the UART/console
> > driver available from https://patchwork.kernel.org/patch/5515861/.
> 
> Any chance of having this series merged for 3.20? Arnd has acked this already.

Yep, just had a small comment on naming for the third patch, the rest have been
applied now.


-Olof

  reply	other threads:[~2015-01-27 23:03 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-14  8:40 [PATCH v3 0/4] ARM: Conexant Digicolor CX92755 SoC support Baruch Siach
2015-01-14  8:40 ` Baruch Siach
2015-01-14  8:40 ` [PATCH v3 1/4] ARM: initial support for Conexant Digicolor CX92755 SoC Baruch Siach
2015-01-14  8:40   ` Baruch Siach
2015-01-27 23:02   ` Olof Johansson
2015-01-27 23:02     ` Olof Johansson
2015-01-14  8:40 ` [PATCH v3 2/4] ARM: digicolor: add low level debug support Baruch Siach
2015-01-14  8:40   ` Baruch Siach
2015-01-27 23:02   ` Olof Johansson
2015-01-27 23:02     ` Olof Johansson
2015-01-27 23:02     ` Olof Johansson
2015-01-14  8:40 ` [PATCH v3 3/4] ARM: digicolor: add minimal device tree description Baruch Siach
2015-01-14  8:40   ` Baruch Siach
2015-01-27 23:01   ` Olof Johansson
2015-01-27 23:01     ` Olof Johansson
2015-01-27 23:01     ` Olof Johansson
2015-01-28 10:48     ` Baruch Siach
2015-01-28 10:48       ` Baruch Siach
2015-01-28 10:48       ` Baruch Siach
2015-01-14  8:40 ` [PATCH v3 4/4] ARM: devicetree: document supported Conexant Digicolor SoC Baruch Siach
2015-01-14  8:40   ` Baruch Siach
2015-01-14  8:40   ` Baruch Siach
2015-01-27 23:02   ` Olof Johansson
2015-01-27 23:02     ` Olof Johansson
2015-01-25 18:08 ` [PATCH v3 0/4] ARM: Conexant Digicolor CX92755 SoC support Baruch Siach
2015-01-25 18:08   ` Baruch Siach
2015-01-25 18:08   ` Baruch Siach
2015-01-27 23:03   ` Olof Johansson [this message]
2015-01-27 23:03     ` Olof Johansson

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=20150127230312.GB11789@quad.lixom.net \
    --to=olof@lixom.net \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=baruch@tkos.co.il \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    /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.