linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: shc_work@mail.ru (Alexander Shiyan)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 00/10] ARM: clps711x: Initial DT support / Fixes
Date: Sat, 17 Aug 2013 08:32:30 +0400	[thread overview]
Message-ID: <20130817083230.9ab0aaf04f8c84d42f88c4ce@mail.ru> (raw)
In-Reply-To: <20130814062900.GA19951@quad.lixom.net>

On Tue, 13 Aug 2013 23:29:00 -0700
Olof Johansson <olof@lixom.net> wrote:

> On Sat, Aug 03, 2013 at 07:54:42AM +0400, Alexander Shiyan wrote:
> > On Thu, 18 Jul 2013 22:34:51 +0400
> > Alexander Shiyan <shc_work@mail.ru> wrote:
> > 
> > > Here is next patchset for the Cirrus Logic CLPS711X target CPUs.
> > > The first four patches is a small fixes. The rest is a attempt
> > > to add DT support for this subarch.
> > > As long as DT support is incomplete (no peripherals), I did not
> > > add DTS yet. This is the next step.
> > > 
> > > Alexander Shiyan (10):
> > >   ARM: clps711x: Remove the special name for the syscon driver
> > >   ARM: clps711x: Drop fortunet board support
> > >   ARM: clps711x: autcpu12: Remove incorrect config checking
> > >   ARM: clps711x: edb7211: Remove extra iotable_init() call
> > >   ARM: clps711x: Add CLPS711X clk driver
> > >   ARM: clps711x: Add CLPS711X clocksource driver
> > >   ARM: clps711x: Add CLPS711X irqchip driver
> > >   ARM: clps711x: Add CLPS711X cpuidle driver
> > >   ARM: clps711x: Migrate CLPS711X subarch to the new basic drivers
> > >   ARM: clps711x: Add initial DT support
> > [...]
> > 
> > If there is no objection about "fixes" part of patchset,
> > can these parts (1/10-4/10) be applied?
> > Thanks.
> 
> Definitely, I'll apply them to fixes-non-critical for 3.12.
> 
> Btw, Kevin Hilman is stepping in to help out with arm-soc maintenance, so
> please email arm at kenrel.org, since it's an alias that we are all on.
> 
> Also, I don't know if I've asked this of you before, but for these "smaller"
> platforms that don't see quite so much activity, it's easy for us to forget who
> wants us to apply patches and who stages branches. So emails like these are
> appreciated so we know if you want them applied, or if we'll get a pull request
> later. Clarifying in the patch posting if they are for review or for applying
> works too.

Do you mean always create CC to "arm at ..." for parts [0/xx] or after review period?
Thnaks.

-- 
Alexander Shiyan <shc_work@mail.ru>

  reply	other threads:[~2013-08-17  4:32 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-18 18:34 [PATCH 00/10] ARM: clps711x: Initial DT support / Fixes Alexander Shiyan
2013-07-18 18:34 ` [PATCH 01/10] ARM: clps711x: Remove the special name for the syscon driver Alexander Shiyan
2013-08-14  6:29   ` Olof Johansson
2013-08-14  6:29   ` Olof Johansson
2013-07-18 18:34 ` [PATCH 02/10] ARM: clps711x: Drop fortunet board support Alexander Shiyan
2013-08-14  6:29   ` Olof Johansson
2013-07-18 18:34 ` [PATCH 03/10] ARM: clps711x: autcpu12: Remove incorrect config checking Alexander Shiyan
2013-08-14  6:30   ` Olof Johansson
2013-07-18 18:34 ` [PATCH 04/10] ARM: clps711x: edb7211: Remove extra iotable_init() call Alexander Shiyan
2013-08-14  6:30   ` Olof Johansson
2013-07-18 18:34 ` [PATCH 05/10] ARM: clps711x: Add CLPS711X clk driver Alexander Shiyan
2013-08-02 10:25   ` Mark Rutland
2013-07-18 18:34 ` [PATCH 06/10] ARM: clps711x: Add CLPS711X clocksource driver Alexander Shiyan
2013-07-19 14:38   ` Daniel Lezcano
2013-07-20  3:44     ` Alexander Shiyan
2013-07-20 21:48       ` Daniel Lezcano
2013-07-21  4:30         ` Alexander Shiyan
2013-08-02 10:46   ` Mark Rutland
2013-08-04 12:31     ` Alexander Shiyan
2013-08-05 17:02       ` Mark Rutland
2013-07-18 18:34 ` [PATCH 07/10] ARM: clps711x: Add CLPS711X irqchip driver Alexander Shiyan
2013-08-02 10:57   ` Mark Rutland
2013-08-02 15:55     ` Alexander Shiyan
2013-08-03 19:45       ` Arnd Bergmann
2013-08-04  4:50         ` Alexander Shiyan
2013-08-04 20:46           ` Arnd Bergmann
2013-08-04 20:57             ` Arnd Bergmann
2013-08-05 18:16               ` Alexander Shiyan
2013-08-05 19:26                 ` Arnd Bergmann
2013-08-05 20:42                   ` Alexander Shiyan
2013-08-05 21:00                     ` Arnd Bergmann
2013-08-06 15:25                       ` Alexander Shiyan
2013-08-05 16:36         ` H Hartley Sweeten
2013-07-18 18:34 ` [PATCH 08/10] ARM: clps711x: Add CLPS711X cpuidle driver Alexander Shiyan
2013-07-20 21:42   ` Daniel Lezcano
2013-07-21  4:11     ` Alexander Shiyan
2013-07-21  8:32       ` Daniel Lezcano
2013-07-21 10:04         ` Alexander Shiyan
2013-07-22 11:40       ` Russell King - ARM Linux
2013-08-02 11:10   ` Mark Rutland
2013-07-18 18:35 ` [PATCH 09/10] ARM: clps711x: Migrate CLPS711X subarch to the new basic drivers Alexander Shiyan
2013-07-18 18:35 ` [PATCH 10/10] ARM: clps711x: Add initial DT support Alexander Shiyan
2013-08-02 11:15   ` Mark Rutland
2013-08-03  3:54 ` [PATCH 00/10] ARM: clps711x: Initial DT support / Fixes Alexander Shiyan
2013-08-14  6:29   ` Olof Johansson
2013-08-17  4:32     ` Alexander Shiyan [this message]
2013-08-22  5:00       ` Olof Johansson
2013-08-14  6:31 ` 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=20130817083230.9ab0aaf04f8c84d42f88c4ce@mail.ru \
    --to=shc_work@mail.ru \
    --cc=linux-arm-kernel@lists.infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).