Re: [U-Boot] [PATCH] usb: common: Use a global definition for 'min3'

2013-04-24 Thread Marek Vasut
Dear Vivek Gautam, > Hi Marek, > > > On Wed, Apr 24, 2013 at 11:49 AM, Vivek Gautam > > wrote: > > On Mon, Apr 22, 2013 at 7:15 PM, Tom Rini wrote: > >> On Fri, Apr 19, 2013 at 01:29:12PM +0200, Marek Vasut wrote: > >>> Dear Vivek Gautam, > >>> > >>> > We can use a common global method for c

Re: [U-Boot] [PATCH] usb: common: Use a global definition for 'min3'

2013-04-23 Thread Vivek Gautam
Hi Marek, On Wed, Apr 24, 2013 at 11:49 AM, Vivek Gautam wrote: > On Mon, Apr 22, 2013 at 7:15 PM, Tom Rini wrote: >> On Fri, Apr 19, 2013 at 01:29:12PM +0200, Marek Vasut wrote: >>> Dear Vivek Gautam, >>> >>> > We can use a common global method for calculating minimum of >>> > 3 numbers. Put t

Re: [U-Boot] [PATCH] usb: common: Use a global definition for 'min3'

2013-04-23 Thread Vivek Gautam
On Mon, Apr 22, 2013 at 7:15 PM, Tom Rini wrote: > On Fri, Apr 19, 2013 at 01:29:12PM +0200, Marek Vasut wrote: >> Dear Vivek Gautam, >> >> > We can use a common global method for calculating minimum of >> > 3 numbers. Put the same in 'common header' and let 'ehci' >> > use it. >> > >> > Signed-of

Re: [U-Boot] [PATCH] usb: common: Use a global definition for 'min3'

2013-04-22 Thread Tom Rini
On Fri, Apr 19, 2013 at 01:29:12PM +0200, Marek Vasut wrote: > Dear Vivek Gautam, > > > We can use a common global method for calculating minimum of > > 3 numbers. Put the same in 'common header' and let 'ehci' > > use it. > > > > Signed-off-by: Vivek Gautam > > Applied, thanks NAK, sorry. Le

Re: [U-Boot] [PATCH] usb: common: Use a global definition for 'min3'

2013-04-19 Thread Marek Vasut
Dear Vivek Gautam, > We can use a common global method for calculating minimum of > 3 numbers. Put the same in 'common header' and let 'ehci' > use it. > > Signed-off-by: Vivek Gautam Applied, thanks > --- > drivers/usb/host/ehci-hcd.c | 10 -- > include/common.h|5 +

[U-Boot] [PATCH] usb: common: Use a global definition for 'min3'

2013-04-19 Thread Vivek Gautam
We can use a common global method for calculating minimum of 3 numbers. Put the same in 'common header' and let 'ehci' use it. Signed-off-by: Vivek Gautam --- drivers/usb/host/ehci-hcd.c | 10 -- include/common.h|5 + 2 files changed, 5 insertions(+), 10 deletions(-