public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Simon Horman <horms@verge.net.au>
To: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Cc: linux-sh@vger.kernel.org, linux-leds@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	Thierry Reding <thierry.reding@avionic-design.de>,
	Magnus Damm <magnus.damm@gmail.com>,
	Paul Mundt <lethal@linux-sh.org>
Subject: Re: [PATCH 0/9] TPU PWM support
Date: Thu, 25 Apr 2013 09:54:02 +0900	[thread overview]
Message-ID: <20130425005402.GA21277@verge.net.au> (raw)
In-Reply-To: <20130424074044.GD847@verge.net.au>

On Wed, Apr 24, 2013 at 04:40:44PM +0900, Simon Horman wrote:
> On Wed, Apr 24, 2013 at 02:06:00AM +0200, Laurent Pinchart wrote:
> > Hello,
> > 
> > This patch set adds support for the TPU PWM unit found in the sh73a0 and
> > r8a7740 SoCs. It deprecates and removes the leds-renesas-tpu driver in favor
> > of a combination of leds-pwm and pwm-rmob.
> > 
> > I've tested the code on Armadillo only as I don't have access to a kota2
> > board. This is why I've added backlight support to Armadillo as part of this
> > set.
> > 
> > As an added bonus patches 7/9 and 8/9 remove function GPIOs support from the
> > sh73a0 platform. Along with the other PFC-related patches recently posted on
> > the list, mach-shmobile is now free of function GPIOs. Any volunteer to
> > migrate arch/sh ? :-)
> > 
> > The patches are based on a merge of "[PATCH 00/37] Fully migrate r8a7740 to
> > pinctrl", "[PATCH 0/4] sh73a0: Expose the PFC-controller SDHI power gate as a
> > regulator" and "[PATCH] sh-pfc: r8a7740: Add bias (pull-up/down) pinconf
> > support".
> > 
> > Laurent Pinchart (9):
> >   sh-pfc: sh73a0: Add TPU pin groups and functions
> >   sh-pfc: r8a7740: Add TPU pin groups and functions
> >   pwm: Add Renesas Mobile TPU PWM driver
> >   ARM: mach-shmobile: clock-r8a7740: add TPU PWM support
> >   ARM: mach-shmobile: armadillo800eva: Add backlight support
> >   ARM: mach-shmobile: kota2: Use leds-pwm + pwm-rmob
> >   sh-pfc: sh73a0: Remove function GPIOs
> >   ARM: shmobile: sh73a0: Remove all GPIOs
> >   leds: Remove leds-renesas-tpu driver
> > 
> >  arch/arm/mach-shmobile/board-armadillo800eva.c |  51 ++-
> >  arch/arm/mach-shmobile/board-kota2.c           | 178 +++++---
> >  arch/arm/mach-shmobile/clock-r8a7740.c         |   4 +-
> >  arch/arm/mach-shmobile/clock-sh73a0.c          |   8 +-
> >  arch/arm/mach-shmobile/include/mach/sh73a0.h   | 373 +--------------
> >  drivers/leds/Kconfig                           |  12 -
> >  drivers/leds/Makefile                          |   1 -
> >  drivers/leds/leds-renesas-tpu.c                | 336 --------------
> >  drivers/pinctrl/sh-pfc/pfc-r8a7740.c           |  50 ++
> >  drivers/pinctrl/sh-pfc/pfc-sh73a0.c            | 608 +++++++++----------------
> >  drivers/pwm/Kconfig                            |   7 +
> >  drivers/pwm/Makefile                           |   1 +
> >  drivers/pwm/pwm-rmob.c                         | 462 +++++++++++++++++++
> >  include/linux/platform_data/leds-renesas-tpu.h |  14 -
> >  include/linux/platform_data/pwm-rmob.h         |  18 +
> >  15 files changed, 913 insertions(+), 1210 deletions(-)
> >  delete mode 100644 drivers/leds/leds-renesas-tpu.c
> >  create mode 100644 drivers/pwm/pwm-rmob.c
> >  delete mode 100644 include/linux/platform_data/leds-renesas-tpu.h
> >  create mode 100644 include/linux/platform_data/pwm-rmob.h
> 
> I have rebased the pinmux branch on renesas-boards3-for-v3.10 to
> supply dependencies. That tag includes the renesas-pinmux2-for-v3.10
> tag which the pinmux branch was previously based on.
> 
> I have applied this entire series on the resulting pinmux branch.
> 
> I plan to push this when I tag renesas-next-20130424 later today.
> If not I will tag and push renesas-next-20130425 tomorrow.   

As there has been subsequent discussion and a v2 of this series posted, and
I have dropped the "[PATCH 0/4] sh73a0: Expose the PFC-controller SDHI
power gate as a regulator" series for similar reasons; I have dropped these
patches for now.


  reply	other threads:[~2013-04-25  0:54 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-24  0:06 [PATCH 0/9] TPU PWM support Laurent Pinchart
2013-04-24  0:06 ` [PATCH 1/9] sh-pfc: sh73a0: Add TPU pin groups and functions Laurent Pinchart
2013-04-24  0:06 ` [PATCH 2/9] sh-pfc: r8a7740: " Laurent Pinchart
2013-04-24  0:06 ` [PATCH 3/9] pwm: Add Renesas Mobile TPU PWM driver Laurent Pinchart
2013-04-24 17:37   ` Magnus Damm
2013-04-24 18:55     ` Laurent Pinchart
2013-04-24  0:06 ` [PATCH 4/9] ARM: mach-shmobile: clock-r8a7740: add TPU PWM support Laurent Pinchart
2013-04-24  0:06 ` [PATCH 5/9] ARM: mach-shmobile: armadillo800eva: Add backlight support Laurent Pinchart
2013-04-24  0:06 ` [PATCH 6/9] ARM: mach-shmobile: kota2: Use leds-pwm + pwm-rmob Laurent Pinchart
2013-04-24  0:06 ` [PATCH 7/9] sh-pfc: sh73a0: Remove function GPIOs Laurent Pinchart
2013-04-24  0:06 ` [PATCH 8/9] ARM: shmobile: sh73a0: Remove all GPIOs Laurent Pinchart
2013-04-24  0:06 ` [PATCH 9/9] leds: Remove leds-renesas-tpu driver Laurent Pinchart
2013-04-24  7:40 ` [PATCH 0/9] TPU PWM support Simon Horman
2013-04-25  0:54   ` Simon Horman [this message]
2013-04-25 10:18     ` Laurent Pinchart

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=20130425005402.GA21277@verge.net.au \
    --to=horms@verge.net.au \
    --cc=laurent.pinchart+renesas@ideasonboard.com \
    --cc=lethal@linux-sh.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-leds@vger.kernel.org \
    --cc=linux-sh@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=thierry.reding@avionic-design.de \
    /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