All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] Backlight support for the Armadillo 800 EVA board
@ 2012-07-24 14:40 Laurent Pinchart
  0 siblings, 0 replies; 2+ messages in thread
From: Laurent Pinchart @ 2012-07-24 14:40 UTC (permalink / raw)
  To: linux-sh

Hi everybody,

Here's the second version of the Armadillo 800 EVA board backlight support
patches. The backlight is driven by a PWM signal generated by the TPU, so
the bulk of the patch set consists of a TPU PWM driver. The last two patches
remove the LED-specific leds-renesas-tpu driver and make the Kota2 board use
the new rmob-tpu-pwm driver with leds-pwm.

The patches have been tested with the Armadillo EVA 800 board. The Kota2
patches have only been compile-tested.

Changes since v1:

- Add an RMOB_TPU_PWM_ID macro to compute PWM IDs based on the number of
  channels per TPU.

Laurent Pinchart (6):
  ARM: mach-shmobile: clock-r8a7740: add TPU PWM support
  misc: Add Renesas Mobile TPU PWM driver
  ARM: mach-shmobile: armadillo800eva: Add backlight support
  pwm_backlight: Add deferred probe support
  ARM: mach-shmobile: Kota2: Use leds-pwm + rmob-tpu-pwm
  leds: Remove leds-renesas-tpu driver

 arch/arm/mach-shmobile/board-armadillo800eva.c |   51 +++-
 arch/arm/mach-shmobile/board-kota2.c           |  173 +++++----
 arch/arm/mach-shmobile/clock-r8a7740.c         |    5 +-
 arch/arm/mach-shmobile/clock-sh73a0.c          |    8 +-
 drivers/leds/Kconfig                           |   12 -
 drivers/leds/Makefile                          |    1 -
 drivers/leds/leds-renesas-tpu.c                |  346 ----------------
 drivers/misc/Kconfig                           |    9 +
 drivers/misc/Makefile                          |    1 +
 drivers/misc/rmob-tpu-pwm.c                    |  526 ++++++++++++++++++++++++
 drivers/video/backlight/pwm_bl.c               |    2 +
 include/linux/platform_data/leds-renesas-tpu.h |   14 -
 include/linux/platform_data/rmob-tpu-pwm.h     |   20 +
 13 files changed, 713 insertions(+), 455 deletions(-)
 delete mode 100644 drivers/leds/leds-renesas-tpu.c
 create mode 100644 drivers/misc/rmob-tpu-pwm.c
 delete mode 100644 include/linux/platform_data/leds-renesas-tpu.h
 create mode 100644 include/linux/platform_data/rmob-tpu-pwm.h

-- 
Regards,

Laurent Pinchart


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

* Re: [PATCH v2 0/6] Backlight support for the Armadillo 800 EVA board
@ 2012-08-01  3:20 Simon Horman
  0 siblings, 0 replies; 2+ messages in thread
From: Simon Horman @ 2012-08-01  3:20 UTC (permalink / raw)
  To: linux-sh

On Tue, Jul 24, 2012 at 04:40:17PM +0200, Laurent Pinchart wrote:
> Hi everybody,
> 
> Here's the second version of the Armadillo 800 EVA board backlight support
> patches. The backlight is driven by a PWM signal generated by the TPU, so
> the bulk of the patch set consists of a TPU PWM driver. The last two patches
> remove the LED-specific leds-renesas-tpu driver and make the Kota2 board use
> the new rmob-tpu-pwm driver with leds-pwm.
> 
> The patches have been tested with the Armadillo EVA 800 board. The Kota2
> patches have only been compile-tested.
> 
> Changes since v1:
> 
> - Add an RMOB_TPU_PWM_ID macro to compute PWM IDs based on the number of
>   channels per TPU.

FWIW, having tested the first version of this series on an Armadillo board
I have no objections to v2 of this series.

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

end of thread, other threads:[~2012-08-01  3:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-24 14:40 [PATCH v2 0/6] Backlight support for the Armadillo 800 EVA board Laurent Pinchart
2012-08-01  3:20 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.