Re: [PATCH 0/3] Socfpga: update preloader files - The missing link

2013-12-09 Thread Sascha Hauer
On Mon, Dec 09, 2013 at 03:10:11PM +0100, Steffen Trumtrar wrote: > Hi! > > This is an addon to the series > > SOCFPGA: update to v13.1 preloader files > > The last series was actually missing a rather important update to the > iocsr setup. > The current barebox version produces a (memory?

RE: [PATCH] scripts: add arch/x86/lib/barebox.lds to gitignore

2013-12-09 Thread Kevin Du Huanpeng
I want to say "thank you" to Alex, :) I copied his commit log. … Du Huanpeng -Original Message- From: Sascha Hauer [mailto:s.ha...@pengutronix.de] Sent: Tuesday, December 10, 2013 3:41 PM To: Du Huanpeng Cc: barebox@lists.infradead.org Subject: Re: [PATCH] scripts: add arch/x86/lib/ba

Re: [PATCH] scripts: add arch/x86/lib/barebox.lds to gitignore

2013-12-09 Thread Sascha Hauer
On Mon, Dec 09, 2013 at 01:38:58AM -0800, Du Huanpeng wrote: > Signed-off-by: Du Huanpeng Applied, thanks Sascha > --- > arch/x86/lib/.gitignore |2 ++ > 1 file changed, 2 insertions(+) > create mode 100644 arch/x86/lib/.gitignore > > diff --git a/arch/x86/lib/.gitignore b/arch/x86/lib/.

Re: [PATCH 5/7] atmel_nand: make chip_delay configurable

2013-12-09 Thread Sascha Hauer
On Mon, Dec 09, 2013 at 06:15:49PM +0100, Eric Bénard wrote: > Le Mon, 9 Dec 2013 17:32:52 +0100, > Jean-Christophe PLAGNIOL-VILLARD a écrit : > > > On 15:54 Mon 09 Dec , Eric B??nard wrote: > > > Le Mon, 9 Dec 2013 14:30:01 +0100, > > > Jean-Christophe PLAGNIOL-VILLARD a écrit : > > > > >

[PATCH] MIPS: csrc-r4k: use CLOCKSOURCE_MASK() macro

2013-12-09 Thread Antony Pavlov
Signed-off-by: Antony Pavlov --- arch/mips/lib/csrc-r4k.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/mips/lib/csrc-r4k.c b/arch/mips/lib/csrc-r4k.c index 2978fcf..c699f2b 100644 --- a/arch/mips/lib/csrc-r4k.c +++ b/arch/mips/lib/csrc-r4k.c @@ -32,7 +32,7 @@ static ui

Re: [PATCH 5/7] atmel_nand: make chip_delay configurable

2013-12-09 Thread Eric Bénard
Le Mon, 9 Dec 2013 17:32:52 +0100, Jean-Christophe PLAGNIOL-VILLARD a écrit : > On 15:54 Mon 09 Dec , Eric B??nard wrote: > > Le Mon, 9 Dec 2013 14:30:01 +0100, > > Jean-Christophe PLAGNIOL-VILLARD a écrit : > > > > > On 10:36 Sat 07 Dec , Eric B??nard wrote: > > > > this is usefull for

Re: [PATCH 5/7] atmel_nand: make chip_delay configurable

2013-12-09 Thread Eric Bénard
Le Mon, 9 Dec 2013 17:32:52 +0100, Jean-Christophe PLAGNIOL-VILLARD a écrit : > On 15:54 Mon 09 Dec , Eric B??nard wrote: > > Le Mon, 9 Dec 2013 14:30:01 +0100, > > Jean-Christophe PLAGNIOL-VILLARD a écrit : > > > > > On 10:36 Sat 07 Dec , Eric B??nard wrote: > > > > this is usefull for

Re: [PATCH 7/7] samsa5d3xek: update defconfig

2013-12-09 Thread Alexander Aring
On Mon, Dec 09, 2013 at 03:53:51PM +0100, Eric Bénard wrote: > Hi Jean-Christophe, > > Le Mon, 9 Dec 2013 14:31:25 +0100, > Jean-Christophe PLAGNIOL-VILLARD a écrit : > > > more comment here > > On 10:37 Sat 07 Dec , Eric B??nard wrote: > > > Signed-off-by: Eric Bénard > > > --- > > > arch

Re: [PATCH 7/7] samsa5d3xek: update defconfig

2013-12-09 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:53 Mon 09 Dec , Eric B??nard wrote: > Hi Jean-Christophe, > > Le Mon, 9 Dec 2013 14:31:25 +0100, > Jean-Christophe PLAGNIOL-VILLARD a écrit : > > > more comment here > > On 10:37 Sat 07 Dec , Eric B??nard wrote: > > > Signed-off-by: Eric Bénard > > > --- > > > arch/arm/configs/sa

Re: [PATCH 5/7] atmel_nand: make chip_delay configurable

2013-12-09 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:54 Mon 09 Dec , Eric B??nard wrote: > Le Mon, 9 Dec 2013 14:30:01 +0100, > Jean-Christophe PLAGNIOL-VILLARD a écrit : > > > On 10:36 Sat 07 Dec , Eric B??nard wrote: > > > this is usefull for custom boards with different NAND flashs > > > (for informations u-boot defaults chip_delay

Re: [PATCH 7/7] samsa5d3xek: update defconfig

2013-12-09 Thread Eric Bénard
Hi Jean-Christophe, Le Mon, 9 Dec 2013 14:31:25 +0100, Jean-Christophe PLAGNIOL-VILLARD a écrit : > more comment here > On 10:37 Sat 07 Dec , Eric B??nard wrote: > > Signed-off-by: Eric Bénard > > --- > > arch/arm/configs/sama5d3xek_defconfig | 9 ++--- > > 1 file changed, 6 insertions

Re: [PATCH 5/7] atmel_nand: make chip_delay configurable

2013-12-09 Thread Eric Bénard
Le Mon, 9 Dec 2013 14:30:01 +0100, Jean-Christophe PLAGNIOL-VILLARD a écrit : > On 10:36 Sat 07 Dec , Eric B??nard wrote: > > this is usefull for custom boards with different NAND flashs > > (for informations u-boot defaults chip_delay to 75) > drop this comment on u-boot as in barebox we use

[PATCH 2/3] ARM: socfpga: update iocsr config

2013-12-09 Thread Steffen Trumtrar
Update the IO configuration to the Quartus v13.1 version. This seems to fix a stability issue under the linux kernel when started with barebox. As this is undocumented, autogenerated stuff, one can not be sure what it really does nor if it really fixes the problem or just relocates it. Signed-off-

[PATCH 1/3] ARM: socfpga: sockit: update sdram config

2013-12-09 Thread Steffen Trumtrar
This updates/changes the sdram config for the sockit to the quartus v13.1 autogenerated version. Signed-off-by: Steffen Trumtrar --- arch/arm/boards/terasic-sockit/sdram_config.h | 21 + 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/arch/arm/boards/terasic-so

[PATCH 3/3] ARM: socfpga: sockit: reconfigure src for sdmmc

2013-12-09 Thread Steffen Trumtrar
Update to Quartus v13.1 autogenerated version. Signed-off-by: Steffen Trumtrar --- arch/arm/boards/terasic-sockit/pll_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boards/terasic-sockit/pll_config.h b/arch/arm/boards/terasic-sockit/pll_config.h index 732f

[PATCH 0/3] Socfpga: update preloader files - The missing link

2013-12-09 Thread Steffen Trumtrar
Hi! This is an addon to the series SOCFPGA: update to v13.1 preloader files The last series was actually missing a rather important update to the iocsr setup. The current barebox version produces a (memory?)setup, that leads to an unstable linux kernel. Namely: page alloc errors, kmemlea

Re: [PATCH 6/7] sama5d3xek: add NOR CFI support

2013-12-09 Thread Jean-Christophe PLAGNIOL-VILLARD
On 10:36 Sat 07 Dec , Eric B??nard wrote: > log is now : > cfi_flash cfi_flash0: found cfi flash at 1000, size 16777216 > > Signed-off-by: Eric Bénard > --- > arch/arm/boards/sama5d3xek/init.c | 35 +++ > 1 file changed, 35 insertions(+) > > diff --git a/

Re: [PATCH 1/7] atmel_nand: check gpio validity before using it

2013-12-09 Thread Jean-Christophe PLAGNIOL-VILLARD
On 10:36 Sat 07 Dec , Eric B??nard wrote: > else we get : "invalid GPIO -22" > (as enable_pin is EINVAL) > > tested on SAMA5D35 Acked-by: Jean-Christophe PLAGNIOL-VILLARD > > Signed-off-by: Eric Bénard > --- > drivers/mtd/nand/atmel_nand.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 d

Re: [PATCH 1/7] atmel_nand: check gpio validity before using it

2013-12-09 Thread Jean-Christophe PLAGNIOL-VILLARD
On 09:36 Mon 09 Dec , Sascha Hauer wrote: > > The series looks fine for me. Jean-Christophe? small issues > > Sascha > > On Sat, Dec 07, 2013 at 10:36:54AM +0100, Eric Bénard wrote: > > else we get : "invalid GPIO -22" > > (as enable_pin is EINVAL) > > > > tested on SAMA5D35 > > > > Signe

Re: [PATCH 7/7] samsa5d3xek: update defconfig

2013-12-09 Thread Jean-Christophe PLAGNIOL-VILLARD
more comment here On 10:37 Sat 07 Dec , Eric B??nard wrote: > Signed-off-by: Eric Bénard > --- > arch/arm/configs/sama5d3xek_defconfig | 9 ++--- > 1 file changed, 6 insertions(+), 3 deletions(-) > > diff --git a/arch/arm/configs/sama5d3xek_defconfig > b/arch/arm/configs/sama5d3xek_defc

Re: [PATCH 5/7] atmel_nand: make chip_delay configurable

2013-12-09 Thread Jean-Christophe PLAGNIOL-VILLARD
On 10:36 Sat 07 Dec , Eric B??nard wrote: > this is usefull for custom boards with different NAND flashs > (for informations u-boot defaults chip_delay to 75) drop this comment on u-boot as in barebox we use the kernel driver > > Signed-off-by: Eric Bénard > --- > arch/arm/mach-at91/include/

Re: [PATCH 2/7] at91: introduce sama5d3's SMC support

2013-12-09 Thread Jean-Christophe PLAGNIOL-VILLARD
On 10:36 Sat 07 Dec , Eric B??nard wrote: > there is a new register (timings) vs SAM9 and thus a new mapping > > Signed-off-by: Eric Bénard > --- > arch/arm/mach-at91/generic.h| 7 ++ > arch/arm/mach-at91/include/mach/sama5_smc.h | 124 + > arch/arm/mach

Re: [PATCH 3/7] at91: sama5d3: use the sama5 smc instead of the sam9 one

2013-12-09 Thread Jean-Christophe PLAGNIOL-VILLARD
On 10:36 Sat 07 Dec , Eric B??nard wrote: > Signed-off-by: Eric Bénard > --- > arch/arm/mach-at91/Kconfig | 1 - > arch/arm/mach-at91/Makefile | 2 +- > arch/arm/mach-at91/sama5d3.c | 2 +- > 3 files changed, 2 insertions(+), 3 deletions(-) > > diff --git a/arch/arm/mach-at91/Kconfig b/ar

[PATCH] memtest: add missing newline at usagestring

2013-12-09 Thread Alexander Aring
All other commands have a newline at the end of usagestring. Add this for memtest as well. Signed-off-by: Alexander Aring --- commands/memtest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/memtest.c b/commands/memtest.c index c82badc..e988132 100644 --- a/command

[PATCH] scripts: add arch/x86/lib/barebox.lds to gitignore

2013-12-09 Thread Du Huanpeng
Signed-off-by: Du Huanpeng --- arch/x86/lib/.gitignore |2 ++ 1 file changed, 2 insertions(+) create mode 100644 arch/x86/lib/.gitignore diff --git a/arch/x86/lib/.gitignore b/arch/x86/lib/.gitignore new file mode 100644 index 000..542522e --- /dev/null +++ b/arch/x86/lib/.gitignore @@

Re: [PATCH 1/7] atmel_nand: check gpio validity before using it

2013-12-09 Thread Sascha Hauer
The series looks fine for me. Jean-Christophe? Sascha On Sat, Dec 07, 2013 at 10:36:54AM +0100, Eric Bénard wrote: > else we get : "invalid GPIO -22" > (as enable_pin is EINVAL) > > tested on SAMA5D35 > > Signed-off-by: Eric Bénard > --- > drivers/mtd/nand/atmel_nand.c | 4 ++-- > 1 file cha

Re: [PATCH] scripts: add kernel-install-target to gitignore

2013-12-09 Thread Sascha Hauer
On Sun, Dec 08, 2013 at 07:06:14PM +0100, Alexander Aring wrote: > Signed-off-by: Alexander Aring Applied, thanks Sascha > --- > scripts/.gitignore | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/scripts/.gitignore b/scripts/.gitignore > index 3cb3a0b..fddc04b 100644 > --- a/scripts/

Re: [PATCH 1/3] ARM: i.MX6: tqma6x: dts: move FEC enablement to baseboard

2013-12-09 Thread Sascha Hauer
On Fri, Dec 06, 2013 at 08:17:46PM +0100, Robert Schwebel wrote: > The definition if the FEC is used is made by the baseboard (MBa6x), not > by the module (TQMa6x). Move it there. > > Signed-off-by: Robert Schwebel > --- > arch/arm/dts/imx6q-mba6x.dts | 4 > arch/arm/dts/imx6q-tqma6x.dts |