From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 24 Oct 2011 15:38:17 +0200 Subject: [U-Boot] [PATCH 3/3] nds32: asm/io.h: add __iormb and __iowmb support In-Reply-To: <1319449593-2427-3-git-send-email-macpaul@andestech.com> References: <1319449593-2427-1-git-send-email-macpaul@andestech.com> <1319449593-2427-3-git-send-email-macpaul@andestech.com> Message-ID: <201110241538.17701.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 > This patch add required __iormb and __iowmb to io.h. > This also fix some misbehavior to periphal drivers. > > This io.h has been fixed with referencing arm/include/asm/io.h. > > Signed-off-by: Macpaul Lin Hi, can you possibly implement those as inline functions ? It'd be also great if you could convert the other macros to inline functions. Thanks!