Re: [U-Boot] [PATCH] sun5i: Add A13-OLinuXinoM support

2014-06-08 Thread Albert ARIBAUD
Hi Tom, On Thu, 20 Mar 2014 08:49:37 -0400, Tom Rini wrote: > Tested-by: Matt Porter > Signed-off-by: Tom Rini > --- Where does this patch come from? The source tree it applies to is not that of mainline U-Boot. If this is actually an RFC that I should look into, (as the PW state says), then

[U-Boot] [PATCH] kbuild: move spl/Makefile to scripts/Makefile.spl

2014-06-08 Thread Masahiro Yamada
All files under spl/ and tpl/ are generated during the build process except spl/Makefile. We can simplify clean-rule and git-ignore by moving spl/Makefile to somewhere else. Signed-off-by: Masahiro Yamada --- By the way, scripts/Makefile.spl shall be merged into other makefiles in future. This

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

2014-06-08 Thread Tom Rini
On Sun, Jun 08, 2014 at 09:51:16AM +0200, Albert ARIBAUD wrote: > Hi Tom, > > The following changes since commit > 9637a1bb896efe392a58dd2772e2c3fcb646409d: > > ARM: at91sam9m10g45ek: add mmc environment configuration support > (2014-05-27 00:10:55 +0200) > > are available in the git reposi

Re: [U-Boot] [PATCH v4 11/15] dm: Fix printf() strings in the 'dm' command

2014-06-08 Thread Andre Renaud
On 7 June 2014 07:13, Simon Glass wrote: > The values here are int, but the map_to_sysmem() call can return a long. > Add a cast to deal with this. ... > - printf("%s- %s @ %08x", buf, in->name, map_to_sysmem(in)); > + printf("%s- %s @ %08x", buf, in->name, (uint)map_to_sysmem(in)); I

Re: [U-Boot] [PATCH 1/3] net: sh-eth: Add support R7S72100 of rmobile

2014-06-08 Thread Nobuhiro Iwamatsu
Hi, Tom. 2014-06-06 22:37 GMT+09:00 Tom Rini : > On Fri, Jun 06, 2014 at 11:44:20AM +0900, Nobuhiro Iwamatsu wrote: > >> ping. >> >> 2014-01-23 7:52 GMT+09:00 Nobuhiro Iwamatsu >> : >> > The R7S72100 of ARM SoC that Renesas manufactured has one Ether port. >> > This has the same IP SH-Ether. This

Re: [U-Boot] [PATCH/RFC] Reintegration of ns9750

2014-06-08 Thread Albert ARIBAUD
Hi Marek, On Sat, 22 Mar 2014 19:27:48 +0100, Marek Vasut wrote: > On Saturday, March 22, 2014 at 11:18:05 AM, Rikard Söderström wrote: > > Hi Marex, > > > > Are you referring to the code or the linkage issue as "nasty"? > > Actually, both. But more the linker issue this time ;-) Ok, here is

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

2014-06-08 Thread Jagannadha Sutradharudu Teki
Hi Tom, Please take this PR. thanks! Jagan. The following changes since commit 3e1fa221f94b7ae3389d166882b77f1da5895f22: Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx (2014-06-05 17:38:30 -0400) are available in the git repository at: git://git.denx.de/u-boot-spi.git master

Re: [U-Boot] [PATCH v2 02/04] spi, spi_mxc: do not hang in spi_xchg_single

2014-06-08 Thread Jagan Teki
On Sun, Jun 8, 2014 at 11:03 PM, Jagan Teki wrote: > On Mon, Jun 2, 2014 at 11:06 AM, Heiko Schocher wrote: >> if status register do never set MXC_CSPICTRL_TC, spi_xchg_single >> endless loops. Add a timeout here to prevent endless hang. >> >> Signed-off-by: Heiko Schocher >> Cc: Dirk Behme >>

Re: [U-Boot] [PATCH v2 02/04] spi, spi_mxc: do not hang in spi_xchg_single

2014-06-08 Thread Jagan Teki
On Mon, Jun 2, 2014 at 11:06 AM, Heiko Schocher wrote: > if status register do never set MXC_CSPICTRL_TC, spi_xchg_single > endless loops. Add a timeout here to prevent endless hang. > > Signed-off-by: Heiko Schocher > Cc: Dirk Behme > Cc: Jagannadha Sutradharudu Teki > > --- > - changes for v2

Re: [U-Boot] Patch to support dns-320 (variation of dns-325)

2014-06-08 Thread Bastien ROUCARIES
On Sun, Jun 8, 2014 at 10:04 AM, Albert ARIBAUD wrote: > Hi bastien, > > On Sun, 18 May 2014 14:02:34 +, bastien ROUCARIES > wrote: > >> Hi, >> >> Dear Jamie, Dear Stephan, Dear u-boot mailling list, >> >> I have refreshed the patch queue to support dns320 to git master. >> >> Could you pleas

[U-Boot] [PATCH 4/4] kirkwood: Shorten DNS-325 IDENT_STRING to match DNS-320

2014-06-08 Thread Bastien ROUCARIÈS
From: Jamie Lentin You should already know you're using a D-link device. Signed-off-by: Jamie Lentin --- include/configs/dnskw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/dnskw.h b/include/configs/dnskw.h index e55fdc4..7058873 100644 --- a/include/con

[U-Boot] [PATCH 1/4] kirkwood: Rename dns325 to dnskw

