[U-Boot] [U-boot] [Patch 4/4] dma: keystone_nav: generalize driver usage

2014-08-28 Thread Ivan Khoronzhuk
The keystone_nav driver is general driver intended to be used for working with queue manager and pktdma for different IPs like NETCP, AIF, FFTC, etc. So the it's API shouldn't be named like it works only with one of them, it should be general names. The names with prefix like netcp_* rather do for

Re: [U-Boot] [PATCH v2 3/4] cleanup code which handles the Android sparse image format

2014-08-28 Thread Tom Rini
On Thu, Aug 28, 2014 at 10:53:53AM -0700, Steve Rae wrote: - update license format - port dprintf() to debug() - update formatting Signed-off-by: Steve Rae s...@broadcom.com --- Changes in v2: - use BSD-3-Clause common/aboot.c | 120

Re: [U-Boot] samsung: s5p_goni: fix: Add missing definitions for G_DNL_UMS gadget

2014-08-28 Thread Tom Rini
On Fri, Aug 22, 2014 at 09:12:58AM +0200, Ɓukasz Majewski wrote: The commit (SHA1: 8fc171318e352) reintroduced correct values for vendor and product IDs required for UMS gadget to work properly either at Windows or Linux. This data was missing for GONI target, so this commit corrects this

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

2014-08-28 Thread Tom Rini
On Thu, Aug 28, 2014 at 01:02:57PM -0400, Tom Rini wrote: Hi me, The following changes since commit e76b933e02e1b38e48754c435e9dba1c0deeb3c6: Prepare v2014.10-rc1 (2014-08-06 09:12:58 -0400) are available in the git repository at: git://git.denx.de/u-boot-arm next for you to

Re: [U-Boot] [PATCH 0/8] U-Boot port to Xtensa architecture

2014-08-28 Thread Tom Rini
On Thu, Aug 28, 2014 at 12:59:01AM +0400, Max Filippov wrote: On Wed, Aug 20, 2014 at 9:42 PM, Max Filippov jcmvb...@gmail.com wrote: Hi Tom, this series adds U-Boot port to Xtensa, configurable processor architecture from Tensilica, Inc., now Cadence Design Systems Inc. Ping? Sorry,

Re: [U-Boot] [PATCH v2 07/15] exynos: kconfig: move board select menu and common settings

2014-08-28 Thread Tom Rini
On Fri, Aug 22, 2014 at 05:24:53PM +0900, Masahiro Yamada wrote: On Fri, 22 Aug 2014 10:16:35 +0200 Lukasz Majewski l.majew...@samsung.com wrote: Dear All, On 06/08/14 12:17, Masahiro Yamada wrote: Becuase the board select menu in arch/arm/Kconfig is too big, move the Exynos

[U-Boot] [U-boot] [Patch] keystone: usb: add support of usb xhci

2014-08-28 Thread Ivan Khoronzhuk
From: WingMan Kwok w-kw...@ti.com Add support of usb xhci. xHCI controls all USB speeds of the Host mode, that is, the SS through the SS PHY, as well as the HS, FS, and LS through the USB2 PHY. xHCI replaces and supersedes all previous host HCIs (HS-only EHCI, FS/LS OHCI and UHCI), and is

Re: [U-Boot] [PATCH v2 3/4] cleanup code which handles the Android sparse image format

2014-08-28 Thread Steve Rae
On 14-08-28 12:43 PM, Tom Rini wrote: On Thu, Aug 28, 2014 at 10:53:53AM -0700, Steve Rae wrote: - update license format - port dprintf() to debug() - update formatting Signed-off-by: Steve Rae s...@broadcom.com --- Changes in v2: - use BSD-3-Clause common/aboot.c | 120

Re: [U-Boot] [PATCH v2 1/4] add code to handle Android sparse image format

2014-08-28 Thread Tom Rini
On Thu, Aug 28, 2014 at 10:53:51AM -0700, Steve Rae wrote: Add original file (pristine) from : https://www.codeaurora.org/cgit/quic/la/kernel/lk/plain/app/aboot/aboot.c?h=master [3b5092d20bd15a7a2879c13e9f64acc48d04af2d] Signed-off-by: Steve Rae s...@broadcom.com OK, let us back the

[U-Boot] Please pull u-boot-sunxi.git/master

