Re: [U-Boot] [PATCH] ARM: Convert {in, out}s[bwl] to inline functions

2011-09-28 Thread Wolfgang Denk
Dear Marek Vasut, In message <201109282258.10007.marek.va...@gmail.com> you wrote: > > > > This is a new patch ... that's why there's no changelog and no V1. > > > > Oh, is it? > > > > And what is this, then: > > > > 09/26 Marek Vasut[PATCH] ARM: Convert {in,out}s[bwl] to inline > > fun

Re: [U-Boot] [PATCH] ARM: Convert {in, out}s[bwl] to inline functions

2011-09-28 Thread Marek Vasut
On Wednesday, September 28, 2011 10:46:57 PM Wolfgang Denk wrote: > Dear Marek Vasut, > > In message <201109271208.09363.marek.va...@gmail.com> you wrote: > > > And will you PLEASE get used to sticking with the rules? > > > > > > There is no patch version in the Subject line. > > > > > > There i

Re: [U-Boot] [PATCH] ARM: Convert {in, out}s[bwl] to inline functions

2011-09-28 Thread Wolfgang Denk
Dear Marek Vasut, In message <201109271208.09363.marek.va...@gmail.com> you wrote: > > > And will you PLEASE get used to sticking with the rules? > > > > There is no patch version in the Subject line. > > > > There is no change log in the comment section either. > > This is a new patch ... that

Re: [U-Boot] [PATCH] ARM: Convert {in, out}s[bwl] to inline functions

2011-09-28 Thread Marek Vasut
On Wednesday, September 28, 2011 12:40:01 AM Simon Glass wrote: > On Tue, Sep 27, 2011 at 5:02 AM, Marek Vasut wrote: > > On Tuesday, September 27, 2011 01:57:52 PM Nick Thompson wrote: > >> On 27/09/11 11:21, Marek Vasut wrote: > >> > On Tuesday, September 27, 2011 11:31:15 AM Wolfgang Denk wrote

Re: [U-Boot] [PATCH] ARM: Convert {in, out}s[bwl] to inline functions

2011-09-27 Thread Simon Glass
On Tue, Sep 27, 2011 at 5:02 AM, Marek Vasut wrote: > On Tuesday, September 27, 2011 01:57:52 PM Nick Thompson wrote: >> On 27/09/11 11:21, Marek Vasut wrote: >> > On Tuesday, September 27, 2011 11:31:15 AM Wolfgang Denk wrote: >> >> Dear Marek Vasut, >> >> >> >> In message <1317062895-3847-1-git-

Re: [U-Boot] [PATCH] ARM: Convert {in, out}s[bwl] to inline functions

2011-09-27 Thread Marek Vasut
On Tuesday, September 27, 2011 01:57:52 PM Nick Thompson wrote: > On 27/09/11 11:21, Marek Vasut wrote: > > On Tuesday, September 27, 2011 11:31:15 AM Wolfgang Denk wrote: > >> Dear Marek Vasut, > >> > >> In message <1317062895-3847-1-git-send-email-marek.va...@gmail.com> you wrote: > >>> The siz

Re: [U-Boot] [PATCH] ARM: Convert {in, out}s[bwl] to inline functions

2011-09-27 Thread Nick Thompson
On 27/09/11 11:21, Marek Vasut wrote: > On Tuesday, September 27, 2011 11:31:15 AM Wolfgang Denk wrote: >> Dear Marek Vasut, >> >> In message <1317062895-3847-1-git-send-email-marek.va...@gmail.com> you >> wrote: >>> The size of uboot binary grows by a few bytes, but the gain (better type >>> chec

Re: [U-Boot] [PATCH] ARM: Convert {in, out}s[bwl] to inline functions

2011-09-27 Thread Marek Vasut
On Tuesday, September 27, 2011 11:31:15 AM Wolfgang Denk wrote: > Dear Marek Vasut, > > In message <1317062895-3847-1-git-send-email-marek.va...@gmail.com> you wrote: > > The size of uboot binary grows by a few bytes, but the gain (better type > > checking) is worth it. > > And what _exactly_ are

Re: [U-Boot] [PATCH] ARM: Convert {in, out}s[bwl] to inline functions

2011-09-27 Thread Marek Vasut
On Tuesday, September 27, 2011 11:32:38 AM Wolfgang Denk wrote: > Dear Marek Vasut, > > In message <1317062895-3847-1-git-send-email-marek.va...@gmail.com> you wrote: > > The size of uboot binary grows by a few bytes, but the gain (better type > > checking) is worth it. > > > > Signed-off-by: Mar

Re: [U-Boot] [PATCH] ARM: Convert {in, out}s[bwl] to inline functions

2011-09-27 Thread Wolfgang Denk
Dear Marek Vasut, In message <1317062895-3847-1-git-send-email-marek.va...@gmail.com> you wrote: > The size of uboot binary grows by a few bytes, but the gain (better type > checking) is worth it. > > Signed-off-by: Marek Vasut > Cc: Wolfgang Denk > Cc: Nick Thompson > Cc: Simon Glass > --- >

Re: [U-Boot] [PATCH] ARM: Convert {in, out}s[bwl] to inline functions

2011-09-27 Thread Wolfgang Denk
Dear Marek Vasut, In message <1317062895-3847-1-git-send-email-marek.va...@gmail.com> you wrote: > The size of uboot binary grows by a few bytes, but the gain (better type > checking) is worth it. And what _exactly_ are "a few bytes" ? Best regards, Wolfgang Denk -- DENX Software Engineering

Re: [U-Boot] [PATCH] ARM: Convert {in, out}s[bwl] to inline functions

2011-09-27 Thread Nick Thompson
On 26/09/11 19:48, Marek Vasut wrote: > The size of uboot binary grows by a few bytes, but the gain (better type > checking) is worth it. > > Signed-off-by: Marek Vasut > Cc: Wolfgang Denk > Cc: Nick Thompson > Cc: Simon Glass Do you want to cc: Albert ARIBAUD as well? > --- > arch/arm/incl

[U-Boot] [PATCH] ARM: Convert {in,out}s[bwl] to inline functions

2011-09-26 Thread Marek Vasut
The size of uboot binary grows by a few bytes, but the gain (better type checking) is worth it. Signed-off-by: Marek Vasut Cc: Wolfgang Denk Cc: Nick Thompson Cc: Simon Glass --- arch/arm/include/asm/io.h | 34 -- 1 files changed, 28 insertions(+), 6 deletion