From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 27 Sep 2011 12:08:08 +0200 Subject: [U-Boot] [PATCH] ARM: Convert {in, out}s[bwl] to inline functions In-Reply-To: <20110927093238.8CBD31407999@gemini.denx.de> References: <1317062895-3847-1-git-send-email-marek.vasut@gmail.com> <20110927093238.8CBD31407999@gemini.denx.de> Message-ID: <201109271208.09363.marek.vasut@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tuesday, September 27, 2011 11:32:38 AM Wolfgang Denk wrote: > Dear Marek Vasut, > > In message <1317062895-3847-1-git-send-email-marek.vasut@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 > > --- > > > > arch/arm/include/asm/io.h | 34 ++++++++++++++++++++++++++++------ > > 1 files changed, 28 insertions(+), 6 deletions(-) > > 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's why there's no changelog and no V1. Cheers > > > NAK. > > > > Wolfgang Denk