lkml.org 
[lkml]   [2010]   [Mar]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 1/2] ARM: mach-sa1100: Fix for the use of wrong CPU_FREQ code in nanoengine.
On Fri, 26 Mar 2010 18:53:10 -0300
Marcelo Roberto Jimenez <mroberto@cpti.cetuc.puc-rio.br> wrote:

> This patch selects the right CPU_FREQ module to use with nanoengine.
>
> Signed-off-by: Marcelo Roberto Jimenez <mroberto@cpti.cetuc.puc-rio.br>

I think you should add more information regarding the patch.
Like addition of memory, extending the sdram_params->name length,
Cleaning up header content and order.
Just looking at the commit message it doesnt cover everything thats done.

Also, for me this doesnt apply at all. It might be my setup
being corrupt, but is it synced with latest git?

Patch number 2 doesnt either apply for me.

Best wishes
Kristoffer

> ---
> arch/arm/mach-sa1100/Kconfig | 2 +-
> arch/arm/mach-sa1100/cpu-sa1110.c | 27 +++++++++++++++++----------
> 2 files changed, 18 insertions(+), 11 deletions(-)
>
> diff --git a/arch/arm/mach-sa1100/Kconfig b/arch/arm/mach-sa1100/Kconfig
> index e6ce667..403db50 100644
> --- a/arch/arm/mach-sa1100/Kconfig
> +++ b/arch/arm/mach-sa1100/Kconfig
> @@ -120,7 +120,7 @@ config SA1100_LART
>
> config SA1100_NANOENGINE
> bool "nanoEngine"
> - select CPU_FREQ_SA1100
> + select CPU_FREQ_SA1110
> help
> Say Y here if you are using the Bright Star Engineering nanoEngine.
> See <http://www.brightstareng.com/arm/nanoeng.htm> for information
> diff --git a/arch/arm/mach-sa1100/cpu-sa1110.c b/arch/arm/mach-sa1100/cpu-sa1110.c
> index 63b32b6..7236fcd 100644
> --- a/arch/arm/mach-sa1100/cpu-sa1110.c
> +++ b/arch/arm/mach-sa1100/cpu-sa1110.c
> @@ -16,19 +16,17 @@
> *
> * The SDRAM type can be passed on the command line as cpu_sa1110.sdram=type
> */
> -#include <linux/moduleparam.h>
> -#include <linux/types.h>
> -#include <linux/kernel.h>
> -#include <linux/sched.h>
> #include <linux/cpufreq.h>
> #include <linux/delay.h>
> #include <linux/init.h>
> -#include <linux/io.h>
> +#include <linux/kernel.h>
> +#include <linux/moduleparam.h>
> +#include <linux/types.h>
>
> -#include <mach/hardware.h>
> #include <asm/cputype.h>
> #include <asm/mach-types.h>
> -#include <asm/system.h>
> +
> +#include <mach/hardware.h>
>
> #include "generic.h"
>
> @@ -37,7 +35,7 @@
> static struct cpufreq_driver sa1110_driver;
>
> struct sdram_params {
> - const char name[16];
> + const char name[20];
> u_char rows; /* bits */
> u_char cas_latency; /* cycles */
> u_char tck; /* clock cycle time (ns) */
> @@ -107,6 +105,15 @@ static struct sdram_params sdram_tbl[] __initdata = {
> .twr = 8,
> .refresh = 64000,
> .cas_latency = 3,
> + }, { /* Micron MT48LC8M16A2TG-75 */
> + .name = "MT48LC8M16A2TG-75",
> + .rows = 12,
> + .tck = 8,
> + .trcd = 20,
> + .trp = 20,
> + .twr = 8,
> + .refresh = 64000,
> + .cas_latency = 3,
> },
> };
>
> @@ -366,14 +373,14 @@ static int __init sa1110_clk_init(void)
> if (!name[0]) {
> if (machine_is_assabet())
> name = "TC59SM716-CL3";
> -
> if (machine_is_pt_system3())
> name = "K4S641632D";
> -
> if (machine_is_h3100())
> name = "KM416S4030CT";
> if (machine_is_jornada720())
> name = "K4S281632B-1H";
> + if (machine_is_nanoengine())
> + name = "MT48LC8M16A2TG-75";
> }
>
> sdram = sa1110_find_sdram(name);
> --
> 1.7.0.3
>


--
Kristoffer Ericson <kristoffer.ericson@gmail.com>


\
 
 \ /
  Last update: 2010-03-27 23:07    [W:0.129 / U:0.160 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site