Re: [PATCH 0/3] pwm-backlight: add subdrivers & Tegra support

2013-01-21 Thread Thierry Reding
On Mon, Jan 21, 2013 at 05:18:11PM +0900, Alex Courbot wrote: > Hi Thierry, > > On Monday 21 January 2013 15:49:28 Thierry Reding wrote: > > Eventually this should all be covered by the CDF, but since that's not > > ready yet we want something ad-hoc to get the hardware supported. As > > such I wo

Re: [PATCH 0/3] pwm-backlight: add subdrivers & Tegra support

2013-01-21 Thread Alex Courbot
Hi Thierry, On Monday 21 January 2013 15:49:28 Thierry Reding wrote: > Eventually this should all be covered by the CDF, but since that's not > ready yet we want something ad-hoc to get the hardware supported. As > such I would like to see this go into some sort of minimalistic, Tegra- > specific

Re: [PATCH 0/3] pwm-backlight: add subdrivers & Tegra support

2013-01-20 Thread Thierry Reding
On Sat, Jan 19, 2013 at 07:30:17PM +0900, Alexandre Courbot wrote: > This series introduces a way to use pwm-backlight hooks with platforms > that use the device tree through a subdriver system. It also adds support > for the Tegra-based Ventana board, adding the last missing block to enable > its

Re: [PATCH 0/3] pwm-backlight: add subdrivers & Tegra support

2013-01-20 Thread Mark Zhang
Patch is applied OK on 3.8-rc4. Hmmm.. But I think it's better to make the patch can be applied on linux-next. Mark On 01/21/2013 10:09 AM, Mark Zhang wrote: > Hi Alex, > > This patch set applies failed on tot linux-next(0118). Here is the log: > > markz@markz-hp6200:~/tegradrm/official-upstrea

Re: [PATCH 0/3] pwm-backlight: add subdrivers & Tegra support

2013-01-20 Thread Mark Zhang
Hi Alex, This patch set applies failed on tot linux-next(0118). Here is the log: markz@markz-hp6200:~/tegradrm/official-upstream-kernel$ git am ~/Desktop/*.eml Applying: pwm-backlight: add subdriver mechanism error: patch failed: drivers/video/backlight/pwm_bl.c:35 error: drivers/video/backlight/

Re: [PATCH 0/3] pwm-backlight: add subdrivers & Tegra support

2013-01-19 Thread Mark Zhang
On 01/20/2013 01:26 PM, Alexandre Courbot wrote: > On Sun, Jan 20, 2013 at 12:38 PM, Mark Zhang wrote: >> So this is a non power sequence version of backlight & panel enabling, >> isn't it? I remember we talked about this several days ago and you >> mentioned kernel guys want an ad-hoc version(pow

Re: [PATCH 0/3] pwm-backlight: add subdrivers & Tegra support

2013-01-19 Thread Alexandre Courbot
On Sun, Jan 20, 2013 at 12:38 PM, Mark Zhang wrote: > So this is a non power sequence version of backlight & panel enabling, > isn't it? I remember we talked about this several days ago and you > mentioned kernel guys want an ad-hoc version(power sequence logics > inside driver, not in DT) and I b

Re: [PATCH 0/3] pwm-backlight: add subdrivers & Tegra support

2013-01-19 Thread Mark Zhang
Yeah, thanks Alex. :) So this is a non power sequence version of backlight & panel enabling, isn't it? I remember we talked about this several days ago and you mentioned kernel guys want an ad-hoc version(power sequence logics inside driver, not in DT) and I believe this is it, right? I think fin

[PATCH 0/3] pwm-backlight: add subdrivers & Tegra support

2013-01-19 Thread Alexandre Courbot
This series introduces a way to use pwm-backlight hooks with platforms that use the device tree through a subdriver system. It also adds support for the Tegra-based Ventana board, adding the last missing block to enable its panel. Support for other Tegra board can thus be easily added. I have some