All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thierry Reding <thierry.reding@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-pwm@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] pwm: Changes for v3.14-rc1
Date: Mon, 27 Jan 2014 15:37:22 +0100	[thread overview]
Message-ID: <20140127143721.GA9942@ulmo.nvidia.com> (raw)

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

Hi Linus,

The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae:

  Linux 3.13-rc1 (2013-11-22 11:30:55 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git tags/pwm/for-3.14-rc1

for you to fetch changes up to 6691a19966f04dd81e60505f9630c1a7cf148507:

  pwm: tiecap: Remove duplicate put_sync call (2014-01-23 15:19:18 +0100)

Thanks,
Thierry

----------------------------------------------------------------
pwm: Changes for v3.14-rc1

The patches for this release cycle include various enhancements (device
tree support, better compile coverage, ...) for existing drivers. There
is a new driver for Atmel SoCs.

Various drivers as well as the sysfs support received minor fixes and
cleanups.

----------------------------------------------------------------
Axel Lin (2):
      pwm: sysfs: Convert to use ATTRIBUTE_GROUPS macro
      pwm: pca9685: depends on I2C rather than REGMAP_I2C

Bo Shen (3):
      pwm: atmel-pwm: Add Atmel PWM controller driver
      of: Add Atmel PWM controller device tree binding
      pwm: atmel-pwm: Do not unprepare clock after successful registration

Fabio Estevam (1):
      backlight: pwm_bl: Remove error message upon devm_kzalloc() failure

Jingoo Han (4):
      pwm: use seq_puts() instead of seq_printf()
      pwm: ep93xx: split module author names
      pwm: pxa: remove unnecessary space before tabs
      pwm: tiehrpwm: use dev_err() instead of pr_err()

Lars-Peter Clausen (2):
      pwm: jz4740: Pass device to clk_get()
      pwm: jz4740: Use devm_clk_get()

Laurent Pinchart (1):
      pwm: renesas-tpu: Enable driver compilation with COMPILE_TEST

Mike Dunn (1):
      pwm: pxa: Add device tree support

Sourav Poddar (1):
      pwm: tiecap: Remove duplicate put_sync call

 .../devicetree/bindings/pwm/atmel-pwm.txt          |  33 ++
 Documentation/devicetree/bindings/pwm/pxa-pwm.txt  |  30 ++
 drivers/pwm/Kconfig                                |  14 +-
 drivers/pwm/Makefile                               |   1 +
 drivers/pwm/core.c                                 |   6 +-
 drivers/pwm/pwm-atmel.c                            | 395 +++++++++++++++++++++
 drivers/pwm/pwm-ep93xx.c                           |   4 +-
 drivers/pwm/pwm-jz4740.c                           |  20 +-
 drivers/pwm/pwm-pxa.c                              |  55 ++-
 drivers/pwm/pwm-tiecap.c                           |   1 -
 drivers/pwm/pwm-tiehrpwm.c                         |   4 +-
 drivers/pwm/sysfs.c                                |  12 +-
 drivers/video/backlight/pwm_bl.c                   |   1 -
 13 files changed, 537 insertions(+), 39 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/pwm/atmel-pwm.txt
 create mode 100644 Documentation/devicetree/bindings/pwm/pxa-pwm.txt
 create mode 100644 drivers/pwm/pwm-atmel.c

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

                 reply	other threads:[~2014-01-27 14:37 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20140127143721.GA9942@ulmo.nvidia.com \
    --to=thierry.reding@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pwm@vger.kernel.org \
    --cc=torvalds@linux-foundation.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.