Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752257AbdHNNjV (ORCPT ); Mon, 14 Aug 2017 09:39:21 -0400 Received: from mail-oi0-f52.google.com ([209.85.218.52]:34998 "EHLO mail-oi0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752159AbdHNNjR (ORCPT ); Mon, 14 Aug 2017 09:39:17 -0400 MIME-Version: 1.0 In-Reply-To: <1501288226-27469-3-git-send-email-rajmohan.mani@intel.com> References: <1501288226-27469-1-git-send-email-rajmohan.mani@intel.com> <1501288226-27469-3-git-send-email-rajmohan.mani@intel.com> From: Linus Walleij Date: Mon, 14 Aug 2017 15:39:16 +0200 Message-ID: Subject: Re: [PATCH v6 2/3] gpio: Add support for TPS68470 GPIOs To: Rajmohan Mani Cc: "linux-kernel@vger.kernel.org" , "linux-gpio@vger.kernel.org" , ACPI Devel Maling List , Lee Jones , Alexandre Courbot , "Rafael J. Wysocki" , Len Brown , sakari.ailus@linux.intel.com, Andy Shevchenko Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 772 Lines: 27 On Sat, Jul 29, 2017 at 2:30 AM, Rajmohan Mani wrote: > This patch adds support for TPS68470 GPIOs. > There are 7 GPIOs and a few sensor related GPIOs. > These GPIOs can be requested and configured as > appropriate. > > The GPIOs are also provided with descriptive names. > However, the typical use case is that the OS GPIO > driver will interact with TPS68470 GPIO driver > to configure these GPIOs, as requested by the > platform firmware. > > Signed-off-by: Rajmohan Mani > Reviewed-by: Linus Walleij (...) > +config GPIO_TPS68470 > + bool "TPS68470 GPIO" > + depends on MFD_TPS68470 Guarded by this symbol, so: patch applied to the GPIO tree, thanks! Yours, Linus Walleij