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=-20.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE, SPF_PASS autolearn=unavailable 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 76BE9C433ED for ; Fri, 23 Apr 2021 23:22:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 504706115B for ; Fri, 23 Apr 2021 23:22:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236667AbhDWXXb (ORCPT ); Fri, 23 Apr 2021 19:23:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46734 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229548AbhDWXX1 (ORCPT ); Fri, 23 Apr 2021 19:23:27 -0400 Received: from mail-ej1-x632.google.com (mail-ej1-x632.google.com [IPv6:2a00:1450:4864:20::632]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A6A55C061574 for ; Fri, 23 Apr 2021 16:22:48 -0700 (PDT) Received: by mail-ej1-x632.google.com with SMTP id ja3so207040ejc.9 for ; Fri, 23 Apr 2021 16:22:48 -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=9KdCYVYjsxm43pdzjAW7S0Q2+F1LcWUUXR0r+zmo39s=; b=e3t/dADON64hxvBTxTkoSr3n+kMdchKnreD351DeJmixuumfC7fIkQSUbls7LMo8Ds 7nADt0soBN11Td+VpBE8KUqzbkifFvV0cdfJ6OnHLLbxCDnV8KuU1VruL1PcMjrn2mRt 6RkZJu5o1mUNUGh4GFb0m26TsBsqoyAjSYv0bmE13zeCjVb98qVCjX/bFRIRmQ2TZsqk OLyTxfQIsV4Ys5DLujQfjIPLekO2nsOTlVAu8Z21jdI493Nk/mfjVustBiVCpx8x2QsT jza1EFUhLL7hi+sl+ZoqTZ21Z60xLm51AlHXKET0RuN+8VzyuGy3Csh8GVKlmgUcrpcN 94MA== 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=9KdCYVYjsxm43pdzjAW7S0Q2+F1LcWUUXR0r+zmo39s=; b=BaqbIpBGy6I2q3YbXeuLyKvofTF/jIrHRbxuMtNb22A6tMmk9qMyaQpbgfPYemPAZm 0jOJh41WOyGQzfwSL4bDljcAlEjcufeye0dAbUJKyY0d0v8yotS6poyH+dUh9NSZ+v8d LV4sz5hKl4AmLjRNsfnUSLHjA7nI7aDGV1eRimbpgzLdLOgebL5PMdZknABl523V39zr eYJrz1keo6SUeTGZuwyCSg5TZxOtN+tMie6KfWAciry3avb4ncoA80Ty3HbALz2Mwo/N ky5w3IW981dFGI9Iwi6SF/4HXo7c+9f9jkO2VPjgAntupgpzzN9ChwIV2dbA3vauMJTt bcUw== X-Gm-Message-State: AOAM5304/3dpvM+yn6ANv/1gLh6hCLkOD8QFmG4vBBEjjp1L+mlOpo9C UalY81Q2xk8FuDcGx3YUibJCR1n+d4dGHI1JquhdOJHjmBTFEA== X-Google-Smtp-Source: ABdhPJyRYx8qR/OoKBcHt47tR0XtriE/q6Xr5yh5O4DmKN830KcuvaeeFVJPK4RVxsSfReNGrQ95KPpulby28bOjrro= X-Received: by 2002:a17:906:f285:: with SMTP id gu5mr6736919ejb.226.1619220167200; Fri, 23 Apr 2021 16:22:47 -0700 (PDT) MIME-Version: 1.0 From: Linus Walleij Date: Sat, 24 Apr 2021 01:22:36 +0200 Message-ID: Subject: [GIT PULL] final pin control fixes for v5.12 To: Linus Torvalds Cc: linux-kernel , "open list:GPIO SUBSYSTEM" Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, some late pin control fixes, would have been in the main pull request normally but hey I got lucky and we got another week to polish up v5.12 so here we go. One driver fix and one making the core debugfs work. Please pull it in! Yours, Linus Walleij The following changes since commit e49d033bddf5b565044e2abe4241353959bc9120: Linux 5.12-rc6 (2021-04-04 14:15:36 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git tags/pinctrl-v5.12-3 for you to fetch changes up to 482715ff0601c836152b792f06c353464d826b9b: pinctrl: core: Show pin numbers for the controllers with base = 0 (2021-04-22 02:13:42 +0200) ---------------------------------------------------------------- Late pin control fixes for v5.12: - Fix the number of pins in the community of the Intel Lewisburg SoC. - Show pin numbers for controllers with base = 0 in the new debugfs feature. ---------------------------------------------------------------- Andy Shevchenko (1): pinctrl: core: Show pin numbers for the controllers with base = 0 Linus Walleij (1): Merge tag 'intel-pinctrl-v5.12-4' of gitolite.kernel.org:pub/scm/linux/kernel/git/pinctrl/intel into fixes Yuanyuan Zhong (1): pinctrl: lewisburg: Update number of pins in community drivers/pinctrl/core.c | 14 ++++++++------ drivers/pinctrl/intel/pinctrl-lewisburg.c | 6 +++--- 2 files changed, 11 insertions(+), 9 deletions(-)