Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756443AbcJWKly (ORCPT ); Sun, 23 Oct 2016 06:41:54 -0400 Received: from mail-qk0-f180.google.com ([209.85.220.180]:35417 "EHLO mail-qk0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755461AbcJWKlu (ORCPT ); Sun, 23 Oct 2016 06:41:50 -0400 MIME-Version: 1.0 In-Reply-To: <1477040998-2016-1-git-send-email-narmstrong@baylibre.com> References: <1477040998-2016-1-git-send-email-narmstrong@baylibre.com> From: Linus Walleij Date: Sun, 23 Oct 2016 12:41:49 +0200 Message-ID: Subject: Re: [PATCH v3] pinctrl: Add SX150X GPIO Extender Pinctrl Driver To: Neil Armstrong Cc: Peter Rosin , "linux-kernel@vger.kernel.org" , "linux-gpio@vger.kernel.org" , "devicetree@vger.kernel.org" , Roland Stigge , Vladimir Zapolskiy , Andrey Smirnov 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: 434 Lines: 12 On Fri, Oct 21, 2016 at 11:09 AM, Neil Armstrong wrote: > Since the I2C sx150x GPIO expander driver uses platform_data to manage > the pins configurations, rewrite the driver as a pinctrl driver using > pinconf to get/set pin configurations from DT or debugfs. Thanks! Patch applied for an immutable branch that I'll pull into both pinctrl and gpio. All acks and test tags added too. Yours, Linus Walleij