All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: pxa: Properly configure PWM period for palm27x
       [not found] <1296511613-24406-1-git-send-email-marek.vasut@gmail.com>
@ 2011-02-01 18:18 ` Marek Vasut
  2011-02-09 15:07   ` Eric Miao
  0 siblings, 1 reply; 2+ messages in thread
From: Marek Vasut @ 2011-02-01 18:18 UTC (permalink / raw)
  To: linux-arm-kernel

On Monday 31 January 2011 23:06:53 Marek Vasut wrote:
> Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
> ---
>  arch/arm/mach-pxa/palm27x.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/arm/mach-pxa/palm27x.c b/arch/arm/mach-pxa/palm27x.c
> index 7d1434a..4c9a938 100644
> --- a/arch/arm/mach-pxa/palm27x.c
> +++ b/arch/arm/mach-pxa/palm27x.c
> @@ -322,7 +322,7 @@ static struct platform_pwm_backlight_data
> palm27x_backlight_data = { .pwm_id		= 0,
>  	.max_brightness	= 0xfe,
>  	.dft_brightness	= 0x7e,
> -	.pwm_period_ns	= 3500,
> +	.pwm_period_ns	= 3500 * 1024,
>  	.init		= palm27x_backlight_init,
>  	.notify		= palm27x_backlight_notify,
>  	.exit		= palm27x_backlight_exit,

CC linux-arm-kernel, I mistyped, sorry

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

* [PATCH] ARM: pxa: Properly configure PWM period for palm27x
  2011-02-01 18:18 ` [PATCH] ARM: pxa: Properly configure PWM period for palm27x Marek Vasut
@ 2011-02-09 15:07   ` Eric Miao
  0 siblings, 0 replies; 2+ messages in thread
From: Eric Miao @ 2011-02-09 15:07 UTC (permalink / raw)
  To: linux-arm-kernel

Note: it's eric.y.miao at gmail.com


On Wed, Feb 2, 2011 at 2:18 AM, Marek Vasut <marek.vasut@gmail.com> wrote:
> On Monday 31 January 2011 23:06:53 Marek Vasut wrote:
>> Signed-off-by: Marek Vasut <marek.vasut@gmail.com>

Applied.

>> ---
>> ?arch/arm/mach-pxa/palm27x.c | ? ?2 +-
>> ?1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/arch/arm/mach-pxa/palm27x.c b/arch/arm/mach-pxa/palm27x.c
>> index 7d1434a..4c9a938 100644
>> --- a/arch/arm/mach-pxa/palm27x.c
>> +++ b/arch/arm/mach-pxa/palm27x.c
>> @@ -322,7 +322,7 @@ static struct platform_pwm_backlight_data
>> palm27x_backlight_data = { .pwm_id ? ? ? ? ? ?= 0,
>> ? ? ? .max_brightness = 0xfe,
>> ? ? ? .dft_brightness = 0x7e,
>> - ? ? .pwm_period_ns ?= 3500,
>> + ? ? .pwm_period_ns ?= 3500 * 1024,
>> ? ? ? .init ? ? ? ? ? = palm27x_backlight_init,
>> ? ? ? .notify ? ? ? ? = palm27x_backlight_notify,
>> ? ? ? .exit ? ? ? ? ? = palm27x_backlight_exit,
>
> CC linux-arm-kernel, I mistyped, sorry
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
>

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

end of thread, other threads:[~2011-02-09 15:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1296511613-24406-1-git-send-email-marek.vasut@gmail.com>
2011-02-01 18:18 ` [PATCH] ARM: pxa: Properly configure PWM period for palm27x Marek Vasut
2011-02-09 15:07   ` Eric Miao

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.