From patchwork Fri Oct 8 20:11:26 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Reding X-Patchwork-Id: 12546263 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 81B7AC4332F for ; Fri, 8 Oct 2021 20:11:38 +0000 (UTC) Received: by mail.kernel.org (Postfix) id 475996112D; Fri, 8 Oct 2021 20:11:38 +0000 (UTC) Received: from mail-wr1-f43.google.com (mail-wr1-f43.google.com [209.85.221.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 1A4DB60F93; Fri, 8 Oct 2021 20:11:38 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 1A4DB60F93 Authentication-Results: mail.kernel.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-wr1-f43.google.com with SMTP id k7so32922309wrd.13; Fri, 08 Oct 2021 13:11:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=URri40ZXaY0OFhtJME26qwrD1O071Yx6D/e2sBUCLRY=; b=VPu2ihICGlHKjxu5M8qHobMtZu0o/O0A4l7rMrq/i1E03H7vBCRIRDp4S033Wjj2Vm I122nU62cO0UJjI4ry3NH0eK7nfOyJ1KA6QQwVnNGBs6UKAyluney7LidHg5B0gIZvNn jeYzoT5O2V7aS4xNK/yDe7rgYvwZrfnRAnLkZoSVuoPYlI/ZTvCcSASkDdW9iNg02rNX pS6DNhDVhJRpFiUF/xGzo+FORp/WjRKCeu6Wgvbf3PWXM6EQsVe52s/1K4CGfUOBWTxt b47jzJmVBLk3grb9ffavudgsWmI1ZFnxTBU6gsn/wtIbU+wkpCpOs4mXt0E2pdSeKhaT AH/g== 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:in-reply-to :references:mime-version:content-transfer-encoding; bh=URri40ZXaY0OFhtJME26qwrD1O071Yx6D/e2sBUCLRY=; b=k4LikjGpPWFCJMTNMI7tkYdmBUpDZkVS8UO7jcfgTwxlPoR8uO3kNmfOAlkwDCM+2Y ivgZblJYbaFfv/8vg2OqPwPyndTBgM6f7RKTTGElkpOedB8huoFfClZizqV32Ay/qvy5 ZYQz9WaSEY5rgFFXghX/dnC2sz7Mj6rrOpr8utCXi0ALNCe+FUfi6n2L/Hqj8OhvaX4Y uh/ZKFcqJyuGDL6AD9AXlp/L7qGMw/h9KzQQxWjKEOH9d5yXN1p2+uyYSIEKw8QGkxvi T+eEdgtjOZm0bnHWt2r5GViAExzWVdESykB3YNrWT91A/FHrmxrxnXDyMgtW9g3B2fNf 3MOA== X-Gm-Message-State: AOAM530qAr/lJiQUyJG/8gSlM8CGCY6TTh7mTXj5YXsk8IcngGTZxxME rm7UwUWw7LlVd6v/qwPJRK561d8MBF4= X-Google-Smtp-Source: ABdhPJxsxUHf6OLRz12MGt9tZ12cq+K1UU29Y5KK8rEY8KuyDdJcHSjlrom09MFyy4UnfUVSEBgdoA== X-Received: by 2002:adf:a209:: with SMTP id p9mr6603590wra.70.1633723896167; Fri, 08 Oct 2021 13:11:36 -0700 (PDT) Received: from localhost ([217.111.27.204]) by smtp.gmail.com with ESMTPSA id s2sm258322wrn.77.2021.10.08.13.11.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 08 Oct 2021 13:11:35 -0700 (PDT) From: Thierry Reding List-Id: To: arm@kernel.org, soc@kernel.org Cc: Thierry Reding , Jon Hunter , linux-tegra@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [GIT PULL 1/7] dt-bindings: Changes for v5.16-rc1 Date: Fri, 8 Oct 2021 22:11:26 +0200 Message-Id: <20211008201132.1678814-2-thierry.reding@gmail.com> X-Mailer: git-send-email 2.33.0 In-Reply-To: <20211008201132.1678814-1-thierry.reding@gmail.com> References: <20211008201132.1678814-1-thierry.reding@gmail.com> MIME-Version: 1.0 Hi ARM SoC maintainers, The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f: Linux 5.15-rc1 (2021-09-12 16:28:37 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.16-dt-bindings for you to fetch changes up to 354754f559507e0dba014aa830c70e73e7d52f98: dt-bindings: PCI: tegra194: Fix PCIe endpoint node names (2021-10-07 21:24:25 +0200) Thanks, Thierry ---------------------------------------------------------------- dt-bindings: Changes for v5.16-rc1 This contains the DT bindings for the NVDEC hardware video decoder found on Tegra210 and later chips as well as a node name fix for the examples in the Tegra194 PCIe controller (endpoint mode) DT bindings. ---------------------------------------------------------------- Mauro Carvalho Chehab (1): dt-bindings: PCI: tegra194: Fix PCIe endpoint node names Mikko Perttunen (1): dt-bindings: Add YAML bindings for NVDEC .../bindings/gpu/host1x/nvidia,tegra210-nvdec.yaml | 106 +++++++++++++++++++++ .../bindings/pci/nvidia,tegra194-pcie.txt | 2 +- MAINTAINERS | 1 + 3 files changed, 108 insertions(+), 1 deletion(-) create mode 100644 Documentation/devicetree/bindings/gpu/host1x/nvidia,tegra210-nvdec.yaml From patchwork Fri Oct 8 20:11:27 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Reding X-Patchwork-Id: 12546265 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5F402C433F5 for ; Fri, 8 Oct 2021 20:11:40 +0000 (UTC) Received: by mail.kernel.org (Postfix) id 371E061177; Fri, 8 Oct 2021 20:11:40 +0000 (UTC) Received: from mail-wr1-f51.google.com (mail-wr1-f51.google.com [209.85.221.51]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 0DD0C60F93; Fri, 8 Oct 2021 20:11:40 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 0DD0C60F93 Authentication-Results: mail.kernel.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-wr1-f51.google.com with SMTP id v25so33010400wra.2; Fri, 08 Oct 2021 13:11:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=DuOD76MfsujRC/mf1UNyjK0xuxhstBg2jjBGBfCnQDQ=; b=cpSlimDtE43CAhY6fWlOlvfboM91zbP1jKnpGHSpM4FnqaHtQU+AJ6F5UiDv5959sI FRl8cWkl+E4qWX/qRJIMuZL+bd+q9Yi2QBEGItuMDvjHLbniSkcN/XkLqGeDhbPjz7Nn u4PjBCoCPDqDDp95u8AqFhKCeNAso1hpuWy9vziEtMdOALXDYkk4rtasVkCo8COVOeQO vsm/Jpc4IDDgnEXBIWQxknw6xLA4Bx2hR53AQSgWwyEb4oG8VvXTaOhHQaCEaqL6f8dJ FwJms3XVB2bCwymitvMIurOk1tvWz/Bq1MuMJBHkXptaehKOTMbBS9JM1XiO+T5fPKws LQIg== 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:in-reply-to :references:mime-version:content-transfer-encoding; bh=DuOD76MfsujRC/mf1UNyjK0xuxhstBg2jjBGBfCnQDQ=; b=ziu/AzrS8ZpqDZEMZanHwElb/trqNgE3W9x9S3fkEPTRmEUunfqQWNVgZ38DrTkg1t s1AqsHAV0+TCKn3tbxgzqjoT/ZNBhgTxU4yhU+H5Lr4dd6YFy4OSoNRwUdES9UOPUHQj q6Vxc2xgVWctFSOVn0KNTiRClUdKeoT9w87y/c6BbUE1adCoiHBmQPOHFj6Mr5hk23Bd SLTLmF4iyDO4lsqWhpEnb3FHs1a815UoNYh4elQL4VSQRj1NKWJoZSo6NyZFWlHLjJYK B8vzXRrRPW7/5S1VPnoK7k/GBVQF86XVlqJ55R2M+TVbcxICFZSJpAkXPrtbmoBOJg8r Fbrw== X-Gm-Message-State: AOAM532UJQxu0beUGfv5vkBXVfeuKeZ5fHb8hyV1vMnDt+6ntYEQd7mF p1lk/SgM82ODUfDNVs7hRNt/2GNgjw8= X-Google-Smtp-Source: ABdhPJw0aRE8+q0mo6vF86bB5SkpC9YG82bp0sXnutrRfW3iiUP3RCi61ArUw7K6IKRas6Ol7OxOjg== X-Received: by 2002:a7b:cf24:: with SMTP id m4mr5650335wmg.133.1633723898089; Fri, 08 Oct 2021 13:11:38 -0700 (PDT) Received: from localhost ([217.111.27.204]) by smtp.gmail.com with ESMTPSA id u1sm11734161wmc.29.2021.10.08.13.11.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 08 Oct 2021 13:11:37 -0700 (PDT) From: Thierry Reding List-Id: To: arm@kernel.org, soc@kernel.org Cc: Thierry Reding , Jon Hunter , linux-tegra@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [GIT PULL 2/7] firmware: tegra: Changes for v5.16-rc1 Date: Fri, 8 Oct 2021 22:11:27 +0200 Message-Id: <20211008201132.1678814-3-thierry.reding@gmail.com> X-Mailer: git-send-email 2.33.0 In-Reply-To: <20211008201132.1678814-1-thierry.reding@gmail.com> References: <20211008201132.1678814-1-thierry.reding@gmail.com> MIME-Version: 1.0 Hi ARM SoC maintainers, The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f: Linux 5.15-rc1 (2021-09-12 16:28:37 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.16-firmware for you to fetch changes up to f11c34bddf8cd2a3107a7d11b6446c66deda9590: firmware: tegra: bpmp: Use devm_platform_ioremap_resource() (2021-10-07 20:52:24 +0200) Thanks, Thierry ---------------------------------------------------------------- firmware: tegra: Changes for v5.16-rc1 This contains a fix for a stack usage problem that was causing build failures on 32-bit ARM and a minor janitorial cleanup. ---------------------------------------------------------------- Arnd Bergmann (1): firmware: tegra: Reduce stack usage Cai Huoqing (1): firmware: tegra: bpmp: Use devm_platform_ioremap_resource() drivers/firmware/tegra/bpmp-debugfs.c | 26 +++++++++++++++++--------- drivers/firmware/tegra/bpmp-tegra210.c | 7 ++----- 2 files changed, 19 insertions(+), 14 deletions(-) From patchwork Fri Oct 8 20:11:28 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Reding X-Patchwork-Id: 12546267 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 35D92C433F5 for ; Fri, 8 Oct 2021 20:11:42 +0000 (UTC) Received: by mail.kernel.org (Postfix) id 1EC3461019; Fri, 8 Oct 2021 20:11:42 +0000 (UTC) Received: from mail-wr1-f47.google.com (mail-wr1-f47.google.com [209.85.221.47]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id EABFD60F93; Fri, 8 Oct 2021 20:11:41 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org EABFD60F93 Authentication-Results: mail.kernel.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-wr1-f47.google.com with SMTP id u18so33119928wrg.5; Fri, 08 Oct 2021 13:11:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=KNWLHFXqYdT2gh+x9edoWxDGJ0oKoVJDV2MDrZvoAMA=; b=ZGGG50RMsvaM0LmZv4TUd+MC7cLPHPMBm2857GtsESEqfpuTzJkSIfdJG/nhQQL2Ti HFmYLcVzIYd2MV2S8/vahu133dJgu4fgKCYd7dseaYgMUPwMurVdRd1t+t/zEAZ50Iip kksBJ3BLiQoAJpRUaSolDM3s5ztO16dwoEjTn0Fe4YbJsII7IDRjAQUGieIHH2AZlcMk Nt4oJmGtVAvulzUeIktBoxaJgjE+bNk+Aw9BP5590rjH3cGHUtGX3lmBgPxyd6d9GJKK f6gKTXdJw1ghIf/mSZiliL6DgUuglOBXxrICVgRbrgW6n6cR79YqvpZSKONWH3VLXFbB M3RQ== 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:in-reply-to :references:mime-version:content-transfer-encoding; bh=KNWLHFXqYdT2gh+x9edoWxDGJ0oKoVJDV2MDrZvoAMA=; b=ARW4R+W7PV2Ua6vEh/j9ja4lTxN/yS25tPVj+T6dD1aFkm5K4dch9+aTA3PYHp3x72 2fxEfBQF8oGVUnvQVoFu2+fbSyYr3v5xiou95ZH45zglRvzUblRrkFGAQRi7ca9Hj7g2 dyx7iEJIelqZ06cmYF94SUHSMSovHYyfiWw3jWrrcxGH+BE42povlxh40JzwkbB+V/3K bsbE8jCaYBd3Dy9qk6GhAzw2oXWqR8jSG2/1uhexQqnjgl7ZY5FjmzXKK3pcY3y2ZAO6 fMO3+JKXsLtoFGnH2Yyv7j6ZDMFvHGWYlDcIu7MmwfgcjhwdX9eKXiIydTipFMJlMvAs YdWw== X-Gm-Message-State: AOAM531GD6TMnpIYolER5hYx54CZx2ewHw0EpU2f5x5D7rTXyYWvCEnP sArNO0g8FVIBgbitrNdkXjA393H7utk= X-Google-Smtp-Source: ABdhPJyZqAhm8yNPkHyUdVV334CDf1LNzNHzLHaAeINNVw8lzonUpGBlNJwkIMmre4Oytgd+MRbBdA== X-Received: by 2002:a5d:58ec:: with SMTP id f12mr6593758wrd.24.1633723900124; Fri, 08 Oct 2021 13:11:40 -0700 (PDT) Received: from localhost ([217.111.27.204]) by smtp.gmail.com with ESMTPSA id f16sm286418wrr.53.2021.10.08.13.11.38 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 08 Oct 2021 13:11:39 -0700 (PDT) From: Thierry Reding List-Id: To: arm@kernel.org, soc@kernel.org Cc: Thierry Reding , Jon Hunter , linux-tegra@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [GIT PULL 3/7] soc/tegra: Changes for v5.16-rc1 Date: Fri, 8 Oct 2021 22:11:28 +0200 Message-Id: <20211008201132.1678814-4-thierry.reding@gmail.com> X-Mailer: git-send-email 2.33.0 In-Reply-To: <20211008201132.1678814-1-thierry.reding@gmail.com> References: <20211008201132.1678814-1-thierry.reding@gmail.com> MIME-Version: 1.0 Hi ARM SoC maintainers, The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f: Linux 5.15-rc1 (2021-09-12 16:28:37 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.16-soc for you to fetch changes up to 76d89474310e05d9c592a8beed2aefe4d3396d2d: soc/tegra: pmc: Use devm_platform_ioremap_resource() (2021-10-08 21:42:41 +0200) Thanks, Thierry ---------------------------------------------------------------- soc/tegra: Changes for v5.16-rc1 This set consists of stub additions to enable compile testing for more drivers, exposes the PMC's USB regmap on all SoC generations, removes a state synchronization workaround that is no longer needed and adds an error reporting driver that can help troubleshoot crashes. To top it all off, an error handling path in the powergating code is fixed and the devm_platform_ioremap_resource() function is used to remove some boilerplate code. ---------------------------------------------------------------- Cai Huoqing (1): soc/tegra: pmc: Use devm_platform_ioremap_resource() Christophe JAILLET (1): soc/tegra: Fix an error handling path in tegra_powergate_power_up() Dmitry Osipenko (5): soc/tegra: fuse: Add stubs needed for compile testing soc/tegra: irq: Add stubs needed for compile testing soc/tegra: pm: Make stubs usable for compile testing soc/tegra: pmc: Disable PMC state syncing soc/tegra: pmc: Expose USB regmap to all SoCs Mikko Perttunen (1): soc/tegra: Add Tegra186 ARI driver drivers/soc/tegra/Makefile | 1 + drivers/soc/tegra/ari-tegra186.c | 80 ++++++++++++++++++++++++++++++++++++++++ drivers/soc/tegra/pmc.c | 28 +++++++++++--- include/soc/tegra/fuse.h | 31 +++++++++++++--- include/soc/tegra/irq.h | 9 ++++- include/soc/tegra/pm.h | 2 +- 6 files changed, 138 insertions(+), 13 deletions(-) create mode 100644 drivers/soc/tegra/ari-tegra186.c From patchwork Fri Oct 8 20:11:29 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Reding X-Patchwork-Id: 12546269 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id F250EC433F5 for ; Fri, 8 Oct 2021 20:11:43 +0000 (UTC) Received: by mail.kernel.org (Postfix) id D66EF6112D; Fri, 8 Oct 2021 20:11:43 +0000 (UTC) Received: from mail-wr1-f43.google.com (mail-wr1-f43.google.com [209.85.221.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id ADC44610E5; Fri, 8 Oct 2021 20:11:43 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org ADC44610E5 Authentication-Results: mail.kernel.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-wr1-f43.google.com with SMTP id s15so33143288wrv.11; Fri, 08 Oct 2021 13:11:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=Q6coWZ7sMS8/cnYc4yrmrrCkk64EbPdSf+pzLA8E51A=; b=IqPhVpTHqsTU+BKEpiOq4SqR7eH28X0HUfiFkPXDXgwQc/rBHq4AUxlI7zJwfEb9Km 4/F6vSgIa6f1U00Iz8KLxcC9T3c+wD6BMzUpwfID29Vd0Mj3I3kgceoTlBmy/3QyJ4YG pO2p+9+CFeGIqXWd7LGDZl6GHQzT2d12iUROXXZCmwA0btugMBgIeoSLtaoYh5jFfwZ8 jVXHhXUY9Yq5+jfoJLk9hyaiEROo0iXUPQk8niUX43lqz/enp8qnGCybIwhVLBjPBv35 /60OGetlDcO7Txg5yiCNmUsFd25JqjdDwDOfEF1wlAtDXAb7onBi1LNSZAe01KL9NbW7 WRiQ== 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:in-reply-to :references:mime-version:content-transfer-encoding; bh=Q6coWZ7sMS8/cnYc4yrmrrCkk64EbPdSf+pzLA8E51A=; b=EOgZhwKwCSqSKbaDI+6t3erZk014W1BOgRZaz5MSPSOnMaGpCLvRndtOkT/06RKB1F uwXAJOfkFDpeepRoI1InDmTSlsuT8ZLKrJWrEvE4Mou6pbY26ZiKXZt0qK79plyOUNO7 Di+Ww0aSmUh7VzSLwuS27BxAAzga5HKxTEZScgI/hLUGScZb/OJbNr/DvuglB1+iYMpK NPIE8zFt0m7p+mSbG9WTiG7wZ927Q2mJbv1f/yK22I/3JusBAlkuxXoRWBuqPNlTHdm3 SgksMIT8atjVpu5vYrFrM3zWCZT3FJQK4w0HL+PqIvHAA+O607p1QLpvk6JxNo3nVBoP wp8w== X-Gm-Message-State: AOAM531ZurHmzb7W3cWgU7359rdFxk3vOacD5UfuAuDhBqF2iGH+rvgf Oxj9L2soG2Rmtl1M6wrfdQ6klDJZHkY= X-Google-Smtp-Source: ABdhPJzVbW3ng2xhAjX1HA9rXvPa/cMP6LypEzqShOYN23bF47ZPoQO9I9yNR6Zau8N7dS/b+z2lyQ== X-Received: by 2002:adf:a78a:: with SMTP id j10mr6623943wrc.231.1633723901801; Fri, 08 Oct 2021 13:11:41 -0700 (PDT) Received: from localhost ([217.111.27.204]) by smtp.gmail.com with ESMTPSA id x17sm301964wrc.51.2021.10.08.13.11.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 08 Oct 2021 13:11:41 -0700 (PDT) From: Thierry Reding List-Id: To: arm@kernel.org, soc@kernel.org Cc: Thierry Reding , Jon Hunter , linux-tegra@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [GIT PULL 4/7] cpuidle: tegra: Changes for v5.16-rc1 Date: Fri, 8 Oct 2021 22:11:29 +0200 Message-Id: <20211008201132.1678814-5-thierry.reding@gmail.com> X-Mailer: git-send-email 2.33.0 In-Reply-To: <20211008201132.1678814-1-thierry.reding@gmail.com> References: <20211008201132.1678814-1-thierry.reding@gmail.com> MIME-Version: 1.0 Hi ARM SoC maintainers, The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f: Linux 5.15-rc1 (2021-09-12 16:28:37 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.16-cpuidle for you to fetch changes up to bdb1ffdad3b73e4d0538098fc02e2ea87a6b27cd: cpuidle: tegra: Check whether PMC is ready (2021-10-05 19:11:40 +0200) Thanks, Thierry ---------------------------------------------------------------- cpuidle: tegra: Changes for v5.16-rc1 This pulls in the for-5.16/clk and for-5.16/soc branches and uses the stubs added in them to enable compile testing of the cpuidle driver. While at it, this also fixes a potential driver probe order race condition between the PMC and the cpuidle driver. ---------------------------------------------------------------- Dmitry Osipenko (5): soc/tegra: fuse: Add stubs needed for compile testing soc/tegra: irq: Add stubs needed for compile testing soc/tegra: pm: Make stubs usable for compile testing cpuidle: tegra: Enable compile testing cpuidle: tegra: Check whether PMC is ready Thierry Reding (3): clk: tegra: Add stubs needed for compile testing Merge branch 'for-5.16/clk' into for-5.16/cpuidle Merge branch 'for-5.16/soc' into for-5.16/cpuidle drivers/cpuidle/Kconfig.arm | 2 +- drivers/cpuidle/cpuidle-tegra.c | 3 +++ include/linux/clk/tegra.h | 24 +++++++++++++++++++++++- include/soc/tegra/fuse.h | 31 ++++++++++++++++++++++++++----- include/soc/tegra/irq.h | 9 ++++++++- include/soc/tegra/pm.h | 2 +- 6 files changed, 62 insertions(+), 9 deletions(-) From patchwork Fri Oct 8 20:11:30 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Reding X-Patchwork-Id: 12546271 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E0CECC4332F for ; Fri, 8 Oct 2021 20:11:45 +0000 (UTC) Received: by mail.kernel.org (Postfix) id C59DB61019; Fri, 8 Oct 2021 20:11:45 +0000 (UTC) Received: from mail-wr1-f53.google.com (mail-wr1-f53.google.com [209.85.221.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 8D03060F93; Fri, 8 Oct 2021 20:11:45 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 8D03060F93 Authentication-Results: mail.kernel.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-wr1-f53.google.com with SMTP id m22so33181718wrb.0; Fri, 08 Oct 2021 13:11:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=GaMkCDXAPf2zzbzPSS3SHKXSx5UyLXsAaofkvKwRahc=; b=qrHEyjZyO2e45qwd0XdaUIYhv+hUXOcwbsFQhJU9Wtcp8uP11nBRBOhSpCmpBZfQTg iy4stduEugSUQM83ajywaXEyFoD+anZYXAgDjs3ys8/ToCfJ3fXJ18LEMl6f1CURBMOo F17yA8CFqD/JEJHYWN2hODJy0Zoi5rllvoB2SaR7eWJdXppS0qNhUawk8hx72sgYlXZ4 M1+u1gXp4eVsImi4xOh2z88q2j0nwIpmWtBpyUrjVupEX3iY5CcG5cDe3KkIQ2NxtzqO 7feSky/t16fkRF9RDW/gPu863nRnY+rw6u65aPBgfR93ko9BUMywzqR9qV/2tGyOqobu DWiw== 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:in-reply-to :references:mime-version:content-transfer-encoding; bh=GaMkCDXAPf2zzbzPSS3SHKXSx5UyLXsAaofkvKwRahc=; b=FSA31M7LbvIOex3M6KX0+KJjnkNZtgKKmDoJ28fdLcXMlKgGIjMxf7dISr6W1SX2Eu wfL+76PIKqDGNLR2l50EJgv5ViO5guu41nf9CnBRFUiotvD9HbNEc7Pqg97V0emqjU8N P+0CmuGobnczXTMKfifJJ8zhP3m+Du7vfvAHss6Z6Jk8IhzDOrW4Lvc+dD+xFcnQ3XK+ z0ran9qsouNgwBwTtJSpiqN6gi0CYcBbSCEeGyGJf8479kiyzjLViocp2Ip+Qg8CBOWf yYeT/DNWB0x00cwaER1U5MjZA8uaZdWry1x/MlII2p3ob2tLAz1YDU1Bf9UkLDNHyd+5 zXuA== X-Gm-Message-State: AOAM531QCm5FZGLzOquW4/Ie3qus4IqZnENOUz/zgW6mMeGbXtP5MZfZ M5tMGxld2BQvJSBskkKXba3sjnqIoRY= X-Google-Smtp-Source: ABdhPJzUdsl+jyJQtzEmc3jeD02XVww5KUUKF1zqP1bw43gWE3PSySMJnKXFuahVkKblKjJhWQBl8w== X-Received: by 2002:adf:a2d7:: with SMTP id t23mr6896509wra.156.1633723903685; Fri, 08 Oct 2021 13:11:43 -0700 (PDT) Received: from localhost ([217.111.27.204]) by smtp.gmail.com with ESMTPSA id u24sm12018470wmj.48.2021.10.08.13.11.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 08 Oct 2021 13:11:43 -0700 (PDT) From: Thierry Reding List-Id: To: arm@kernel.org, soc@kernel.org Cc: Thierry Reding , Jon Hunter , linux-tegra@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [GIT PULL 5/7] ARM: tegra: Device tree changes for v5.16-rc1 Date: Fri, 8 Oct 2021 22:11:30 +0200 Message-Id: <20211008201132.1678814-6-thierry.reding@gmail.com> X-Mailer: git-send-email 2.33.0 In-Reply-To: <20211008201132.1678814-1-thierry.reding@gmail.com> References: <20211008201132.1678814-1-thierry.reding@gmail.com> MIME-Version: 1.0 Hi ARM SoC maintainers, The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f: Linux 5.15-rc1 (2021-09-12 16:28:37 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.16-arm-dt for you to fetch changes up to 96f4adcd888d7ecb17ba5c88c141ed107cedf913: ARM: tegra: Remove useless usb-ehci compatible string (2021-10-07 20:59:48 +0200) Thanks, Thierry ---------------------------------------------------------------- ARM: tegra: Device tree changes for v5.16-rc1 This contains various cleanup patches to 32-bit ARM Tegra device trees and enables USB OTG mode on the Nexus 7. ---------------------------------------------------------------- David Heidelberg (2): ARM: tegra: acer-a500: Correct compatible of ak8975 magnetometer ARM: tegra: Remove unused backlight-boot-off property Dmitry Osipenko (3): ARM: tegra: Update Broadcom Bluetooth device-tree nodes ARM: tegra: Add new properties to USB PHY device-tree nodes ARM: tegra: nexus7: Enable USB OTG mode Thierry Reding (1): ARM: tegra: Remove useless usb-ehci compatible string arch/arm/boot/dts/tegra114.dtsi | 8 ++++-- arch/arm/boot/dts/tegra124.dtsi | 12 ++++++--- arch/arm/boot/dts/tegra20-acer-a500-picasso.dts | 7 +++-- arch/arm/boot/dts/tegra20-paz00.dts | 2 -- arch/arm/boot/dts/tegra20.dtsi | 13 +++++++--- .../dts/tegra30-asus-nexus7-grouper-common.dtsi | 30 +++++++++++++++++++--- arch/arm/boot/dts/tegra30-ouya.dts | 5 +++- arch/arm/boot/dts/tegra30.dtsi | 12 ++++++--- 8 files changed, 69 insertions(+), 20 deletions(-) From patchwork Fri Oct 8 20:11:31 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Reding X-Patchwork-Id: 12546273 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8A4A2C433FE for ; Fri, 8 Oct 2021 20:11:47 +0000 (UTC) Received: by mail.kernel.org (Postfix) id 71DDF610E5; Fri, 8 Oct 2021 20:11:47 +0000 (UTC) Received: from mail-wr1-f51.google.com (mail-wr1-f51.google.com [209.85.221.51]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 4956B60F93; Fri, 8 Oct 2021 20:11:47 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 4956B60F93 Authentication-Results: mail.kernel.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-wr1-f51.google.com with SMTP id r10so33084023wra.12; Fri, 08 Oct 2021 13:11:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=CJBkgInhT6PLCmAU8FT+r7FUkf+LpzjWJN55V3vRhsM=; b=jNAIOVRVou5pRLaLljnHnuuDcM+O8yh7ViN38/lGI4LU8NdL4usiHkE/sSjz1iahDL dZhz8MHiLg0dk33XZ0lh9z2FmjgAW7NUMSH4Dvgoarka10VUwCOBakAzmod++EacZuqi L6M6DImyN4aMlzbNN10s/PM5ZEjN96TqqJ0P0IyJA8UKBi6u/3iZ2kcjcmfSirYlDfig gacwMgq3XurCP7LxsfBOobR0sksyMpjT0FB6SD9HxtzLGf96VkGn21/qDnbrpkjL7JGA BB98ZPBSPlNTboITjzsiamrIGKkWLYwpd9dlyLWnbsydlPYed0TUS/v7QV1vWNbYZQSO twQw== 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:in-reply-to :references:mime-version:content-transfer-encoding; bh=CJBkgInhT6PLCmAU8FT+r7FUkf+LpzjWJN55V3vRhsM=; b=jsvROC4m4ZZX1Q81kYzzTeJY+b1fobk2w+XkYRXvA2kDyNwJq5b8zBrqdpgFsxG7yR P14P6L5ccaJiMPXg4iUhavWxY8DAjPIWWIrCeUtRmqcjo2tx7/wQWLmKspsHLTh+FWuB jI/a8aUV6my7fVDPK5sFesOz0Dgq3hUFsFFXke9y80kWYrBfGCqZu2WmpvCAHxGNJ48O v9VoDM5wTWr/dUDiRW8L/U0ehCIIXgdbUQJk/MYZiQQnr94kbUFBIkgQFtHySqpvpuYJ D7ndu7q0syxtZf7SIT45OwXwhLN+rxBt6tLRJBrOC9H7o2xKsmGZNLenusdSqnpOeOkl zhyA== X-Gm-Message-State: AOAM532BvLtOhS4Sn3iQY5kAjWhYcXd89FLgJAGfkgKz7DwXMQHzTTGI B5bMJAZ8gKwi50RZNsq9WrTvdPVJ/hY= X-Google-Smtp-Source: ABdhPJyCi6SYxdSoPHScuvGYOUYb3kBIEa8OHcQM2/3o2YR/dtdUGf7iinL4/1CLgqhr0PiwSX6cCA== X-Received: by 2002:a7b:c8d1:: with SMTP id f17mr5776836wml.35.1633723905379; Fri, 08 Oct 2021 13:11:45 -0700 (PDT) Received: from localhost ([217.111.27.204]) by smtp.gmail.com with ESMTPSA id s14sm281313wro.76.2021.10.08.13.11.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 08 Oct 2021 13:11:44 -0700 (PDT) From: Thierry Reding List-Id: To: arm@kernel.org, soc@kernel.org Cc: Thierry Reding , Jon Hunter , linux-tegra@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [GIT PULL 6/7] arm64: tegra: Device tree changes for v5.16-rc1 Date: Fri, 8 Oct 2021 22:11:31 +0200 Message-Id: <20211008201132.1678814-7-thierry.reding@gmail.com> X-Mailer: git-send-email 2.33.0 In-Reply-To: <20211008201132.1678814-1-thierry.reding@gmail.com> References: <20211008201132.1678814-1-thierry.reding@gmail.com> MIME-Version: 1.0 Hi ARM SoC maintainers, The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f: Linux 5.15-rc1 (2021-09-12 16:28:37 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.16-arm64-dt for you to fetch changes up to b9e2404c8bb280e0b7cbf1c2e9b491baab107137: arm64: tegra: Fix pcie-ep DT nodes (2021-10-07 21:23:37 +0200) Thanks, Thierry ---------------------------------------------------------------- arm64: tegra: Device tree changes for v5.16-rc1 This enables additional interrupts on the Tegra194 GPIO controller for better load balancing and/or virtualization, adds audio support on Jetson TX2 NX, enables the NVDEC video decoder on Tegra186 and later and enables more audio processors that are found on Tegra210 and later. Various cleanups across the board top things off. ---------------------------------------------------------------- David Heidelberg (1): arm64: tegra: Remove unused backlight-boot-off property Dmitry Osipenko (1): arm64: tegra: Add new USB PHY properties on Tegra132 Mauro Carvalho Chehab (1): arm64: tegra: Fix pcie-ep DT nodes Mikko Perttunen (1): arm64: tegra: Add NVDEC to Tegra186/194 device trees Sameer Pujar (4): arm64: tegra: Audio graph sound card for Jetson TX2 NX arm64: tegra: Update HDA card name on Jetson TX2 NX arm64: tegra: Add few AHUB devices for Tegra210 and later arm64: tegra: Extend APE audio support on Jetson platforms Thierry Reding (1): arm64: tegra: Remove useless usb-ehci compatible string pshete (1): arm64: tegra: Add additional GPIO interrupt entries on Tegra194 arch/arm64/boot/dts/nvidia/tegra132-norrin.dts | 2 - arch/arm64/boot/dts/nvidia/tegra132.dtsi | 12 +- arch/arm64/boot/dts/nvidia/tegra186-p2771-0000.dts | 1244 +++++++++++++++++++ .../dts/nvidia/tegra186-p3509-0000+p3636-0001.dts | 506 +++++++- arch/arm64/boot/dts/nvidia/tegra186.dtsi | 136 +++ arch/arm64/boot/dts/nvidia/tegra194-p2972-0000.dts | 1243 ++++++++++++++++++- .../arm64/boot/dts/nvidia/tegra194-p3509-0000.dtsi | 1246 +++++++++++++++++++- arch/arm64/boot/dts/nvidia/tegra194.dtsi | 209 +++- arch/arm64/boot/dts/nvidia/tegra210-p2371-2180.dts | 876 ++++++++++++++ arch/arm64/boot/dts/nvidia/tegra210-p3450-0000.dts | 876 ++++++++++++++ arch/arm64/boot/dts/nvidia/tegra210.dtsi | 81 +- 11 files changed, 6416 insertions(+), 15 deletions(-) From patchwork Fri Oct 8 20:11:32 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Reding X-Patchwork-Id: 12546275 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 63CD5C433FE for ; Fri, 8 Oct 2021 20:11:49 +0000 (UTC) Received: by mail.kernel.org (Postfix) id 465CC60F93; Fri, 8 Oct 2021 20:11:49 +0000 (UTC) Received: from mail-wr1-f52.google.com (mail-wr1-f52.google.com [209.85.221.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 22046610E7; Fri, 8 Oct 2021 20:11:49 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 22046610E7 Authentication-Results: mail.kernel.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-wr1-f52.google.com with SMTP id t8so33251748wri.1; Fri, 08 Oct 2021 13:11:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=xphg3l2/2x/WeN6+HltLN1eWB+puBlk2ozbyExKcZFM=; b=GvEPVBLaebZAGU6y6wfl27wjhrQY674H03hcqjRc88nqrhF5ta/gF/slf+8Ggsi6Of p7W78gAE9BeKazhWrzH9fmtws5/okOIXOhYq27y+bbOeOd1KQ9VcrY6OnC2gAiLlzW+n VPADnC8ogRuR1wRiIifrQmyMJNr/fJKzsjf22p9eU9+oI/zrPQn+s/36AUlCW6obsuy9 6QM4ruRGkSxyzNVDnkVkKlYfTjWUHSEVrvHme07h9uIP2iQ25s4yGI9z/O8C4HsvygzC YbCsqgS7m1NZ/LAzCAsPruBAZtDxf9ws3NpU1cJciA0UDViO/Awlox9tx7aNyQmQSM9l dRgw== 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:in-reply-to :references:mime-version:content-transfer-encoding; bh=xphg3l2/2x/WeN6+HltLN1eWB+puBlk2ozbyExKcZFM=; b=stMwa/y++ue/5aTqI2hAT92D08SvXMx1sYj5npefBbrV403szFx7v7lKdZK9RbN89U Hm8TwLjL6Oz9PIWv1bzqvbUjSLg7o4lHeEj3L5OPMxBUeZii0ffFeZZDeO/0VKEKspN6 UMFC9/gCv8SNsM58tgPzgRVsVDPnU4TWp5kagvOJepkaGM6IucunGKYvr0ZAMpUppNmL ISQg3TFnDs6rSBYlnq9ZNG8CmyloTEhZMC+uuS2G6KG751bnSxJk4kNQ0FiX9Bso7Nug ZQ6ypwSREXTnV0cT/zeInTHx1yRgIEbiewurVEqZvC4yStEoj4DeevrKw+89kT3RysxC xt9A== X-Gm-Message-State: AOAM531+jWUQIBTFPlPgHABAMo+UevU0NLb/+IkKNRlqimUMhFXMm7xV imgoG4JVSgomre0tYNxNa5lEtJJxm1s= X-Google-Smtp-Source: ABdhPJxxV0u2rfbBJgUD5YOEA79AfteLO1sL511IgyUcJ6P9M2z7Kk/6rwy8SstNn8rY7oCh8uLeYg== X-Received: by 2002:a1c:7f56:: with SMTP id a83mr5911176wmd.20.1633723907149; Fri, 08 Oct 2021 13:11:47 -0700 (PDT) Received: from localhost ([217.111.27.204]) by smtp.gmail.com with ESMTPSA id n66sm159972wmn.2.2021.10.08.13.11.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 08 Oct 2021 13:11:46 -0700 (PDT) From: Thierry Reding List-Id: To: arm@kernel.org, soc@kernel.org Cc: Thierry Reding , Jon Hunter , linux-tegra@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [GIT PULL 7/7] arm64: tegra: Default configuration changes for v5.16-rc1 Date: Fri, 8 Oct 2021 22:11:32 +0200 Message-Id: <20211008201132.1678814-8-thierry.reding@gmail.com> X-Mailer: git-send-email 2.33.0 In-Reply-To: <20211008201132.1678814-1-thierry.reding@gmail.com> References: <20211008201132.1678814-1-thierry.reding@gmail.com> MIME-Version: 1.0 Hi ARM SoC maintainers, The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f: Linux 5.15-rc1 (2021-09-12 16:28:37 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.16-arm64-defconfig for you to fetch changes up to 1e9b81616627643eb1a78c8fe98fc95eae74024d: arm64: defconfig: Enable few Tegra210 based AHUB drivers (2021-10-07 20:37:23 +0200) Thanks, Thierry ---------------------------------------------------------------- arm64: tegra: Default configuration changes for v5.16-rc1 This enables drivers for the various audio processors found on Tegra210 and later. ---------------------------------------------------------------- Sameer Pujar (1): arm64: defconfig: Enable few Tegra210 based AHUB drivers arch/arm64/configs/defconfig | 5 +++++ 1 file changed, 5 insertions(+)