From: akpm@linux-foundation.org (Andrew Morton)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v9 00/19] Introduce a led trigger for CPU activity and consolidate LED driver in ARM
Date: Thu, 10 May 2012 11:11:43 -0700 [thread overview]
Message-ID: <20120510111143.2edb3bc8.akpm@linux-foundation.org> (raw)
In-Reply-To: <alpine.LFD.2.02.1205101351380.21030@xanadu.home>
On Thu, 10 May 2012 14:01:35 -0400 (EDT)
Nicolas Pitre <nicolas.pitre@linaro.org> wrote:
> On Fri, 11 May 2012, Bryan Wu wrote:
>
> > On Thu, May 10, 2012 at 9:25 AM, Nicolas Pitre <nicolas.pitre@linaro.org> wrote:
> > > You applied your patches on top of linux-next. __This can't be merged
> > > upstream until you rebase your patches on something stable such as pure
> > > v3.4-rc6 for example.
> > >
> >
> > Got it, Nico. As I'm still in US for our Ubuntu Developer Summit, I
> > plan to rebase and test on my hardware after I'm back to home next
> > week.
>
> Given where things are, you risk being too late for this merge window if
> you do so, meaning that this cleanup will have to wait yet another
> cycle which would be rather disappointing.
Well, there hasn't been an open merge window for over a month.
Cleanups and features should be scheduled for 3.5-rc1.
WARNING: multiple messages have this Message-ID (diff)
From: Andrew Morton <akpm@linux-foundation.org>
To: Nicolas Pitre <nicolas.pitre@linaro.org>
Cc: Bryan Wu <bryan.wu@canonical.com>,
Olof Johansson <olof@lixom.net>,
Arnd Bergmann <arnd.bergmann@linaro.org>,
Russell King - ARM Linux <linux@arm.linux.org.uk>,
rpurdie@rpsys.net, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, linus.walleij@linaro.org,
tim.gardner@canonical.com
Subject: Re: [PATCH v9 00/19] Introduce a led trigger for CPU activity and consolidate LED driver in ARM
Date: Thu, 10 May 2012 11:11:43 -0700 [thread overview]
Message-ID: <20120510111143.2edb3bc8.akpm@linux-foundation.org> (raw)
In-Reply-To: <alpine.LFD.2.02.1205101351380.21030@xanadu.home>
On Thu, 10 May 2012 14:01:35 -0400 (EDT)
Nicolas Pitre <nicolas.pitre@linaro.org> wrote:
> On Fri, 11 May 2012, Bryan Wu wrote:
>
> > On Thu, May 10, 2012 at 9:25 AM, Nicolas Pitre <nicolas.pitre@linaro.org> wrote:
> > > You applied your patches on top of linux-next. __This can't be merged
> > > upstream until you rebase your patches on something stable such as pure
> > > v3.4-rc6 for example.
> > >
> >
> > Got it, Nico. As I'm still in US for our Ubuntu Developer Summit, I
> > plan to rebase and test on my hardware after I'm back to home next
> > week.
>
> Given where things are, you risk being too late for this merge window if
> you do so, meaning that this cleanup will have to wait yet another
> cycle which would be rather disappointing.
Well, there hasn't been an open merge window for over a month.
Cleanups and features should be scheduled for 3.5-rc1.
next prev parent reply other threads:[~2012-05-10 18:11 UTC|newest]
Thread overview: 80+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-01 15:01 [PATCH v9 00/19] Introduce a led trigger for CPU activity and consolidate LED driver in ARM Bryan Wu
2012-05-01 15:01 ` Bryan Wu
2012-05-01 15:01 ` [PATCH 01/19] led-triggers: rename *trigger to *trig for unified naming scheme Bryan Wu
2012-05-01 15:01 ` Bryan Wu
2012-05-01 15:01 ` [PATCH 02/19] led-triggers: create a trigger for CPU activity Bryan Wu
2012-05-01 15:01 ` Bryan Wu
2012-05-01 16:05 ` Tim Gardner
2012-05-01 16:05 ` Tim Gardner
2012-05-01 15:01 ` [PATCH 03/19] ARM: at91: convert old leds drivers to gpio_led and led_trigger drivers Bryan Wu
2012-05-01 15:01 ` Bryan Wu
2012-05-01 15:01 ` [PATCH 04/19] ARM: mach-realview and mach-versatile: retire custom LED code Bryan Wu
2012-05-01 15:01 ` Bryan Wu
2012-05-01 15:01 ` [PATCH 05/19] ARM: mach-ks8695: remove leds driver, since nobody use it Bryan Wu
2012-05-01 15:01 ` Bryan Wu
2012-05-01 15:01 ` [PATCH 06/19] ARM: mach-shark: retire custom LED code Bryan Wu
2012-05-01 15:01 ` Bryan Wu
2012-05-01 15:01 ` [PATCH 07/19] ARM: mach-orion5x: convert custom LED code to gpio_led and LED CPU trigger Bryan Wu
2012-05-01 15:01 ` Bryan Wu
2012-05-01 15:01 ` [PATCH 08/19] ARM: mach-integrator: move CM_CTRL to header file for accessing by other functions Bryan Wu
2012-05-01 15:01 ` Bryan Wu
2012-05-01 15:01 ` [PATCH 09/19] ARM: mach-integrator: retire custom LED code Bryan Wu
2012-05-01 15:01 ` Bryan Wu
2012-05-01 15:01 ` [PATCH 10/19] ARM: mach-clps711x: retire custom LED code of P720T machine Bryan Wu
2012-05-01 15:01 ` Bryan Wu
2012-05-01 15:01 ` [PATCH 11/19] ARM: mach-ebsa110: retire custom LED code Bryan Wu
2012-05-01 15:01 ` Bryan Wu
2012-05-01 15:01 ` [PATCH 12/19] ARM: mach-footbridge: " Bryan Wu
2012-05-01 15:01 ` Bryan Wu
2012-05-01 15:01 ` [PATCH 13/19] char: nwflash: remove old led event code Bryan Wu
2012-05-01 15:01 ` Bryan Wu
2012-05-01 15:01 ` [PATCH 14/19] ARM: mach-pxa: retire custom LED code Bryan Wu
2012-05-01 15:01 ` Bryan Wu
2012-05-01 15:01 ` [PATCH 15/19] ARM: plat-samsung: remove including old leds event API header file Bryan Wu
2012-05-01 15:01 ` Bryan Wu
2012-05-01 15:01 ` [PATCH 16/19] ARM: mach-pnx4008: " Bryan Wu
2012-05-01 15:01 ` Bryan Wu
2012-05-01 15:01 ` [PATCH 17/19] ARM: mach-omap1: retire custom LED code Bryan Wu
2012-05-01 15:01 ` Bryan Wu
2012-05-01 15:01 ` [PATCH 18/19] ARM: mach-sa1100: " Bryan Wu
2012-05-01 15:01 ` Bryan Wu
2012-05-01 15:01 ` [PATCH 19/19] ARM: use new LEDS CPU trigger stub to replace old one Bryan Wu
2012-05-01 15:01 ` Bryan Wu
2012-05-08 17:45 ` [PATCH v9 00/19] Introduce a led trigger for CPU activity and consolidate LED driver in ARM Bryan Wu
2012-05-08 17:45 ` Bryan Wu
2012-05-08 19:19 ` Andrew Morton
2012-05-08 19:19 ` Andrew Morton
2012-05-09 16:16 ` Bryan Wu
2012-05-09 16:16 ` Bryan Wu
2012-05-09 19:24 ` Andrew Morton
2012-05-09 19:24 ` Andrew Morton
2012-05-09 20:38 ` Arnd Bergmann
2012-05-09 20:38 ` Arnd Bergmann
2012-05-09 23:41 ` Bryan Wu
2012-05-09 23:41 ` Bryan Wu
2012-05-09 23:47 ` Olof Johansson
2012-05-09 23:47 ` Olof Johansson
2012-05-10 0:15 ` Bryan Wu
2012-05-10 0:15 ` Bryan Wu
2012-05-10 1:25 ` Nicolas Pitre
2012-05-10 1:25 ` Nicolas Pitre
2012-05-10 17:38 ` Bryan Wu
2012-05-10 17:38 ` Bryan Wu
2012-05-10 18:01 ` Nicolas Pitre
2012-05-10 18:01 ` Nicolas Pitre
2012-05-10 18:11 ` Andrew Morton [this message]
2012-05-10 18:11 ` Andrew Morton
2012-05-11 23:11 ` Bryan Wu
2012-05-11 23:11 ` Bryan Wu
2012-05-12 14:53 ` Arnd Bergmann
2012-05-12 14:53 ` Arnd Bergmann
2012-05-13 7:06 ` Olof Johansson
2012-05-13 7:06 ` Olof Johansson
2012-05-18 12:43 ` Bryan Wu
2012-05-18 12:43 ` Bryan Wu
2012-05-18 15:31 ` Olof Johansson
2012-05-18 15:31 ` Olof Johansson
2012-05-09 23:52 ` Richard Purdie
2012-05-09 23:52 ` Richard Purdie
2012-05-10 0:17 ` Bryan Wu
2012-05-10 0:17 ` Bryan Wu
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=20120510111143.2edb3bc8.akpm@linux-foundation.org \
--to=akpm@linux-foundation.org \
--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 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.