Re: [U-Boot] [PATCH v6 1/5] tegra2: Use cmd_link_o_target in board Makefiles

2011-10-28 Thread Simon Glass
Hi, On Thu, Oct 27, 2011 at 11:25 PM, Mike Frysinger wrote: > On Fri, Oct 28, 2011 at 07:35, Albert ARIBAUD wrote: >> Going up my backlog... for 2/4 and 4/5, as their are touching MMC driver >> code, I'd like Andy to ack them as the the MMC custodian, then I can apply >> the whole set (pending th

Re: [U-Boot] [PATCH v6 1/5] tegra2: Use cmd_link_o_target in board Makefiles

2011-10-27 Thread Mike Frysinger
On Fri, Oct 28, 2011 at 07:35, Albert ARIBAUD wrote: > Going up my backlog... for 2/4 and 4/5, as their are touching MMC driver > code, I'd like Andy to ack them as the the MMC custodian, then I can apply > the whole set (pending the MAINTAINER addition). i don't think this particular patch needs

Re: [U-Boot] [PATCH v6 1/5] tegra2: Use cmd_link_o_target in board Makefiles

2011-10-27 Thread Albert ARIBAUD
Hi Simon, Le 18/10/2011 22:51, Simon Glass a écrit : > On Tue, Oct 18, 2011 at 1:07 PM, Tom Warren wrote: >> s/Hi Tom/Hi Stephen/ > > Sorry! And my question was really directed to Albert. Going up my backlog... for 2/4 and 4/5, as their are touching MMC driver code, I'd like Andy to ack them as

Re: [U-Boot] [PATCH v6 1/5] tegra2: Use cmd_link_o_target in board Makefiles

2011-10-18 Thread Simon Glass
On Tue, Oct 18, 2011 at 1:07 PM, Tom Warren wrote: > s/Hi Tom/Hi Stephen/ Sorry! And my question was really directed to Albert. Regards, Simon > >> -Original Message- >> From: s...@google.com [mailto:s...@google.com] On Behalf Of Simon Glass >> Sent: Tuesday, October 18, 2011 11:31 AM >

Re: [U-Boot] [PATCH v6 1/5] tegra2: Use cmd_link_o_target in board Makefiles

2011-10-18 Thread Tom Warren
s/Hi Tom/Hi Stephen/ > -Original Message- > From: s...@google.com [mailto:s...@google.com] On Behalf Of Simon Glass > Sent: Tuesday, October 18, 2011 11:31 AM > To: Stephen Warren > Cc: albert.u.b...@aribaud.net; aflem...@gmail.com; Tom Warren; U-Boot > Mailing List; Mike Frysinger > Subje

Re: [U-Boot] [PATCH v6 1/5] tegra2: Use cmd_link_o_target in board Makefiles

2011-10-18 Thread Simon Glass
Hi Tom, On Tue, Oct 18, 2011 at 11:14 AM, Stephen Warren wrote: > Stephen Warren wrote at Wednesday, October 12, 2011 4:53 PM: >> [Patch series relating to SD/MMC support on Tegra boards.] > > Does this patch series look good? > > Since these are my first U-Boot patches, I'm not sure exactly who

Re: [U-Boot] [PATCH v6 1/5] tegra2: Use cmd_link_o_target in board Makefiles

2011-10-18 Thread Stephen Warren
Stephen Warren wrote at Wednesday, October 12, 2011 4:53 PM: > [Patch series relating to SD/MMC support on Tegra boards.] Does this patch series look good? Since these are my first U-Boot patches, I'm not sure exactly who would pick these up and apply them (I assume the "ARM custodians", who are

[U-Boot] [PATCH v6 1/5] tegra2: Use cmd_link_o_target in board Makefiles

2011-10-12 Thread Stephen Warren
v5: New patch Signed-off-by: Stephen Warren Acked-by: Mike Frysinger Tested-by: Simon Glass --- board/nvidia/harmony/Makefile |2 +- board/nvidia/seaboard/Makefile |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/board/nvidia/harmony/Makefile b/board/nvidia/harmon