From: Thierry Reding <thierry.reding-RM9K5IK7kjKj5M59NBduVrNAH6kLmebB@public.gmane.org>
To: Bryan Wu <cooloney-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: linux-doc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Peter Ujfalusi <peter.ujfalusi-l0cyMroinI0@public.gmane.org>,
Richard Purdie <rpurdie-Fm38FmjxZ/leoWH0uzbU5w@public.gmane.org>,
linux-leds-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH v5 0/7] leds: leds-pwm: Device tree support
Date: Thu, 3 Jan 2013 21:10:32 +0100 [thread overview]
Message-ID: <20130103201032.GA7130@avionic-0098.adnet.avionic-design.de> (raw)
In-Reply-To: <CAK5ve-L5uaBoTCi7CaGFOU+50U=ebh72DDxSN8CS952bDq5giQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
[-- Attachment #1.1: Type: text/plain, Size: 686 bytes --]
On Thu, Jan 03, 2013 at 09:14:06AM -0800, Bryan Wu wrote:
> On Wed, Jan 2, 2013 at 11:22 PM, Thierry Reding
> <thierry.reding-RM9K5IK7kjKj5M59NBduVrNAH6kLmebB@public.gmane.org> wrote:
> > On Wed, Jan 02, 2013 at 06:10:13PM -0800, Bryan Wu wrote:
> >> Hi Peter,
> >>
> >> I merged this patchset into my for-next branch already.
> >>
> >> Thanks for pushing this.
> >
> > Hi Bryan,
> >
> > Did you also take the PWM patches (3-5)? I was going to add those to my
> > tree, but if you already take them feel free to add my Acked-by.
> >
> > Thierry
>
> I should ask for that before I merged this patchset. I will add you
> Acked-by for sure.
Okay, thanks.
Thierry
[-- Attachment #1.2: Type: application/pgp-signature, Size: 836 bytes --]
[-- Attachment #2: Type: text/plain, Size: 192 bytes --]
_______________________________________________
devicetree-discuss mailing list
devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org
https://lists.ozlabs.org/listinfo/devicetree-discuss
WARNING: multiple messages have this Message-ID (diff)
From: Thierry Reding <thierry.reding@avionic-design.de>
To: Bryan Wu <cooloney@gmail.com>
Cc: Peter Ujfalusi <peter.ujfalusi@ti.com>,
Richard Purdie <rpurdie@rpsys.net>,
Grant Likely <grant.likely@secretlab.ca>,
linux-kernel@vger.kernel.org,
devicetree-discuss@lists.ozlabs.org, linux-doc@vger.kernel.org,
linux-leds@vger.kernel.org
Subject: Re: [PATCH v5 0/7] leds: leds-pwm: Device tree support
Date: Thu, 3 Jan 2013 21:10:32 +0100 [thread overview]
Message-ID: <20130103201032.GA7130@avionic-0098.adnet.avionic-design.de> (raw)
In-Reply-To: <CAK5ve-L5uaBoTCi7CaGFOU+50U=ebh72DDxSN8CS952bDq5giQ@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 654 bytes --]
On Thu, Jan 03, 2013 at 09:14:06AM -0800, Bryan Wu wrote:
> On Wed, Jan 2, 2013 at 11:22 PM, Thierry Reding
> <thierry.reding@avionic-design.de> wrote:
> > On Wed, Jan 02, 2013 at 06:10:13PM -0800, Bryan Wu wrote:
> >> Hi Peter,
> >>
> >> I merged this patchset into my for-next branch already.
> >>
> >> Thanks for pushing this.
> >
> > Hi Bryan,
> >
> > Did you also take the PWM patches (3-5)? I was going to add those to my
> > tree, but if you already take them feel free to add my Acked-by.
> >
> > Thierry
>
> I should ask for that before I merged this patchset. I will add you
> Acked-by for sure.
Okay, thanks.
Thierry
[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]
next prev parent reply other threads:[~2013-01-03 20:10 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-21 9:43 [PATCH v5 0/7] leds: leds-pwm: Device tree support Peter Ujfalusi
2012-12-21 9:43 ` Peter Ujfalusi
[not found] ` <1356083041-29179-1-git-send-email-peter.ujfalusi-l0cyMroinI0@public.gmane.org>
2012-12-21 9:43 ` [PATCH v5 1/7] leds: leds-pwm: Convert to use devm_get_pwm Peter Ujfalusi
2012-12-21 9:43 ` Peter Ujfalusi
2012-12-21 9:43 ` [PATCH v5 5/7] pwm: Add devm_of_pwm_get() as exported API for users Peter Ujfalusi
2012-12-21 9:43 ` Peter Ujfalusi
2012-12-21 9:43 ` [PATCH v5 2/7] leds: leds-pwm: Preparing the driver for device tree support Peter Ujfalusi
2012-12-21 9:43 ` Peter Ujfalusi
2012-12-21 9:43 ` [PATCH v5 3/7] pwm: Correct parameter name in header for *pwm_get() functions Peter Ujfalusi
2012-12-21 9:43 ` Peter Ujfalusi
2012-12-21 9:43 ` [PATCH v5 4/7] pwm: core: Rename of_pwm_request() to of_pwm_get() and export it Peter Ujfalusi
2012-12-21 9:43 ` Peter Ujfalusi
2012-12-21 9:44 ` [PATCH v5 6/7] leds: leds-pwm: Simplify cleanup code Peter Ujfalusi
2012-12-21 9:44 ` Peter Ujfalusi
2012-12-21 9:44 ` [PATCH v5 7/7] leds: leds-pwm: Add device tree bindings Peter Ujfalusi
2012-12-21 9:44 ` Peter Ujfalusi
2013-01-03 2:10 ` [PATCH v5 0/7] leds: leds-pwm: Device tree support Bryan Wu
2013-01-03 7:22 ` Thierry Reding
2013-01-03 17:14 ` Bryan Wu
[not found] ` <CAK5ve-L5uaBoTCi7CaGFOU+50U=ebh72DDxSN8CS952bDq5giQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2013-01-03 20:10 ` Thierry Reding [this message]
2013-01-03 20:10 ` Thierry Reding
[not found] ` <CAK5ve-L=L2qp1A01Kui9RAMn9mZxL7P-c0sZ1bDveLoKkK0Fzg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2013-01-03 8:00 ` Peter Ujfalusi
2013-01-03 8:00 ` Peter Ujfalusi
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=20130103201032.GA7130@avionic-0098.adnet.avionic-design.de \
--to=thierry.reding-rm9k5ik7kjkj5m59nbduvrnah6klmebb@public.gmane.org \
--cc=cooloney-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org \
--cc=linux-doc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-leds-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=peter.ujfalusi-l0cyMroinI0@public.gmane.org \
--cc=rpurdie-Fm38FmjxZ/leoWH0uzbU5w@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.