From: thierry.reding@gmail.com (Thierry Reding)
To: linux-arm-kernel@lists.infradead.org
Subject: [RFC PATCH] pwm: atmel-pwm: add pwm controller driver
Date: Thu, 15 Aug 2013 13:13:52 +0200 [thread overview]
Message-ID: <20130815111351.GA14418@ulmo> (raw)
In-Reply-To: <51D523FD.7040409@atmel.com>
On Thu, Jul 04, 2013 at 03:27:57PM +0800, Bo Shen wrote:
> Hi All,
>
> On 6/21/2013 16:45, Bo Shen wrote:
> >add atmel pwm controller driver based on PWM framework
> >
> >this is basic function implementation of pwm controller
> >it can work with pwm based led and backlight
> >
> >Signed-off-by: Bo Shen <voice.shen@atmel.com>
> >---
> > .../devicetree/bindings/pwm/atmel-pwm.txt | 19 ++
> > drivers/pwm/Kconfig | 9 +
> > drivers/pwm/Makefile | 1 +
> > drivers/pwm/pwm-atmel.c | 326 ++++++++++++++++++++
> > 4 files changed, 355 insertions(+)
> > create mode 100644 Documentation/devicetree/bindings/pwm/atmel-pwm.txt
> > create mode 100644 drivers/pwm/pwm-atmel.c
>
> Does this patch can be applied? If yes, I will send out the formal
> patch without RFC in subject. If no, please help review this patch
> and give your comments.
Hi,
Sorry I seem to have completely missed this. Can you please resend the
patch to my new email address and Cc linux-pwm at vger.kernel.org. That
will make sure that I see and can review it.
Thanks,
Thierry
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20130815/ea7bd4ee/attachment.sig>
WARNING: multiple messages have this Message-ID (diff)
From: Thierry Reding <thierry.reding@gmail.com>
To: Bo Shen <voice.shen@atmel.com>
Cc: devicetree-discuss@lists.ozlabs.org,
linux-arm-kernel@lists.infradead.org
Subject: Re: [RFC PATCH] pwm: atmel-pwm: add pwm controller driver
Date: Thu, 15 Aug 2013 13:13:52 +0200 [thread overview]
Message-ID: <20130815111351.GA14418@ulmo> (raw)
In-Reply-To: <51D523FD.7040409@atmel.com>
[-- Attachment #1.1: Type: text/plain, Size: 1186 bytes --]
On Thu, Jul 04, 2013 at 03:27:57PM +0800, Bo Shen wrote:
> Hi All,
>
> On 6/21/2013 16:45, Bo Shen wrote:
> >add atmel pwm controller driver based on PWM framework
> >
> >this is basic function implementation of pwm controller
> >it can work with pwm based led and backlight
> >
> >Signed-off-by: Bo Shen <voice.shen@atmel.com>
> >---
> > .../devicetree/bindings/pwm/atmel-pwm.txt | 19 ++
> > drivers/pwm/Kconfig | 9 +
> > drivers/pwm/Makefile | 1 +
> > drivers/pwm/pwm-atmel.c | 326 ++++++++++++++++++++
> > 4 files changed, 355 insertions(+)
> > create mode 100644 Documentation/devicetree/bindings/pwm/atmel-pwm.txt
> > create mode 100644 drivers/pwm/pwm-atmel.c
>
> Does this patch can be applied? If yes, I will send out the formal
> patch without RFC in subject. If no, please help review this patch
> and give your comments.
Hi,
Sorry I seem to have completely missed this. Can you please resend the
patch to my new email address and Cc linux-pwm@vger.kernel.org. That
will make sure that I see and can review it.
Thanks,
Thierry
[-- Attachment #1.2: Type: application/pgp-signature, Size: 836 bytes --]
[-- Attachment #2: Type: text/plain, Size: 176 bytes --]
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2013-08-15 11:13 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-21 8:45 [RFC PATCH] pwm: atmel-pwm: add pwm controller driver Bo Shen
2013-06-21 8:45 ` Bo Shen
2013-07-04 7:27 ` Bo Shen
2013-07-04 7:27 ` Bo Shen
2013-08-15 11:13 ` Thierry Reding [this message]
2013-08-15 11:13 ` Thierry Reding
-- strict thread matches above, loose matches on Subject: below --
2013-08-19 3:11 Bo Shen
2013-08-19 3:11 ` Bo Shen
2013-08-19 21:20 ` Thierry Reding
2013-08-19 21:20 ` Thierry Reding
2013-08-20 4:03 ` Bo Shen
2013-08-20 4:03 ` Bo Shen
2013-08-20 4:03 ` Bo Shen
2013-08-20 8:33 ` Nicolas Ferre
2013-08-20 8:33 ` Nicolas Ferre
2013-08-20 8:33 ` Nicolas Ferre
2013-08-20 9:03 ` Bo Shen
2013-08-20 9:03 ` Bo Shen
2013-08-20 9:03 ` Bo Shen
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=20130815111351.GA14418@ulmo \
--to=thierry.reding@gmail.com \
--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.