From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ig0-f169.google.com ([209.85.213.169]:38794 "EHLO mail-ig0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751142AbaIJIMJ (ORCPT ); Wed, 10 Sep 2014 04:12:09 -0400 Received: by mail-ig0-f169.google.com with SMTP id r2so917834igi.2 for ; Wed, 10 Sep 2014 01:12:09 -0700 (PDT) Date: Wed, 10 Sep 2014 09:12:01 +0100 From: Lee Jones To: Jacob Pan Cc: IIO , LKML , DEVICE TREE , Carlo Caione , Srinivas Pandruvada , Aaron Lu , Alan Cox , Jean Delvare , Samuel Ortiz , Liam Girdwood , Mark Brown , Grant Likely , Greg Kroah-Hartman , Rob Herring , Lars-Peter Clausen , Hartmut Knaack , Fugang Duan , Arnd Bergmann , Zubair Lutfullah , Sebastian Reichel , Johannes Thumshirn , Philippe Reynes , Angelo Compagnucci , Doug Anderson , Ramakrishna Pallala Subject: Re: [PATCH v2 1/4] mfd/axp20x: rename files to support more devices Message-ID: <20140910081201.GK30307@lee--X1> References: <1410267775-4683-1-git-send-email-jacob.jun.pan@linux.intel.com> <1410267775-4683-2-git-send-email-jacob.jun.pan@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 In-Reply-To: <1410267775-4683-2-git-send-email-jacob.jun.pan@linux.intel.com> Sender: linux-iio-owner@vger.kernel.org List-Id: linux-iio@vger.kernel.org On Tue, 09 Sep 2014, Jacob Pan wrote: > More XPowers PMIC devices can be supported by extending this driver, so > rename it to axp2xx to cover axp288 variant. > > Signed-off-by: Jacob Pan > --- > drivers/mfd/Kconfig | 7 ++++--- > drivers/mfd/Makefile | 2 +- > drivers/mfd/{axp20x.c => axp2xx.c} | 2 +- > include/linux/mfd/{axp20x.h => axp2xx.h} | 0 > 4 files changed, 6 insertions(+), 5 deletions(-) > rename drivers/mfd/{axp20x.c => axp2xx.c} (99%) > rename include/linux/mfd/{axp20x.h => axp2xx.h} (100%) Acked-by: Lee Jones > diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig > index de5abf2..42a70a3 100644 > --- a/drivers/mfd/Kconfig > +++ b/drivers/mfd/Kconfig > @@ -67,14 +67,15 @@ config MFD_BCM590XX > help > Support for the BCM590xx PMUs from Broadcom > > -config MFD_AXP20X > - bool "X-Powers AXP20X" > +config MFD_AXP2XX > + bool "X-Powers AXP2XX" > select MFD_CORE > select REGMAP_I2C > select REGMAP_IRQ > depends on I2C=y > help > - If you say Y here you get support for the X-Powers AXP202 and AXP209. > + If you say Y here you get support for the X-Powers AXP202, AXP209 and > + AXP288 power management IC (PMIC). > This driver include only the core APIs. You have to select individual > components like regulators or the PEK (Power Enable Key) under the > corresponding menus. > diff --git a/drivers/mfd/Makefile b/drivers/mfd/Makefile > index f001487..55d76b3 100644 > --- a/drivers/mfd/Makefile > +++ b/drivers/mfd/Makefile > @@ -103,7 +103,7 @@ obj-$(CONFIG_PMIC_DA9052) += da9052-irq.o > obj-$(CONFIG_PMIC_DA9052) += da9052-core.o > obj-$(CONFIG_MFD_DA9052_SPI) += da9052-spi.o > obj-$(CONFIG_MFD_DA9052_I2C) += da9052-i2c.o > -obj-$(CONFIG_MFD_AXP20X) += axp20x.o > +obj-$(CONFIG_MFD_AXP2XX) += axp2xx.o > > obj-$(CONFIG_MFD_LP3943) += lp3943.o > obj-$(CONFIG_MFD_LP8788) += lp8788.o lp8788-irq.o > diff --git a/drivers/mfd/axp20x.c b/drivers/mfd/axp2xx.c > similarity index 99% > rename from drivers/mfd/axp20x.c > rename to drivers/mfd/axp2xx.c > index dee6539..c534443 100644 > --- a/drivers/mfd/axp20x.c > +++ b/drivers/mfd/axp2xx.c > @@ -21,7 +21,7 @@ > #include > #include > #include > -#include > +#include > #include > #include > #include > diff --git a/include/linux/mfd/axp20x.h b/include/linux/mfd/axp2xx.h > similarity index 100% > rename from include/linux/mfd/axp20x.h > rename to include/linux/mfd/axp2xx.h -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog