From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chee, Tien Fong Date: Wed, 7 Dec 2016 12:04:05 +0000 Subject: [U-Boot] [PATCH 07/10] arm: socfpga: arria10: Added miscellaneous drivers for Arria10 In-Reply-To: References: <1481011765-3690-1-git-send-email-tien.fong.chee@intel.com> Message-ID: <1481112245.2741.35.camel@intel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sel, 2016-12-06 at 16:26 -0600, dinguyen wrote: > On Tue, 6 Dec 2016, Chee Tien Fong wrote: > > > > > From: Tien Fong Chee > > > > The drivers is restructured such common functions, gen5 functions, > > and arria10 functions are moved to misc.c, misc_gen5 and > > misc_arria10 > > respectively. > > > > Signed-off-by: Tien Fong Chee > > Cc: Marek Vasut > > Cc: Dinh Nguyen > > Cc: Chin Liang See > > Cc: Tien Fong > > --- > > ?arch/arm/mach-socfpga/Makefile????????????|????4 +- > > ?arch/arm/mach-socfpga/include/mach/misc.h |???25 ++ > > ?arch/arm/mach-socfpga/misc.c??????????????|??429 +-------------- > > ------------- > > ?arch/arm/mach-socfpga/misc_arria10.c??????|??111 ++++++++ > > ?arch/arm/mach-socfpga/misc_gen5.c?????????|??363 > > ++++++++++++++++++++++++ > > ?5 files changed, 517 insertions(+), 415 deletions(-) > > ?create mode 100644 arch/arm/mach-socfpga/include/mach/misc.h > > ?create mode 100644 arch/arm/mach-socfpga/misc_arria10.c > > ?create mode 100644 arch/arm/mach-socfpga/misc_gen5.c > > > The previous patches in this series applied to Marek's 01-arria10 > branch, > but this patch does not apply at all: > > error: patch failed: arch/arm/mach-socfpga/misc.c:361 > error: arch/arm/mach-socfpga/misc.c: patch does not apply > > Also, on the next revision, please add -C to git format-patch. > > Dinh Sorry to hear that. It is too weird the patch didn't applied, but i have no issue with this patch. Are you using git am command?