From: Peter Ujfalusi <peter.ujfalusi@ti.com>
To: Tony Lindgren <tony@atomide.com>
Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
Tomi Valkeinen <tomi.valkeinen@ti.com>
Subject: Re: [PATCH 0/3] ARM: OMAP3/4: Correct support for PWM LEDs/backlight
Date: Thu, 3 Jan 2013 12:56:52 +0100 [thread overview]
Message-ID: <50E57204.2090700@ti.com> (raw)
In-Reply-To: <1357213768-21266-1-git-send-email-peter.ujfalusi@ti.com>
Hi Tony,
On 01/03/2013 12:49 PM, Peter Ujfalusi wrote:
> Hi,
>
> The pwm-leds driver update is going for 3.9:
> https://lkml.org/lkml/2012/12/21/99
>
> This series will make sure that in 3.9 we are going to have working LEDs and
> backlight on these boards.
>
> As a note: 4430SDP never had working backlight and the charger led did not
> worked for couple of releases already due to wrong pwm_id.
>
> On BeagleBoard we will be able to adjust the brighness of pmu_stat LED instead
> of full on/off.
>
> Zoom2 will have working keypad light and the backlight will be moved to be
> handled by the generic pwm-backlight driver.
>
> This series will also fix a compile error in board-zoom-display.c caused by the
> changes in twl-core - which I missed :(
>
> The DT support for these are going to be sent later.
>
> Tony: can you apply this - if it looks OK - so it will hit linux-next before the
> second batch of twl-core update?
The series has been generated on top of my previous series for audio support
update of omap-twl4030:
http://www.mail-archive.com/linux-omap@vger.kernel.org/msg82615.html
I can regenerate this without the depending series if you prefer that way.
>
> Regards,
> Peter
> ---
> Peter Ujfalusi (3):
> ARM: OMAP: board-4430sdp: Proper support for TWL6030 PWM LED/Backlight
> ARM: OMAP: omap3beagle: Use the pwm_leds driver to control the PMU_STAT led
> ARM: OMAP: zoom: Use pwm stack for lcd and keyboard backlight
>
> arch/arm/mach-omap2/board-4430sdp.c | 31 ++++++++++++++-
> arch/arm/mach-omap2/board-omap3beagle.c | 39 +++++++++++++++----
> arch/arm/mach-omap2/board-zoom-display.c | 56 ----------------------------
> arch/arm/mach-omap2/board-zoom-peripherals.c | 53 +++++++++++++++++++++++++-
> 4 files changed, 113 insertions(+), 66 deletions(-)
>
--
Péter
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: peter.ujfalusi@ti.com (Peter Ujfalusi)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3] ARM: OMAP3/4: Correct support for PWM LEDs/backlight
Date: Thu, 3 Jan 2013 12:56:52 +0100 [thread overview]
Message-ID: <50E57204.2090700@ti.com> (raw)
In-Reply-To: <1357213768-21266-1-git-send-email-peter.ujfalusi@ti.com>
Hi Tony,
On 01/03/2013 12:49 PM, Peter Ujfalusi wrote:
> Hi,
>
> The pwm-leds driver update is going for 3.9:
> https://lkml.org/lkml/2012/12/21/99
>
> This series will make sure that in 3.9 we are going to have working LEDs and
> backlight on these boards.
>
> As a note: 4430SDP never had working backlight and the charger led did not
> worked for couple of releases already due to wrong pwm_id.
>
> On BeagleBoard we will be able to adjust the brighness of pmu_stat LED instead
> of full on/off.
>
> Zoom2 will have working keypad light and the backlight will be moved to be
> handled by the generic pwm-backlight driver.
>
> This series will also fix a compile error in board-zoom-display.c caused by the
> changes in twl-core - which I missed :(
>
> The DT support for these are going to be sent later.
>
> Tony: can you apply this - if it looks OK - so it will hit linux-next before the
> second batch of twl-core update?
The series has been generated on top of my previous series for audio support
update of omap-twl4030:
http://www.mail-archive.com/linux-omap at vger.kernel.org/msg82615.html
I can regenerate this without the depending series if you prefer that way.
>
> Regards,
> Peter
> ---
> Peter Ujfalusi (3):
> ARM: OMAP: board-4430sdp: Proper support for TWL6030 PWM LED/Backlight
> ARM: OMAP: omap3beagle: Use the pwm_leds driver to control the PMU_STAT led
> ARM: OMAP: zoom: Use pwm stack for lcd and keyboard backlight
>
> arch/arm/mach-omap2/board-4430sdp.c | 31 ++++++++++++++-
> arch/arm/mach-omap2/board-omap3beagle.c | 39 +++++++++++++++----
> arch/arm/mach-omap2/board-zoom-display.c | 56 ----------------------------
> arch/arm/mach-omap2/board-zoom-peripherals.c | 53 +++++++++++++++++++++++++-
> 4 files changed, 113 insertions(+), 66 deletions(-)
>
--
P?ter
next prev parent reply other threads:[~2013-01-03 11:56 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-03 11:49 [PATCH 0/3] ARM: OMAP3/4: Correct support for PWM LEDs/backlight Peter Ujfalusi
2013-01-03 11:49 ` Peter Ujfalusi
2013-01-03 11:49 ` [PATCH 1/3] ARM: OMAP: board-4430sdp: Proper support for TWL6030 PWM LED/Backlight Peter Ujfalusi
2013-01-03 11:49 ` Peter Ujfalusi
2013-01-03 11:49 ` [PATCH 2/3] ARM: OMAP: omap3beagle: Use the pwm_leds driver to control the PMU_STAT led Peter Ujfalusi
2013-01-03 11:49 ` Peter Ujfalusi
2013-01-03 11:49 ` [PATCH 3/3] ARM: OMAP: zoom: Use pwm stack for lcd and keyboard backlight Peter Ujfalusi
2013-01-03 11:49 ` Peter Ujfalusi
2013-01-03 11:56 ` Peter Ujfalusi [this message]
2013-01-03 11:56 ` [PATCH 0/3] ARM: OMAP3/4: Correct support for PWM LEDs/backlight Peter Ujfalusi
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=50E57204.2090700@ti.com \
--to=peter.ujfalusi@ti.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@vger.kernel.org \
--cc=tomi.valkeinen@ti.com \
--cc=tony@atomide.com \
/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 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.