public inbox for linux-kernel@vger.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.11-rc1
Date: Tue, 9 Jul 2013 07:54:03 +0200	[thread overview]
Message-ID: <20130709055400.GA17347@mithrandir> (raw)

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

Hi Linus,

The following changes since commit c7788792a5e7b0d5d7f96d0766b4cb6112d47d75:

  Linux 3.10-rc2 (2013-05-20 14:37:38 -0700)

are available in the git repository at:

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

for you to fetch changes up to b388f15fd14c3ae62deb9a059464aa99b524ea4a:

  pwm: pwm-tiehrpwm: Use clk_enable/disable instead clk_prepare/unprepare. (2013-06-26 23:23:54 +0200)

Thanks,
Thierry

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

A new driver supports driving PWM signals using the TPU unit found on
various Renesas SoCs. Furthermore support is added for the NXP PCA9685
LED controller. Another big chunk is the sysfs interface which has been
in the works for quite some time.

The remaining patches are a random assortment of cleanups and fixes.

----------------------------------------------------------------
Axel Lin (2):
      pwm: renesas-tpu: Add MODULE_ALIAS to make module auto loading work
      pwm: pca9685: Fix wrong argument to set MODE1_SLEEP bit

Boris BREZILLON (1):
      pwm: atmel-tcb: prepare clk before calling enable

Fabio Estevam (1):
      pwm: mxs: Let device core handle pinctrl

H Hartley Sweeten (1):
      pwm: Add sysfs interface

Laurent Pinchart (1):
      pwm: Add Renesas TPU PWM driver

Marek Belisko (1):
      pwm: pwm-tiehrpwm: Use clk_enable/disable instead clk_prepare/unprepare.

Steffen Trumtrar (1):
      pwm: add pca9685 driver

Thierry Reding (2):
      MAINTAINERS: Update PWM subsystem entry
      pwm: Fill in missing .owner fields

Wei Yongjun (1):
      pwm: renesas-tpu: fix return value check in tpu_probe()

Wolfram Sang (1):
      pwm: devm: alloc correct pointer size

 Documentation/ABI/testing/sysfs-class-pwm          |  79 ++++
 .../devicetree/bindings/pwm/nxp,pca9685-pwm.txt    |  27 ++
 Documentation/pwm.txt                              |  37 ++
 MAINTAINERS                                        |   4 +-
 drivers/pwm/Kconfig                                |  23 +
 drivers/pwm/Makefile                               |   3 +
 drivers/pwm/core.c                                 |  29 +-
 drivers/pwm/pwm-atmel-tcb.c                        |   5 +-
 drivers/pwm/pwm-bfin.c                             |   1 +
 drivers/pwm/pwm-imx.c                              |   1 +
 drivers/pwm/pwm-lpc32xx.c                          |   1 +
 drivers/pwm/pwm-mxs.c                              |   7 +-
 drivers/pwm/pwm-pca9685.c                          | 300 +++++++++++++
 drivers/pwm/pwm-puv3.c                             |   1 +
 drivers/pwm/pwm-renesas-tpu.c                      | 474 +++++++++++++++++++++
 drivers/pwm/pwm-spear.c                            |   1 +
 drivers/pwm/pwm-tegra.c                            |   1 +
 drivers/pwm/pwm-tiehrpwm.c                         |  13 +-
 drivers/pwm/sysfs.c                                | 352 +++++++++++++++
 include/linux/platform_data/pwm-renesas-tpu.h      |  16 +
 include/linux/pwm.h                                |  29 +-
 21 files changed, 1387 insertions(+), 17 deletions(-)
 create mode 100644 Documentation/ABI/testing/sysfs-class-pwm
 create mode 100644 Documentation/devicetree/bindings/pwm/nxp,pca9685-pwm.txt
 create mode 100644 drivers/pwm/pwm-pca9685.c
 create mode 100644 drivers/pwm/pwm-renesas-tpu.c
 create mode 100644 drivers/pwm/sysfs.c
 create mode 100644 include/linux/platform_data/pwm-renesas-tpu.h

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

                 reply	other threads:[~2013-07-09  5:54 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=20130709055400.GA17347@mithrandir \
    --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