From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932448AbbBPJ4y (ORCPT ); Mon, 16 Feb 2015 04:56:54 -0500 Received: from mail-we0-f171.google.com ([74.125.82.171]:34870 "EHLO mail-we0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932194AbbBPJ4w (ORCPT ); Mon, 16 Feb 2015 04:56:52 -0500 Date: Mon, 16 Feb 2015 09:56:45 +0000 From: Lee Jones To: Sascha Hauer Cc: Matthias Brugger , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Rob Herring , Eddie Huang , Yingjoe Chen =?utf-8?B?KOmZs+iLsea0sik=?= , Henry Chen , YH Chen =?utf-8?B?KOmZs+aYseixqik=?= , kernel@pengutronix.de, Mike Turquette , Flora Fu , Samuel Ortiz Subject: Re: [PATCH 13/13] mfd: Add support for the MediaTek MT6397 PMIC Message-ID: <20150216095645.GA2037@x1> References: <1423478845-2835-1-git-send-email-s.hauer@pengutronix.de> <1423478845-2835-14-git-send-email-s.hauer@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1423478845-2835-14-git-send-email-s.hauer@pengutronix.de> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > From: Flora Fu > > This adds support for the MediaTek MT6397 PMIC. This is a > multifunction device with the following sub modules: > > - Regulator > - RTC > - Audio codec > - GPIO > - Clock > > It is interfaced to the host controller using SPI interface by a proprietary > hardware called PMIC wrapper or pwrap. MT6397 MFD is a child device of the > pwrap. > > Signed-off-by: Flora Fu, MediaTek > Signed-off-by: Sascha Hauer > Cc: Samuel Ortiz > Cc: Lee Jones > --- > drivers/mfd/Kconfig | 10 + > drivers/mfd/Makefile | 1 + > drivers/mfd/mt6397-core.c | 223 +++++++++++++++++++++ > include/linux/mfd/mt6397/core.h | 64 +++++++ > include/linux/mfd/mt6397/registers.h | 362 +++++++++++++++++++++++++++++++++++ > 5 files changed, 660 insertions(+) > create mode 100644 drivers/mfd/mt6397-core.c > create mode 100644 include/linux/mfd/mt6397/core.h > create mode 100644 include/linux/mfd/mt6397/registers.h Looks okay to me now. Acked-by: Lee Jones What's the merge plan for this set? -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog