Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751985AbdGRJYD (ORCPT ); Tue, 18 Jul 2017 05:24:03 -0400 Received: from mail-wr0-f179.google.com ([209.85.128.179]:35177 "EHLO mail-wr0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751844AbdGRJYB (ORCPT ); Tue, 18 Jul 2017 05:24:01 -0400 Date: Tue, 18 Jul 2017 10:23:57 +0100 From: Lee Jones To: Marek Vasut Cc: linux-renesas-soc@vger.kernel.org, Marek Vasut , linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: Re: [PATCH V4 2/2] mfd: Add ROHM BD9571MWV-M MFD PMIC driver Message-ID: <20170718092357.6w6yjjwny54llgqd@dell> References: <20170717204512.7075-1-marek.vasut+renesas@gmail.com> <20170717204512.7075-2-marek.vasut+renesas@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20170717204512.7075-2-marek.vasut+renesas@gmail.com> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1378 Lines: 36 On Mon, 17 Jul 2017, Marek Vasut wrote: > Add the MFD part of the ROHM BD9571MWV-M PMIC driver and MAINTAINERS > entry. The MFD part only specifies the regmap bits for the PMIC and > binds the subdevs together. > > Signed-off-by: Marek Vasut > Cc: linux-kernel@vger.kernel.org > Cc: Geert Uytterhoeven > Cc: Lee Jones > --- > V2: - Change BD9571MWV_AVS_VD09_VID0,1,2,3 to BD9571MWV_AVS_VD09_VID(n) > - Change BD9571MWV_AVS_DVFS_VID0,1,2,3 to BD9571MWV_AVS_DVFS_VID(n) > - Make the AVS_VD09 range RW, so it can be used by the regulator > driver for the VD09 regulator > - Report the regmap read return values when attempting to read ID > registers fails > V3: No change > V4: select REGMAP_IRQ > --- > MAINTAINERS | 11 ++ > drivers/mfd/Kconfig | 14 +++ > drivers/mfd/Makefile | 1 + > drivers/mfd/bd9571mwv.c | 230 ++++++++++++++++++++++++++++++++++++++++++ > include/linux/mfd/bd9571mwv.h | 115 +++++++++++++++++++++ > 5 files changed, 371 insertions(+) > create mode 100644 drivers/mfd/bd9571mwv.c > create mode 100644 include/linux/mfd/bd9571mwv.h Applied, thanks. -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog