* [PATCH 0/6] Backlight support for the Armadillo 800 EVA board
@ 2012-06-15 15:17 Laurent Pinchart
2012-06-18 2:17 ` Simon Horman
2012-06-18 10:25 ` Laurent Pinchart
0 siblings, 2 replies; 3+ messages in thread
From: Laurent Pinchart @ 2012-06-15 15:17 UTC (permalink / raw)
To: linux-sh
Hi everybody,
Here are four patches that implement backlight support for the Armadillo 800
EVA board. 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.
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 | 17 +
13 files changed, 710 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] 3+ messages in thread
* Re: [PATCH 0/6] Backlight support for the Armadillo 800 EVA board
2012-06-15 15:17 [PATCH 0/6] Backlight support for the Armadillo 800 EVA board Laurent Pinchart
@ 2012-06-18 2:17 ` Simon Horman
2012-06-18 10:25 ` Laurent Pinchart
1 sibling, 0 replies; 3+ messages in thread
From: Simon Horman @ 2012-06-18 2:17 UTC (permalink / raw)
To: linux-sh
On Fri, Jun 15, 2012 at 05:17:01PM +0200, Laurent Pinchart wrote:
> Hi everybody,
>
> Here are four patches that implement backlight support for the Armadillo 800
> EVA board. 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.
>
> 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
I have tested the above 4 patches, they look good.
> ARM: mach-shmobile: Kota2: Use leds-pwm + rmob-tpu-pwm
This also looks good, but I do not have access
to a Kota2 board to test these changes.
I would be happy to test them if I I had the hardware.
Otherwise, I suggest a review from Magnus.
> leds: Remove leds-renesas-tpu driver
This also looks good but it probably wants to
be reviewed by Magnus.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 0/6] Backlight support for the Armadillo 800 EVA board
2012-06-15 15:17 [PATCH 0/6] Backlight support for the Armadillo 800 EVA board Laurent Pinchart
2012-06-18 2:17 ` Simon Horman
@ 2012-06-18 10:25 ` Laurent Pinchart
1 sibling, 0 replies; 3+ messages in thread
From: Laurent Pinchart @ 2012-06-18 10:25 UTC (permalink / raw)
To: linux-sh
Hi Simon,
On Monday 18 June 2012 11:17:19 Simon Horman wrote:
> On Fri, Jun 15, 2012 at 05:17:01PM +0200, Laurent Pinchart wrote:
> > Hi everybody,
> >
> > Here are four patches that implement backlight support for the Armadillo
> > 800 EVA board. 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.
> >
> > 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
>
> I have tested the above 4 patches, they look good.
Thank you.
> > ARM: mach-shmobile: Kota2: Use leds-pwm + rmob-tpu-pwm
>
> This also looks good, but I do not have access to a Kota2 board to test
> these changes.
>
> I would be happy to test them if I I had the hardware.
>
> Otherwise, I suggest a review from Magnus.
>
> > leds: Remove leds-renesas-tpu driver
>
> This also looks good but it probably wants to be reviewed by Magnus.
That's why I've CC'ed him. Magnus, it looks like you're the only one to have
access to a Kota2 board. Sorry for giving you more work :-)
--
Regards,
Laurent Pinchart
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-06-18 10:25 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-15 15:17 [PATCH 0/6] Backlight support for the Armadillo 800 EVA board Laurent Pinchart
2012-06-18 2:17 ` Simon Horman
2012-06-18 10:25 ` Laurent Pinchart
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).