From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Tue, 9 Oct 2018 19:38:23 +0200 Subject: [U-Boot] [PATCH 01/14] mips: Add in_le32(), out_le32() etc IO accessor functions In-Reply-To: <20181009065916.31977-1-sr@denx.de> References: <20181009065916.31977-1-sr@denx.de> Message-ID: <20181009193823.2aaad397@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Stefan, On Tue, 9 Oct 2018 08:59:03 +0200 Stefan Roese sr at denx.de wrote: > in_le32() and out_le32() are needed for the bootcounter support. > So lets implement these accessor functions for MIPS as well. > > Signed-off-by: Stefan Roese > Cc: Daniel Schwierzeck > --- > arch/mips/include/asm/io.h | 21 +++++++++++++++++++++ > 1 file changed, 21 insertions(+) There is a similar patch pending: http://patchwork.ozlabs.org/patch/978674/ Thanks, Anatolij