All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thierry Reding <thierry.reding@gmail.com>
To: Boris Brezillon <boris.brezillon@free-electrons.com>
Cc: linux-pwm@vger.kernel.org,
	Nicolas Ferre <nicolas.ferre@atmel.com>,
	Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>,
	Alexandre Belloni <alexandre.belloni@free-electrons.com>,
	Andrew Victor <linux@maxim.org.za>,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v10 0/2] pwm: add support for atmel-hlcdc-pwm device
Date: Mon, 17 Nov 2014 12:01:23 +0100	[thread overview]
Message-ID: <20141117110122.GA25699@ulmo> (raw)
In-Reply-To: <1412689095-14259-1-git-send-email-boris.brezillon@free-electrons.com>

[-- Attachment #1: Type: text/plain, Size: 1187 bytes --]

On Tue, Oct 07, 2014 at 03:38:13PM +0200, Boris Brezillon wrote:
> Hi Thierry,
> 
> This patch series adds support for the atmel-hlcdc-pwm device provided
> by the atmel-hlcdc MFD driver.
> 
> Best Regards,
> 
> Boris
> 
> Changes since v9:
>  - replace select by depends on
>  - rework commit messages
>  - rework Kconfig description
> 
> Changes since v8:
>  - rework the enable/disable waiting loop
>  - check return code of regmap functions
>  - fix DT binding doc
> 
> Changes since v7:
>  - addressed several coding style issues
> 
> 
> Boris Brezillon (2):
>   pwm: add support for atmel-hlcdc-pwm device
>   pwm: add DT bindings documentation for atmel-hlcdc-pwm driver
> 
>  .../devicetree/bindings/pwm/atmel-hlcdc-pwm.txt    |  29 +++
>  drivers/pwm/Kconfig                                |  11 +
>  drivers/pwm/Makefile                               |   1 +
>  drivers/pwm/pwm-atmel-hlcdc.c                      | 259 +++++++++++++++++++++
>  4 files changed, 300 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/pwm/atmel-hlcdc-pwm.txt
>  create mode 100644 drivers/pwm/pwm-atmel-hlcdc.c

Applied, thanks.

Thierry

[-- Attachment #2: Type: application/pgp-signature, Size: 819 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: thierry.reding@gmail.com (Thierry Reding)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v10 0/2] pwm: add support for atmel-hlcdc-pwm device
Date: Mon, 17 Nov 2014 12:01:23 +0100	[thread overview]
Message-ID: <20141117110122.GA25699@ulmo> (raw)
In-Reply-To: <1412689095-14259-1-git-send-email-boris.brezillon@free-electrons.com>

On Tue, Oct 07, 2014 at 03:38:13PM +0200, Boris Brezillon wrote:
> Hi Thierry,
> 
> This patch series adds support for the atmel-hlcdc-pwm device provided
> by the atmel-hlcdc MFD driver.
> 
> Best Regards,
> 
> Boris
> 
> Changes since v9:
>  - replace select by depends on
>  - rework commit messages
>  - rework Kconfig description
> 
> Changes since v8:
>  - rework the enable/disable waiting loop
>  - check return code of regmap functions
>  - fix DT binding doc
> 
> Changes since v7:
>  - addressed several coding style issues
> 
> 
> Boris Brezillon (2):
>   pwm: add support for atmel-hlcdc-pwm device
>   pwm: add DT bindings documentation for atmel-hlcdc-pwm driver
> 
>  .../devicetree/bindings/pwm/atmel-hlcdc-pwm.txt    |  29 +++
>  drivers/pwm/Kconfig                                |  11 +
>  drivers/pwm/Makefile                               |   1 +
>  drivers/pwm/pwm-atmel-hlcdc.c                      | 259 +++++++++++++++++++++
>  4 files changed, 300 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/pwm/atmel-hlcdc-pwm.txt
>  create mode 100644 drivers/pwm/pwm-atmel-hlcdc.c

Applied, thanks.

Thierry
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20141117/fc5caccc/attachment-0001.sig>

  parent reply	other threads:[~2014-11-17 11:01 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-07 13:38 [PATCH v10 0/2] pwm: add support for atmel-hlcdc-pwm device Boris Brezillon
2014-10-07 13:38 ` Boris Brezillon
2014-10-07 13:38 ` [PATCH v10 1/2] " Boris Brezillon
2014-10-07 13:38   ` Boris Brezillon
2014-10-07 13:38 ` [PATCH v10 2/2] pwm: add DT bindings documentation for atmel-hlcdc-pwm driver Boris Brezillon
2014-10-07 13:38   ` Boris Brezillon
2014-11-03  8:54 ` [PATCH v10 0/2] pwm: add support for atmel-hlcdc-pwm device Boris Brezillon
2014-11-03  8:54   ` Boris Brezillon
2014-11-14 11:05   ` Boris Brezillon
2014-11-14 11:05     ` Boris Brezillon
2014-11-17 11:01 ` Thierry Reding [this message]
2014-11-17 11:01   ` Thierry Reding

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=20141117110122.GA25699@ulmo \
    --to=thierry.reding@gmail.com \
    --cc=alexandre.belloni@free-electrons.com \
    --cc=boris.brezillon@free-electrons.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-pwm@vger.kernel.org \
    --cc=linux@maxim.org.za \
    --cc=nicolas.ferre@atmel.com \
    --cc=plagnioj@jcrosoft.com \
    /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.