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 twarren.nvi...@gmail.com 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

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 tr...@ti.com 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

[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

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 albert.u.b...@aribaud.net wrote: Hi Marc, On Sat, 26 Apr 2014 13:17:01 +0100, Marc Zyngier marc.zyng...@arm.com wrote: PSCI is an ARM standard that provides a generic interface that supervisory software can use to manage power in the

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 tr...@ti.com 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

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 roucaries.bast...@gmail.com 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

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 thomas.bet...@rohde-schwarz.com Thanks for fixing this! Tested-by: Stefan Roese s...@denx.de

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 i...@hellion.org.uk --- v2: Split out from ahci: provide sunxi SATA driver using AHCI platform framework Looks good: Acked-by: Hans de Goede hdego...@redhat.com Regards, Hans ---

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 w...@csie.org Signed-off-by: Hans de Goede

[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 j...@lentin.co.uk 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 j...@lentin.co.uk Cc:

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

2014-06-08 Thread Bastien ROUCARIÈS
From: Jamie Lentin j...@lentin.co.uk 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: *

[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 j...@lentin.co.uk You should already know you're using a D-link device. Signed-off-by: Jamie Lentin j...@lentin.co.uk --- 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

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

2014-06-08 Thread Bastien ROUCARIÈS
From: Jamie Lentin j...@lentin.co.uk 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 j...@lentin.co.uk Cc:

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 albert.u.b...@aribaud.net wrote: Hi bastien, On Sun, 18 May 2014 14:02:34 +, bastien ROUCARIES roucaries.bast...@gmail.com wrote: Hi, Dear Jamie, Dear Stephan, Dear u-boot mailling list, I have refreshed the patch queue to support

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 h...@denx.de 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 h...@denx.de Cc: Dirk Behme dirk.be...@gmail.com Cc: Jagannadha

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 jagannadh.t...@gmail.com wrote: On Mon, Jun 2, 2014 at 11:06 AM, Heiko Schocher h...@denx.de 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

[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/RFC] Reintegration of ns9750

2014-06-08 Thread Albert ARIBAUD
Hi Marek, On Sat, 22 Mar 2014 19:27:48 +0100, Marek Vasut ma...@denx.de 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

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 tr...@ti.com: On Fri, Jun 06, 2014 at 11:44:20AM +0900, Nobuhiro Iwamatsu wrote: ping. 2014-01-23 7:52 GMT+09:00 Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com: The R7S72100 of ARM SoC that Renesas manufactured has one Ether port. This

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 s...@chromium.org 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,

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 repository at: