From patchwork Sat Nov 19 01:20:18 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Reding X-Patchwork-Id: 1706492 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=2620:137:e000::1:20; helo=out1.vger.email; envelope-from=linux-tegra-owner@vger.kernel.org; receiver=) Authentication-Results: legolas.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.a=rsa-sha256 header.s=20210112 header.b=c3glxmPl; dkim-atps=neutral Received: from out1.vger.email (out1.vger.email [IPv6:2620:137:e000::1:20]) by legolas.ozlabs.org (Postfix) with ESMTP id 4NDc4S12mWz23nG for ; Sat, 19 Nov 2022 12:48:23 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231202AbiKSBsU (ORCPT ); Fri, 18 Nov 2022 20:48:20 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45856 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231491AbiKSBsC (ORCPT ); Fri, 18 Nov 2022 20:48:02 -0500 Received: from mail-ej1-x62d.google.com (mail-ej1-x62d.google.com [IPv6:2a00:1450:4864:20::62d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id ED9B913CE4 for ; Fri, 18 Nov 2022 17:20:27 -0800 (PST) Received: by mail-ej1-x62d.google.com with SMTP id me22so392422ejb.8 for ; Fri, 18 Nov 2022 17:20:27 -0800 (PST) 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:message-id:reply-to; bh=IToAu/avs85iHjX2G3ErwhMpjfj+DVl7n22pFP/gPq4=; b=c3glxmPleqWj8ru+mBD9ddkaRO46xA8e24qwkVxo16GrnHU7xmvxUQoHCn8OFAGxCw ibthFlQgXfnBI9byslf6aEIP7wefTyM5z87uNyV67UOB0ODKizgEWC6mpXW9yYq6rbm8 cZtgcXxuLjnsW7c47ak/Op3mQkplnzIUZEaN3BlB0oIGn7V8uafxl99vEi2oW2aWt0bE b06r1ckmLB1B5q/hWAkBHEUoxUr8GidRLmmW/d2jJRTtNThU1bMcMGfDYxIFacp2y0eq cCy1ynr8Nk5/0zWe+dToFQnvfiKYf9munwH7JR8NzbhshHHa7xddlSYr1v+LyRvs/sf1 fW4A== 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:message-id :reply-to; bh=IToAu/avs85iHjX2G3ErwhMpjfj+DVl7n22pFP/gPq4=; b=W4oYrhlqb2EiqOAsm9sLzENJq76n2o+2kW/NovNGwbS+DY8ycdho3AvaYnGkhV2Pf/ YQc0oKZr6mz6UQvfYomk40dCbQgKBSgijtdxYgixzt2RCU5Y9tApeVR1b/eHeucpwp4s XuOZHpONtxAtlYcJtelWqU5ZQ4/DQVfAwevXlmwXmNEPkgKcuRNgvlS0q5F7Z5dCXjFx /HlNiQzj97o/1Fg1nhEbdsYeCULAIv7RiVt6v+gY7YLnpS4UotNoH58MhrxCLAnaISpv 0mSexpS0Loqcn4d1Dc2CVuBivzsM0tXRIo6AMtpY9LGwGKbLvjYqnKsc6nrWBoi4tBHP D9EA== X-Gm-Message-State: ANoB5plbkJ42vvf95uOE/qnwGn+5B5Q+iugh40cGphnIzisKTI9PrUKx xD1pDsT0lOsndU4bIZ8ZUIQ= X-Google-Smtp-Source: AA0mqf6pUWsttjD3Z2Y5oQ6CqZ/QeRj7S7j6vUI1V4JT55e9MDIehH5xQXTsHcL8JsW5x+NLoHIh+g== X-Received: by 2002:a17:907:c007:b0:78d:b371:16d4 with SMTP id ss7-20020a170907c00700b0078db37116d4mr7944463ejc.434.1668820826431; Fri, 18 Nov 2022 17:20:26 -0800 (PST) Received: from localhost (p200300e41f201d00f22f74fffe1f3a53.dip0.t-ipconnect.de. [2003:e4:1f20:1d00:f22f:74ff:fe1f:3a53]) by smtp.gmail.com with ESMTPSA id be24-20020a0564021a3800b0045726e8a22bsm1341795edb.46.2022.11.18.17.20.25 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 18 Nov 2022 17:20:26 -0800 (PST) From: Thierry Reding 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/8] soc/tegra: Changes for v6.2-rc1 Date: Sat, 19 Nov 2022 02:20:18 +0100 Message-Id: <20221119012025.3968358-1-thierry.reding@gmail.com> X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-tegra@vger.kernel.org Hi ARM SoC maintainers, The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780: Linux 6.1-rc1 (2022-10-16 15:36:24 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-6.2-soc for you to fetch changes up to b6c6bbfc65f53c4d314ea69ff11bad04606e83e4: soc/tegra: cbb: Remove redundant dev_err call (2022-11-17 23:21:36 +0100) Thanks, Thierry ---------------------------------------------------------------- soc/tegra: Changes for v6.2-rc1 In addition to a number of improvements and cleanups this contains a fix for the FUSE access on newer chips, adds Tegra234 I/O pad support and fixes various issues with wake events. The SoC sysfs revision attribute is updated to include the platform information so drivers can check for silicon vs. pre-silicon, among other things. ---------------------------------------------------------------- Kartik (3): soc/tegra: fuse: Use SoC specific nvmem cells soc/tegra: fuse: Add nvmem keepout list soc/tegra: fuse: Use platform info with SoC revision Liu Shixin (1): soc/tegra: cbb: Use DEFINE_SHOW_ATTRIBUTE to simplify tegra_cbb_err Manish Bhardwaj (1): firmware: tegra: include IVC header file only once Petlozu Pravareshwar (4): soc/tegra: pmc: Select IRQ_DOMAIN_HIERARCHY soc/tegra: pmc: Add I/O pad table for Tegra234 soc/tegra: pmc: Fix dual edge triggered wakes soc/tegra: pmc: Process wake events during resume Shang XiaoJing (1): soc/tegra: cbb: Remove redundant dev_err call Sumit Gupta (4): soc/tegra: cbb: Use correct master_id mask for CBB NOC in Tegra194 soc/tegra: cbb: Update slave maps for Tegra234 soc/tegra: cbb: Add checks for potential out of bound errors soc/tegra: cbb: Check firewall before enabling error reporting drivers/soc/tegra/Kconfig | 1 + drivers/soc/tegra/cbb/tegra-cbb.c | 13 +- drivers/soc/tegra/cbb/tegra194-cbb.c | 18 +- drivers/soc/tegra/cbb/tegra234-cbb.c | 170 +++++-- drivers/soc/tegra/fuse/fuse-tegra.c | 134 +---- drivers/soc/tegra/fuse/fuse-tegra30.c | 278 ++++++++++- drivers/soc/tegra/fuse/fuse.h | 4 + drivers/soc/tegra/fuse/tegra-apbmisc.c | 1 + drivers/soc/tegra/pmc.c | 878 +++++++++++++++++++++++---------- include/soc/tegra/fuse.h | 15 + include/soc/tegra/ivc.h | 1 + include/soc/tegra/pmc.h | 6 +- 12 files changed, 1092 insertions(+), 427 deletions(-) From patchwork Sat Nov 19 01:20:19 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Reding X-Patchwork-Id: 1706493 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=2620:137:e000::1:20; helo=out1.vger.email; envelope-from=linux-tegra-owner@vger.kernel.org; receiver=) Authentication-Results: legolas.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.a=rsa-sha256 header.s=20210112 header.b=ZC2O0lE+; dkim-atps=neutral Received: from out1.vger.email (out1.vger.email [IPv6:2620:137:e000::1:20]) by legolas.ozlabs.org (Postfix) with ESMTP id 4NDc4S58w2z23nH for ; Sat, 19 Nov 2022 12:48:24 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231645AbiKSBsV (ORCPT ); Fri, 18 Nov 2022 20:48:21 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48718 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231534AbiKSBsE (ORCPT ); Fri, 18 Nov 2022 20:48:04 -0500 Received: from mail-ed1-x530.google.com (mail-ed1-x530.google.com [IPv6:2a00:1450:4864:20::530]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D633113D31 for ; Fri, 18 Nov 2022 17:20:28 -0800 (PST) Received: by mail-ed1-x530.google.com with SMTP id z20so7916693edc.13 for ; Fri, 18 Nov 2022 17:20:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=fv0PzlcVaQ/CTTukfY7VRJbJbSOMPXowRTFbtjysSwg=; b=ZC2O0lE+hjzh3BprparTmGNrHsKw6nIMx5gPBimEjmIwG+vxvXYRlXnBdSbn0r5TLo HfIK/AG1BcA2XBBufKBuwLYnvJiZ9lJjGdsuNt0Xw7sNtKR2uWG+qOgypV3Jbk/btvZ5 N4cLLrf4w3WfjvjviECTM8B+utJsxDNzKnLaiGVvOCiec3K9B17XvF/OB7u8VHET1BW3 wX0vVDxXN6mSFCuBBnA8etz2wRMbiiIpSlplQtGF4N9dKsjgTUTZQDjbyJkxJMAMX7gt ArJcHxKnJa3xI6aYN0t5TbUA4JUqoyRe1u/RmCuceLCsNzejc7pJpjPm+l52uXeEeLsN DrIA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=fv0PzlcVaQ/CTTukfY7VRJbJbSOMPXowRTFbtjysSwg=; b=Rm1YcjjtdUT17S7WhL1IAo2MWFEwW479rehx5m2b45OgBjVuope3Kr/v5LKMexpnPK 7a20ZJtkju07rS9ViATIWNLjpr+8WS2CJH/xqxyTQPlVc/Pj1BuUVaN75Tb4tKOtsTq2 OkDPkPUYbivQdAiIQXPeK3rkumgwfTs2u7ipQx+tFY4zBBqcsbPy5XhW4z5cmM/BqVF6 l2p5snF1hCNQd2K1T641ulQDSDav/ALrnazd5xM0PAwglXgqVkPHYOsgiT+OqRGiPKtk nGtZJoQjS6uCFNY4n1u5jrrAWjAPgs11hGFpv+GGGDYN2C91kxQ8LKePoKqRxxdmfwIL mVOQ== X-Gm-Message-State: ANoB5pkb4AEQQzJTYFh8fXCpmW4wNs2uD8oiKbe5pLEXsdWRZ04inL/S pm7e3uEN/uoOHM7oR4pAgR3Nqi+/b0k= X-Google-Smtp-Source: AA0mqf6RDXtJ6Nw7/im4zwSUmPzxxG8bvUWvOjIAK6+jcFUufKf609PJ34Ob0oFxjbPyVUIqCUv+Bg== X-Received: by 2002:a05:6402:530b:b0:461:f919:caa4 with SMTP id eo11-20020a056402530b00b00461f919caa4mr8302496edb.255.1668820827392; Fri, 18 Nov 2022 17:20:27 -0800 (PST) Received: from localhost (p200300e41f201d00f22f74fffe1f3a53.dip0.t-ipconnect.de. [2003:e4:1f20:1d00:f22f:74ff:fe1f:3a53]) by smtp.gmail.com with ESMTPSA id en20-20020a056402529400b00461bb7e7ef1sm2431853edb.30.2022.11.18.17.20.26 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 18 Nov 2022 17:20:27 -0800 (PST) From: Thierry Reding 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/8] firmware: tegra: Changes for v6.2-rc1 Date: Sat, 19 Nov 2022 02:20:19 +0100 Message-Id: <20221119012025.3968358-2-thierry.reding@gmail.com> X-Mailer: git-send-email 2.38.1 In-Reply-To: <20221119012025.3968358-1-thierry.reding@gmail.com> References: <20221119012025.3968358-1-thierry.reding@gmail.com> MIME-Version: 1.0 X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-tegra@vger.kernel.org Hi ARM SoC maintainers, The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780: Linux 6.1-rc1 (2022-10-16 15:36:24 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-6.2-firmware for you to fetch changes up to 198d4649b0b813bc9fc1605cfb843b6624518f92: firmware: tegra: Remove surplus dev_err() when using platform_get_irq_byname() (2022-11-17 23:52:39 +0100) Thanks, Thierry ---------------------------------------------------------------- firmware: tegra: Changes for v6.2-rc1 This adds new BPMP ABI so that newer features can be enabled. Furthermore, the BPMP driver is updated to use iosys-map helpers to allow working with shared memory regions that are located in system memory. Apart from that, several minor cleanups are included. ---------------------------------------------------------------- Peter De Schrijver (1): firmware: tegra: Update BPMP ABI Thierry Reding (3): firmware: tegra: bpmp: Prefer u32 over uint32_t firmware: tegra: bpmp: Use iosys-map helpers firmware: tegra: bpmp: Do not support big-endian Yang Li (1): firmware: tegra: Remove surplus dev_err() when using platform_get_irq_byname() drivers/firmware/tegra/bpmp-debugfs.c | 62 +- drivers/firmware/tegra/bpmp-tegra186.c | 36 +- drivers/firmware/tegra/bpmp-tegra210.c | 15 +- drivers/firmware/tegra/bpmp.c | 33 +- drivers/firmware/tegra/ivc.c | 150 ++- drivers/thermal/tegra/tegra-bpmp-thermal.c | 15 +- include/soc/tegra/bpmp-abi.h | 1796 +++++++++++++++++++++------- include/soc/tegra/bpmp.h | 17 +- include/soc/tegra/ivc.h | 11 +- 9 files changed, 1545 insertions(+), 590 deletions(-) From patchwork Sat Nov 19 01:20:20 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Reding X-Patchwork-Id: 1706494 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=2620:137:e000::1:20; helo=out1.vger.email; envelope-from=linux-tegra-owner@vger.kernel.org; receiver=) Authentication-Results: legolas.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.a=rsa-sha256 header.s=20210112 header.b=gJpODAoQ; dkim-atps=neutral Received: from out1.vger.email (out1.vger.email [IPv6:2620:137:e000::1:20]) by legolas.ozlabs.org (Postfix) with ESMTP id 4NDc4T1fdfz23nG for ; Sat, 19 Nov 2022 12:48:25 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233620AbiKSBsW (ORCPT ); Fri, 18 Nov 2022 20:48:22 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48982 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231829AbiKSBsE (ORCPT ); Fri, 18 Nov 2022 20:48:04 -0500 Received: from mail-ej1-x635.google.com (mail-ej1-x635.google.com [IPv6:2a00:1450:4864:20::635]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D7EB013D36 for ; Fri, 18 Nov 2022 17:20:29 -0800 (PST) Received: by mail-ej1-x635.google.com with SMTP id n20so17145081ejh.0 for ; Fri, 18 Nov 2022 17:20:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=9Bjbo5YJKcpln2X8QrAZ7UuD3Iy9TmzDT1PmReXtXbg=; b=gJpODAoQG0qQIF/YTfe63MO5R/zX/GoWOuHRIuATPX3STrZBiaQ/00yzNNAg/ekU3r RyoEQ5kVLpJurkav75km2GQ6/X2700SIP39lXHHPvelVcJbuYNmpt/71gCGw+9dZL3va gYnhJRPujfOmSLFtUrdBV6S3FcRxOA9e8Y0nDbWJIlCDv1HsckfX+++w+RA/ib/xzd30 2b/wKeuE1pn9ufnPquBj6+I3iweYCfJ1PvB6Nr8uPtpcmofHSLkffAWcmAEhiUeonG8g MMJPr913OGwvstEwZAY3tzReso6MmHaYbLfRKRyUkRvQMFzkQdK564Trh4JZMD/z3cnI 16Rg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=9Bjbo5YJKcpln2X8QrAZ7UuD3Iy9TmzDT1PmReXtXbg=; b=b51qqSqgSlqdN9NiFG2TLz5t6vqmCeSytC58A34ScBciPhSiVMC1KDeDwO9qH2U6QP Muvxm14hr/4nUPm6Vb4H9RSlCuqxmaa3CQgyNgAg/1OUw8tJU3XvNZrbRCJrjnCaNuNt ixHxTnds2NCh7HjGsQe54dKzH6qiGMc6m4QeXAHrUEwOT2wEbRjO08Gfg+ikWBupAwrN GKDT3p88Ev4QWYW4I4QA1JH2aoagc9+39vLMlFB6asJz/pFzIHBy5ljWLzYC1wkZWPmm WyChQg2AF6AfJ5TjxYLcRzITx1Yy7V1cDCS6/yu6uWH0MkU9EbbWjmvI8A32autZggGM enBA== X-Gm-Message-State: ANoB5plsovMZZFk9yCWbfmBJQCmZbZP48YR84CSataFLoNbq2WeX+VDS yidS/Ek2gikV6zrKHLRJ5vo= X-Google-Smtp-Source: AA0mqf7EwLuGaKPO2HngUZcQhMIrYM0afEX9fvZl4w78yBaKjTUYgwZ8MLoJcLMYbDlO3huhykF34A== X-Received: by 2002:a17:907:6d12:b0:7b2:bb8c:5398 with SMTP id sa18-20020a1709076d1200b007b2bb8c5398mr3734733ejc.573.1668820828278; Fri, 18 Nov 2022 17:20:28 -0800 (PST) Received: from localhost (p200300e41f201d00f22f74fffe1f3a53.dip0.t-ipconnect.de. [2003:e4:1f20:1d00:f22f:74ff:fe1f:3a53]) by smtp.gmail.com with ESMTPSA id fg7-20020a056402548700b004618a89d273sm2389186edb.36.2022.11.18.17.20.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 18 Nov 2022 17:20:27 -0800 (PST) From: Thierry Reding 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/8] clk: tegra: Changes for v6.2-rc1 Date: Sat, 19 Nov 2022 02:20:20 +0100 Message-Id: <20221119012025.3968358-3-thierry.reding@gmail.com> X-Mailer: git-send-email 2.38.1 In-Reply-To: <20221119012025.3968358-1-thierry.reding@gmail.com> References: <20221119012025.3968358-1-thierry.reding@gmail.com> MIME-Version: 1.0 X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-tegra@vger.kernel.org Hi ARM SoC maintainers, The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780: Linux 6.1-rc1 (2022-10-16 15:36:24 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-6.2-clk for you to fetch changes up to 1d9e77b644d2e5c49e6d35f77684bd260ad98557: clk: tegra: Support BPMP-FW ABI deny flags (2022-11-19 02:00:32 +0100) I've included this in the ARM SoC pull requests because it has a dependency on the BPMP ABI updates. The clk patch is Acked-by Stephen. Thanks, Thierry ---------------------------------------------------------------- clk: tegra: Changes for v6.2-rc1 Implements new ABI flags for certain clocks for which the parent rate or clock state cannot be changed. ---------------------------------------------------------------- Peter De Schrijver (2): firmware: tegra: Update BPMP ABI clk: tegra: Support BPMP-FW ABI deny flags Thierry Reding (4): firmware: tegra: bpmp: Prefer u32 over uint32_t firmware: tegra: bpmp: Use iosys-map helpers firmware: tegra: bpmp: Do not support big-endian Merge branch 'for-6.2/firmware' into for-6.2/clk drivers/clk/tegra/clk-bpmp.c | 37 +- drivers/firmware/tegra/bpmp-debugfs.c | 62 +- drivers/firmware/tegra/bpmp-tegra186.c | 36 +- drivers/firmware/tegra/bpmp-tegra210.c | 7 +- drivers/firmware/tegra/bpmp.c | 33 +- drivers/firmware/tegra/ivc.c | 150 ++- drivers/thermal/tegra/tegra-bpmp-thermal.c | 15 +- include/soc/tegra/bpmp-abi.h | 1796 +++++++++++++++++++++------- include/soc/tegra/bpmp.h | 17 +- include/soc/tegra/ivc.h | 11 +- 10 files changed, 1577 insertions(+), 587 deletions(-) From patchwork Sat Nov 19 01:20:21 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Reding X-Patchwork-Id: 1706495 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=2620:137:e000::1:20; helo=out1.vger.email; envelope-from=linux-tegra-owner@vger.kernel.org; receiver=) Authentication-Results: legolas.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.a=rsa-sha256 header.s=20210112 header.b=BYZcsu6A; dkim-atps=neutral Received: from out1.vger.email (out1.vger.email [IPv6:2620:137:e000::1:20]) by legolas.ozlabs.org (Postfix) with ESMTP id 4NDc4T4wGtz23nH for ; Sat, 19 Nov 2022 12:48:25 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233639AbiKSBsW (ORCPT ); Fri, 18 Nov 2022 20:48:22 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48220 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232430AbiKSBsF (ORCPT ); Fri, 18 Nov 2022 20:48:05 -0500 Received: from mail-ej1-x62e.google.com (mail-ej1-x62e.google.com [IPv6:2a00:1450:4864:20::62e]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CA83813D5D for ; Fri, 18 Nov 2022 17:20:30 -0800 (PST) Received: by mail-ej1-x62e.google.com with SMTP id ft34so16898575ejc.12 for ; Fri, 18 Nov 2022 17:20:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=yPuTvYxir7Gpj3tCPH6nNq7pM1RmMpnVdBjIK6F1Lbo=; b=BYZcsu6AQD01eKt0XezztqxEoTICMByxIhl7ibyhb+J11atX2zp1U6HRnIPP5xdmpk MxwvygBdJRYlc9WpCJx073iyIdkcKUvfHDNvpl1WHCQsrqL/0bsbdG7KgWW0xv2IUsc8 cg3pynjK/jKQK9gewGG5Kn5Xtkh0nA5Dl1gfg7uFcDIpCb69fLoI4T8FhOTQXTc4lC6I XbwLknjkn4oyi1VnwlWFe2A/Ei0aqAXJqoLnx+wAArH/LMrK9kI6l8RZSNp2NX0CcXl2 3XebnUB4HgpThbNbEEhoi03dTvd37+hpcUZWzhL3psAmpWnJFKOI6jLsbOI6GFIU+6Pw P+mA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=yPuTvYxir7Gpj3tCPH6nNq7pM1RmMpnVdBjIK6F1Lbo=; b=3i/Emk77eRGwnEKqk73YwQ3IhpPVNbn/5cbzu039BWqpJbYujC+k8f+1XTL4RKog8c FAKlkY7uohIASH8SNSPP0qFfBx/sn+PuoSJzjmRlsbAiNaF4GpwZ1EjIMkW7e9UOubDj Th1IAh6PEcMbfYBJcXY8nB5kBWnuCg0ezWSJDD/8jdmUPOPiLs5mh35uwXNSkc63tmNi JH7MnEJdbaUayDuNx5KgKVrlrdSupaCQAYtfMMQWDkSudOgtWbr6G5X14JyYSzrWPEo8 xPX2wTmBTSLjrO2UXHvaTyWpAi8lKRNkUBZBOp31zvbOUJGywzMqWdghec4yKIdvxSFl VI4g== X-Gm-Message-State: ANoB5pkviLUQZpEXvxX2VGRDH/eleZZtkmCenM5kJZXAdh3q/KAeNHOv 9lsi2CxcJBnt6wzJkZK0XRHl9tmXF7o= X-Google-Smtp-Source: AA0mqf4frgqVJaiq5+fp5iHAK69LI0ODiO96wmNOIKDvq65RhMw7ZAU+cQYGUvSDoNjD4RFIGy1fzw== X-Received: by 2002:a17:906:eb8e:b0:7b2:a2c3:2ff0 with SMTP id mh14-20020a170906eb8e00b007b2a2c32ff0mr7299192ejb.561.1668820829272; Fri, 18 Nov 2022 17:20:29 -0800 (PST) Received: from localhost (p200300e41f201d00f22f74fffe1f3a53.dip0.t-ipconnect.de. [2003:e4:1f20:1d00:f22f:74ff:fe1f:3a53]) by smtp.gmail.com with ESMTPSA id i17-20020aa7c9d1000000b004638ba0ea96sm2373011edt.97.2022.11.18.17.20.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 18 Nov 2022 17:20:28 -0800 (PST) From: Thierry Reding 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/8] dt-bindings: Changes for v6.2-rc1 Date: Sat, 19 Nov 2022 02:20:21 +0100 Message-Id: <20221119012025.3968358-4-thierry.reding@gmail.com> X-Mailer: git-send-email 2.38.1 In-Reply-To: <20221119012025.3968358-1-thierry.reding@gmail.com> References: <20221119012025.3968358-1-thierry.reding@gmail.com> MIME-Version: 1.0 X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-tegra@vger.kernel.org Hi ARM SoC maintainers, The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780: Linux 6.1-rc1 (2022-10-16 15:36:24 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-6.2-dt-bindings for you to fetch changes up to 9c812445df0507aa30ddb511a777fc5dd981eb66: dt-bindings: usb: tegra-xusb: Convert to json-schema (2022-11-18 23:58:45 +0100) Thanks, Thierry ---------------------------------------------------------------- dt-bindings: Changes for v6.2-rc1 New memory client IDs and IOMMU stream IDs, as well as new compatible strings are introduced to support more hardware on Tegra234. Some device tree bindings are converted to json-schema to allow formal validation. ---------------------------------------------------------------- Jon Hunter (2): dt-bindings: tegra: Update headers for Tegra234 dt-bindings: memory: Fix typos and definitions for Tegra Mikko Perttunen (2): dt-bindings: Add headers for NVDEC on Tegra234 dt-bindings: Add bindings for Tegra234 NVDEC Sandipan Patra (1): dt-bindings: pwm: tegra: Document Tegra234 PWM Thierry Reding (4): dt-bindings: pinctrl: tegra: Convert to json-schema dt-bindings: pinctrl: tegra194: Separate instances dt-bindings: pwm: tegra: Convert to json-schema dt-bindings: usb: tegra-xusb: Convert to json-schema Vidya Sagar (1): dt-bindings: PCI: tegra234: Add ECAM support .../bindings/clock/nvidia,tegra124-dfll.txt | 2 +- .../bindings/gpu/host1x/nvidia,tegra234-nvdec.yaml | 156 +++++ .../bindings/pci/nvidia,tegra194-pcie.yaml | 34 +- .../devicetree/bindings/pci/snps,dw-pcie.yaml | 2 +- .../pinctrl/nvidia,tegra-pinmux-common.yaml | 178 ++++++ .../bindings/pinctrl/nvidia,tegra114-pinmux.txt | 131 ----- .../bindings/pinctrl/nvidia,tegra114-pinmux.yaml | 155 +++++ .../bindings/pinctrl/nvidia,tegra124-pinmux.txt | 153 ----- .../bindings/pinctrl/nvidia,tegra124-pinmux.yaml | 176 ++++++ .../bindings/pinctrl/nvidia,tegra194-pinmux.txt | 107 ---- .../bindings/pinctrl/nvidia,tegra194-pinmux.yaml | 284 +++++++++ .../bindings/pinctrl/nvidia,tegra20-pinmux.txt | 143 ----- .../bindings/pinctrl/nvidia,tegra20-pinmux.yaml | 112 ++++ .../bindings/pinctrl/nvidia,tegra210-pinmux.txt | 166 ------ .../bindings/pinctrl/nvidia,tegra210-pinmux.yaml | 142 +++++ .../bindings/pinctrl/nvidia,tegra30-pinmux.txt | 144 ----- .../bindings/pinctrl/nvidia,tegra30-pinmux.yaml | 176 ++++++ .../devicetree/bindings/pwm/nvidia,tegra20-pwm.txt | 77 --- .../bindings/pwm/nvidia,tegra20-pwm.yaml | 96 ++++ .../bindings/usb/nvidia,tegra124-xusb.txt | 132 ----- .../bindings/usb/nvidia,tegra124-xusb.yaml | 202 +++++++ .../bindings/usb/nvidia,tegra186-xusb.yaml | 173 ++++++ .../bindings/usb/nvidia,tegra194-xusb.yaml | 179 ++++++ .../bindings/usb/nvidia,tegra210-xusb.yaml | 199 +++++++ include/dt-bindings/clock/tegra234-clock.h | 639 ++++++++++++++++++++- include/dt-bindings/memory/tegra234-mc.h | 440 +++++++++++++- include/dt-bindings/power/tegra234-powergate.h | 15 + include/dt-bindings/reset/tegra234-reset.h | 111 +++- 28 files changed, 3437 insertions(+), 1087 deletions(-) create mode 100644 Documentation/devicetree/bindings/gpu/host1x/nvidia,tegra234-nvdec.yaml create mode 100644 Documentation/devicetree/bindings/pinctrl/nvidia,tegra-pinmux-common.yaml delete mode 100644 Documentation/devicetree/bindings/pinctrl/nvidia,tegra114-pinmux.txt create mode 100644 Documentation/devicetree/bindings/pinctrl/nvidia,tegra114-pinmux.yaml delete mode 100644 Documentation/devicetree/bindings/pinctrl/nvidia,tegra124-pinmux.txt create mode 100644 Documentation/devicetree/bindings/pinctrl/nvidia,tegra124-pinmux.yaml delete mode 100644 Documentation/devicetree/bindings/pinctrl/nvidia,tegra194-pinmux.txt create mode 100644 Documentation/devicetree/bindings/pinctrl/nvidia,tegra194-pinmux.yaml delete mode 100644 Documentation/devicetree/bindings/pinctrl/nvidia,tegra20-pinmux.txt create mode 100644 Documentation/devicetree/bindings/pinctrl/nvidia,tegra20-pinmux.yaml delete mode 100644 Documentation/devicetree/bindings/pinctrl/nvidia,tegra210-pinmux.txt create mode 100644 Documentation/devicetree/bindings/pinctrl/nvidia,tegra210-pinmux.yaml delete mode 100644 Documentation/devicetree/bindings/pinctrl/nvidia,tegra30-pinmux.txt create mode 100644 Documentation/devicetree/bindings/pinctrl/nvidia,tegra30-pinmux.yaml delete mode 100644 Documentation/devicetree/bindings/pwm/nvidia,tegra20-pwm.txt create mode 100644 Documentation/devicetree/bindings/pwm/nvidia,tegra20-pwm.yaml delete mode 100644 Documentation/devicetree/bindings/usb/nvidia,tegra124-xusb.txt create mode 100644 Documentation/devicetree/bindings/usb/nvidia,tegra124-xusb.yaml create mode 100644 Documentation/devicetree/bindings/usb/nvidia,tegra186-xusb.yaml create mode 100644 Documentation/devicetree/bindings/usb/nvidia,tegra194-xusb.yaml create mode 100644 Documentation/devicetree/bindings/usb/nvidia,tegra210-xusb.yaml From patchwork Sat Nov 19 01:20:22 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Reding X-Patchwork-Id: 1706496 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=2620:137:e000::1:20; helo=out1.vger.email; envelope-from=linux-tegra-owner@vger.kernel.org; receiver=) Authentication-Results: legolas.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.a=rsa-sha256 header.s=20210112 header.b=fuKBq441; dkim-atps=neutral Received: from out1.vger.email (out1.vger.email [IPv6:2620:137:e000::1:20]) by legolas.ozlabs.org (Postfix) with ESMTP id 4NDc4V14jXz23nG for ; Sat, 19 Nov 2022 12:48:26 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231455AbiKSBsX (ORCPT ); Fri, 18 Nov 2022 20:48:23 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47770 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232972AbiKSBsF (ORCPT ); Fri, 18 Nov 2022 20:48:05 -0500 Received: from mail-ej1-x62a.google.com (mail-ej1-x62a.google.com [IPv6:2a00:1450:4864:20::62a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DD49315A22 for ; Fri, 18 Nov 2022 17:20:31 -0800 (PST) Received: by mail-ej1-x62a.google.com with SMTP id kt23so16966983ejc.7 for ; Fri, 18 Nov 2022 17:20:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=UmFuOrTHEENr0A/eY36A+2IKp7fUThsmTNG5TtipN24=; b=fuKBq441GX/qMK9rGLsMon9EAK7JesOvnbrMrvR8OjIQrGXc5q/i7cVv31OAnHIYeE GPzbSrFFJMt04zb/Fx6CFocYk13W7bwVxZoBky4bGHWbpdlbInMoxJLsCgG/n3XkZt6A L1hw/3DUBGMRHfAJtZDYKOmgCFYyBpauy2lstk42A00gP0V+TAS7cBeajPHxRhVlSbzx /auZ58diDD6koJnJci65fmOsSApa29WUnyYqYgavicyWw9vgvp1945WAow+chG65l/r7 SiaWSW6U3V/9JQq0w2MtX7rzfY+6QB6SXotbtEeNKTY+/JXYc54nNFKJRqcCp8Gply7P bdsQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=UmFuOrTHEENr0A/eY36A+2IKp7fUThsmTNG5TtipN24=; b=4ICIzECrfurY6icQyhAJ2avsqJx8rQrLiib8G8/2JMgIMAdZs4hgFyAUAu2SH3M3Oy sMjDh6wiiIyOLji6aqQ09Rg+2WnIDkBfalkgL9jGPlp/tltVSxem2rQ6RONYfLgheO1i /KQciTC6hPHkjUylCgqwbDVxWWGEKUbKemw2NQUqdCLBCXiFJ8xKzj1WqoCXy1NW8fc7 alxfJClozb2lmqOMssbCxBClO7K2j4+yY8nlw31wOpFm6ZQCvaC7gt7itQdR0x2GWgGp wQ6r2z3L8TEYr+ZaPvkZjVwD4Y6k5LOCaae+xP++uIW+Kof2jAVeSudWwukYBlAWmNQf rlJg== X-Gm-Message-State: ANoB5plAZ9yqw3nG+rjGCbAe0ulb93XQlN5BO2e1kVLcf/7PlxTrAkGx uN+8SRDjk/MK2zogk176xW4= X-Google-Smtp-Source: AA0mqf61n6Z+S3vKVWNhWrJpDYkXduIJxrCax6ut5UiX05GW9v4W8O/w7gXzohJBphJBv3nT/zn75Q== X-Received: by 2002:a17:906:79c4:b0:778:e3e2:8311 with SMTP id m4-20020a17090679c400b00778e3e28311mr8310103ejo.342.1668820830255; Fri, 18 Nov 2022 17:20:30 -0800 (PST) Received: from localhost (p200300e41f201d00f22f74fffe1f3a53.dip0.t-ipconnect.de. [2003:e4:1f20:1d00:f22f:74ff:fe1f:3a53]) by smtp.gmail.com with ESMTPSA id b10-20020a1709063caa00b0073d83f80b05sm2345833ejh.94.2022.11.18.17.20.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 18 Nov 2022 17:20:29 -0800 (PST) From: Thierry Reding 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/8] memory: tegra: Changes for v6.2-rc1 Date: Sat, 19 Nov 2022 02:20:22 +0100 Message-Id: <20221119012025.3968358-5-thierry.reding@gmail.com> X-Mailer: git-send-email 2.38.1 In-Reply-To: <20221119012025.3968358-1-thierry.reding@gmail.com> References: <20221119012025.3968358-1-thierry.reding@gmail.com> MIME-Version: 1.0 X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-tegra@vger.kernel.org Hi ARM SoC maintainers, The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780: Linux 6.1-rc1 (2022-10-16 15:36:24 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-6.2-memory for you to fetch changes up to 72cea2b0a9fba5c94841f4cb39b58402d8f174ae: memory: tegra: Add DLA clients for Tegra234 (2022-11-19 00:00:02 +0100) Note that this pulls in a subset of the for-6.2/dt-bindings branch to satisfy a build-time dependency on the new memory client IDs that were added. Thanks, Thierry ---------------------------------------------------------------- memory: tegra: Changes for v6.2-rc1 Some cleanups replace open-coded debugfs attributes and memory client IDs are added for the DLA IP found on Tegra234 SoCs. ---------------------------------------------------------------- Jon Hunter (3): dt-bindings: tegra: Update headers for Tegra234 dt-bindings: memory: Fix typos and definitions for Tegra memory: tegra: Add DLA clients for Tegra234 Liu Shixin (4): memory: tegra20-emc: Use DEFINE_SHOW_ATTRIBUTE to simplify code memory: tegra30-emc: Use DEFINE_SHOW_ATTRIBUTE to simplify code memory: tegra210-emc: Use DEFINE_SHOW_ATTRIBUTE to simplify code memory: tegra186-emc: Use DEFINE_SHOW_ATTRIBUTE to simplify code Mikko Perttunen (1): dt-bindings: Add headers for NVDEC on Tegra234 Thierry Reding (1): Merge branch for-6.2/dt-bindings into for-6.2/memory drivers/memory/tegra/tegra186-emc.c | 15 +- drivers/memory/tegra/tegra20-emc.c | 15 +- drivers/memory/tegra/tegra210-emc-core.c | 15 +- drivers/memory/tegra/tegra234.c | 160 +++++++ drivers/memory/tegra/tegra30-emc.c | 15 +- include/dt-bindings/clock/tegra234-clock.h | 639 ++++++++++++++++++++++++- include/dt-bindings/memory/tegra234-mc.h | 440 ++++++++++++++++- include/dt-bindings/power/tegra234-powergate.h | 15 + include/dt-bindings/reset/tegra234-reset.h | 111 ++++- 9 files changed, 1339 insertions(+), 86 deletions(-) From patchwork Sat Nov 19 01:20:23 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Reding X-Patchwork-Id: 1706497 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=2620:137:e000::1:20; helo=out1.vger.email; envelope-from=linux-tegra-owner@vger.kernel.org; receiver=) Authentication-Results: legolas.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.a=rsa-sha256 header.s=20210112 header.b=NS1DMYNY; dkim-atps=neutral Received: from out1.vger.email (out1.vger.email [IPv6:2620:137:e000::1:20]) by legolas.ozlabs.org (Postfix) with ESMTP id 4NDc4V69ynz23nG for ; Sat, 19 Nov 2022 12:48:26 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232972AbiKSBsY (ORCPT ); Fri, 18 Nov 2022 20:48:24 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48716 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231947AbiKSBsF (ORCPT ); Fri, 18 Nov 2022 20:48:05 -0500 Received: from mail-ed1-x534.google.com (mail-ed1-x534.google.com [IPv6:2a00:1450:4864:20::534]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D1D4717E2F for ; Fri, 18 Nov 2022 17:20:32 -0800 (PST) Received: by mail-ed1-x534.google.com with SMTP id x2so9427227edd.2 for ; Fri, 18 Nov 2022 17:20:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=NefUSVzURATnbl/MU1ae3//R/0lpATSVBKvZxN+jiNc=; b=NS1DMYNYU1mhU7HIXYnO4KkhIHMNY4vvuAdqH9uKOpl89VMr2bbDbQn+Y/VktjsdVJ 9wPVIDJHvZpi5IsYO/o+7HecLgbtCFPcIWnYd4rg7i/ISAkE3ie+kcvrZ1fbsUOf4cuc yqAQTqmabjggbE3OShfr8snbsP58KHQdSWtp9BLeyN782egKRkTu3iC3FHywsbmd9wr8 TseCO/1b6wlg+vxjEYkMspXys/2g2ra7eKgWCwftzK4Og++NCev0Yk5ikfBvOa2rhx7G 2I6Tj4RLumsSRf1mcqUNjjQExc6AcvaNlIc2u9X0ir3X4VuG92m4O4S5tkOOBvUgXSBT KGHg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=NefUSVzURATnbl/MU1ae3//R/0lpATSVBKvZxN+jiNc=; b=UBoMri4EegGIgWXh4TRQY+Q/XagI+F4aU2tfs8GOoISzFQviDlizGUm6XUe6EZGDLz rYyihEdg7vMf1j7uUZJ85e+xLpEvOBbrEeBxsELpYg03WA42TqZdzW0oYMOMA9T8uyEQ W6Z8Bd7ZnMxnWlFvVBqfS8qqaVdo7ROgoRYUEJq18F6FF+yrPQCIRBc3WyLsijP1tW1P RJ++NA8EqFPX2WEQ88NxOUihoa3ibNXPXwd78zxgKYgGcPXok3DfAEzFmMSzhRcGAq4d ialgz5vkAi9MS5UD4ZCOtvBz2XZV4wKbHjjxqcymCSaV3tVPH6LzdgZirvS+rfj1+GoC a8Dw== X-Gm-Message-State: ANoB5pnMJ+00FxACPu+SA5PszkrCbjqSTjH2uMcE/xvdblv39EIdwKs7 xxygORrd4KsvaIozKNfg+XBiZy2VFpM= X-Google-Smtp-Source: AA0mqf6zyqlJjSA2s/fiAhGqpUOr2hhLpRwrkN3yauTqSInERE8rV4hu7+PrymVD4lDc9vAm7nE7ug== X-Received: by 2002:aa7:c9cd:0:b0:461:891a:8162 with SMTP id i13-20020aa7c9cd000000b00461891a8162mr8092370edt.398.1668820831342; Fri, 18 Nov 2022 17:20:31 -0800 (PST) Received: from localhost (p200300e41f201d00f22f74fffe1f3a53.dip0.t-ipconnect.de. [2003:e4:1f20:1d00:f22f:74ff:fe1f:3a53]) by smtp.gmail.com with ESMTPSA id ek19-20020a056402371300b00458824aee80sm2408019edb.38.2022.11.18.17.20.30 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 18 Nov 2022 17:20:31 -0800 (PST) From: Thierry Reding 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/8] ARM: tegra: Device tree changes for v6.2-rc1 Date: Sat, 19 Nov 2022 02:20:23 +0100 Message-Id: <20221119012025.3968358-6-thierry.reding@gmail.com> X-Mailer: git-send-email 2.38.1 In-Reply-To: <20221119012025.3968358-1-thierry.reding@gmail.com> References: <20221119012025.3968358-1-thierry.reding@gmail.com> MIME-Version: 1.0 X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-tegra@vger.kernel.org Hi ARM SoC maintainers, The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780: Linux 6.1-rc1 (2022-10-16 15:36:24 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-6.2-arm-dt for you to fetch changes up to e4185804e191bdaeb10ebe00b1b4aa9e2f147a56: ARM: tegra: Remove duplicate pin entry in pinmux (2022-11-18 00:22:02 +0100) Thanks, Thierry ---------------------------------------------------------------- ARM: tegra: Device tree changes for v6.2-rc1 This fixes various minor issues in device trees that are flagged by the DT validation tools. ---------------------------------------------------------------- Thierry Reding (6): ARM: tegra: Use correct compatible string for ASUS TF101 panel ARM: tegra: Fixup pinmux node names ARM: tegra: Add missing power-supply for panels ARM: tegra: Fix nvidia,io-reset properties ARM: tegra: Remove unused interrupt-parent properties ARM: tegra: Remove duplicate pin entry in pinmux arch/arm/boot/dts/tegra114-asus-tf701t.dts | 24 +++++++++++----------- arch/arm/boot/dts/tegra124-nyan-big.dts | 3 ++- arch/arm/boot/dts/tegra124-nyan-blaze.dts | 3 ++- arch/arm/boot/dts/tegra124-venice2.dts | 3 ++- arch/arm/boot/dts/tegra20-acer-a500-picasso.dts | 6 +++--- arch/arm/boot/dts/tegra20-asus-tf101.dts | 8 ++++---- arch/arm/boot/dts/tegra20-seaboard.dts | 6 +++--- arch/arm/boot/dts/tegra20-tamonten.dtsi | 6 +++--- arch/arm/boot/dts/tegra20-ventana.dts | 6 +++--- .../boot/dts/tegra30-asus-transformer-common.dtsi | 10 ++++----- arch/arm/boot/dts/tegra30-pegatron-chagall.dts | 11 ++++------ 11 files changed, 42 insertions(+), 44 deletions(-) From patchwork Sat Nov 19 01:20:24 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Reding X-Patchwork-Id: 1706499 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=2620:137:e000::1:20; helo=out1.vger.email; envelope-from=linux-tegra-owner@vger.kernel.org; receiver=) Authentication-Results: legolas.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.a=rsa-sha256 header.s=20210112 header.b=avBtfSj1; dkim-atps=neutral Received: from out1.vger.email (out1.vger.email [IPv6:2620:137:e000::1:20]) by legolas.ozlabs.org (Postfix) with ESMTP id 4NDc4Z4Lk2z23nG for ; Sat, 19 Nov 2022 12:48:30 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231969AbiKSBs1 (ORCPT ); Fri, 18 Nov 2022 20:48:27 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46268 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232994AbiKSBsG (ORCPT ); Fri, 18 Nov 2022 20:48:06 -0500 Received: from mail-ed1-x536.google.com (mail-ed1-x536.google.com [IPv6:2a00:1450:4864:20::536]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D4CF85D69F for ; Fri, 18 Nov 2022 17:20:33 -0800 (PST) Received: by mail-ed1-x536.google.com with SMTP id s12so9400758edd.5 for ; Fri, 18 Nov 2022 17:20:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=acEsYiXCoqV1GznAxKVHxkzg29M8YO7XPSSAAJC1GdU=; b=avBtfSj1RtG+PfH63iyJ1ukNNlKKBsocTZxjZzL3BPSo2sz7+bA1JAskIRGFUcYtKO kVpru/5n8/+sbZN+Tznn5s3+vyEF3G87ocjePWqvXCssYG2nkdEzVXSdWKTKiQrK6vGn gE2TUmnZ+Xgi/LrOR9TQNidGMudS2pIRg8DMVHBhgmmj5O3ffxSNQnM9gcVzYzF0SQJh dQ0GugmnjRnhwsr1viRtlfVsQsoLFsCK5r6lmdCDU+xEtOOy+Lh5C5Y6on77MmqyMToK VEMAFIvRcn9x80YpzxOmYAKkxW23oaJm21mI3tIWZibanCqz4BDAn4WeKaREL7VEXaLW 1jjw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=acEsYiXCoqV1GznAxKVHxkzg29M8YO7XPSSAAJC1GdU=; b=oJRhh06I8nbpWOrC8XxcOMvQpD/10tQ0g020ATmoSLGapmkvDEohZ0QryJ2h8y2KeF plnMuBa6NGjxWxmrwQRzojT3vs8W1Pq1p1VDO6YgGWcrtIvkHl9dNDG/zgufkS5bc+uM NLlcpUkSaBjD/Tkn9k2cPLUVE/6ljM/sVfpONZRDMSfCkMRppvAYOKZe/3Z0G7tMeTqw miMDb7FfrmeRrgrvDeqBO22md/cDngnS1/PTiNS5tj0lDFfn3BmqkE8+Bzo70JwXUaxz gwd3j7p9JjAeHS5Y50fd3NfZKP3HE42/B/lyVcQUTLfdX48+EYbDd7WLcvYmUeaUIw8J RqKg== X-Gm-Message-State: ANoB5pmbLROiME1qkz1M/hzImXLdnvkvGlw2y4zk6/NAfdZVZ/uTQp+9 tzJagg7FuFGTyYbS2ap3FSo= X-Google-Smtp-Source: AA0mqf4OZ0Dzxyh8YmaV9rUzLT+rL5j3QeUyourkO/VhGMNzW/qOXNx61xaanjqg+LgymbbgMs0Vjw== X-Received: by 2002:a05:6402:b81:b0:45c:a651:8849 with SMTP id cf1-20020a0564020b8100b0045ca6518849mr8363214edb.209.1668820832263; Fri, 18 Nov 2022 17:20:32 -0800 (PST) Received: from localhost (p200300e41f201d00f22f74fffe1f3a53.dip0.t-ipconnect.de. [2003:e4:1f20:1d00:f22f:74ff:fe1f:3a53]) by smtp.gmail.com with ESMTPSA id x7-20020aa7d6c7000000b004623028c594sm2427254edr.49.2022.11.18.17.20.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 18 Nov 2022 17:20:31 -0800 (PST) From: Thierry Reding 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/8] arm64: tegra: Device tree changes for v6.2-rc1 Date: Sat, 19 Nov 2022 02:20:24 +0100 Message-Id: <20221119012025.3968358-7-thierry.reding@gmail.com> X-Mailer: git-send-email 2.38.1 In-Reply-To: <20221119012025.3968358-1-thierry.reding@gmail.com> References: <20221119012025.3968358-1-thierry.reding@gmail.com> MIME-Version: 1.0 X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-tegra@vger.kernel.org Hi ARM SoC maintainers, The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780: Linux 6.1-rc1 (2022-10-16 15:36:24 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-6.2-arm64-dt for you to fetch changes up to db78f7ce427aa4be45d0e95daaa6e2cd73c7cd6c: arm64: tegra: Remove unneeded clock-names for Tegra132 PWM (2022-11-19 00:01:20 +0100) This also pulls in a partial for-6.2/dt-bindings branch to satisfy the build dependency on the memory client IDs. Thanks, Thierry ---------------------------------------------------------------- arm64: tegra: Device tree changes for v6.2-rc1 This contains many new additions, primarily for Tegra234, as well as a slew of cleanups for issues flagged by the DT validation tools. ---------------------------------------------------------------- Akhil R (1): arm64: tegra: Add dma-channel-mask in GPCDMA node Dipen Patel (1): arm64: tegra: Enable GTE nodes Fabio Estevam (1): arm64: tegra: Remove 'enable-active-low' Jon Hunter (7): dt-bindings: tegra: Update headers for Tegra234 dt-bindings: memory: Fix typos and definitions for Tegra arm64: tegra: Remove unused property for I2C arm64: tegra: Populate Tegra234 PWMs arm64: tegra: Add PWM fan for Jetson AGX Orin arm64: tegra: Add SBSA UART for Tegra234 arm64: tegra: Update console for Jetson Xavier and Orin Mikko Perttunen (3): dt-bindings: Add headers for NVDEC on Tegra234 arm64: tegra: Fix ranges for host1x nodes arm64: tegra: Add NVDEC on Tegra234 Pierre Gondois (1): arm64: tegra: Update cache properties Prathamesh Shete (1): arm64: tegra: Add Tegra234 SDMMC1 device tree node Sandipan Patra (1): arm64: tegra: Enable PWM users on Jetson AGX Orin Thierry Reding (15): Merge commit for-6.2/dt-bindings into for-6.2/arm64/dt arm64: tegra: Sort nodes by unit-address arm64: tegra: Add missing whitespace arm64: tegra: Remove clock-names from PWM nodes arm64: tegra: Separate AON pinmux from main pinmux on Tegra194 arm64: tegra: Add missing compatible string to Ethernet USB device arm64: tegra: Restructure Tegra210 PMC pinmux nodes arm64: tegra: Use vbus-gpios property arm64: tegra: Use correct compatible string for Tegra194 HDA arm64: tegra: Use correct compatible string for Tegra234 HDA arm64: tegra: Remove reset-names for QSPI arm64: tegra: Fixup pinmux node names arm64: tegra: Remove unused reset-names for QSPI arm64: tegra: Fix up compatible string for SDMMC1 on Tegra234 arm64: tegra: Remove unneeded clock-names for Tegra132 PWM Vidya Sagar (3): arm64: tegra: Fix Prefetchable aperture ranges of Tegra234 PCIe controllers arm64: tegra: Add ECAM aperture info for all the PCIe controllers arm64: tegra: Fix non-prefetchable aperture of PCIe C3 controller arch/arm64/boot/dts/nvidia/tegra132-norrin.dts | 2 +- arch/arm64/boot/dts/nvidia/tegra132.dtsi | 1 - arch/arm64/boot/dts/nvidia/tegra186.dtsi | 12 +- arch/arm64/boot/dts/nvidia/tegra194-p2888.dtsi | 2 +- .../arm64/boot/dts/nvidia/tegra194-p3509-0000.dtsi | 4 +- arch/arm64/boot/dts/nvidia/tegra194-p3668.dtsi | 2 +- arch/arm64/boot/dts/nvidia/tegra194.dtsi | 70 ++- arch/arm64/boot/dts/nvidia/tegra210-p2597.dtsi | 5 +- arch/arm64/boot/dts/nvidia/tegra210-p3450-0000.dts | 4 +- arch/arm64/boot/dts/nvidia/tegra210.dtsi | 61 +- .../arm64/boot/dts/nvidia/tegra234-p3701-0000.dtsi | 8 +- .../dts/nvidia/tegra234-p3737-0000+p3701-0000.dts | 21 +- .../arm64/boot/dts/nvidia/tegra234-p3737-0000.dtsi | 14 + arch/arm64/boot/dts/nvidia/tegra234.dtsi | 666 ++++++++++++++------- include/dt-bindings/clock/tegra234-clock.h | 639 +++++++++++++++++++- include/dt-bindings/memory/tegra234-mc.h | 440 +++++++++++++- include/dt-bindings/power/tegra234-powergate.h | 15 + include/dt-bindings/reset/tegra234-reset.h | 111 +++- 18 files changed, 1751 insertions(+), 326 deletions(-) From patchwork Sat Nov 19 01:20:25 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Reding X-Patchwork-Id: 1706498 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=2620:137:e000::1:20; helo=out1.vger.email; envelope-from=linux-tegra-owner@vger.kernel.org; receiver=) Authentication-Results: legolas.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.a=rsa-sha256 header.s=20210112 header.b=KSLhX264; dkim-atps=neutral Received: from out1.vger.email (out1.vger.email [IPv6:2620:137:e000::1:20]) by legolas.ozlabs.org (Postfix) with ESMTP id 4NDc4X2Q4qz23nG for ; Sat, 19 Nov 2022 12:48:28 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231947AbiKSBsY (ORCPT ); Fri, 18 Nov 2022 20:48:24 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46366 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231969AbiKSBsF (ORCPT ); Fri, 18 Nov 2022 20:48:05 -0500 Received: from mail-ej1-x635.google.com (mail-ej1-x635.google.com [IPv6:2a00:1450:4864:20::635]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B1B94532C0 for ; Fri, 18 Nov 2022 17:20:33 -0800 (PST) Received: by mail-ej1-x635.google.com with SMTP id n20so17145344ejh.0 for ; Fri, 18 Nov 2022 17:20:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=rbfoB6c/UjNlcqISExBxrNR+Gfa67oAo9Qlc4W4UOAg=; b=KSLhX264k+IOo0mAuAPfLH/1foRxs+K6tkJuDT098hpRXMY4tGQvh9KdYdkZX4Wmm9 bcEUkdVEylkFyGgFfgLeKv/0S4FquJnVjFKWjqv6njGuAqcSIOj1kBRa1r9I/cWmCWtx eNPg+S2yvMemxZe112isBa0CO9cr+pM4DL6tTP4al38Ga4NKCx/OTKGYfqFOJ0WGdmVu RXs5iPEZDOwIHtGR5YrhdP1P0Z3khSnDnwQVo2Iv7hnHKTDUzOlDGW+75G5+hAbftQa1 QnCKFkXvzCB6dVYnzpPbC5L09F2CVV5/PuAwhUm80cj8tTyDjaQhxdn8oGybznJKJ8ks 5/xQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=rbfoB6c/UjNlcqISExBxrNR+Gfa67oAo9Qlc4W4UOAg=; b=pXPt9WlQWVlQnrMUMh7ZToq+Mjrc7ARLPD79Z7P1ioRX1VDcVSLVeLWA623a7N5FvB 9MRz8SU/r6zMXeAbLJqFm2Ijz9p3GsDnElgbXEeu2xr02FnDIaS9qd4Ynrk/DIecHIay x4iJKIwlYV54HSd/uTaR0JJQRgTbmUCouGtlEBRcVDgBZPgTozLcl7eN/Cs8cXNfwUlY FtCtNSo99F9Vb1WodZVVvfqIlATFjd4t10SRqoExYL+SC1+W+jz84T15LQWzJyCPCeXs yDI+W26DHo0UY8YnBZda1VeK14gGtRVubVfyrm6eL05Viw21BA88QI2r4+/DL7oR3CAg fnhg== X-Gm-Message-State: ANoB5plL8UWBKemF0w5pDQorILVG/44aeZ+lgrD76SI3CqY2r9mxfjUi drG9j++1+gQsptLUQQ2ersM= X-Google-Smtp-Source: AA0mqf4ZhE+3dLywNGW4ArFee0NvtkX1VLVd3EKlZD8se5YYnR49unxuUUs1Y+nI1choMdLaYRel1A== X-Received: by 2002:a17:906:1641:b0:7ae:7d78:9fa1 with SMTP id n1-20020a170906164100b007ae7d789fa1mr7868452ejd.98.1668820833213; Fri, 18 Nov 2022 17:20:33 -0800 (PST) Received: from localhost (p200300e41f201d00f22f74fffe1f3a53.dip0.t-ipconnect.de. [2003:e4:1f20:1d00:f22f:74ff:fe1f:3a53]) by smtp.gmail.com with ESMTPSA id d10-20020a170906344a00b0077b523d309asm2294476ejb.185.2022.11.18.17.20.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 18 Nov 2022 17:20:32 -0800 (PST) From: Thierry Reding 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 8/8] arm64: tegra: Default configuration updates for v6.2-rc1 Date: Sat, 19 Nov 2022 02:20:25 +0100 Message-Id: <20221119012025.3968358-8-thierry.reding@gmail.com> X-Mailer: git-send-email 2.38.1 In-Reply-To: <20221119012025.3968358-1-thierry.reding@gmail.com> References: <20221119012025.3968358-1-thierry.reding@gmail.com> MIME-Version: 1.0 X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-tegra@vger.kernel.org Hi ARM SoC maintainers, The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780: Linux 6.1-rc1 (2022-10-16 15:36:24 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-6.2-arm64-defconfig for you to fetch changes up to b4c8adc40f4918d77ab851fbc06415fb313d6c7f: arm64: defconfig: Enable HTE config (2022-11-11 15:51:29 +0100) Thanks, Thierry ---------------------------------------------------------------- arm64: tegra: Default configuration updates for v6.2-rc1 This enables several audio-related options, as well as the Tegra186 timer and hardware timestamping engine drivers. ---------------------------------------------------------------- Dipen Patel (1): arm64: defconfig: Enable HTE config Jon Hunter (1): arm64: defconfig: Enable Tegra186 timer support Sameer Pujar (2): arm64: defconfig: Enable couple of audio codecs arm64: defconfig: Enable SND_ALOOP arch/arm64/configs/defconfig | 7 +++++++ 1 file changed, 7 insertions(+)