* [PATCH RESEND] ARM: pxa: hx4700: Initialize DS1WM clock_rate
@ 2012-05-02 15:49 Paul Parsons
0 siblings, 0 replies; 5+ messages in thread
From: Paul Parsons @ 2012-05-02 15:49 UTC (permalink / raw)
To: linux-arm-kernel
The asic3 driver now sets the DS1WM clock_rate from the newly added
asic3_platform_data clock_rate field.
This patch initializes the asic3_platform_data clock_rate field on the
hx4700 platform.
Signed-off-by: Paul Parsons <lost.distance@yahoo.com>
Cc: Philipp Zabel <philipp.zabel@gmail.com>
---
arch/arm/mach-pxa/hx4700.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-pxa/hx4700.c b/arch/arm/mach-pxa/hx4700.c
index 00a00a9..6bd692d 100644
--- a/arch/arm/mach-pxa/hx4700.c
+++ b/arch/arm/mach-pxa/hx4700.c
@@ -295,6 +295,7 @@ static struct asic3_platform_data asic3_platform_data = {
.gpio_config_num = ARRAY_SIZE(asic3_gpio_config),
.irq_base = IRQ_BOARD_START,
.gpio_base = HX4700_ASIC3_GPIO_BASE,
+ .clock_rate = 4000000,
.leds = asic3_leds,
};
--
1.7.3.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
[parent not found: <E1SPbo0-0004MU-OV@merlin.infradead.org>]
* [PATCH RESEND] ARM: pxa: hx4700: Initialize DS1WM clock_rate
@ 2012-04-28 10:59 Paul Parsons
2012-04-28 17:36 ` Russell King - ARM Linux
0 siblings, 1 reply; 5+ messages in thread
From: Paul Parsons @ 2012-04-28 10:59 UTC (permalink / raw)
To: linux-arm-kernel
The asic3 driver now sets the DS1WM clock_rate from the newly added
asic3_platform_data clock_rate field.
This patch initializes the asic3_platform_data clock_rate field on the
hx4700 platform.
Signed-off-by: Paul Parsons <lost.distance@yahoo.com>
Cc: Philipp Zabel <philipp.zabel@gmail.com>
---
arch/arm/mach-pxa/hx4700.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-pxa/hx4700.c b/arch/arm/mach-pxa/hx4700.c
index 00a00a9..6bd692d 100644
--- a/arch/arm/mach-pxa/hx4700.c
+++ b/arch/arm/mach-pxa/hx4700.c
@@ -295,6 +295,7 @@ static struct asic3_platform_data asic3_platform_data = {
.gpio_config_num = ARRAY_SIZE(asic3_gpio_config),
.irq_base = IRQ_BOARD_START,
.gpio_base = HX4700_ASIC3_GPIO_BASE,
+ .clock_rate = 4000000,
.leds = asic3_leds,
};
--
1.7.3.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH RESEND] ARM: pxa: hx4700: Initialize DS1WM clock_rate
2012-04-28 10:59 Paul Parsons
@ 2012-04-28 17:36 ` Russell King - ARM Linux
2012-05-02 2:03 ` Haojian Zhuang
0 siblings, 1 reply; 5+ messages in thread
From: Russell King - ARM Linux @ 2012-04-28 17:36 UTC (permalink / raw)
To: linux-arm-kernel
I don't know who's intending to take this, but I'd have thought Haojian
would have...
On Sat, Apr 28, 2012 at 11:59:49AM +0100, Paul Parsons wrote:
> The asic3 driver now sets the DS1WM clock_rate from the newly added
> asic3_platform_data clock_rate field.
>
> This patch initializes the asic3_platform_data clock_rate field on the
> hx4700 platform.
>
> Signed-off-by: Paul Parsons <lost.distance@yahoo.com>
> Cc: Philipp Zabel <philipp.zabel@gmail.com>
> ---
> arch/arm/mach-pxa/hx4700.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/mach-pxa/hx4700.c b/arch/arm/mach-pxa/hx4700.c
> index 00a00a9..6bd692d 100644
> --- a/arch/arm/mach-pxa/hx4700.c
> +++ b/arch/arm/mach-pxa/hx4700.c
> @@ -295,6 +295,7 @@ static struct asic3_platform_data asic3_platform_data = {
> .gpio_config_num = ARRAY_SIZE(asic3_gpio_config),
> .irq_base = IRQ_BOARD_START,
> .gpio_base = HX4700_ASIC3_GPIO_BASE,
> + .clock_rate = 4000000,
> .leds = asic3_leds,
> };
>
> --
> 1.7.3.4
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH RESEND] ARM: pxa: hx4700: Initialize DS1WM clock_rate
2012-04-28 17:36 ` Russell King - ARM Linux
@ 2012-05-02 2:03 ` Haojian Zhuang
0 siblings, 0 replies; 5+ messages in thread
From: Haojian Zhuang @ 2012-05-02 2:03 UTC (permalink / raw)
To: linux-arm-kernel
On Sun, Apr 29, 2012 at 1:36 AM, Russell King - ARM Linux
<linux@arm.linux.org.uk> wrote:
> I don't know who's intending to take this, but I'd have thought Haojian
> would have...
>
> On Sat, Apr 28, 2012 at 11:59:49AM +0100, Paul Parsons wrote:
>> The asic3 driver now sets the DS1WM clock_rate from the newly added
>> asic3_platform_data clock_rate field.
>>
>> This patch initializes the asic3_platform_data clock_rate field on the
>> hx4700 platform.
>>
>> Signed-off-by: Paul Parsons <lost.distance@yahoo.com>
>> Cc: Philipp Zabel <philipp.zabel@gmail.com>
>> ---
>> ?arch/arm/mach-pxa/hx4700.c | ? ?1 +
>> ?1 files changed, 1 insertions(+), 0 deletions(-)
>>
>> diff --git a/arch/arm/mach-pxa/hx4700.c b/arch/arm/mach-pxa/hx4700.c
>> index 00a00a9..6bd692d 100644
>> --- a/arch/arm/mach-pxa/hx4700.c
>> +++ b/arch/arm/mach-pxa/hx4700.c
>> @@ -295,6 +295,7 @@ static struct asic3_platform_data asic3_platform_data = {
>> ? ? ? .gpio_config_num = ARRAY_SIZE(asic3_gpio_config),
>> ? ? ? .irq_base ? ? ? ?= IRQ_BOARD_START,
>> ? ? ? .gpio_base ? ? ? = HX4700_ASIC3_GPIO_BASE,
>> + ? ? .clock_rate ? ? ?= 4000000,
>> ? ? ? .leds ? ? ? ? ? ?= asic3_leds,
>> ?};
>>
>> --
>> 1.7.3.4
>>
Yes, I'll handle it. I required Paul to resend the patches since the
format of content is corrupted.
Paul,
Are you using copy & paste with html format to send patch? '=0A' is
CR, '=' is connecting character
between two lines. There's two much special characters, and I don't
want to handle them all.
I prefer you can use git-send-email to send patches. Or you can send
them as attachment.
Thanks
Haojian
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-05-03 1:48 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-02 15:49 [PATCH RESEND] ARM: pxa: hx4700: Initialize DS1WM clock_rate Paul Parsons
[not found] <E1SPbo0-0004MU-OV@merlin.infradead.org>
2012-05-03 1:48 ` Haojian Zhuang
-- strict thread matches above, loose matches on Subject: below --
2012-04-28 10:59 Paul Parsons
2012-04-28 17:36 ` Russell King - ARM Linux
2012-05-02 2:03 ` Haojian Zhuang
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).