From patchwork Mon Oct 24 07:24:38 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 618017 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D60A8C3A59D for ; Mon, 24 Oct 2022 07:25:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231152AbiJXHZH (ORCPT ); Mon, 24 Oct 2022 03:25:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44744 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230523AbiJXHYz (ORCPT ); Mon, 24 Oct 2022 03:24:55 -0400 Received: from mail-ed1-x534.google.com (mail-ed1-x534.google.com [IPv6:2a00:1450:4864:20::534]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3F3612B610 for ; Mon, 24 Oct 2022 00:24:51 -0700 (PDT) Received: by mail-ed1-x534.google.com with SMTP id i21so6780885edj.10 for ; Mon, 24 Oct 2022 00:24:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=cc:to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=O8+nApusbsmKp9mxGLOoz0SuIwkqoThCwbGonk0Kal0=; b=ioXhV3skxY+ebJcCRfwhTL8rWqam52dYoOT8fW6Oq0ZZJCBCNOVLZ+C2+a2vW3QPC6 QeC2BIm6pGstC7pOZXLjKCX7Fx4W/z1qR4ge9HL/323eNlt7i5xCIWMCSxyX74nW0sk1 jfVIIPuuCknvNQIct0TVlJUF/6YBzYJ4UDS5Ju8C8AY4Cl5io8900KaZoS6woqP0i6xp +Ya2akj8qpjxPQ0Hx2ApymdqcZVXLN/emNwg+NbJSV8GGvZtlrSHEY6e8Y+s/fPMmySd v0HDS2LERL2P/7xPrenXACjMGTdf224p+OgcxoMwjIUBzaEjrlYsPtgeBLmkDfc32Rjk YnPg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=O8+nApusbsmKp9mxGLOoz0SuIwkqoThCwbGonk0Kal0=; b=G6PrC48N174SzVhY8WFh78w/4Pk559+DRRweSM3abN8l1AHTHoN6+XmiKgR+X+P7Gm aBIoThrO/WRfI5jLjm4E1i/BYxG8diVkJykL1M9q6Xv9CjswaGAn75qjCK0n7G36+hQg SJknci3ENQPSaHjRsM6lrqV3PcuCE0p8wWjEaBw345tfSnppOFcsnYVeCyKog2N92ahN rbNVE0dlXHnqOBQy0FTCfuvqadbyuURFo9brQ60GvpylH77Lx2QzMoKJMh/Xu/gRSTdE CKPzr4XiQ19RH5iLiCWFTmcsdSUWyJZAPVxNtJur1oLXz+ojJREq0MzTh2LNBimQ9X7u x/DQ== X-Gm-Message-State: ACrzQf1VXwF8ntxzPhRZofckjmlbcS/iQFH5kiCcG1dmzS6joLMz2x3J dXLpouyUzh1bBbvuJYjEtRo5hXLPiDJ3xmhRf9S0Dg== X-Google-Smtp-Source: AMsMyM49FK2tGwVZLYkhI/grbk963XafTKaBRQLpdp9qCIgPKUZMigP0pUGOQV5XVzSf86aep2RtRJu7r+GP5plMpL0= X-Received: by 2002:a17:906:dc8f:b0:7a5:8160:1995 with SMTP id cs15-20020a170906dc8f00b007a581601995mr5303847ejc.500.1666596289813; Mon, 24 Oct 2022 00:24:49 -0700 (PDT) MIME-Version: 1.0 From: Linus Walleij Date: Mon, 24 Oct 2022 09:24:38 +0200 Message-ID: Subject: [GIT PULL] pin control fixes for the v6.1 series, nocheinmal To: Linus Torvalds Cc: linux-kernel , "open list:GPIO SUBSYSTEM" Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org Hi Linus, OK we try again. This time I made sure to have my morning coffee *before* sending pull requests. What happened last time was: tag the branch, then screw something up with the tagging pers se (reuse old tag name by mistake), so erase it and re-push, re-tag and in the process forget that I moved back to the master branch, incidentally a clean v6.1-rc1. This time I made sure to do the right thing by eating my own dogfood and pulling the branch I pushed back to make sure it contains the desired changes. Please pull it in! Yours, Linus Walleij The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780: Linux 6.1-rc1 (2022-10-16 15:36:24 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git tags/pinctrl-v6.1-3 for you to fetch changes up to e9945b2633deccda74a769d94060df49c53ff181: pinctrl: ocelot: Fix incorrect trigger of the interrupt. (2022-10-18 10:42:10 +0200) ---------------------------------------------------------------- Some pin control fixes for v6.1: - Fix typos in UART1 and MMC in the Ingenic driver. - A really well researched glitch bug fix to the Qualcomm driver that was tracked down and fixed by Dough Anderson from Chromium. Hats off for this one! - Revert two patches on the Xilinx ZynqMP driver: this needs a proper solution making use of firmware version information to adapt to different firmware releases. - Fix interrupt triggers in the Ocelot driver. ---------------------------------------------------------------- Douglas Anderson (1): pinctrl: qcom: Avoid glitching lines when we first mux to output Horatiu Vultur (1): pinctrl: ocelot: Fix incorrect trigger of the interrupt. Sai Krishna Potthuri (2): Revert "pinctrl: pinctrl-zynqmp: Add support for output-enable and bias-high-impedance" Revert "dt-bindings: pinctrl-zynqmp: Add output-enable configuration" Siarhei Volkau (1): pinctrl: Ingenic: JZ4755 bug fixes .../bindings/pinctrl/xlnx,zynqmp-pinctrl.yaml | 4 ---- drivers/pinctrl/pinctrl-ingenic.c | 4 ++-- drivers/pinctrl/pinctrl-ocelot.c | 17 +++++++++++++---- drivers/pinctrl/pinctrl-zynqmp.c | 9 --------- drivers/pinctrl/qcom/pinctrl-msm.c | 21 +++++++++++++++++++++ 5 files changed, 36 insertions(+), 19 deletions(-)