From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Fri, 04 Mar 2011 10:25:41 +0100 Subject: [U-Boot] [PATCH 1/2] s3c64xx: upgrade s3c6400 to s3c64xx In-Reply-To: <201103041700.53374.liujingwencn@gmail.com> References: <201103041700.53374.liujingwencn@gmail.com> Message-ID: <20110304092541.6BFD8D749CC@gemini.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > 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>