From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lee Jones Subject: Re: [PATCH 4/8] drivers/mfd: Add PWM cell device for Crystalcove PMIC Date: Wed, 29 Apr 2015 15:25:27 +0100 Message-ID: <20150429142527.GT9169@x1> References: <1430316005-16480-1-git-send-email-shobhit.kumar@intel.com> <1430316005-16480-5-git-send-email-shobhit.kumar@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from mail-wg0-f48.google.com ([74.125.82.48]:36754 "EHLO mail-wg0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966117AbbD2OZd (ORCPT ); Wed, 29 Apr 2015 10:25:33 -0400 Received: by wgen6 with SMTP id n6so30177316wge.3 for ; Wed, 29 Apr 2015 07:25:32 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1430316005-16480-5-git-send-email-shobhit.kumar@intel.com> Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: Shobhit Kumar Cc: intel-gfx , linux-kernel , linux-gpio , linux-pwm , dri-devel , Linus Walleij , Alexandre Courbot , Daniel Vetter , David Airlie , Samuel Ortiz , Thierry Reding , Jani Nikula , Povilas Staniulis , Chih-Wei Huang On Wed, 29 Apr 2015, Shobhit Kumar wrote: > Needed for PWM control suuported by the PMIC >=20 > CC: Samuel Ortiz > Cc: Linus Walleij > Cc: Alexandre Courbot > Cc: Thierry Reding > Signed-off-by: Shobhit Kumar > --- > drivers/mfd/intel_soc_pmic_crc.c | 3 +++ > 1 file changed, 3 insertions(+) =46or my own reference: Acked-by: Lee Jones > diff --git a/drivers/mfd/intel_soc_pmic_crc.c b/drivers/mfd/intel_soc= _pmic_crc.c > index 4cc1b32..8839e25 100644 > --- a/drivers/mfd/intel_soc_pmic_crc.c > +++ b/drivers/mfd/intel_soc_pmic_crc.c > @@ -109,6 +109,9 @@ static struct mfd_cell crystal_cove_dev[] =3D { > { > .name =3D "crystal_cove_pmic", > }, > + { > + .name =3D "crystal_cove_pwm", > + }, > }; > =20 > static const struct regmap_config crystal_cove_regmap_config =3D { --=20 Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org =E2=94=82 Open source software for ARM SoCs =46ollow Linaro: Facebook | Twitter | Blog -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" i= n the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966258AbbD2OZf (ORCPT ); Wed, 29 Apr 2015 10:25:35 -0400 Received: from mail-wg0-f52.google.com ([74.125.82.52]:33178 "EHLO mail-wg0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966088AbbD2OZd (ORCPT ); Wed, 29 Apr 2015 10:25:33 -0400 Date: Wed, 29 Apr 2015 15:25:27 +0100 From: Lee Jones To: Shobhit Kumar Cc: intel-gfx , linux-kernel , linux-gpio , linux-pwm , dri-devel , Linus Walleij , Alexandre Courbot , Daniel Vetter , David Airlie , Samuel Ortiz , Thierry Reding , Jani Nikula , Povilas Staniulis , Chih-Wei Huang Subject: Re: [PATCH 4/8] drivers/mfd: Add PWM cell device for Crystalcove PMIC Message-ID: <20150429142527.GT9169@x1> References: <1430316005-16480-1-git-send-email-shobhit.kumar@intel.com> <1430316005-16480-5-git-send-email-shobhit.kumar@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1430316005-16480-5-git-send-email-shobhit.kumar@intel.com> 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 On Wed, 29 Apr 2015, Shobhit Kumar wrote: > Needed for PWM control suuported by the PMIC > > CC: Samuel Ortiz > Cc: Linus Walleij > Cc: Alexandre Courbot > Cc: Thierry Reding > Signed-off-by: Shobhit Kumar > --- > drivers/mfd/intel_soc_pmic_crc.c | 3 +++ > 1 file changed, 3 insertions(+) For my own reference: Acked-by: Lee Jones > diff --git a/drivers/mfd/intel_soc_pmic_crc.c b/drivers/mfd/intel_soc_pmic_crc.c > index 4cc1b32..8839e25 100644 > --- a/drivers/mfd/intel_soc_pmic_crc.c > +++ b/drivers/mfd/intel_soc_pmic_crc.c > @@ -109,6 +109,9 @@ static struct mfd_cell crystal_cove_dev[] = { > { > .name = "crystal_cove_pmic", > }, > + { > + .name = "crystal_cove_pwm", > + }, > }; > > static const struct regmap_config crystal_cove_regmap_config = { -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog