All of lore.kernel.org
 help / color / mirror / Atom feed
From: michael.williamson@criticallink.com (Michael Williamson)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] davinci: Add additional JTAG code for AM-1808 and OMAP-L138 Rev 2.0 SoCs
Date: Wed, 22 Dec 2010 14:13:19 -0500	[thread overview]
Message-ID: <4D124DCF.7000504@criticallink.com> (raw)
In-Reply-To: <4D124CED.8090603@mvista.com>

On 12/22/2010 2:09 PM, Sergei Shtylyov wrote:

> Hello.
> 
> Michael Williamson wrote:
> 
>> The JTAG variant code for Rev-2.0 silicon of the OMAP-L138 has changed.
>> In addition, the variant code for the AM-1808 SoC appears to match
>> the Rev-2.0 code for the OMAP-L138.  Add an additional entry to support
>> these chips.
> 
>> Signed-off-by: Michael Williamson <michael.williamson@criticallink.com>
>> ---
>> There are two whitespace fix-ups that were needed to pass checkpatch.pl
> 
>   You mean for the file to pass the checkpatch.pl, not for your patch, I hope?
> 


Of course.

>> diff --git a/arch/arm/mach-davinci/da850.c b/arch/arm/mach-davinci/da850.c
>> index 78b5ae2..3f888b3 100644
>> --- a/arch/arm/mach-davinci/da850.c
>> +++ b/arch/arm/mach-davinci/da850.c
> [...]
>> @@ -814,7 +821,7 @@ static void da850_set_async3_src(int pllnum)
>>              WARN(ret, "DA850: unable to re-parent clock %s",
>>                                  clk->name);
>>          }
>> -       }
>> +    }
>>  
>>      v = __raw_readl(DA8XX_SYSCFG0_VIRT(DA8XX_CFGCHIP3_REG));
>>      if (pllnum)
>> @@ -895,7 +902,7 @@ static const struct da850_opp da850_opp_96 = {
>>      .cvdd_max    = 1050000,
>>  };
>>  
>> -#define OPP(freq)         \
>> +#define OPP(freq)    \
>>      {                \
>>          .index = (unsigned int) &da850_opp_##freq,    \
>>          .frequency = freq * 1000, \
> 
>    Please send the white space changes in another patch.
> 


Sure.

> WBR, Sergei

      reply	other threads:[~2010-12-22 19:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-22 17:46 [PATCH] davinci: Add additional JTAG code for AM-1808 and OMAP-L138 Rev 2.0 SoCs Michael Williamson
2010-12-22 19:09 ` Sergei Shtylyov
2010-12-22 19:13   ` Michael Williamson [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4D124DCF.7000504@criticallink.com \
    --to=michael.williamson@criticallink.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.