From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Wed, 11 Aug 2010 01:52:07 +0200 Subject: [U-Boot] [PATCH 1/9] ARM: Define __raw_readX and __raw_writeX In-Reply-To: <20100810213825.60BC2207@gemini.denx.de> References: <1281415810-31363-1-git-send-email-marek.vasut@gmail.com> <20100810213825.60BC2207@gemini.denx.de> Message-ID: <201008110152.08115.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 Dne ?t 10. srpna 2010 23:38:25 Wolfgang Denk napsal(a): > Dear Marek Vasut, > > In message <1281415810-31363-1-git-send-email-marek.vasut@gmail.com> you wrote: > > These functions are undefined on ARM when using __io. These are the > > commonly used versions and can be redefined. > > > > Signed-off-by: Marek Vasut > > --- > > > > arch/arm/include/asm/io.h | 46 > > +++++++++++++++++++++++++++++++++++++++----- 1 files changed, 40 > > insertions(+), 6 deletions(-) > > Why are you submitting this? This patch has been pulled into mainline > on Thu Jul 22 already. Sorry, ignore this please. > > If there should be anything wrong with these, please submit an > incremental patch. > > Best regards, > > Wolfgang Denk