Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S945676AbcJSQMb (ORCPT ); Wed, 19 Oct 2016 12:12:31 -0400 Received: from mail-pf0-f196.google.com ([209.85.192.196]:33591 "EHLO mail-pf0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S941272AbcJSOUm (ORCPT ); Wed, 19 Oct 2016 10:20:42 -0400 From: Andrey Smirnov To: linux-gpio@vger.kernel.org Cc: Linus Walleij , Alexandre Courbot , Rob Herring , Mark Rutland , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, cphealy@gmail.com, Andrey Smirnov Subject: [PATCH v2 00/10] Revamp Semtech SX150x driver Date: Wed, 19 Oct 2016 07:03:56 -0700 Message-Id: <1476885846-16469-1-git-send-email-andrew.smirnov@gmail.com> X-Mailer: git-send-email 2.5.5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1055 Lines: 30 Hello everyone, This is the second version of the patchset originally submitted here: http://www.spinics.net/lists/devicetree/msg146176.html The only change since v1 is that, per Rob Herring's recommendation, all of the changes to bindings documentation were coalesced into a single patch. Thank you, Andrey Smirnov Andrey Smirnov (10): gpio-sx150x: Remove 'gpio_base' from pdata gpio-sx150x: Remove 'irq_summary' parameter gpio-sx150x: Remove 'irq_base' parameter gpio-sx150x: Replace 'io_polarity' with DT binding gpio-sx150x: Replace "io_pull*_ena" with DT bindings gpio-sx150x: Replace 'reset_during_probe" with DT binding gpio-sx150x: Replace 'oscio_is_gpio' with DT binding gpio-sx150x: Remove struct sx150x_platform_data gpio-sx150x: Pass device type in DT match table bindings: gpio-sx150x: Document new bindings .../devicetree/bindings/gpio/gpio-sx150x.txt | 29 ++++ drivers/gpio/gpio-sx150x.c | 184 +++++++++------------ 2 files changed, 105 insertions(+), 108 deletions(-) -- 2.5.5