From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 6 Aug 2018 15:10:35 +0200 Subject: [U-Boot] [PATCH v4 06/13] regmap: Add error output In-Reply-To: <20180803080118.27748-6-mario.six@gdsys.cc> References: <20180803080118.27748-1-mario.six@gdsys.cc> <20180803080118.27748-6-mario.six@gdsys.cc> Message-ID: <20180806151035.4aa7330d@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 3 Aug 2018 10:01:11 +0200 Mario Six mario.six at gdsys.cc wrote: > Add some debug output in cases where the initialization of a regmap > fails. > > Reviewed-by: Anatolij Gustschin > Reviewed-by: Simon Glass > Signed-off-by: Mario Six > > --- > > v3 -> v4: > No changes > > v2 -> v3: > New in v3 > > --- > drivers/core/regmap.c | 10 ++++++++-- > 1 file changed, 8 insertions(+), 2 deletions(-) Applied to u-boot-staging/agust at denx.de, thanks! -- Anatolij