linux-pwm.vger.kernel.org archive mirror
 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.12-rc1
Date: Tue, 3 Sep 2013 13:28:18 +0200	[thread overview]
Message-ID: <20130903112817.GA14763@ulmo> (raw)

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

Hi Linus,

The following changes since commit 5ae90d8e467e625e447000cb4335c4db973b1095:

  Linux 3.11-rc3 (2013-07-28 20:53:33 -0700)

are available in the git repository at:

  git://gitorious.org/linux-pwm/linux-pwm.git tags/for-3.12-rc1

for you to fetch changes up to 1e185c7aafbb56580feaa5bdbc9e4b1d8efaf710:

  pwm: pxa: Use module_platform_driver (2013-09-03 13:09:17 +0200)

Thanks,
Thierry

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

A set of patches makes the device tree documentation for the various PWM
drivers more consistent. Device tree support is added to the Renesas TPU
driver. The sysfs interface now makes use of dev_groups. Other than that
there is a healthy assortment of fixes and enhancements for minor issues
that have shown up.

----------------------------------------------------------------
Fabio Estevam (1):
      pwm: mxs: Check the return value from stmp_reset_block()

Greg Kroah-Hartman (1):
      pwm: convert class code to use dev_groups

Jingoo Han (2):
      pwm: tiecap: add CONFIG_PM_SLEEP to ecap_pwm_{save,restore}_context()
      pwm: tiehrpwm: add missing __iomem annotation

Julia Lawall (1):
      pwm: simplify use of devm_ioremap_resource

Laurent Pinchart (5):
      pwm: Add PWM polarity flag macro for DT
      pwm: Use the DT macro directly when parsing PWM DT flags
      pwm: Update DT bindings to reference pwm.txt for cells documentation
      ARM: dts: Use the PWM polarity flags
      pwm: renesas-tpu: Add DT support

Mike Dunn (1):
      pwm: pxa: Use module_platform_driver

 .../devicetree/bindings/pwm/atmel-tcb-pwm.txt      |  8 ++--
 Documentation/devicetree/bindings/pwm/imx-pwm.txt  |  4 +-
 Documentation/devicetree/bindings/pwm/mxs-pwm.txt  |  4 +-
 .../devicetree/bindings/pwm/nvidia,tegra20-pwm.txt |  5 +--
 .../devicetree/bindings/pwm/nxp,pca9685-pwm.txt    |  4 +-
 .../devicetree/bindings/pwm/pwm-samsung.txt        | 10 ++---
 .../devicetree/bindings/pwm/pwm-tiecap.txt         |  8 ++--
 .../devicetree/bindings/pwm/pwm-tiehrpwm.txt       |  8 ++--
 Documentation/devicetree/bindings/pwm/pwm.txt      |  7 ++--
 .../devicetree/bindings/pwm/renesas,tpu-pwm.txt    | 28 +++++++++++++
 .../devicetree/bindings/pwm/spear-pwm.txt          |  5 +--
 .../devicetree/bindings/pwm/ti,twl-pwm.txt         |  4 +-
 .../devicetree/bindings/pwm/ti,twl-pwmled.txt      |  4 +-
 .../devicetree/bindings/pwm/vt8500-pwm.txt         |  8 ++--
 arch/arm/boot/dts/am335x-evmsk.dts                 |  3 +-
 arch/arm/boot/dts/wm8850-w70v2.dts                 |  3 +-
 drivers/pwm/core.c                                 |  7 ++--
 drivers/pwm/pwm-lpc32xx.c                          |  3 --
 drivers/pwm/pwm-mxs.c                              |  8 +++-
 drivers/pwm/pwm-pxa.c                              | 12 +-----
 drivers/pwm/pwm-renesas-tpu.c                      | 46 ++++++++++++++++------
 drivers/pwm/pwm-spear.c                            |  7 +---
 drivers/pwm/pwm-tiecap.c                           |  2 +-
 drivers/pwm/pwm-tiehrpwm.c                         |  6 +--
 drivers/pwm/sysfs.c                                | 21 +++++-----
 include/dt-bindings/pwm/pwm.h                      | 14 +++++++
 26 files changed, 141 insertions(+), 98 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.txt
 create mode 100644 include/dt-bindings/pwm/pwm.h

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

                 reply	other threads:[~2013-09-03 11:28 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=20130903112817.GA14763@ulmo \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).