Re: [U-Boot] [PATCH v2] main: unify command parsing functions

2012-03-31 Thread Simon Glass
Hi Wolfgang, On Wed, Mar 7, 2012 at 3:49 AM, Wolfgang Denk wrote: > Dear Simon Glass, > > In message > you > wrote: >> >> > These patches haven't been merged yet. >> >> Yes - in fact these should go into 'next' I think. But first I need to >> respond to Wolfgang's email on that series. > > See

Re: [U-Boot] [PATCH v2] main: unify command parsing functions

2012-03-07 Thread Simon Glass
Hi Wolfgang, On Wed, Mar 7, 2012 at 3:49 AM, Wolfgang Denk wrote: > Dear Simon Glass, > > In message > you > wrote: >> >> > These patches haven't been merged yet. >> >> Yes - in fact these should go into 'next' I think. But first I need to >> respond to Wolfgang's email on that series. > > See

Re: [U-Boot] [PATCH v2] main: unify command parsing functions

2012-03-07 Thread Wolfgang Denk
Dear Simon Glass, In message you wrote: > > > These patches haven't been merged yet. > > Yes - in fact these should go into 'next' I think. But first I need to > respond to Wolfgang's email on that series. See previous mail. Actually I'd like to pullthes epatches in for this release. I cons

Re: [U-Boot] [PATCH v2] main: unify command parsing functions

2012-03-07 Thread Wolfgang Denk
Dear Michael Walle, In message <201203062329.54956.mich...@walle.cc> you wrote: > > This patches is superseded by > [PATCH 1/2] Add run_command_list() to run a list of commands > [PATCH 2/2] Allow newlines within command environment vars > by Simon Glass. > > These patches haven't been merged

Re: [U-Boot] [PATCH v2] main: unify command parsing functions

2012-03-06 Thread Simon Glass
Hi, On Tue, Mar 6, 2012 at 2:29 PM, Michael Walle wrote: > Hi Wolfgang, > > Am Dienstag 06 März 2012, 21:39:16 schrieb Wolfgang Denk: >> In message <1326499314-8121-1-git-send-email-mich...@walle.cc> you wrote: >> > Introduce source_commands() which incorporates run_command2() and parts >> > of s

Re: [U-Boot] [PATCH v2] main: unify command parsing functions

2012-03-06 Thread Michael Walle
Hi Wolfgang, Am Dienstag 06 März 2012, 21:39:16 schrieb Wolfgang Denk: > In message <1326499314-8121-1-git-send-email-mich...@walle.cc> you wrote: > > Introduce source_commands() which incorporates run_command2() and parts > > of source(). > > > > All command script are now treated the same, that

Re: [U-Boot] [PATCH v2] main: unify command parsing functions

2012-03-06 Thread Wolfgang Denk
Dear Michael Walle, In message <1326499314-8121-1-git-send-email-mich...@walle.cc> you wrote: > Introduce source_commands() which incorporates run_command2() and parts of > source(). > > All command script are now treated the same, that is newlines are accepted > within a command script and varia

Re: [U-Boot] [PATCH v2] main: unify command parsing functions

2012-01-20 Thread Simon Glass
Hi Michael, On Fri, Jan 20, 2012 at 3:37 PM, Michael Walle wrote: > Am Freitag 20 Januar 2012, 23:46:51 schrieb Michael Walle: >> Introduce source_commands() which incorporates run_command2() and parts of >> source(). >> >> All command script are now treated the same, that is newlines are accepte

Re: [U-Boot] [PATCH v2] main: unify command parsing functions

2012-01-20 Thread Michael Walle
Am Freitag 20 Januar 2012, 23:46:51 schrieb Michael Walle: > Introduce source_commands() which incorporates run_command2() and parts of > source(). > > All command script are now treated the same, that is newlines are accepted > within a command script and variable. > > Signed-off-by: Michael Wal

[U-Boot] [PATCH v2] main: unify command parsing functions

2012-01-20 Thread Michael Walle
Introduce source_commands() which incorporates run_command2() and parts of source(). All command script are now treated the same, that is newlines are accepted within a command script and variable. Signed-off-by: Michael Walle Cc: Wolfgang Denk Cc: Mike Frysinger --- changes v2: - uncondition

[U-Boot] [PATCH v2] main: unify command parsing functions

2012-01-13 Thread Michael Walle
Introduce source_commands() which incorporates run_command2() and parts of source(). All command script are now treated the same, that is newlines are accepted within a command script and variable. Signed-off-by: Michael Walle Cc: Wolfgang Denk Cc: Mike Frysinger --- This patch supersedes "cm