* [U-Boot] [PATCH 1/2] s3c64xx: upgrade s3c6400 to s3c64xx
@ 2011-03-04 9:00 Kavin Lau
2011-03-04 9:25 ` Wolfgang Denk
0 siblings, 1 reply; 4+ messages in thread
From: Kavin Lau @ 2011-03-04 9:00 UTC (permalink / raw)
To: u-boot
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH 1/2] s3c64xx: upgrade s3c6400 to s3c64xx
@ 2011-03-04 9:04 Kavin Lau
2011-03-04 9:26 ` Wolfgang Denk
0 siblings, 1 reply; 4+ messages in thread
From: Kavin Lau @ 2011-03-04 9:04 UTC (permalink / raw)
To: u-boot
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH 1/2] s3c64xx: upgrade s3c6400 to s3c64xx
2011-03-04 9:00 Kavin Lau
@ 2011-03-04 9:25 ` Wolfgang Denk
0 siblings, 0 replies; 4+ messages in thread
From: Wolfgang Denk @ 2011-03-04 9:25 UTC (permalink / raw)
To: u-boot
Dear Kavin Lau,
In message <201103041700.53374.liujingwencn@gmail.com> you wrote:
> --Boundary-00_FpKcN6pVZLXuenY
> Content-Type: text/plain;
> charset"us-ascii"
> Content-Transfer-Encoding: quoted-printable
Please sends patche sinline, NOT as attachements. Please use
git-send-email to avoid such issues.
> From c56044d16f8ee5804d3048fe2c37028d5c963f1b Mon Sep 17
> 00:00:00 2001 >
> From: Kavin Lau <liujingwencn@gmail.com>
> Date: Fri, 4 Mar 2011 12:58:47 +0800
> Subject: [PATCH 1/2] s3c64xx: upgrade s3c6400 to s3c64xx
>
> S3C6400, S3C6410 and S3C6430 are both pin and software
> compatible with
> each other, changed s3c6400 to s3c64xx to support those chips.
> ---
> arch/arm/cpu/arm1176/s3c64xx/Makefile | 2 +-
> arch/arm/cpu/arm1176/s3c64xx/cpu_init.S | 2 +-
> arch/arm/cpu/arm1176/s3c64xx/reset.S | 2 +-
> arch/arm/cpu/arm1176/s3c64xx/speed.c | 4 +-
> arch/arm/cpu/arm1176/s3c64xx/timer.c | 2 +-
> arch/arm/include/asm/arch-s3c64xx/s3c6400.h | 895 ---------------------------
> arch/arm/include/asm/arch-s3c64xx/s3c64x0.h | 8 +-
> arch/arm/include/asm/arch-s3c64xx/s3c64xx.h | 895 +++++++++++++++++++++++++++
> board/samsung/smdk6400/lowlevel_init.S | 8 +-
> board/samsung/smdk6400/smdk6400.c | 2 +-
> drivers/mtd/nand/s3c64xx.c | 2 +-
> drivers/serial/s3c64xx.c | 4 +-
> drivers/usb/host/ohci-hcd.c | 2 +-
> drivers/usb/host/s3c64xx-hcd.c | 2 +-
> include/common.h | 2 +-
> 15 files changed, 916 insertions(+), 916 deletions(-)
> delete mode 100644 arch/arm/include/asm/arch-s3c64xx/s3c6400.h
> create mode 100644 arch/arm/include/asm/arch-s3c64xx/s3c64xx.h
NAK. Please do not delete / create files when just renaming. Make
sure to use options "-M" and "-C" with git-format-patch so copies as
well as renames get detected properly.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
KLB is an acronym for `Known Lazy Bastard', aka non-FAQ reader, aka
person who would rather make someone take their time to explain
something basic than look it up in a FAQ.
-- Tom Christiansen in <6aq547$mnr$2@csnews.cs.colorado.edu>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH 1/2] s3c64xx: upgrade s3c6400 to s3c64xx
2011-03-04 9:04 [U-Boot] [PATCH 1/2] s3c64xx: upgrade s3c6400 to s3c64xx Kavin Lau
@ 2011-03-04 9:26 ` Wolfgang Denk
0 siblings, 0 replies; 4+ messages in thread
From: Wolfgang Denk @ 2011-03-04 9:26 UTC (permalink / raw)
To: u-boot
Dear Kavin Lau,
In message <201103041704.04039.liujingwencn@gmail.com> you wrote:
> --Boundary-00=_DsKcNq+7G77Pv2N
> Content-Type: text/plain;
> charset="us-ascii"
> Content-Transfer-Encoding: quoted-printable
>
> From c56044d16f8ee5804d3048fe2c37028d5c963f1b Mon Sep 17
> 00:00:00 2001 >
> From: Kavin Lau <liujingwencn@gmail.com>
> Date: Fri, 4 Mar 2011 12:58:47 +0800
> Subject: [PATCH 1/2] s3c64xx: upgrade s3c6400 to s3c64xx
Why are you posting the same (?) patch within just 3 minutes?
Do not do that, please.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Quantum Mechanics is God's version of "Trust me."
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-03-04 9:26 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-04 9:04 [U-Boot] [PATCH 1/2] s3c64xx: upgrade s3c6400 to s3c64xx Kavin Lau
2011-03-04 9:26 ` Wolfgang Denk
-- strict thread matches above, loose matches on Subject: below --
2011-03-04 9:00 Kavin Lau
2011-03-04 9:25 ` Wolfgang Denk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox