Re: [U-Boot] [PATCH v5 0/7] Add cros-ec protocol driver and enable it in smdk5250

2013-06-09 Thread Minkyu Kang
Dear Tom Rini, On 07/06/13 21:55, Tom Rini wrote: > On Wed, May 15, 2013 at 06:27:27PM +0800, Hung-ying Tyan wrote: > >> This patch series adds the drivers for the cros-ec protocol that is used to >> communicate with the Chrome OS Embedded Controller (EC). The series also >> enables >> its use i

Re: [U-Boot] dfu: make data buffer size configurable

2013-06-09 Thread Lukasz Majewski
Hi Heiko, > Hello Marek, > > Am 09.06.2013 22:01, schrieb Marek Vasut: > > Dear Pantelis Antoniou, > > > >> Heiko, > >> > >> On Jun 4, 2013, at 1:31 PM, Heiko Schocher wrote: > >>> Hello Pantelis, > >>> > >>> Am 04.06.2013 12:08, schrieb Pantelis Antoniou: > Hi Heiko, > > Just thi

Re: [U-Boot] dfu: make data buffer size configurable

2013-06-09 Thread Heiko Schocher
Hello Marek, Am 09.06.2013 22:01, schrieb Marek Vasut: > Dear Pantelis Antoniou, > >> Heiko, >> >> On Jun 4, 2013, at 1:31 PM, Heiko Schocher wrote: >>> Hello Pantelis, >>> >>> Am 04.06.2013 12:08, schrieb Pantelis Antoniou: Hi Heiko, Just thinking out loud here. Can we have an ext

Re: [U-Boot] [PATCH] cmd_bootm: Add command line arguments to Plan 9

2013-06-09 Thread Steven Stallion
On Sun, Jun 9, 2013 at 12:52 AM, Wolfgang Denk wrote: > This is basically the same code (with only irrelevant differences) as > used by do_bootm_netbsd(). Can you please > > 1) factor out this common code, and > 2) documnt the behaviour > ? Will do. > By the way: this patch still triggers two

Re: [U-Boot] [PATCH v3] usb: omap: ulpi: fix ulpi transceiver access

2013-06-09 Thread Marek Vasut
Dear Michael Trimarchi, > Hi Marek > > On 06/09/2013 11:09 PM, Marek Vasut wrote: > > Dear Michael Trimarchi, > > > >> Dear Marek > >> > >> On 06/09/2013 10:05 PM, Marek Vasut wrote: > >>> Dear Michael Trimarchi, > >>> > This patch fix the omap access to the transceiver > configurati

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

2013-06-09 Thread Michael Trimarchi
Hi On 06/08/2013 10:43 PM, Lubomir Popov wrote: > Hi Tom, Michael, > >> Hello, >> >> The following changes since commit 3da0e5750b24a9491058df6126c7be577a276c09: >> >> arm: factorize relocate_code routine (2013-05-30 20:24:38 +0200) >> >> are available in the git repository at: >> >> git://gi

Re: [U-Boot] [PATCH v3] usb: omap: ulpi: fix ulpi transceiver access

2013-06-09 Thread Michael Trimarchi
Dear Marek On 06/09/2013 10:05 PM, Marek Vasut wrote: > Dear Michael Trimarchi, > >> This patch fix the omap access to the transceiver >> configuration registers using the ulpi bus. As reported by >> the documentation the bit31 is used only to check if the >> transaction is done or still running

Re: [U-Boot] [PATCH v3] usb: omap: ulpi: fix ulpi transceiver access

2013-06-09 Thread Michael Trimarchi
Hi Marek On 06/09/2013 11:09 PM, Marek Vasut wrote: > Dear Michael Trimarchi, > >> Dear Marek >> >> On 06/09/2013 10:05 PM, Marek Vasut wrote: >>> Dear Michael Trimarchi, >>> This patch fix the omap access to the transceiver configuration registers using the ulpi bus. As reported by >>>

Re: [U-Boot] [PATCH v3] usb: omap: ulpi: fix ulpi transceiver access

2013-06-09 Thread Marek Vasut
Dear Michael Trimarchi, > Dear Marek > > On 06/09/2013 10:05 PM, Marek Vasut wrote: > > Dear Michael Trimarchi, > > > >> This patch fix the omap access to the transceiver > >> configuration registers using the ulpi bus. As reported by > >> the documentation the bit31 is used only to check if the

Re: [U-Boot] usb, composite: after unregister gadget driver set composite to NULL

2013-06-09 Thread Marek Vasut
Dear Heiko Schocher, > Without this, second usb_composite_register() call fails always > with -EINVAL. > > Signed-off-by: Heiko Schocher > Cc: Lukasz Majewski > Cc: Kyungmin Park > Cc: Marek Vasut Applied, thanks. Best regards, Marek Vasut ___ U-B

Re: [U-Boot] [PATCH v3] usb: omap: ulpi: fix ulpi transceiver access

2013-06-09 Thread Marek Vasut
Dear Michael Trimarchi, > This patch fix the omap access to the transceiver > configuration registers using the ulpi bus. As reported by > the documentation the bit31 is used only to check if the > transaction is done or still running and the reading and > writing operation have different offset a

Re: [U-Boot] dfu: make data buffer size configurable

2013-06-09 Thread Marek Vasut
Dear Pantelis Antoniou, > Heiko, > > On Jun 4, 2013, at 1:31 PM, Heiko Schocher wrote: > > Hello Pantelis, > > > > Am 04.06.2013 12:08, schrieb Pantelis Antoniou: > >> Hi Heiko, > >> > >> Just thinking out loud here. Can we have an extra option that > >> allocates the buffer dynamically based o

Re: [U-Boot] [PATCH v2 16/16] sf: Add Flag status register polling support

2013-06-09 Thread Jagan Teki
Hi Simon, On Sun, Jun 9, 2013 at 7:43 PM, Simon Glass wrote: > Hi Jagan, > > On Sat, Jun 8, 2013 at 7:44 AM, Jagan Teki wrote: >> >> Hi Simon, >> >> On Sat, Jun 8, 2013 at 8:02 PM, Simon Glass wrote: >> > Hi Jagan, >> > >> > On Sat, Jun 8, 2013 at 1:32 AM, Jagan Teki >> > wrote: >> >> >> >> Hi

[U-Boot] 2013.07-rc1 plans?

2013-06-09 Thread Otavio Salvador
Hello, I'd like to know what the plains regarding rc releases? Regards, -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://projetos.ossystems.com.br Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750 ___

Re: [U-Boot] [PATCH v2 16/16] sf: Add Flag status register polling support

2013-06-09 Thread Simon Glass
Hi Jagan, On Sat, Jun 8, 2013 at 7:44 AM, Jagan Teki wrote: > Hi Simon, > > On Sat, Jun 8, 2013 at 8:02 PM, Simon Glass wrote: > > Hi Jagan, > > > > On Sat, Jun 8, 2013 at 1:32 AM, Jagan Teki > wrote: > >> > >> Hi Simon, > >> > >> Please let know your comments. > >> > >> I have changed the log

[U-Boot] [PATCH v2 04/11] MIPS: bootm: refactor initialisation of kernel cmdline

2013-06-09 Thread Daniel Schwierzeck
Move initialisation of Linux command line to separate functions. Also add support for bootm subcommand 'cmdline'. Signed-off-by: Daniel Schwierzeck --- Changes in v2: - use debug() macro arch/mips/lib/bootm.c | 130 -- 1 file changed, 83 insertio

[U-Boot] [PATCH v2 01/11] MIPS: bootm: fix checkpatch.pl warnings

2013-06-09 Thread Daniel Schwierzeck
Signed-off-by: Daniel Schwierzeck --- Changes in v2: - fix multi-line comment arch/mips/lib/bootm.c | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/arch/mips/lib/bootm.c b/arch/mips/lib/bootm.c index a36154a..148c18b 100644 --- a/arch/mips/lib/bootm.c +++ b/arc

Re: [U-Boot] [PATCH 04/11] MIPS: bootm: refactor initialisation of kernel cmdline

2013-06-09 Thread Daniel Schwierzeck
2013/6/9 Wolfgang Denk : > Dear Daniel Schwierzeck, > > In message <1370731370-32767-5-git-send-email-daniel.schwierz...@gmail.com> > you wrote: >> Move initialisation of Linux command line to separate functions. >> Also add support for bootm subcommand 'cmdline'. > >> +static void linux_cmdline_d

[U-Boot] [PATCH v2] powerpc/85xx: Add P1023RDB board support

2013-06-09 Thread Chunhe Lan
P1023RDB Specification: --- Memory subsystem: 512MB DDR3 (Fixed DDR on board) 64MB NOR flash 128MB NAND flash Ethernet: eTSEC1: Connected to Atheros AR8035 GETH PHY eTSEC2: Connected to Atheros AR8035 GETH PHY PCIe: Three mini-PCIe slots USB: Two USB2.0 Type

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

2013-06-09 Thread Igor Grinberg
Hi Lubomir, On 06/08/13 23:43, Lubomir Popov wrote: > Hi Tom, Michael, > >> Hello, >> >> The following changes since commit 3da0e5750b24a9491058df6126c7be577a276c09: >> >> arm: factorize relocate_code routine (2013-05-30 20:24:38 +0200) >> >> are available in the git repository at: >> >> git:

Re: [U-Boot] [PATCH 04/11] MIPS: bootm: refactor initialisation of kernel cmdline

2013-06-09 Thread Wolfgang Denk
Dear Daniel Schwierzeck, In message <1370731370-32767-5-git-send-email-daniel.schwierz...@gmail.com> you wrote: > Move initialisation of Linux command line to separate functions. > Also add support for bootm subcommand 'cmdline'. > +static void linux_cmdline_dump(void) > +{ > +#ifdef DEBUG > +

Re: [U-Boot] [PATCH] cmd_bootm: Add command line arguments to Plan 9

2013-06-09 Thread Wolfgang Denk
Dear Steven Stallion, In message <1370562103-92148-1-git-send-email-sstall...@gmail.com> you wrote: > This patch introduces support for command line arguments to Plan 9. > Plan 9 generally dedicates a small region of kernel memory (known > as CONFADDR) for runtime configuration. A new environment

Re: [U-Boot] [PATCH] cmd_bootm: Add command line arguments to Plan 9

2013-06-09 Thread Wolfgang Denk
Dear Steven Stallion, In message you wrote: > > > "bootm" has a well-known an documented API: it takes up to three > > arguments: kernel address, ramdisk address, and device tree address. > > Nothing else. > > Is there a reason that this should only be used by Linux? The changes > I have submit

Re: [U-Boot] [PATCH] video:lcd:cfb_console: cm_t35: Add CONFIG_SPLASH_SCREEN_PREPARE support to CONFIG_VIDEO

2013-06-09 Thread Igor Grinberg
On 06/06/13 22:06, Robert Winkler wrote: > Hi All, > > On Wed, Jun 5, 2013 at 1:31 AM, Igor Grinberg wrote: >> Hi Robert, >> >> On 06/04/13 21:11, Robert Winkler wrote: >>> Adding Anatolij to the CC list. >>> >>> On Tue, Jun 4, 2013 at 8:10 AM, Robert Winkler >>> wrote: Hi Igor, O