From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lee Jones Subject: Re: [PATCH v3 3/5] mfd: tps65912: Add driver for the TPS65912 PMIC Date: Fri, 25 Sep 2015 17:50:59 +0100 Message-ID: <20150925165059.GI27197@x1> References: <1443106374-4126-1-git-send-email-afd@ti.com> <1443106374-4126-4-git-send-email-afd@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Content-Disposition: inline In-Reply-To: <1443106374-4126-4-git-send-email-afd-l0cyMroinI0@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: "Andrew F. Davis" Cc: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Mark Brown , Linus Walleij , Alexandre Courbot , Samuel Ortiz , Liam Girdwood , linux-gpio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-gpio@vger.kernel.org On Thu, 24 Sep 2015, Andrew F. Davis wrote: > This patch adds support for TPS65912 mfd device. It provides > communication through the I2C and SPI interfaces. It contains > the following components: >=20 > - Regulators > - GPIO controller >=20 > Signed-off-by: Andrew F. Davis > --- > drivers/mfd/Kconfig | 24 +++ > drivers/mfd/Makefile | 3 + > drivers/mfd/tps65912-core.c | 114 +++++++++++++ > drivers/mfd/tps65912-i2c.c | 86 ++++++++++ > drivers/mfd/tps65912-spi.c | 85 ++++++++++ > include/linux/mfd/tps65912.h | 393 +++++++++++++++++++++++++++++++++= ++++++++++ > 6 files changed, 705 insertions(+) > create mode 100644 drivers/mfd/tps65912-core.c > create mode 100644 drivers/mfd/tps65912-i2c.c > create mode 100644 drivers/mfd/tps65912-spi.c > create mode 100644 include/linux/mfd/tps65912.h [...] > +#define TPS65912_IRQ(_name, _reg, _offset) \ > + [TPS65912_IRQ_ ## _name] =3D { \ > + .mask =3D TPS65912_ ## _reg ## _ ## _name, \ > + .reg_offset =3D _offset, \ > + } I told you about this already. If you want this set to be merged for v4.3 then you'll need commit b4fe8ba ("regmap: Add generic macro to define regmap_irq") from my tree. [...] > +static struct i2c_driver tps65912_i2c_driver =3D { > + .driver =3D { > + .name =3D "tps65912", > + .of_match_table =3D tps65912_i2c_of_match_table, of_match_ptr() [...] --=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 devicetree" i= n the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.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 S932666AbbIYQvF (ORCPT ); Fri, 25 Sep 2015 12:51:05 -0400 Received: from mail-pa0-f45.google.com ([209.85.220.45]:36056 "EHLO mail-pa0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932548AbbIYQvD (ORCPT ); Fri, 25 Sep 2015 12:51:03 -0400 Date: Fri, 25 Sep 2015 17:50:59 +0100 From: Lee Jones To: "Andrew F. Davis" Cc: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Mark Brown , Linus Walleij , Alexandre Courbot , Samuel Ortiz , Liam Girdwood , linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 3/5] mfd: tps65912: Add driver for the TPS65912 PMIC Message-ID: <20150925165059.GI27197@x1> References: <1443106374-4126-1-git-send-email-afd@ti.com> <1443106374-4126-4-git-send-email-afd@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1443106374-4126-4-git-send-email-afd@ti.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 Thu, 24 Sep 2015, Andrew F. Davis wrote: > This patch adds support for TPS65912 mfd device. It provides > communication through the I2C and SPI interfaces. It contains > the following components: > > - Regulators > - GPIO controller > > Signed-off-by: Andrew F. Davis > --- > drivers/mfd/Kconfig | 24 +++ > drivers/mfd/Makefile | 3 + > drivers/mfd/tps65912-core.c | 114 +++++++++++++ > drivers/mfd/tps65912-i2c.c | 86 ++++++++++ > drivers/mfd/tps65912-spi.c | 85 ++++++++++ > include/linux/mfd/tps65912.h | 393 +++++++++++++++++++++++++++++++++++++++++++ > 6 files changed, 705 insertions(+) > create mode 100644 drivers/mfd/tps65912-core.c > create mode 100644 drivers/mfd/tps65912-i2c.c > create mode 100644 drivers/mfd/tps65912-spi.c > create mode 100644 include/linux/mfd/tps65912.h [...] > +#define TPS65912_IRQ(_name, _reg, _offset) \ > + [TPS65912_IRQ_ ## _name] = { \ > + .mask = TPS65912_ ## _reg ## _ ## _name, \ > + .reg_offset = _offset, \ > + } I told you about this already. If you want this set to be merged for v4.3 then you'll need commit b4fe8ba ("regmap: Add generic macro to define regmap_irq") from my tree. [...] > +static struct i2c_driver tps65912_i2c_driver = { > + .driver = { > + .name = "tps65912", > + .of_match_table = tps65912_i2c_of_match_table, of_match_ptr() [...] -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog