All of lore.kernel.org
 help / color / mirror / Atom feed
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: Tue, 8 May 2012 12:19:46 -0700	[thread overview]
Message-ID: <20120508121946.c20adb87.akpm@linux-foundation.org> (raw)
In-Reply-To: <CAK5ve-J9uTJKC01XFTzU34MY4z_8yVRwTUVXP99Czu=oL-mqxQ@mail.gmail.com>

On Wed, 9 May 2012 01:45:43 +0800
Bryan Wu <bryan.wu@canonical.com> wrote:

> Any comments and suggestions about my v9 patchset.

The drivers/leds/ changes look OK to me.

WARNING: multiple messages have this Message-ID (diff)
From: Andrew Morton <akpm@linux-foundation.org>
To: Bryan Wu <bryan.wu@canonical.com>
Cc: linux@arm.linux.org.uk, rpurdie@rpsys.net,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, linus.walleij@linaro.org,
	arnd.bergmann@linaro.org, nicolas.pitre@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: Tue, 8 May 2012 12:19:46 -0700	[thread overview]
Message-ID: <20120508121946.c20adb87.akpm@linux-foundation.org> (raw)
In-Reply-To: <CAK5ve-J9uTJKC01XFTzU34MY4z_8yVRwTUVXP99Czu=oL-mqxQ@mail.gmail.com>

On Wed, 9 May 2012 01:45:43 +0800
Bryan Wu <bryan.wu@canonical.com> wrote:

> Any comments and suggestions about my v9 patchset.

The drivers/leds/ changes look OK to me.

  reply	other threads:[~2012-05-08 19:19 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 [this message]
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
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=20120508121946.c20adb87.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.