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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2B5DEEE57F9 for ; Fri, 8 Sep 2023 11:06:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237192AbjIHLGc (ORCPT ); Fri, 8 Sep 2023 07:06:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38214 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230156AbjIHLGb (ORCPT ); Fri, 8 Sep 2023 07:06:31 -0400 Received: from mail-wm1-x32d.google.com (mail-wm1-x32d.google.com [IPv6:2a00:1450:4864:20::32d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2B1D9173B for ; Fri, 8 Sep 2023 04:06:27 -0700 (PDT) Received: by mail-wm1-x32d.google.com with SMTP id 5b1f17b1804b1-401da71b7faso22438385e9.2 for ; Fri, 08 Sep 2023 04:06:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20230601.gappssmtp.com; s=20230601; t=1694171185; x=1694775985; darn=vger.kernel.org; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=fKhDC1+dJXvzLE48gG3JDe5bt95kZKTseJz3HDdmtqI=; b=JkJj+of5xIuymvNuwlzXB8+VtMODBRk3sTQjfUxpboMQWvEQ2gzH6SrPe5JU4fLwaz ed9TXr6YVGZ8kpXXTg3Nsc2xyFhJAuaSVy0uQQYGvaTcF2ZJ9cgSx5ujmOw7JLe/2WBZ z/Q+Q6sX31jSi8NFwGieoCE1FrLskk71wdApFCe80wYDJoR4PPi42lt1LslcjHBtclcP tiaTX0rhzZ2Ylgazn13lGE82aMqJbUwMSetX59i1AsOmYEED4xKRJJ1e1FlJZDip1gzB Ljtg5Wt8pqx2xBEsth/tGnomkOpBERXLC1iRPKI5f5muIRJ8oY3HmVnov6YptmCWV9NP J40A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1694171185; x=1694775985; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=fKhDC1+dJXvzLE48gG3JDe5bt95kZKTseJz3HDdmtqI=; b=iXepNSudt9pZXdSiEm8221mG7INZiPfD47xe5y3QjPhFW+2zeloYIXrZSoOdjjjB44 BEYfKWY8kssMcxpgflZGJWg55INE+ROlXrTf+PpLzBBfbpF+/bScfdDQ+gdxX/tX18PQ A/IpBb+1AIwFz/cr1XqxTNO8YzcD2R2bU4M3kx4Ku0FisNQzbCqTJwUaSqelMu0srt+w MAXaxDincCumpvUM0kHvIdtmbzwTMAvdG4vwWKfvmCkwAQ1zVLx10CJV78SjGgy4ucmu V497Prv/voyoX1qkeR6lJ954xYGciWOsrWMfSb4a2o5rwtqCpB2ODHxuHA/vHHy+Xf90 ZtjA== X-Gm-Message-State: AOJu0Yzq+UEfP57tyBigl5CFUIXkTovgTxI4HqidFThZe6IUCf2BJG+w +6pj8NA44gXvamgFP19Fz4Hrbg== X-Google-Smtp-Source: AGHT+IGimABcUqVSDlcYiqilCaACwqh6ZzO7R9wh0ItpyEksOsa+RqaF1QaDUTjen7of4miXXtdhnQ== X-Received: by 2002:adf:e44b:0:b0:317:3f64:4901 with SMTP id t11-20020adfe44b000000b003173f644901mr1565273wrm.41.1694171185433; Fri, 08 Sep 2023 04:06:25 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:6ad7:c094:c795:74f2]) by smtp.gmail.com with ESMTPSA id d10-20020a5d538a000000b0031c7682607asm1812089wrv.111.2023.09.08.04.06.24 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 08 Sep 2023 04:06:25 -0700 (PDT) From: Bartosz Golaszewski To: Linus Torvalds Cc: Andy Shevchenko , Linus Walleij , linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, Bartosz Golaszewski Subject: [GIT PULL] gpio: fixes for v6.6-rc1 Date: Fri, 8 Sep 2023 13:06:22 +0200 Message-Id: <20230908110622.9503-1-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Bartosz Golaszewski Linus, Please pull the following regression fix for the upcoming RC. Thanks Bartosz The following changes since commit 65d6e954e37872fd9afb5ef3fc0481bb3c2f20f4: Merge tag 'gfs2-v6.5-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 (2023-09-05 13:00:28 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-fixes-for-v6.6-rc1 for you to fetch changes up to 180b10bd160b014448366e5bc86e0558f8acb74f: gpio: zynq: restore zynq_gpio_irq_reqres/zynq_gpio_irq_relres callbacks (2023-09-06 17:08:51 +0200) ---------------------------------------------------------------- gpio fixes for v6.6-rc1 - fix a regression in irqchip setup in gpio-zynq ---------------------------------------------------------------- Daniel Mack (1): gpio: zynq: restore zynq_gpio_irq_reqres/zynq_gpio_irq_relres callbacks drivers/gpio/gpio-zynq.c | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-)