[U-Boot] [PATCH 07/10] arm: socfpga: arria10: Added miscellaneous drivers for Arria10
dinguyen
dinguyen at kernel.org
Tue Dec 6 23:26:25 CET 2016
On Tue, 6 Dec 2016, Chee Tien Fong wrote:
> From: Tien Fong Chee <tien.fong.chee at intel.com>
>
> 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 <tien.fong.chee at intel.com>
> Cc: Marek Vasut <marex at denx.de>
> Cc: Dinh Nguyen <dinguyen at kernel.org>
> Cc: Chin Liang See <chin.liang.see at intel.com>
> Cc: Tien Fong <skywindctf at gmail.com>
> ---
> 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
More information about the U-Boot
mailing list