From patchwork Tue Oct 8 08:59:58 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 1173137 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=linux-gpio-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=none dis=none) header.from=linaro.org Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b="vm/asU4U"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 46nWWx1CW2z9sPk for ; Tue, 8 Oct 2019 20:00:13 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729772AbfJHJAM (ORCPT ); Tue, 8 Oct 2019 05:00:12 -0400 Received: from mail-lj1-f196.google.com ([209.85.208.196]:43065 "EHLO mail-lj1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728866AbfJHJAL (ORCPT ); Tue, 8 Oct 2019 05:00:11 -0400 Received: by mail-lj1-f196.google.com with SMTP id n14so16622262ljj.10 for ; Tue, 08 Oct 2019 02:00:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:from:date:message-id:subject:to:cc; bh=teTMW0xTyzGadnBpOLviUKelFXzH4FksSl8RfVfYuKY=; b=vm/asU4UhgzlA6XukbK82YQmiDr8qpfhHjhcnzyBapIdRLd9rciZKGg5MriVpzRyAh mIu4O3/xhoB65peMKtP12+lkvrHtuV/4wGepNNAoLnrDojQPxIXyYgiWXWEW4cO241aS qp/j5NDvGOl3E9/1kM4hFF1/6IZ/HtrrSyhcBI3RdPa/RLd0X4e1loMf4SErlTe5VBYV 12UsQtsCEsOk9le9OTRBPNsu1kuVPB1CSlclimaTd9xeth6fv+eng9FtnoUQ2MqRpzMI P4hjCwN23uOlKeXSKM8+ggN6A/Dl4brIETBj9jDh4Ezl0jW4PTsftStyAO1NLM2stkLo 6y7A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=teTMW0xTyzGadnBpOLviUKelFXzH4FksSl8RfVfYuKY=; b=AaHQCa4AnkNqQq4WrIki/qEDwExnk6U+JXS93emOWNmt93xOrqH90LPn+ln20PJaYJ XCmhSdShsJ7E5eis0gkhsw3yH7OlRXYzNVteC8JAT/oLqM8ibVnksqPReghavJ2A9ooo hqtyFetrSGP+HLGx0ZR1QeEdR5yR94dgNqgugWTF9O4L00KM0UmLi+7TXnomxlnh8mn3 VEgByEe56hVmotv7bpTgwx85YdDy9q7f7VORv0eyYbXTbJ7SSJc7V7QBnh/SFP2jFFbw eXl6i7S9QyQ+5UKIyTOnq/fQ+mypDBt6FoQuoef6qdr2olvRXC+SE/kKJG+QNWqga6zr hVSQ== X-Gm-Message-State: APjAAAUfWK1jGLOSHkEzXq/OCLUvTI10cOYx7f8XmieUwZNMYxDKLUw6 Z6EUO8NB+rJS7TV1uKKugawOZIJK9d4KTj+FTSX8U4QypIKgIA== X-Google-Smtp-Source: APXvYqw9fWGADAgVJEmFIATdDVbXmdaqmYVxjYl4JLUOWELQrCpjiffIUikAvMGhadt+AKiLWWY/NgqaUfqnTPWEw3I= X-Received: by 2002:a2e:5dc3:: with SMTP id v64mr21693733lje.118.1570525209710; Tue, 08 Oct 2019 02:00:09 -0700 (PDT) MIME-Version: 1.0 From: Linus Walleij Date: Tue, 8 Oct 2019 10:59:58 +0200 Message-ID: Subject: [GIT PULL] GPIO fixes for the v5.4 series To: Linus Torvalds Cc: linux-kernel , "open list:GPIO SUBSYSTEM" , Bartosz Golaszewski Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org Hi Linus, some GPIO fixes collected since the merge window, 3 for stable, 2 driver fixes. Details in the signed tag. Please pull them in! Yours, Linus Walleij The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c: Linux 5.4-rc1 (2019-09-30 10:35:40 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git tags/gpio-v5.4-2 for you to fetch changes up to fffa6af94894126994a7600c6f6f09b892e89fa9: gpio: max77620: Use correct unit for debounce times (2019-10-04 23:58:10 +0200) ---------------------------------------------------------------- GPIO fixes for the v5.4 series: - Don't clear FLAG_IS_OUT when emulating open drain/source in gpiolib. - Fix up the usage of nonexclusive GPIO descriptors from device trees. - Fix the incorrect IEC offset when toggling trigger edge in the Spreadtrum driver. - Use the correct unit for debounce settings in the MAX77620 driver. ---------------------------------------------------------------- Bartosz Golaszewski (1): gpiolib: don't clear FLAG_IS_OUT when emulating open-drain/open-source Bruce Chen (1): gpio: eic: sprd: Fix the incorrect EIC offset when toggling Linus Walleij (1): Merge tag 'gpio-v5.4-rc2-fixes-for-linus' of git://git.kernel.org/.../brgl/linux into fixes Marco Felsch (1): gpio: fix getting nonexclusive gpiods from DT Thierry Reding (1): gpio: max77620: Use correct unit for debounce times drivers/gpio/gpio-eic-sprd.c | 7 ++++--- drivers/gpio/gpio-max77620.c | 6 +++--- drivers/gpio/gpiolib-of.c | 2 +- drivers/gpio/gpiolib.c | 27 +++++++++++++++++++-------- 4 files changed, 27 insertions(+), 15 deletions(-)