2014-06-08 Thread Bastien ROUCARIÈS
From: Jamie Lentin So we can re-use DNS-325 configuration for the DNS-320 without things getting confusing, rename all common parts from dns325 to dnskw, and use a config option to configure DNS-325 specifics. Signed-off-by: Jamie Lentin Cc: prafu...@marvell.com Cc: albert.u.b...@aribaud.net --

[U-Boot] [PATCH 3/4] kirkwood: Set unused SD pins back to GPIO for DNS-320 & DNS-325

2014-06-08 Thread Bastien ROUCARIÈS
From: Jamie Lentin Neither device makes any use of the SD reader functionalty, so as suggested by Stefan Herbrechtsmeier, set the pins to GPIO instead to make this more obvious. Label MPP10 & MPP11's use whilst here. Signed-off-by: Jamie Lentin Cc: prafu...@marvell.com Cc: albert.u.b...@aribaud

[U-Boot] [PATCH 2/4] kirkwood: Add support for the D-Link DNS-320

2014-06-08 Thread Bastien ROUCARIÈS
From: Jamie Lentin Extend dnskw to support the D-Link DNS-320 ShareCenter NAS also. For more information on this NAS, see:- http://jamie.lentin.co.uk/devices/dlink-dns320 http://dns323.kood.org/dns-320 http://sharecenter.dlink.com/products/DNS-320 Changes since V1: * Shorten CONFIG_IDENT_

Re: [U-Boot] [PATCH 4/6] sunxi: add gpio driver

2014-06-08 Thread Hans de Goede
Hi, On 06/05/2014 08:00 PM, Ian Campbell wrote: > This patch enables CONFIG_CMD_GPIO for the Allwinner (sunxi) platform as well > as providing the common gpio API (gpio_request/free, direction in/out, get/set > etc). > > Signed-off-by: Chen-Yu Tsai > Signed-off-by: Hans de Goede > Signed-off-by

Re: [U-Boot] [PATCH 5/6] sunxi: use setbits_le32 to enable the DMA clock

2014-06-08 Thread Hans de Goede
On 06/05/2014 08:00 PM, Ian Campbell wrote: > Signed-off-by: Ian Campbell > --- > v2: Split out from "ahci: provide sunxi SATA driver using AHCI > platform framework" Looks good: Acked-by: Hans de Goede Regards, Hans > --- > arch/arm/cpu/armv7/sunxi/clock_sun4i.c | 3 +-- > 1 file changed

Re: [U-Boot] [RESEND PATCH 1/3] Check run_command() return code properly

2014-06-08 Thread Stefan Roese
On 05.06.2014 20:07, Thomas Betker wrote: run_command() returns 0 for success, 1 for failure. Fix places which assume that failure is indicated by a negative return code. Signed-off-by: Thomas Betker Thanks for fixing this! Tested-by: Stefan Roese Thanks, Stefan __

Re: [U-Boot] Patch to support dns-320 (variation of dns-325)

2014-06-08 Thread Albert ARIBAUD
Hi bastien, On Sun, 18 May 2014 14:02:34 +, bastien ROUCARIES wrote: > Hi, > > Dear Jamie, Dear Stephan, Dear u-boot mailling list, > > I have refreshed the patch queue to support dns320 to git master. > > Could you please apply upstream. > > I plan to add debian official support to dns-

Re: [U-Boot] [PATCH] omap3: overo: Select fdtfile for expansion board

2014-06-08 Thread Stefan Herbrechtsmeier
Am 07.06.2014 22:11, schrieb Ash Charles: On Sat, Jun 7, 2014 at 10:48 AM, Tom Rini wrote: In this case it might be harder to do this in a shell cmd. But we _must_ check for fdtfile being unset and only setenv if not already set. And then drop fdtfile from the config file. Thanks both for you

Re: [U-Boot] [PATCH v4 00/10] ARMv7: add PSCI support to U-Boot

2014-06-08 Thread Albert ARIBAUD
On Sun, 25 May 2014 16:08:44 +0200, Albert ARIBAUD wrote: > Hi Marc, > > On Sat, 26 Apr 2014 13:17:01 +0100, Marc Zyngier > wrote: > > > PSCI is an ARM standard that provides a generic interface that > > supervisory software can use to manage power in the following > > situations: > > - Core i

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

2014-06-08 Thread Albert ARIBAUD
Hi Tom, The following changes since commit 9637a1bb896efe392a58dd2772e2c3fcb646409d: ARM: at91sam9m10g45ek: add mmc environment configuration support (2014-05-27 00:10:55 +0200) are available in the git repository at: git://git.denx.de/u-boot-arm master for you to fetch changes up to 5ed

Re: [U-Boot] Please pull u-boot-ti/master

2014-06-08 Thread Albert ARIBAUD
Hi Tom, On Fri, 6 Jun 2014 17:56:51 -0400, Tom Rini wrote: > Hello, > > The following changes since commit cc49da249cf2f380d2fed5571fad65ce6494fc95: > > Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' (2014-06-02 > 08:43:48 +0200) > > are available in the git repository at: >

Re: [U-Boot] pull request for u-boot-tegra/master into ARM/master

2014-06-08 Thread Albert ARIBAUD
Hi Tom, On Fri, 6 Jun 2014 08:53:39 -0700, Tom Warren wrote: > Albert, > > Please pull u-boot-tegra/master into ARM/master. Thanks! > > ./MAKEALL -s tegra AOK, checkpatch.pl is OK, and ./MAKEALL -a arm only > shows failures that were already present in ARM/master. > > The following changes si