Re: [U-Boot] [PATCH] serial: remove calls to serial_assign()

2012-10-26 Thread Tom Warren
Allen, > -Original Message- > From: Allen Martin [mailto:amar...@nvidia.com] > Sent: Thursday, October 25, 2012 4:30 PM > To: Tom Warren; swar...@wwwdotorg.org; ma...@denx.de; tr...@ti.com; > joe.hershber...@ni.com; s...@google.com > Cc: u-boot@lists.denx.de; Allen Martin > Subject: [PATCH

Re: [U-Boot] [PATCH] serial: remove calls to serial_assign()

2012-10-26 Thread Simon Glass
Hi Stephen, On Fri, Oct 26, 2012 at 9:23 AM, Stephen Warren wrote: > On 10/26/2012 09:50 AM, Simon Glass wrote: >> Hi, >> >> On Fri, Oct 26, 2012 at 7:53 AM, Tom Rini wrote: On >> 10/26/12 00:10, Marek Vasut wrote: > Dear Joe Hershberger, > >> Hi Allen, >> >> On Thu, Oct 25,

Re: [U-Boot] [PATCH] serial: remove calls to serial_assign()

2012-10-26 Thread Tom Rini
On Thu, Oct 25, 2012 at 04:30:14PM -0700, Allen Martin wrote: > Remove calls to serial_assign() that are failing now that it returns a > proper error code. This calls were not actually doing anything > because they passed the name of a stdio_dev when a serial_device name > is exptectd. > > Signe

Re: [U-Boot] [PATCH] serial: remove calls to serial_assign()

2012-10-26 Thread Stephen Warren
On 10/26/2012 09:50 AM, Simon Glass wrote: > Hi, > > On Fri, Oct 26, 2012 at 7:53 AM, Tom Rini wrote: On > 10/26/12 00:10, Marek Vasut wrote: Dear Joe Hershberger, > Hi Allen, > > On Thu, Oct 25, 2012 at 6:30 PM, Allen Martin > wrote: >> Remove calls to serial_as

Re: [U-Boot] [PATCH] serial: remove calls to serial_assign()

2012-10-26 Thread Simon Glass
Hi, On Fri, Oct 26, 2012 at 7:53 AM, Tom Rini wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 10/26/12 00:10, Marek Vasut wrote: >> Dear Joe Hershberger, >> >>> Hi Allen, >>> >>> On Thu, Oct 25, 2012 at 6:30 PM, Allen Martin >>> wrote: Remove calls to serial_assign() that ar

Re: [U-Boot] [PATCH] serial: remove calls to serial_assign()

2012-10-26 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/26/12 00:10, Marek Vasut wrote: > Dear Joe Hershberger, > >> Hi Allen, >> >> On Thu, Oct 25, 2012 at 6:30 PM, Allen Martin >> wrote: >>> Remove calls to serial_assign() that are failing now that it >>> returns a proper error code. This call

Re: [U-Boot] [PATCH] serial: remove calls to serial_assign()

2012-10-26 Thread Marek Vasut
Dear Joe Hershberger, > Hi Allen, > > On Thu, Oct 25, 2012 at 6:30 PM, Allen Martin wrote: > > Remove calls to serial_assign() that are failing now that it returns a > > proper error code. This calls were not actually doing anything > > because they passed the name of a stdio_dev when a serial_

Re: [U-Boot] [PATCH] serial: remove calls to serial_assign()

2012-10-25 Thread Joe Hershberger
Hi Allen, On Thu, Oct 25, 2012 at 6:30 PM, Allen Martin wrote: > Remove calls to serial_assign() that are failing now that it returns a > proper error code. This calls were not actually doing anything > because they passed the name of a stdio_dev when a serial_device name > is exptectd. > > Sign

[U-Boot] [PATCH] serial: remove calls to serial_assign()

2012-10-25 Thread Allen Martin
Remove calls to serial_assign() that are failing now that it returns a proper error code. This calls were not actually doing anything because they passed the name of a stdio_dev when a serial_device name is exptectd. Signed-off-by: Allen Martin --- common/cmd_nvedit.c |3 --- common/iomux.c