2014-08-28 Thread Hans de Goede
Hi Tom, Please pull from u-boot-sunxi.git/master for a set of patches adding generic boot command support + a series of DRAM cleanups and fixes. Note this is based on the latest u-boot-arm/master, rather then on plain u-boot/master as this was initially intended for Albert. And since the

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

2014-08-28 Thread Hans de Goede
Hi, On 08/28/2014 09:50 PM, Tom Rini wrote: On Thu, Aug 28, 2014 at 01:02:57PM -0400, Tom Rini wrote: Hi me, The following changes since commit e76b933e02e1b38e48754c435e9dba1c0deeb3c6: Prepare v2014.10-rc1 (2014-08-06 09:12:58 -0400) are available in the git repository at:

Re: [U-Boot] [PATCH v2 1/4] add code to handle Android sparse image format

2014-08-28 Thread Steve Rae
On 14-08-28 02:16 PM, Tom Rini wrote: On Thu, Aug 28, 2014 at 10:53:51AM -0700, Steve Rae wrote: Add original file (pristine) from : https://www.codeaurora.org/cgit/quic/la/kernel/lk/plain/app/aboot/aboot.c?h=master [3b5092d20bd15a7a2879c13e9f64acc48d04af2d] Signed-off-by: Steve Rae

[U-Boot] Current ARM imports TODO list

2014-08-28 Thread Tom Rini
Hey all, http://patchwork.ozlabs.org/bundle/trini/2014-08-28-arm-to-master-imports/ has my current TODO list, assuming everything compiles well and boots on the HW I have. If something has been superseded, etc, please update the status and/or reply here. Comments? Thanks. -- Tom

Re: [U-Boot] Current ARM imports TODO list

2014-08-28 Thread Hans de Goede
Hi, On 08/28/2014 11:31 PM, Tom Rini wrote: Hey all, http://patchwork.ozlabs.org/bundle/trini/2014-08-28-arm-to-master-imports/ has my current TODO list, assuming everything compiles well and boots on the HW I have. If something has been superseded, etc, please update the status and/or

Re: [U-Boot] [PATCH v2 1/4] add code to handle Android sparse image format

2014-08-28 Thread Steve Rae
On 14-08-28 02:31 PM, Steve Rae wrote: On 14-08-28 02:16 PM, Tom Rini wrote: On Thu, Aug 28, 2014 at 10:53:51AM -0700, Steve Rae wrote: Add original file (pristine) from : https://www.codeaurora.org/cgit/quic/la/kernel/lk/plain/app/aboot/aboot.c?h=master

Re: [U-Boot] [PATCH 1/3] stv0991 : Add basic stv0991 architecture support.

2014-08-28 Thread vikasm
Thanks Nobuhiro, On 08/25/2014 06:47 PM, Nobuhiro Iwamatsu wrote: Hi, 2014-08-23 4:43 GMT+09:00 Vikas Manocha vikas.mano...@st.com: stv0991 architecture support added. It contains the support for following blocks - Timer - uart Signed-off-by: Vikas Manocha vikas.mano...@st.com ---

Re: [U-Boot] buildman: suspect issue with patman tags

2014-08-28 Thread Simon Glass
Hi Steve, On 28 August 2014 10:21, Steve Rae s...@broadcom.com wrote: On 14-08-28 07:45 AM, Simon Glass wrote: Hi Steve, On 27 August 2014 15:22, Steve Rae s...@broadcom.com wrote: [... snip ...] *From:*Steve Rae *Sent:* Monday, August 25, 2014 09:06 *To:* Simon Glass

Re: [U-Boot] [PATCH V4 0/9] peach_pit: Add support for FIMD, DP and parade chip

2014-08-28 Thread Minkyu Kang
Hi, On 27/08/14 08:19, Simon Glass wrote: Hi Minkyu, On 4 August 2014 05:39, Ajay kumar ajayn...@gmail.com wrote: +Minkyu On Mon, Aug 4, 2014 at 4:49 PM, Simon Glass s...@chromium.org wrote: Hi, On 30 July 2014 03:11, Ajay Kumar ajaykumar...@samsung.com wrote: Patchset V1:

Re: [U-Boot] [PATCH v2 07/15] exynos: kconfig: move board select menu and common settings

2014-08-28 Thread Masahiro Yamada
Hi Tom, On Thu, 28 Aug 2014 15:53:28 -0400 Tom Rini tr...@ti.com wrote: Thanks, Minkyu Kang. Is there any chance that this patch set will be pulled to mainline in a near future? Some urgent work depends on it :-) I am also worried about this. Already new

<    1   2