From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Andrew F. Davis" Subject: Re: [PATCH v6 3/3] gpio: tps65086: Add GPO driver for the TPS65086 PMIC Date: Tue, 26 Jan 2016 08:38:04 -0600 Message-ID: <56A784CC.4090902@ti.com> References: <1453737012-3130-1-git-send-email-afd@ti.com> <1453737012-3130-4-git-send-email-afd@ti.com> <20160126140312.GB3368@x1> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from arroyo.ext.ti.com ([192.94.94.40]:42137 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965873AbcAZOiU (ORCPT ); Tue, 26 Jan 2016 09:38:20 -0500 In-Reply-To: <20160126140312.GB3368@x1> Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: Lee Jones 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 On 01/26/2016 08:03 AM, Lee Jones wrote: > On Mon, 25 Jan 2016, Andrew F. Davis wrote: > >> Add support for the TPS65086 PMIC GPOs. >> >> TPS65086 has four configurable GPOs that can be used for several >> purposes. These are output only. >> >> Signed-off-by: Andrew F. Davis >> --- >> drivers/gpio/Kconfig | 6 ++ >> drivers/gpio/Makefile | 1 + >> drivers/gpio/gpio-tps65086.c | 144 +++++++++++++++++++++++++++++++++++++++++++ >> 3 files changed, 151 insertions(+) >> create mode 100644 drivers/gpio/gpio-tps65086.c > > Is this patch orthogonal to the other two in the set, or do they all > need to go in together? > These can all go in separately, in fact Mark has already taken the regulator component from a previous push of this series. It is only the TPS65912 driver I'm pushing that will need to go all at once due to conflicts with the driver it is replacing. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966217AbcAZOiY (ORCPT ); Tue, 26 Jan 2016 09:38:24 -0500 Received: from arroyo.ext.ti.com ([192.94.94.40]:42137 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965873AbcAZOiU (ORCPT ); Tue, 26 Jan 2016 09:38:20 -0500 Subject: Re: [PATCH v6 3/3] gpio: tps65086: Add GPO driver for the TPS65086 PMIC To: Lee Jones References: <1453737012-3130-1-git-send-email-afd@ti.com> <1453737012-3130-4-git-send-email-afd@ti.com> <20160126140312.GB3368@x1> CC: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Linus Walleij , Alexandre Courbot , Samuel Ortiz , Liam Girdwood , Mark Brown , , , From: "Andrew F. Davis" Message-ID: <56A784CC.4090902@ti.com> Date: Tue, 26 Jan 2016 08:38:04 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <20160126140312.GB3368@x1> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/26/2016 08:03 AM, Lee Jones wrote: > On Mon, 25 Jan 2016, Andrew F. Davis wrote: > >> Add support for the TPS65086 PMIC GPOs. >> >> TPS65086 has four configurable GPOs that can be used for several >> purposes. These are output only. >> >> Signed-off-by: Andrew F. Davis >> --- >> drivers/gpio/Kconfig | 6 ++ >> drivers/gpio/Makefile | 1 + >> drivers/gpio/gpio-tps65086.c | 144 +++++++++++++++++++++++++++++++++++++++++++ >> 3 files changed, 151 insertions(+) >> create mode 100644 drivers/gpio/gpio-tps65086.c > > Is this patch orthogonal to the other two in the set, or do they all > need to go in together? > These can all go in separately, in fact Mark has already taken the regulator component from a previous push of this series. It is only the TPS65912 driver I'm pushing that will need to go all at once due to conflicts with the driver it is replacing.