Re: [U-Boot] Pull request: u-boot-arm/master

2014-01-11 Thread Albert ARIBAUD
Hi Tom, On Fri, 10 Jan 2014 15:03:26 -0500, Tom Rini tr...@ti.com wrote: On Fri, Jan 10, 2014 at 04:43:51PM +0100, Albert ARIBAUD wrote: Hello Tom, The following changes since commit 4b210ad34282bfd9fc982a8e3c9a9126f4094cdb: Merge branch 'master' of git://git.denx.de/u-boot-arm

[U-Boot] [PATCH] arm: exynos: add missing readl

2014-01-11 Thread Inha Song
The readl function was missing in exynos/clock.c Signed-off-by: Inha Song ideal.s...@samsung.com --- arch/arm/cpu/armv7/exynos/clock.c |3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/cpu/armv7/exynos/clock.c b/arch/arm/cpu/armv7/exynos/clock.c index 5bde9d1..08e7d50 100644

[U-Boot] [PATCH] nand: fix reading after switching ecc

2014-01-11 Thread Jeroen Hofstee
The omap_gpmc allows switching ecc at runtime. Since the NAND_SUBPAGE_READ flag is only set, it is kept when switching to hw ecc, which is not correct. This leads to calling chip-ecc.read_subpage which is not a valid pointer. Therefore also clear the flag so reading in hw mode works again. Cc:

Re: [U-Boot] [PATCH] arm: exynos: add missing readl

2014-01-11 Thread Wolfgang Denk
Dear Inha Song, In message 2014080220.644269f8@songinha-Samsung-DeskTop-System you wrote: The readl function was missing in exynos/clock.c Signed-off-by: Inha Song ideal.s...@samsung.com --- arch/arm/cpu/armv7/exynos/clock.c |3 +++ 1 file changed, 3 insertions(+) diff --git