All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL] Renesas TPU PWM support
@ 2013-05-09 11:23 Laurent Pinchart
  2013-05-10  7:25 ` Simon Horman
  2013-05-10  8:30 ` Simon Horman
  0 siblings, 2 replies; 3+ messages in thread
From: Laurent Pinchart @ 2013-05-09 11:23 UTC (permalink / raw)
  To: linux-sh

Hi Simon,

The following changes since commit 12e47d7dae97ea9474da500a555dc781d3b7ee55:

  Merge branch 'heads/soc-sh73a0' into next (2013-05-09 12:53:26 +0900)

are available in the git repository at:

  git://linuxtv.org/pinchartl/fbdev.git pinmux/3.9/tpu

for you to fetch changes up to 56c8a8e245ddc6e1601e230d366139fba8432273:

  leds: Remove leds-renesas-tpu driver (2013-05-09 13:00:18 +0200)

The patches have already been posted to the list, I've just rebased them on 
top of renesas-next-20130509. Feel free to pick them up manually or rebase 
them if needed, or even ask me to rebase them on top of a different 
branch/tag.

----------------------------------------------------------------
Laurent Pinchart (11):
      sh-pfc: sh73a0: Add TPU pin groups and functions
      sh-pfc: r8a7740: Add TPU pin groups and functions
      sh-pfc: r8a7790: Add TPU pin groups and functions
      pwm: Add Renesas TPU PWM driver
      ARM: mach-shmobile: clock-r8a7740: add TPU PWM support
      ARM: mach-shmobile: clock-r8a7790: 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-r8a7790.c         |  11 +-
 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-r8a7790.c           |  41 +++
 drivers/pinctrl/sh-pfc/pfc-sh73a0.c            | 608 +++++++++---------------
 drivers/pwm/Kconfig                            |   7 +
 drivers/pwm/Makefile                           |   1 +
 drivers/pwm/pwm-renesas-tpu.c                  | 462 ++++++++++++++++++++++++
 include/linux/platform_data/leds-renesas-tpu.h |  14 -
 include/linux/platform_data/pwm-renesas-tpu.h  |  18 +
 17 files changed, 963 insertions(+), 1212 deletions(-)
 delete mode 100644 drivers/leds/leds-renesas-tpu.c
 create mode 100644 drivers/pwm/pwm-renesas-tpu.c
 delete mode 100644 include/linux/platform_data/leds-renesas-tpu.h
 create mode 100644 include/linux/platform_data/pwm-renesas-tpu.h

-- 
Regards,

Laurent Pinchart


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PULL] Renesas TPU PWM support
  2013-05-09 11:23 [PULL] Renesas TPU PWM support Laurent Pinchart
@ 2013-05-10  7:25 ` Simon Horman
  2013-05-10  8:30 ` Simon Horman
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Horman @ 2013-05-10  7:25 UTC (permalink / raw)
  To: linux-sh

On Thu, May 09, 2013 at 01:23:43PM +0200, Laurent Pinchart wrote:
> Hi Simon,
> 
> The following changes since commit 12e47d7dae97ea9474da500a555dc781d3b7ee55:
> 
>   Merge branch 'heads/soc-sh73a0' into next (2013-05-09 12:53:26 +0900)
> 
> are available in the git repository at:
> 
>   git://linuxtv.org/pinchartl/fbdev.git pinmux/3.9/tpu
> 
> for you to fetch changes up to 56c8a8e245ddc6e1601e230d366139fba8432273:
> 
>   leds: Remove leds-renesas-tpu driver (2013-05-09 13:00:18 +0200)
> 
> The patches have already been posted to the list, I've just rebased them on 
> top of renesas-next-20130509. Feel free to pick them up manually or rebase 
> them if needed, or even ask me to rebase them on top of a different 
> branch/tag.

Hi Laurent,

I had hoped to get to this today but I didn't quite make it.
I should be able to process it on Monday.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PULL] Renesas TPU PWM support
  2013-05-09 11:23 [PULL] Renesas TPU PWM support Laurent Pinchart
  2013-05-10  7:25 ` Simon Horman
@ 2013-05-10  8:30 ` Simon Horman
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Horman @ 2013-05-10  8:30 UTC (permalink / raw)
  To: linux-sh

On Fri, May 10, 2013 at 04:25:50PM +0900, Simon Horman wrote:
> On Thu, May 09, 2013 at 01:23:43PM +0200, Laurent Pinchart wrote:
> > Hi Simon,
> > 
> > The following changes since commit 12e47d7dae97ea9474da500a555dc781d3b7ee55:
> > 
> >   Merge branch 'heads/soc-sh73a0' into next (2013-05-09 12:53:26 +0900)
> > 
> > are available in the git repository at:
> > 
> >   git://linuxtv.org/pinchartl/fbdev.git pinmux/3.9/tpu
> > 
> > for you to fetch changes up to 56c8a8e245ddc6e1601e230d366139fba8432273:
> > 
> >   leds: Remove leds-renesas-tpu driver (2013-05-09 13:00:18 +0200)
> > 
> > The patches have already been posted to the list, I've just rebased them on 
> > top of renesas-next-20130509. Feel free to pick them up manually or rebase 
> > them if needed, or even ask me to rebase them on top of a different 
> > branch/tag.
> 
> Hi Laurent,
> 
> I had hoped to get to this today but I didn't quite make it.
> I should be able to process it on Monday.

It turns out that I had a bit more time than expected this afternoon.

I am a bit unsure of how to handle applying this patchset to
different branches without creating a dependency nightmare.
So for now I have queued-up all the patches for v3.11 in the pinmux
branch. I will push this and a renesas-next-20130510 tag once my
build and boot tests finish (successfully!).

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-05-10  8:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-09 11:23 [PULL] Renesas TPU PWM support Laurent Pinchart
2013-05-10  7:25 ` Simon Horman
2013-05-10  8:30 ` Simon Horman

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.