From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Tue, 7 Aug 2018 09:45:47 +0200 Subject: [U-Boot] [PATCH v4 07/13] regmap: Add raw read/write functions In-Reply-To: References: <20180803080118.27748-1-mario.six@gdsys.cc> <20180803080118.27748-7-mario.six@gdsys.cc> <20180806211147.764a0646@crub> Message-ID: <20180807094547.621ea1cd@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 Mario, On Tue, 7 Aug 2018 09:36:33 +0200 Mario Six mario.six at gdsys.cc wrote: ... > > this breaks building for MIPS: > > > > https://travis-ci.org/vdsao/u-boot-video/jobs/412722192#L869 > > > I see. MIPS apparently doesn't implement any of the in/out functions at all. > But since the necessary __raw_read/__raw_write functions exist, it's just a > matter of a few lines to add them. I'll add a patch that will fix this. OK, thanks! > There also seems to be a warning about a format specifier on MIPS, I'll fix > that as well. Yes, for build-testing I applied the patch with changes for "%zu" format specifier to fix warnings when building sandbox: https://github.com/vdsao/u-boot-video/commit/0968a2bf28b7c5c0dd4535b5925b77cdbf5d2557 Not sure if it is enough. > To make things less confusing, I'll import your v5 of "misc: Sort Makefile > entries" and send a full v6 series. Thanks! -- Anatolij