From patchwork Thu Sep 22 10:03:38 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Svyatoslav Ryhel X-Patchwork-Id: 608742 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 8DB21C6FA8B for ; Thu, 22 Sep 2022 10:04:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231245AbiIVKEZ (ORCPT ); Thu, 22 Sep 2022 06:04:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38250 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231229AbiIVKEY (ORCPT ); Thu, 22 Sep 2022 06:04:24 -0400 Received: from mail-lf1-x133.google.com (mail-lf1-x133.google.com [IPv6:2a00:1450:4864:20::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 633C8AEDBF; Thu, 22 Sep 2022 03:04:22 -0700 (PDT) Received: by mail-lf1-x133.google.com with SMTP id k10so13809499lfm.4; Thu, 22 Sep 2022 03:04:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date; bh=sR4P6OF9nNhFdMs6z46bc5wC2+2OXmKOYyGSABw3QRs=; b=lVU9xIhWyANIEQXZqcprTFf7LDhD8rj0LBH469KaC31jkZobAkIPhTuB4StWQKEgio 5K1oabEEbPYKts6RlE6+NLeG1eCzIKokIEUT5EU8KvxpqsfY3y+ynEw4VG7yBVp5waDJ JqcgPq0KIF0tL9ZviurPNr/Q0ntr/K3ESTJowOlusMlxfU7Rg5wlUut3PQWSRTj17ElI RtIVYwGokJPcwN7wTa/Z2IGfz6dAhCQedub4LNWGSoU225mCF5nYfMXOja9SFlU782NU DGgb9r4HV6dsg5C/6d81NuttfRM10JBNSCJb4kea62NHb6mpNk+lmWmYIx5BjVc5QeKI mkag== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date; bh=sR4P6OF9nNhFdMs6z46bc5wC2+2OXmKOYyGSABw3QRs=; b=BJ5/AN5LA2lJNjrpOCwEGu5vezmBtfGIqILJX9cDH/Ci0RTzyOKuYqsBdCDKsCZSjZ EmLXlQbhiCSpeAQ0rl+omdLZbVDJAjlAisdLbcppR2rBArE3QUPKgVkJz4jIHlVmSN5o slChSA9xF6+QGTxQfwbu+0dnZyiizOFvckCeWhvTSkqT88y5kB5pVhAJ6uuaqPDAgHn4 GPuRuUy6gkD/pLrB4t6UfDIOlZFwQ0T+Y6tg7OC23ftWrrDwMjoVMjHams7NMvMeS791 gLFe13DFzyBFoRns2VJor4fNEIxEcbmsgQtGP3OhU0W6S2zTiqm+9CApUgrXB6+xsiOm 9AxQ== X-Gm-Message-State: ACrzQf3gZ65cARC4YDt3LYzV+qB7z0UbSVT6CH26y+FnI+7KguLj8TCU +n/o/yzD112mEra8XmABCMQ= X-Google-Smtp-Source: AMsMyM7pi578yM27/7YOy70OP0AEwas1MlyhCT6wlicrXeuX5rUj+d+qNda4p5wbHNXc/sQzq1bb5Q== X-Received: by 2002:a05:6512:6c4:b0:498:f6fd:e82f with SMTP id u4-20020a05651206c400b00498f6fde82fmr863147lff.105.1663841060543; Thu, 22 Sep 2022 03:04:20 -0700 (PDT) Received: from localhost.localdomain ([188.163.112.59]) by smtp.gmail.com with ESMTPSA id t13-20020ac24c0d000000b0048b064707ebsm864320lfq.103.2022.09.22.03.04.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 22 Sep 2022 03:04:13 -0700 (PDT) From: Svyatoslav Ryhel To: Linus Walleij , Bartosz Golaszewski , Thierry Reding , Jonathan Hunter , Dmitry Osipenko Cc: linux-gpio@vger.kernel.org, linux-tegra@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v1 0/1] gpio: tegra: Convert to immutable irq chip Date: Thu, 22 Sep 2022 13:03:38 +0300 Message-Id: <20220922100339.12565-1-clamor95@gmail.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org This patch updates gpio-tegra to use an immutable IRQ chip for all tegra just like it was made before on t186. Svyatoslav Ryhel (1): gpio: tegra: Convert to immutable irq chip drivers/gpio/gpio-tegra.c | 56 ++++++++++++++++++++++++++++----------- 1 file changed, 40 insertions(+), 16 deletions(-)