From patchwork Fri Oct 12 08:30:18 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 982896 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 (1024-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b="U8JVWBxe"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 42WgyJ4pH4z9s1c for ; Fri, 12 Oct 2018 19:30:32 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727794AbeJLQBt (ORCPT ); Fri, 12 Oct 2018 12:01:49 -0400 Received: from mail-io1-f66.google.com ([209.85.166.66]:34818 "EHLO mail-io1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727681AbeJLQBt (ORCPT ); Fri, 12 Oct 2018 12:01:49 -0400 Received: by mail-io1-f66.google.com with SMTP id w11-v6so8660545iob.2 for ; Fri, 12 Oct 2018 01:30:30 -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=OlsVj/nDPSdvnJP+N5JRy0PtPIng+wwb7hGyqCmyRMI=; b=U8JVWBxepr/sNF3wpOTxccPKy4uUmiqouO3IozyboEYSNb7fpQOTS+NxL6K7ZJ9WDJ 6a04iqNibEFCsEVeJ0fuXCgH3ci4AU2UKDQG+Wm02FUrZYgGeyTCpD85E4RV+WQCg57d 88cBVrq499QpQR+16md9khO3s31o97sZy6gUc= 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=OlsVj/nDPSdvnJP+N5JRy0PtPIng+wwb7hGyqCmyRMI=; b=Ygz4eHbZc3rBoSEkOZHt3YMLG33y0dkxJ5H9+oM/GKZJ9FXUXkBzOcJ9kSeC5zxXmU 2TkysJ/BPf+z/HYHnQ6QkZZ+aNKl49dzCIBpwnUlyXPJvl9cOXoWH6Snw7dRneqQpzDf txTgG+pqRimJA6UI23MMZZFrYbHGcsrRL/uvUxPBEdbQ+rgP2zRa7dQ9+n58x635pwNl jQ8Kz18Eq7tuJKtPGwLahJewgpwSM+YEBxfIjdS+6k3qlS4Y0wghCWnySwrtlPxnGFkF G9XBc+9NFRsmBBp2alAx+bFU7fekcgPNj6+0nN7bUu38eEBR/sOsfEsuaZpvYGpkPhOS RVaA== X-Gm-Message-State: ABuFfogGOyexeBhWHMOVLtsfV7jUgvVlkMjh67RbEmdwXnyRjIlH37rf n26WpN+s1R7sudYMXUeKq/VWEKI801a7bJZDcqURFZWPo8E= X-Google-Smtp-Source: ACcGV61R0tWTcXnBDL653GlL1ADSt6D1VU7EsRDj6CSPde9Ek6DQ2YkaQ0VcCsGndxrS68KCDONuqhzGzQPmO7zxxss= X-Received: by 2002:a6b:4006:: with SMTP id k6-v6mr3313417ioa.277.1539333030065; Fri, 12 Oct 2018 01:30:30 -0700 (PDT) MIME-Version: 1.0 From: Linus Walleij Date: Fri, 12 Oct 2018 10:30:18 +0200 Message-ID: Subject: [GIT PULL] pin control fix for v4.19 To: Greg KH Cc: "open list:GPIO SUBSYSTEM" , linux-kernel , Marco Felsch Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org Hi Greg, Here is a last minute pin control fix for the v4.19 series. Please pull it in. It fixes interrupts on the MCP23s08. Yours, Linus Walleij The following changes since commit 0238df646e6224016a45505d2c111a24669ebe21: Linux 4.19-rc7 (2018-10-07 17:26:02 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git tags/pinctrl-v4.19-5 for you to fetch changes up to f259f896f2348f0302f6f88d4382378cf9d23a7e: pinctrl: mcp23s08: fix irq and irqchip setup order (2018-10-10 14:36:35 +0200) ---------------------------------------------------------------- A single pin control fix for v4.19: - Interrupt setup in the MCP23S08 driver. ---------------------------------------------------------------- Marco Felsch (1): pinctrl: mcp23s08: fix irq and irqchip setup order drivers/pinctrl/pinctrl-mcp23s08.c | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-)