All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cpufreq: sa1110: set memory type for h3600
@ 2014-07-12  9:43 Linus Walleij
  2014-07-12 14:45 ` Viresh Kumar
  0 siblings, 1 reply; 4+ messages in thread
From: Linus Walleij @ 2014-07-12  9:43 UTC (permalink / raw)
  To: Rafael J. Wysocki, Viresh Kumar; +Cc: linux-pm, Linus Walleij

The Compaq iPAQ h3600 also has the K4S281632b-1H memory type.
Verified by prying apart a broken board.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
 drivers/cpufreq/sa1110-cpufreq.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/cpufreq/sa1110-cpufreq.c b/drivers/cpufreq/sa1110-cpufreq.c
index 546376719d8f..b5befc211172 100644
--- a/drivers/cpufreq/sa1110-cpufreq.c
+++ b/drivers/cpufreq/sa1110-cpufreq.c
@@ -349,7 +349,7 @@ static int __init sa1110_clk_init(void)
 			name = "K4S641632D";
 		if (machine_is_h3100())
 			name = "KM416S4030CT";
-		if (machine_is_jornada720())
+		if (machine_is_jornada720() || machine_is_h3600())
 			name = "K4S281632B-1H";
 		if (machine_is_nanoengine())
 			name = "MT48LC8M16A2TG-75";
-- 
1.9.3


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

* Re: [PATCH] cpufreq: sa1110: set memory type for h3600
  2014-07-12  9:43 [PATCH] cpufreq: sa1110: set memory type for h3600 Linus Walleij
@ 2014-07-12 14:45 ` Viresh Kumar
  2014-07-12 14:46   ` Viresh Kumar
  2014-07-18  1:06   ` Rafael J. Wysocki
  0 siblings, 2 replies; 4+ messages in thread
From: Viresh Kumar @ 2014-07-12 14:45 UTC (permalink / raw)
  To: Linus Walleij; +Cc: Rafael J. Wysocki, linux-pm

On 12 July 2014 15:13, Linus Walleij <linus.walleij@linaro.org> wrote:
> The Compaq iPAQ h3600 also has the K4S281632b-1H memory type.
> Verified by prying apart a broken board.
>
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
> ---
>  drivers/cpufreq/sa1110-cpufreq.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/cpufreq/sa1110-cpufreq.c b/drivers/cpufreq/sa1110-cpufreq.c
> index 546376719d8f..b5befc211172 100644
> --- a/drivers/cpufreq/sa1110-cpufreq.c
> +++ b/drivers/cpufreq/sa1110-cpufreq.c
> @@ -349,7 +349,7 @@ static int __init sa1110_clk_init(void)
>                         name = "K4S641632D";
>                 if (machine_is_h3100())
>                         name = "KM416S4030CT";
> -               if (machine_is_jornada720())
> +               if (machine_is_jornada720() || machine_is_h3600())
>                         name = "K4S281632B-1H";
>                 if (machine_is_nanoengine())
>                         name = "MT48LC8M16A2TG-75";

Acked-by: Viresh Kumar <viresh.kumar@linaro.org>

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

* Re: [PATCH] cpufreq: sa1110: set memory type for h3600
  2014-07-12 14:45 ` Viresh Kumar
@ 2014-07-12 14:46   ` Viresh Kumar
  2014-07-18  1:06   ` Rafael J. Wysocki
  1 sibling, 0 replies; 4+ messages in thread
From: Viresh Kumar @ 2014-07-12 14:46 UTC (permalink / raw)
  To: Linus Walleij; +Cc: linux-pm, Rafael J. Wysocki

Fixing Rafael's id

On 12 July 2014 20:15, Viresh Kumar <viresh.kumar@linaro.org> wrote:
> On 12 July 2014 15:13, Linus Walleij <linus.walleij@linaro.org> wrote:
>> The Compaq iPAQ h3600 also has the K4S281632b-1H memory type.
>> Verified by prying apart a broken board.
>>
>> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
>> ---
>>  drivers/cpufreq/sa1110-cpufreq.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/drivers/cpufreq/sa1110-cpufreq.c b/drivers/cpufreq/sa1110-cpufreq.c
>> index 546376719d8f..b5befc211172 100644
>> --- a/drivers/cpufreq/sa1110-cpufreq.c
>> +++ b/drivers/cpufreq/sa1110-cpufreq.c
>> @@ -349,7 +349,7 @@ static int __init sa1110_clk_init(void)
>>                         name = "K4S641632D";
>>                 if (machine_is_h3100())
>>                         name = "KM416S4030CT";
>> -               if (machine_is_jornada720())
>> +               if (machine_is_jornada720() || machine_is_h3600())
>>                         name = "K4S281632B-1H";
>>                 if (machine_is_nanoengine())
>>                         name = "MT48LC8M16A2TG-75";
>
> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>

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

* Re: [PATCH] cpufreq: sa1110: set memory type for h3600
  2014-07-12 14:45 ` Viresh Kumar
  2014-07-12 14:46   ` Viresh Kumar
@ 2014-07-18  1:06   ` Rafael J. Wysocki
  1 sibling, 0 replies; 4+ messages in thread
From: Rafael J. Wysocki @ 2014-07-18  1:06 UTC (permalink / raw)
  To: Viresh Kumar; +Cc: Linus Walleij, Rafael J. Wysocki, linux-pm

On Saturday, July 12, 2014 08:15:21 PM Viresh Kumar wrote:
> On 12 July 2014 15:13, Linus Walleij <linus.walleij@linaro.org> wrote:
> > The Compaq iPAQ h3600 also has the K4S281632b-1H memory type.
> > Verified by prying apart a broken board.
> >
> > Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
> > ---
> >  drivers/cpufreq/sa1110-cpufreq.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/drivers/cpufreq/sa1110-cpufreq.c b/drivers/cpufreq/sa1110-cpufreq.c
> > index 546376719d8f..b5befc211172 100644
> > --- a/drivers/cpufreq/sa1110-cpufreq.c
> > +++ b/drivers/cpufreq/sa1110-cpufreq.c
> > @@ -349,7 +349,7 @@ static int __init sa1110_clk_init(void)
> >                         name = "K4S641632D";
> >                 if (machine_is_h3100())
> >                         name = "KM416S4030CT";
> > -               if (machine_is_jornada720())
> > +               if (machine_is_jornada720() || machine_is_h3600())
> >                         name = "K4S281632B-1H";
> >                 if (machine_is_nanoengine())
> >                         name = "MT48LC8M16A2TG-75";
> 
> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>

Applied, thanks!


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

end of thread, other threads:[~2014-07-18  0:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-12  9:43 [PATCH] cpufreq: sa1110: set memory type for h3600 Linus Walleij
2014-07-12 14:45 ` Viresh Kumar
2014-07-12 14:46   ` Viresh Kumar
2014-07-18  1:06   ` Rafael J. Wysocki

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.