From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lee Jones Subject: [GIT PULL] Immutable branch between MFD, GPIO and Regulator due for v4.6 Date: Thu, 11 Feb 2016 16:54:51 +0000 Message-ID: <20160211165451.GC20693@x1> References: <1453736627-2634-1-git-send-email-afd@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from mail-wm0-f53.google.com ([74.125.82.53]:36073 "EHLO mail-wm0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751113AbcBKQy4 (ORCPT ); Thu, 11 Feb 2016 11:54:56 -0500 Received: by mail-wm0-f53.google.com with SMTP id p63so82327225wmp.1 for ; Thu, 11 Feb 2016 08:54:56 -0800 (PST) Content-Disposition: inline In-Reply-To: <1453736627-2634-1-git-send-email-afd@ti.com> Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: "Andrew F. Davis" Cc: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Linus Walleij , Alexandre Courbot , Samuel Ortiz , Liam Girdwood , Mark Brown , devicetree@vger.kernel.org, linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org Enjoy! The following changes since commit 36f90b0a2ddd60823fe193a85e60ff1906c2= a9b3: Linux 4.5-rc2 (2016-01-31 18:12:16 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git tags/ib-mfd= -regulator-gpio-v4.5 for you to fetch changes up to ca801a22f465eae39fadc770e15b5b7e82595f81= : gpio: tps65912: Add GPIO driver for the TPS65912 PMIC (2016-02-11 16:= 31:12 +0000) ---------------------------------------------------------------- Immutable branch between MFD, GPIO and Regulator due for v4.6 ---------------------------------------------------------------- Andrew F. Davis (5): Documentation: tps65912: Add DT bindings for the TPS65912 PMIC mfd: tps65912: Remove old driver in preparation for new driver mfd: tps65912: Add driver for the TPS65912 PMIC regulator: tps65912: Add regulator driver for the TPS65912 PMIC gpio: tps65912: Add GPIO driver for the TPS65912 PMIC Documentation/devicetree/bindings/mfd/tps65912.txt | 50 ++ drivers/gpio/Kconfig | 2 +- drivers/gpio/gpio-tps65912.c | 171 +++--- drivers/mfd/Kconfig | 20 +- drivers/mfd/Makefile | 3 +- drivers/mfd/tps65912-core.c | 240 +++----- drivers/mfd/tps65912-i2c.c | 162 ++---- drivers/mfd/tps65912-irq.c | 217 -------- drivers/mfd/tps65912-spi.c | 160 ++---- drivers/regulator/Kconfig | 2 +- drivers/regulator/tps65912-regulator.c | 613 ++++---------= -------- include/linux/mfd/tps65912.h | 209 +++---- 12 files changed, 570 insertions(+), 1279 deletions(-) create mode 100644 Documentation/devicetree/bindings/mfd/tps65912.txt delete mode 100644 drivers/mfd/tps65912-irq.c --=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 S1751456AbcBKQy7 (ORCPT ); Thu, 11 Feb 2016 11:54:59 -0500 Received: from mail-wm0-f45.google.com ([74.125.82.45]:38804 "EHLO mail-wm0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751210AbcBKQy4 (ORCPT ); Thu, 11 Feb 2016 11:54:56 -0500 Date: Thu, 11 Feb 2016 16:54:51 +0000 From: Lee Jones To: "Andrew F. Davis" Cc: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Linus Walleij , Alexandre Courbot , Samuel Ortiz , Liam Girdwood , Mark Brown , devicetree@vger.kernel.org, linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] Immutable branch between MFD, GPIO and Regulator due for v4.6 Message-ID: <20160211165451.GC20693@x1> References: <1453736627-2634-1-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: <1453736627-2634-1-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 Enjoy! The following changes since commit 36f90b0a2ddd60823fe193a85e60ff1906c2a9b3: Linux 4.5-rc2 (2016-01-31 18:12:16 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git tags/ib-mfd-regulator-gpio-v4.5 for you to fetch changes up to ca801a22f465eae39fadc770e15b5b7e82595f81: gpio: tps65912: Add GPIO driver for the TPS65912 PMIC (2016-02-11 16:31:12 +0000) ---------------------------------------------------------------- Immutable branch between MFD, GPIO and Regulator due for v4.6 ---------------------------------------------------------------- Andrew F. Davis (5): Documentation: tps65912: Add DT bindings for the TPS65912 PMIC mfd: tps65912: Remove old driver in preparation for new driver mfd: tps65912: Add driver for the TPS65912 PMIC regulator: tps65912: Add regulator driver for the TPS65912 PMIC gpio: tps65912: Add GPIO driver for the TPS65912 PMIC Documentation/devicetree/bindings/mfd/tps65912.txt | 50 ++ drivers/gpio/Kconfig | 2 +- drivers/gpio/gpio-tps65912.c | 171 +++--- drivers/mfd/Kconfig | 20 +- drivers/mfd/Makefile | 3 +- drivers/mfd/tps65912-core.c | 240 +++----- drivers/mfd/tps65912-i2c.c | 162 ++---- drivers/mfd/tps65912-irq.c | 217 -------- drivers/mfd/tps65912-spi.c | 160 ++---- drivers/regulator/Kconfig | 2 +- drivers/regulator/tps65912-regulator.c | 613 ++++----------------- include/linux/mfd/tps65912.h | 209 +++---- 12 files changed, 570 insertions(+), 1279 deletions(-) create mode 100644 Documentation/devicetree/bindings/mfd/tps65912.txt delete mode 100644 drivers/mfd/tps65912-irq.c -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog