From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6ADCBC56202 for ; Fri, 13 Nov 2020 13:22:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1814022245 for ; Fri, 13 Nov 2020 13:22:57 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="rXNQRg47" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726427AbgKMNW4 (ORCPT ); Fri, 13 Nov 2020 08:22:56 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48232 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726160AbgKMNW4 (ORCPT ); Fri, 13 Nov 2020 08:22:56 -0500 Received: from mail-lf1-x144.google.com (mail-lf1-x144.google.com [IPv6:2a00:1450:4864:20::144]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DB210C0613D1 for ; Fri, 13 Nov 2020 05:22:55 -0800 (PST) Received: by mail-lf1-x144.google.com with SMTP id r9so13769425lfn.11 for ; Fri, 13 Nov 2020 05:22:55 -0800 (PST) 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=3DLbt5bV6U63zLtfHDXFZOW3hWZEC1wwHFcy2bqaxN8=; b=rXNQRg47wp+JjPJnDjipB+Hg420EikP1ABzdSD2VBl8I85C6VoJU8Gr6xrCNWP++l9 188Gh5zQ4kFn/hSMJLjGtMMxZFznsHyaD2pPkbFeFoMBYmz6Be2Xhv7LmRFyXeIv0sll YUSvGhkMp6d4HeNW8zzIMlRcnLtNUcMyv9cMyPPLv1mrPQZGlEttECW2LNd0nsxuygMz GZ6ZodRh177D3CIXY+dOmoQoGtpbhYcJorwJjWW7TVV5ZazhirqN9iDQ5nfoTwIS0vX0 bHnAAf/EpU/yi2A16hY36C6BF+aj2tA4yeCW8/oR2SW8pnmNJPcHYIdah6nByJT+4w6R FlgA== 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=3DLbt5bV6U63zLtfHDXFZOW3hWZEC1wwHFcy2bqaxN8=; b=lohXVxJYisBJtMRvdJjUN+tCob7Xd2PPhSq4o8mHkKC1Sv2I3+aT86xjMA6W18FyEN LFocndPSrtBHzUDoFOxkP6hbUHrcFm0c0VKcwv3m0ylbV7ziuyf2AUNBOJ1ifF/opMay 7yEr6wIRYY5BfJcgC9GnPni4MUogAxNeby8vdSSIDomfie7Cq2YlwPcTkgy4lwGdlp6P WhIs0igck2h5t5bGrRfTgjX0z3nT3fCdYwOPye+cYfEfYeMGJSOSyCASZdhCVIehXrSJ qCvHKKurbvGCndPWtSXhrXUwUli6Lj4By89hkdKmzFeVxISQK6wjdsX3XZIxSqXNL3iI ngGg== X-Gm-Message-State: AOAM530J8dVUyIO0LnFxDIpPDjj3B4esJoUMTaOHazH+lDrCA06+NWpd zT2OiQ366gbqP0+CH4fpQC2BDBYmG9FjeuOEHhDWkw== X-Google-Smtp-Source: ABdhPJwsFVlMFtci48Zk37WHFRxMO4kKt+n6BkZVRDHuhKJOjSN/GxjuMKZBPsAoqU8KoMNZ1NjyftkBrPa6EW38ZgE= X-Received: by 2002:a19:e08:: with SMTP id 8mr827046lfo.441.1605273774375; Fri, 13 Nov 2020 05:22:54 -0800 (PST) MIME-Version: 1.0 From: Linus Walleij Date: Fri, 13 Nov 2020 14:22:43 +0100 Message-ID: Subject: [GIT PULL] pin control fixes for the v5.10 series To: Linus Torvalds Cc: linux-kernel , "open list:GPIO SUBSYSTEM" , Andy Shevchenko , Coiby Xu Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org Hi Linus, here is a bunch of pin control fixes for the v5.10 kernel series. Nothing in particular to say about it, because they are all driver fixes. I'm happy that some AMD driver fixes are appearing, it's been an undermaintained driver, and laptops have suffered. Please pull it in! Yours, Linus Walleij The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec: Linux 5.10-rc1 (2020-10-25 15:14:11 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git tags/pinctrl-v5.10-2 for you to fetch changes up to dadfab0fbf0173da6e24c8322b69083fef03033d: Merge tag 'intel-pinctrl-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/intel into fixes (2020-11-10 15:35:41 +0100) ---------------------------------------------------------------- Pin control fixes for the v5.10 series: - Two fixes to the Intel pin controller drivers: fixing pull resistance bias. - Fix some invalid SSI pins on the Ingenic pin controller. - Make sure the clock is enabled when requesting interrupts from the Rockchip GPIO controller. - Make sure IRQs are mapped when looking up the IRQ for a GPIO line on the Rockchip GPIO Write. - Two regmap initialization fixes for the MCP23s08. - Fix a GPI-only prefix function problem on the Aspeed pin controller. - Disable the debounce filter correctly on the AMD pin controller. - Correct the timer clock setting for the AMD debounce timer. - Make the Qualcomm pin controller more cautious around the handling of PDC-related GPIO interrupts. - Fix the interrupt map in the Qualcomm SM8250 pin controller. ---------------------------------------------------------------- Andy Shevchenko (4): pinctrl: intel: Fix 2 kOhm bias which is 833 Ohm pinctrl: intel: Set default bias in case no particular value given pinctrl: mcp23s08: Use full chunk of memory for regmap configuration pinctrl: mcp23s08: Print error message when regmap init fails Billy Tsai (1): pinctrl: aspeed: Fix GPI only function problem. Bjorn Andersson (1): pinctrl: qcom: sm8250: Specify PDC map Coiby Xu (2): pinctrl: amd: fix incorrect way to disable debounce filter pinctrl: amd: use higher precision for 512 RtcClk Jianqun Xu (2): pinctrl: rockchip: enable gpio pclk for rockchip_gpio_to_irq pinctrl: rockchip: create irq mapping in gpio_to_irq Linus Walleij (1): Merge tag 'intel-pinctrl-v5.10-2' of git://git.kernel.org/.../pinctrl/intel into fixes Maulik Shah (1): pinctrl: qcom: Move clearing pending IRQ to .irq_request_resources callback Paul Cercueil (1): pinctrl: ingenic: Fix invalid SSI pins drivers/pinctrl/aspeed/pinctrl-aspeed.c | 7 ++-- drivers/pinctrl/intel/pinctrl-intel.c | 40 +++++++++++++----- drivers/pinctrl/pinctrl-amd.c | 6 +-- drivers/pinctrl/pinctrl-ingenic.c | 72 ++++++++++++++++----------------- drivers/pinctrl/pinctrl-mcp23s08_spi.c | 4 +- drivers/pinctrl/pinctrl-rockchip.c | 30 +++++++------- drivers/pinctrl/qcom/pinctrl-msm.c | 32 +++++++++------ drivers/pinctrl/qcom/pinctrl-sm8250.c | 18 +++++++++ 8 files changed, 127 insertions(+), 82 deletions(-)