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 63F5EC433F5 for ; Sat, 7 May 2022 13:53:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1384419AbiEGN4o (ORCPT ); Sat, 7 May 2022 09:56:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38792 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1385312AbiEGN4j (ORCPT ); Sat, 7 May 2022 09:56:39 -0400 Received: from mail-wr1-x42f.google.com (mail-wr1-x42f.google.com [IPv6:2a00:1450:4864:20::42f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0426046B27 for ; Sat, 7 May 2022 06:52:53 -0700 (PDT) Received: by mail-wr1-x42f.google.com with SMTP id t6so13562637wra.4 for ; Sat, 07 May 2022 06:52:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20210112.gappssmtp.com; s=20210112; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=5xN2OV8hD+tKLatOko/+mvAfDivXabKIhKKgO5mYO6w=; b=AYI+1EXSn5jNkkc86OlgGDSAdJDpQyYSSi6l9vP4Vovqd2o4olH8Asqltspea1kDUj 2IBcWS7G6LxB+sDsUNNPOGZ06ftybYpnMRNhNhDyP/5yqoWdB67QM5+eKDlWSeVJFwm5 0TwISdEYBV86JUkjEGct9vt2fX2Fs6QyGtK4NVJidFFfZ51y7xNWCEgjf1wksrl16A0/ FcesCPjwkxZUN+QyylCDUUOuzkijCdI4r3X12iB3yhLyFAYR7mYJXF0pXPHBk541iIFJ pbYbE6wlv+4vnceoVTBS8zB5Y6pSCYFhUH1rjuoSOKmMIPdMU0Op+ulV4cR19Wuwb8X7 UFcw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=5xN2OV8hD+tKLatOko/+mvAfDivXabKIhKKgO5mYO6w=; b=JZA5xDUm9uEmokNL2xavQKBoSe3pfm7oF817vBbQ1iGO9xiKUhtQVp7w3t/LcZkpTR jBsKe46lbSoiP7oeY+rRx4M2gB/8wm9y8LtTBO9tSMNkxgHIh4uTP9P1W19pVq13hYXr iyh0dk5Mx4vWiD5oMLFLetDiC1KPevBO/+hmUMDBaYK/4DVpK6juiVkrGgHv2NUWyENG FL6Eqy0T7vhzE6Cqw9DU3s5YEaMBqPA2ggmJSDi8C9VEkan1PKBrRl4HZ5a4amf94YP5 asDZFIE5sjZEQoBiiCcdWzJ9ssihsGmqjc5+cdc6AFk2gGY10CAnYcuvFpcoEAH1Jbgn i1oA== X-Gm-Message-State: AOAM530jJ/PZ8ctwlqCAkpzPreTNDpm6HqRKi4QON9IFLbFoPsZyui0y dlAazM9xBnhMWnIuR3HHTQJXbg== X-Google-Smtp-Source: ABdhPJzNHaRmcPVmm5V99OFx6vWhMlhk+8lOyBCnowRJZwE7g+Uhr3vmfWf+1lX9jEEQ/adM6SEdwQ== X-Received: by 2002:adf:f38a:0:b0:20a:bc71:fe3f with SMTP id m10-20020adff38a000000b0020abc71fe3fmr6764368wro.47.1651931571541; Sat, 07 May 2022 06:52:51 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:8c19:498c:46b8:803c]) by smtp.gmail.com with ESMTPSA id bw26-20020a0560001f9a00b0020ac8c19ecfsm5854116wrb.3.2022.05.07.06.52.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 07 May 2022 06:52:51 -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 v5.18-rc6 Date: Sat, 7 May 2022 15:52:47 +0200 Message-Id: <20220507135247.17566-1-brgl@bgdev.pl> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org Linus, Please pull the following set of small fixes for the next rc. Details are in the signed tag. Best Regards, Bartosz Golaszewski The following changes since commit 672c0c5173427e6b3e2a9bbb7be51ceeec78093a: Linux 5.18-rc5 (2022-05-01 13:57:58 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-fixes-for-v5.18-rc6 for you to fetch changes up to dba785798526a3282cc4d0f0ea751883715dbbb4: gpio: pca953x: fix irq_stat not updated when irq is disabled (irq_mask not set) (2022-05-06 16:59:29 +0200) ---------------------------------------------------------------- gpio fixes for v5.18-rc6 - fix the bounds check for the 'gpio-reserved-ranges' device property in gpiolib-of - drop the assignment of the pwm base number in gpio-mvebu (this was missed by the patch doing it globally for all pwm drivers) - fix the fwnode assignment (use own fwnode, not the parent's one) for the GPIO irqchip in gpio-visconti - update the irq_stat field before checking the trigger field in gpio-pca953x - update GPIO entry in MAINTAINERS ---------------------------------------------------------------- Andrei Lalaev (1): gpiolib: of: fix bounds check for 'gpio-reserved-ranges' Bartosz Golaszewski (1): MAINTAINERS: update the GPIO git tree entry Baruch Siach (1): gpio: mvebu: drop pwm base assignment Nobuhiro Iwamatsu (1): gpio: visconti: Fix fwnode of GPIO IRQ Puyou Lu (1): gpio: pca953x: fix irq_stat not updated when irq is disabled (irq_mask not set) MAINTAINERS | 2 +- drivers/gpio/gpio-mvebu.c | 7 ------- drivers/gpio/gpio-pca953x.c | 4 ++-- drivers/gpio/gpio-visconti.c | 7 ++----- drivers/gpio/gpiolib-of.c | 2 +- 5 files changed, 6 insertions(+), 16 deletions(-)