All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kim Phillips <kim.phillips@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] 83xx: correctly set encryption and I2C bus 0 clock
Date: Wed, 11 Mar 2009 12:57:43 -0500	[thread overview]
Message-ID: <20090311125743.0b86ef78.kim.phillips@freescale.com> (raw)
In-Reply-To: <49B77740.7010400@denx.de>

On Wed, 11 Mar 2009 09:33:04 +0100
Heiko Schocher <hs@denx.de> wrote:

> > --- cpu/mpc83xx/cpu_init.c.org  2009-03-11 07:56:57.000000000 +0100
> > +++ cpu/mpc83xx/cpu_init.c      2009-03-11 07:57:37.000000000 +0100
> > @@ -106,7 +106,7 @@ void cpu_init_f (volatile immap_t * im)
> >   #ifdef CONFIG_SYS_SCCR_ENCCM
> >          /* Encryption clock mode */
> >          im->clk.sccr = (im->clk.sccr & ~SCCR_ENCCM) |
> > -                      (CONFIG_SYS_SCCR_ENCCM << SCCR_PCICM_SHIFT);
> > +                      (CONFIG_SYS_SCCR_ENCCM << SCCR_ENCCM_SHIFT);
> >   #endif
> >
> >   #ifdef CONFIG_SYS_SCCR_PCICM
> >
> >
> > Signed-off-by: Norbert van Bolhuis <nvbolhuis@aimvalley.nl>
> >   
> 
> Can you please use git-format-patch for making a patch?
> Otherwise your patch seems okay to me,

heh, I thought it wouldn't be a problem, but you're right Heiko:

Applying: 83xx: correctly set encryption and I2C bus 0 clock
error: mpc83xx/cpu_init.c: does not exist in index
Patch failed at 0001.
When you have resolved this problem run "git am -i --resolved".
If you would prefer to skip this patch, instead run "git am -i --skip".
To restore the original branch and stop patching run "git am -i --abort".

even patch(1) asks which file to patch.

Norbert, can you please follow proper patch submission guidelines and
resubmit?  We would appreciate it as much as its (and future patches')
content.

Thanks,

Kim

  reply	other threads:[~2009-03-11 17:57 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-11  7:27 [U-Boot] [PATCH] 83xx: correctly set encryption and I2C bus 0 clock Norbert van Bolhuis
2009-03-11  8:33 ` Heiko Schocher
2009-03-11 17:57   ` Kim Phillips [this message]
2009-03-11 18:22     ` Scott Wood
2009-03-11 20:05       ` Kim Phillips
2009-03-12  6:57         ` Norbert van Bolhuis
2009-03-12 10:06           ` Wolfgang Denk
2009-03-13  7:58             ` Norbert van Bolhuis
2009-03-14 23:01               ` Kim Phillips

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=20090311125743.0b86ef78.kim.phillips@freescale.com \
    --to=kim.phillips@freescale.com \
    --cc=u-boot@lists.denx.de \
    /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.