From patchwork Fri Oct 13 15:37:17 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Thierry Reding X-Patchwork-Id: 13421042 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 smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 51A88CDB482 for ; Fri, 13 Oct 2023 15:37:28 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id 19762C433C9; Fri, 13 Oct 2023 15:37:28 +0000 (UTC) Received: from mail-ed1-f47.google.com (mail-ed1-f47.google.com [209.85.208.47]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smtp.kernel.org (Postfix) with ESMTPS id 47C36C433C8; Fri, 13 Oct 2023 15:37:26 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org 47C36C433C8 Authentication-Results: smtp.kernel.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: smtp.kernel.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-ed1-f47.google.com with SMTP id 4fb4d7f45d1cf-53e2308198eso2923322a12.1; Fri, 13 Oct 2023 08:37:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1697211445; x=1697816245; darn=kernel.org; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=7RR80S9VVoI26pp6PPSfkckIvUSInMqHwCFYPrN8cEo=; b=b6lVllftWy4TopUpvMXwLpSnLvBW28B2pQVsVTN+fJqO+a+Y2J6DJRq4p8EAgVjQ94 NHWNXAPaiK6L8c3mrDEmySl9Lf/Yx2bZKxIj145uyKiy48FwneJA9XC0T9FcfeULpOK2 QCqMp2xC5ZNyQNB48ZleCT5Dd8wUKcJSO0UXIjGbZJa4MpouJg+FpshZtaLfpdsDdVuo VSsXZVj/lWZt7X1AJkJVZ3r1kNyqero9DEdDvWqSLQ+g/ycX0ZrimmIwIO5jMKCNBoAL LI+//uPTZo2Y0xhTcvPCcDJxz5LZeda2hASH8CLTJ+RTp8xUvVyEXjb4Uk5wi/wtIRaY QoZg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1697211445; x=1697816245; 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=7RR80S9VVoI26pp6PPSfkckIvUSInMqHwCFYPrN8cEo=; b=DTVn3OXB2k1B2L7ndFtOCxcJ0EdluEf3hmLRZnUmxMHArL1+eHKZmMETz+mdb5KsuY vvjxu3SSgGKu3CJoeipTvlg59wEShO3XgINpXzm6Azen8TJVTsIz3ax4wsUwKjSNuL3e m5mlNbQia49tewVizypJG4Qj/C5IS5/YHVPEWPkTGDjRSgOYGWbmJCMsA/DZfJY+Rcrb 12j2+VRS6IV5UkwHnXGFtv+kXi3NHjhgMkQMKS9lUEAHcEHToi95voNPmYEVyIb3TO90 Lt/IX8y7J5TVuCoKuvHI4WWFP1DnUNjtVkg/E6P+mThMYOTvJW70iSiBnGO+qsosDtJG KQ2Q== X-Gm-Message-State: AOJu0YzrNWrcZ+mwGwHdfRnJbiVpGXSNqzwG7zj/hAOp5kQ3hefkyQ4V vfRtcQAhC5Y9IOArgcrlbD1PDva+KpM= X-Google-Smtp-Source: AGHT+IG5PxYwOsDh+FYajoOlxlehnSCwwf3OTVC3VUnLrvW1x5jPaopvsu6MPB+7CANkPirBN9MyDg== X-Received: by 2002:a05:6402:f25:b0:53d:d4e7:af5f with SMTP id i37-20020a0564020f2500b0053dd4e7af5fmr8435837eda.13.1697211444873; Fri, 13 Oct 2023 08:37:24 -0700 (PDT) Received: from localhost (p200300e41f3f4900f22f74fffe1f3a53.dip0.t-ipconnect.de. [2003:e4:1f3f:4900:f22f:74ff:fe1f:3a53]) by smtp.gmail.com with ESMTPSA id c25-20020aa7d619000000b0053622a35665sm11456083edr.66.2023.10.13.08.37.24 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 13 Oct 2023 08:37:24 -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/6] soc/tegra: Changes for v6.7-rc1 Date: Fri, 13 Oct 2023 17:37:17 +0200 Message-ID: <20231013153723.1729109-1-thierry.reding@gmail.com> X-Mailer: git-send-email 2.42.0 MIME-Version: 1.0 Hi ARM SoC maintainers, The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d: Linux 6.6-rc1 (2023-09-10 16:28:41 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-6.7-soc for you to fetch changes up to cda263907a6f88c75fb97cf7adecffaafb6237ec: soc/tegra: pmc: Drop the ->opp_to_performance_state() callback (2023-10-13 13:58:36 +0200) Thanks, Thierry ---------------------------------------------------------------- soc/tegra: Changes for v6.7-rc1 This contains a few minor cleanups for PMC and CBB. ---------------------------------------------------------------- Ulf Hansson (1): soc/tegra: pmc: Drop the ->opp_to_performance_state() callback Uwe Kleine-König (1): soc/tegra: cbb: tegra194-cbb: Convert to platform remove callback returning void drivers/soc/tegra/cbb/tegra194-cbb.c | 6 ++---- drivers/soc/tegra/pmc.c | 8 -------- 2 files changed, 2 insertions(+), 12 deletions(-) From patchwork Fri Oct 13 15:37:18 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Reding X-Patchwork-Id: 13421043 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 smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 8BE75CDB47E for ; Fri, 13 Oct 2023 15:37:29 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id 6FC2EC433CA; Fri, 13 Oct 2023 15:37:29 +0000 (UTC) Received: from mail-ej1-f43.google.com (mail-ej1-f43.google.com [209.85.218.43]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smtp.kernel.org (Postfix) with ESMTPS id A08FFC433C8; Fri, 13 Oct 2023 15:37:28 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org A08FFC433C8 Authentication-Results: smtp.kernel.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: smtp.kernel.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-ej1-f43.google.com with SMTP id a640c23a62f3a-9ba1eb73c27so371451766b.3; Fri, 13 Oct 2023 08:37:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1697211446; x=1697816246; darn=kernel.org; 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=PlsJKQ9o+97lJJY3AUNBW2W1fulutNe23lIectOvZKw=; b=aU697iWpmLLvQWc617mgTMB1zn9ZkrYg0I7jm6SUZXUKV7I9wTd04xsrWJ3Hc4zzpL yYG4ft8ZOfQA9VTCuVQPxR8usuOwQKRYD1ys0I7LhXQ/mo56wYPTn3+2/oC5SmCSQbSm k5vOvdgpQ8RnAQdTFkVNem0BrL7NyLnrOM7rCacvFVQA+UlRG5sGERhNbZNqWlFHwmqj qV6DH13KRlED8vFgCAmgP36NlCXtRUyfT5ULvNpCRYPOmmMy6Xmb77InyRDI/dqegJwC HLZsE9vgiEoYaEidNi4aNpCWgAQtE1LjnPHM4nad8VPc66Ai5y2XAJET2UROmhHMRoFY 1qaw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1697211446; x=1697816246; 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=PlsJKQ9o+97lJJY3AUNBW2W1fulutNe23lIectOvZKw=; b=TnCUUCHbW7GZZmfRGGwidWzCz/TEQYm2GD1nHFz4oQo6xDrEIGVyIMHz8+1NAJRHgu p6rCXRHN0/AOub6JsooxU3UqNcIV8PMlgM7afuhXW0ZTciVAsb5LP26bP2LW+A+Vmod7 V2NaQbMfKeW+2BlT+iZ/q/yv/a+8hdY5v9r2jUOv/LnatYv8dtrwKpQUYNUDImDjjfcp SjHG4JqdPCOxrAriqU1zF2Pc2wBb1XOm6YOgZtA69F9sl2pUwSHZSUNG5nTP6oGiRLHF FhDrzQMhr7yVdcQZI0dyp2fAnCXYfmwVuecIS5VJMfh+GdzMS8kEmxMHtVJ2ueSQmpi0 k9aA== X-Gm-Message-State: AOJu0YwgEa4jaEH/cY9rlLU7CYoiDzApO/l7parop1BqeyV288BHJroT OsDKfV3FyPWvkVvKfu+5e5UeqhWOShU= X-Google-Smtp-Source: AGHT+IF3x8zmRFDMy3fLrl9T3QnLqwr20Q75vbxLig7CrswuqjzGa0s5PbKwgN0DhW2anpArJUF8jA== X-Received: by 2002:a17:906:7394:b0:9ad:fb23:21d8 with SMTP id f20-20020a170906739400b009adfb2321d8mr23182490ejl.12.1697211446233; Fri, 13 Oct 2023 08:37:26 -0700 (PDT) Received: from localhost (p200300e41f3f4900f22f74fffe1f3a53.dip0.t-ipconnect.de. [2003:e4:1f3f:4900:f22f:74ff:fe1f:3a53]) by smtp.gmail.com with ESMTPSA id cw11-20020a170906c78b00b0099e12a49c8fsm12767358ejb.173.2023.10.13.08.37.25 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 13 Oct 2023 08:37:25 -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/6] firmware: tegra: Changes for v6.7-rc1 Date: Fri, 13 Oct 2023 17:37:18 +0200 Message-ID: <20231013153723.1729109-2-thierry.reding@gmail.com> X-Mailer: git-send-email 2.42.0 In-Reply-To: <20231013153723.1729109-1-thierry.reding@gmail.com> References: <20231013153723.1729109-1-thierry.reding@gmail.com> MIME-Version: 1.0 Hi ARM SoC maintainers, The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d: Linux 6.6-rc1 (2023-09-10 16:28:41 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-6.7-firmware for you to fetch changes up to ea608a01d4ee66f8b51070e623f9adb8684c0dd4: firmware: tegra: Add suspend hook and reset BPMP IPC early on resume (2023-10-13 14:20:27 +0200) Thanks, Thierry ---------------------------------------------------------------- firmware: tegra: Changes for v6.7-rc1 Contains a typofix and a new mechanism to help fix an issue that can seemingly hang the system during early resume. ---------------------------------------------------------------- Deming Wang (1): firmware: tegra: Fix a typo Sumit Gupta (1): firmware: tegra: Add suspend hook and reset BPMP IPC early on resume drivers/firmware/tegra/bpmp.c | 30 ++++++++++++++++++++++++++++++ include/soc/tegra/bpmp-abi.h | 2 +- include/soc/tegra/bpmp.h | 6 ++++++ 3 files changed, 37 insertions(+), 1 deletion(-) From patchwork Fri Oct 13 15:37:19 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Reding X-Patchwork-Id: 13421044 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 smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 04349CDB482 for ; Fri, 13 Oct 2023 15:37:30 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id E07B7C433CB; Fri, 13 Oct 2023 15:37:30 +0000 (UTC) Received: from mail-ej1-f54.google.com (mail-ej1-f54.google.com [209.85.218.54]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smtp.kernel.org (Postfix) with ESMTPS id 07374C433C7; Fri, 13 Oct 2023 15:37:29 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org 07374C433C7 Authentication-Results: smtp.kernel.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: smtp.kernel.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-ej1-f54.google.com with SMTP id a640c23a62f3a-9be02fcf268so43836266b.3; Fri, 13 Oct 2023 08:37:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1697211448; x=1697816248; darn=kernel.org; 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=wYPDhOVkv0waUVLnmOjl9NknnpY9Oe/qv6LhVI9mZSA=; b=nsK9ktpz0L5B9+59zibOAAwpjhQm0//xz/8fkQ1zs7GDu1EdNAjerlm5KS2DU8s5c2 qijloOvxfTj+zUln7eRR7CbN6n7GdFyPzggu3htEAmxC8BY/opkHsyRtndbMBrpdvqUi TfrKSue7CyAtYtKOgKqk+sxGKiSVlvJOMDMnk/xRQJwdQJOPQJnrj9Zfq4tbG+D608ot WbbkUie+NrqvVA/L4yTao2q25LaVXW+jRIAdVgWvgKEevkbatTZrUGBine+UGPsNTdv/ uXVjLZhljkPD9HrN+3Vl2dw3/K4TiWR64xb+6LkehOYPz+QTFjcHByoSzu8s5iEluYFf 9SPg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1697211448; x=1697816248; 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=wYPDhOVkv0waUVLnmOjl9NknnpY9Oe/qv6LhVI9mZSA=; b=Uiy49AwDp6rwvfw3o8O9FgJGN9SmRvaJczUj1KipNAOpxmwSR5Ai37bm34C7N0szgt 0ElJzBo7YAnI+ZwuxmhZ2HjoEtlfthPfAEw0d65osayeTPn4frD5tl1t8CZWMR6Ia04B XYWTabshSkOr9wGgG03n6Gt3wCwoft/ipZatP+Ag6F7+TH4pBRZdXSlasJwPUW2uYGcF A1GvfQMwASCb1fCTlVVfkiv8WI0eP0A8fClj6rovmqdLgBCNxK6ru4W8rHnaNY4yX9dG 5KuGRLSmmJJwVSOyVGXk7xMp3l1gTOx5zpvhjqcxRnhPTUOPNF8anRh8hqav09z15rNV tDaQ== X-Gm-Message-State: AOJu0YywcIpqsFGERz+kErFzD6Zy5vnh293NnNb9HdmrGDeRaeMg6SME +awPaxONNeDev65FSTJp9PpssHY3N4A= X-Google-Smtp-Source: AGHT+IG8nj/Qv2VnFKlzi1cXekL/eiwwgncKIy1UFsOddZljrOd2B4TCVDk6myoz53lqhsLN1GH+wQ== X-Received: by 2002:a17:906:8465:b0:9b2:8b14:7a3d with SMTP id hx5-20020a170906846500b009b28b147a3dmr25486973ejc.4.1697211447818; Fri, 13 Oct 2023 08:37:27 -0700 (PDT) Received: from localhost (p200300e41f3f4900f22f74fffe1f3a53.dip0.t-ipconnect.de. [2003:e4:1f3f:4900:f22f:74ff:fe1f:3a53]) by smtp.gmail.com with ESMTPSA id ca9-20020a170906a3c900b009adc743340fsm12588732ejb.197.2023.10.13.08.37.26 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 13 Oct 2023 08:37:26 -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/6] dt-bindings: Changes for v6.7-rc1 Date: Fri, 13 Oct 2023 17:37:19 +0200 Message-ID: <20231013153723.1729109-3-thierry.reding@gmail.com> X-Mailer: git-send-email 2.42.0 In-Reply-To: <20231013153723.1729109-1-thierry.reding@gmail.com> References: <20231013153723.1729109-1-thierry.reding@gmail.com> MIME-Version: 1.0 Hi ARM SoC maintainers, The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d: Linux 6.6-rc1 (2023-09-10 16:28:41 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-6.7-dt-bindings for you to fetch changes up to 0434281722b5192f4c5f60ff891f98f95057a793: dt-bindings: arm: tegra: pmc: Relicense and move into soc/tegra directory (2023-10-10 17:39:33 +0200) Thanks, Thierry ---------------------------------------------------------------- dt-bindings: Changes for v6.7-rc1 This contains some rework of the Tegra PMC device tree bindings that will help with validating device trees with json-schema. ---------------------------------------------------------------- Thierry Reding (7): dt-bindings: arm: tegra: pmc: Improve property descriptions dt-bindings: arm: tegra: pmc: Remove useless boilerplate descriptions dt-bindings: arm: tegra: pmc: Move additionalProperties dt-bindings: arm: tegra: pmc: Increase maximum number of clocks per powergate dt-bindings: arm: tegra: pmc: Restructure pad configuration node schema dt-bindings: arm: tegra: pmc: Reformat example dt-bindings: arm: tegra: pmc: Relicense and move into soc/tegra directory .../bindings/arm/tegra/nvidia,tegra20-pmc.yaml | 393 ------------------- .../bindings/soc/tegra/nvidia,tegra20-pmc.yaml | 416 +++++++++++++++++++++ 2 files changed, 416 insertions(+), 393 deletions(-) delete mode 100644 Documentation/devicetree/bindings/arm/tegra/nvidia,tegra20-pmc.yaml create mode 100644 Documentation/devicetree/bindings/soc/tegra/nvidia,tegra20-pmc.yaml From patchwork Fri Oct 13 15:37:20 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Reding X-Patchwork-Id: 13421045 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 smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 29AACCDB47E for ; Fri, 13 Oct 2023 15:37:32 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id 112F9C433CC; Fri, 13 Oct 2023 15:37:32 +0000 (UTC) Received: from mail-ej1-f51.google.com (mail-ej1-f51.google.com [209.85.218.51]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smtp.kernel.org (Postfix) with ESMTPS id 2E638C433CA; Fri, 13 Oct 2023 15:37:30 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org 2E638C433CA Authentication-Results: smtp.kernel.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: smtp.kernel.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-ej1-f51.google.com with SMTP id a640c23a62f3a-9be1ee3dc86so26568966b.1; Fri, 13 Oct 2023 08:37:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1697211449; x=1697816249; darn=kernel.org; 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=Zdk4NvJbSMGfd0BIaU/OwOTGoubjjFd1QVukVbebO28=; b=ZdnPu6UNou4WjnPBcSbazLSMp4g5Wtqx5dm3nUCV6Bj5puHQi69Ay+9Ai9EfmgoLQ0 74Ch8Df4uHPmZaGRiMv+Td1295Du6ZK2H7hwCfHzsGd4Hj4n7dQ+g59fHbKc3TRvojyB AOBVLCObRuqZ7X7TRL6pe34t9CaqGQR+oyj7FAqGK2RA/QQrSx/74jFGCsJFT+9AlRV/ /vutvRmZKsk6U7GTT8L9SCDYR2yTNwT5z/IIAgAqN1W4k4ptQqty/Z1Ji2L0vxX1P+tS WPIO344UA9197wY1MORWCcPun0OOkDKQenizpHtXs2VyIbyg2mPxLSpalAops/gEqhi8 YFeQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1697211449; x=1697816249; 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=Zdk4NvJbSMGfd0BIaU/OwOTGoubjjFd1QVukVbebO28=; b=ubAF+LBFdQzZnKZt8n7KziAvWc4o+qkAmj6x40FpXrVoneRlZirz3B13BobKfqRy08 4BBBz0lq3+yyQqY2gwDVVl7tojvtnuUPf5/g5Rl1E67RfqwzxutiAVqfWNyXCqKvc7qy Xp2vVnSpTxP5/KK4BzH4Yq7f11teRMDK34KjcMLdgt4qOY8617CQHSvnxbtCWK6zhmsK lKGsLUFOi9vhNNFTvgd6fZlPKnxTUqb10VOT23P8+E6fNnDepUsvct5Hwl+WyMdtepde sXZ8iuDK9i5whp/PyDNEZgIf+ypvvCOlFl7wgw4Eut2ld2Hoe+nJVaMALhLc4A1LUnxp J2Yg== X-Gm-Message-State: AOJu0YyCotP8mKerEFN+D2PVw0qbw76lmzz08hcKEJXONVZgDoUt9627 1OAcEq2hpGazxT+DhVakaudpmqUZmmY= X-Google-Smtp-Source: AGHT+IFYqC9tGqZnZhl1BWHxrEQ6EXrSviw9xGYIOiIjwt/Jf8wWQMwZrgXE4xHWoxXV8yVorBkenA== X-Received: by 2002:a17:907:7d90:b0:9bd:fa48:83c5 with SMTP id oz16-20020a1709077d9000b009bdfa4883c5mr852294ejc.70.1697211448948; Fri, 13 Oct 2023 08:37:28 -0700 (PDT) Received: from localhost (p200300e41f3f4900f22f74fffe1f3a53.dip0.t-ipconnect.de. [2003:e4:1f3f:4900:f22f:74ff:fe1f:3a53]) by smtp.gmail.com with ESMTPSA id ca9-20020a170906a3c900b009ae587ce128sm12513281ejb.216.2023.10.13.08.37.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 13 Oct 2023 08:37:28 -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/6] memory: tegra: Changes for v6.7-rc1 Date: Fri, 13 Oct 2023 17:37:20 +0200 Message-ID: <20231013153723.1729109-4-thierry.reding@gmail.com> X-Mailer: git-send-email 2.42.0 In-Reply-To: <20231013153723.1729109-1-thierry.reding@gmail.com> References: <20231013153723.1729109-1-thierry.reding@gmail.com> MIME-Version: 1.0 Hi ARM SoC maintainers, The following changes since commit ea608a01d4ee66f8b51070e623f9adb8684c0dd4: firmware: tegra: Add suspend hook and reset BPMP IPC early on resume (2023-10-13 14:20:27 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-6.7-memory for you to fetch changes up to f344675a34383ae26a8230f4b1cd99cbd0defebd: memory: tegra: Set BPMP msg flags to reset IPC channels (2023-10-13 14:23:41 +0200) Thanks, Thierry ---------------------------------------------------------------- memory: tegra: Changes for v6.7-rc1 Contains a fix for a long timeout that can make it seems like the system is hanging during early resume. ---------------------------------------------------------------- Thierry Reding (2): Merge branch 'for-6.7/firmware' into for-6.7/memory memory: tegra: Set BPMP msg flags to reset IPC channels drivers/memory/tegra/tegra234.c | 4 ++++ 1 file changed, 4 insertions(+) From patchwork Fri Oct 13 15:37:21 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Reding X-Patchwork-Id: 13421046 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 smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 5A314CDB483 for ; Fri, 13 Oct 2023 15:37:33 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id 3CBF8C433CD; Fri, 13 Oct 2023 15:37:33 +0000 (UTC) Received: from mail-ej1-f49.google.com (mail-ej1-f49.google.com [209.85.218.49]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smtp.kernel.org (Postfix) with ESMTPS id 5B11EC433CA; Fri, 13 Oct 2023 15:37:32 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org 5B11EC433CA Authentication-Results: smtp.kernel.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: smtp.kernel.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-ej1-f49.google.com with SMTP id a640c23a62f3a-99bdeae1d0aso363755966b.1; Fri, 13 Oct 2023 08:37:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1697211450; x=1697816250; darn=kernel.org; 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=m+ZY1Eo+hGBgOwzkZ57/CG02BALJwavzrznNDKUJoBg=; b=TqGYjaIpGnTI/z7RWice6LQo8PW1uX+SNxd4wyAzcSN4lhXorxitit1smDfPEVFpkV qce+W1uyZf4miknaj+oExB7oIc+UrEimFPiaEjOUBILqi3fVesunqqwjEg/rSW4xJZ/S 1sQAP3igHTPVzG5wT8WlnEGpC6ltXL7z0NPeB9lrsXQHYzmfEkED8f32K9tTFEhJC+tC 8RF6diU97/5lHuUARsTJJZGknD8/jnjS75qAGKijv+ly2qYsnZSW+rddbwIrUe6WU2ak uWNHiTGLyAZukYGqm1mTMVyPbUQu7IAzsZ42wqBWoNSpaTOpI4OKQnZk68Hr2PM8MSD9 v5EQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1697211450; x=1697816250; 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=m+ZY1Eo+hGBgOwzkZ57/CG02BALJwavzrznNDKUJoBg=; b=nQsLoduk8P0C7GKqZd9XtYIANyHu5BAvebnFnnP4Rc4FUviQSA3yjTEbCBYW72Cdcr L+kmFpncHyiS+dDdsVgKIyL6dlwxbTLPrnnysXanVp6qWczxSHtPoln5XyVDh4gMg9XY QJ6gZAPk9TRbPFC94NUclPUpW9sZ5s+1L2XHxykzENaRrWY1nkg5BBQmN5P/h1KxtJ3f pI/snxgu2Z9lOz3ZXQ3xavxhkHD3j/f7Sib/LBrGfTNFuDLNwfnr8aEPe39zUMQOasOW zeAquzqNoIVvAZZOGubOxwCbgbNKqjDGOg+x/3Re9vJAiUmUcGxnK9TuAyjaXbW9c9/V ovrg== X-Gm-Message-State: AOJu0YywTaggQP7hrzpq8RNJdZAWPJuHsv5kfMPWMwfyBJ1xRe28RnMc NPmFkkIC88cvpE6MoeNfnLtRkO9b+Qc= X-Google-Smtp-Source: AGHT+IHF39k1Gkjh3CL21FI3J5A3m1jhzhd1cVfiEnS0AlXW/MWrlPSiofKiUmdWkr5p+9m5gZAEIw== X-Received: by 2002:a17:906:7389:b0:9a5:b878:7336 with SMTP id f9-20020a170906738900b009a5b8787336mr28447343ejl.7.1697211450300; Fri, 13 Oct 2023 08:37:30 -0700 (PDT) Received: from localhost (p200300e41f3f4900f22f74fffe1f3a53.dip0.t-ipconnect.de. [2003:e4:1f3f:4900:f22f:74ff:fe1f:3a53]) by smtp.gmail.com with ESMTPSA id h17-20020a1709063c1100b009b94a8150d8sm12605318ejg.199.2023.10.13.08.37.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 13 Oct 2023 08:37:30 -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/6] ARM: tegra: Device tree changes for v6.7-rc1 Date: Fri, 13 Oct 2023 17:37:21 +0200 Message-ID: <20231013153723.1729109-5-thierry.reding@gmail.com> X-Mailer: git-send-email 2.42.0 In-Reply-To: <20231013153723.1729109-1-thierry.reding@gmail.com> References: <20231013153723.1729109-1-thierry.reding@gmail.com> MIME-Version: 1.0 Hi ARM SoC maintainers, The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d: Linux 6.6-rc1 (2023-09-10 16:28:41 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-6.7-arm-dt for you to fetch changes up to 3c2508d3ce5764d1daea0a580cf11f35bd4f2801: ARM: tegra: Drop unit-address from parallel RGB output port (2023-10-10 17:43:48 +0200) Thanks, Thierry ---------------------------------------------------------------- ARM: tegra: Device tree changes for v6.7-rc1 Contains a small fix that drops an unnecessary unit-address. ---------------------------------------------------------------- Maxim Schwalm (1): ARM: tegra: Drop unit-address from parallel RGB output port arch/arm/boot/dts/nvidia/tegra20-acer-a500-picasso.dts | 2 +- arch/arm/boot/dts/nvidia/tegra20-asus-tf101.dts | 2 +- arch/arm/boot/dts/nvidia/tegra30-asus-lvds-display.dtsi | 2 +- arch/arm/boot/dts/nvidia/tegra30-asus-tf700t.dts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) From patchwork Fri Oct 13 15:37:22 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Reding X-Patchwork-Id: 13421047 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 smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 226CACDB485 for ; Fri, 13 Oct 2023 15:37:34 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id 08336C433CB; Fri, 13 Oct 2023 15:37:34 +0000 (UTC) Received: from mail-ed1-f41.google.com (mail-ed1-f41.google.com [209.85.208.41]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smtp.kernel.org (Postfix) with ESMTPS id 17FBCC433C8; Fri, 13 Oct 2023 15:37:32 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org 17FBCC433C8 Authentication-Results: smtp.kernel.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: smtp.kernel.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-ed1-f41.google.com with SMTP id 4fb4d7f45d1cf-53da72739c3so3914191a12.3; Fri, 13 Oct 2023 08:37:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1697211451; x=1697816251; darn=kernel.org; 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=CNAgka3FvOAsw8o3RYXySdSDUfmIIBBX4anYSnIwdp0=; b=G50tJwOdKjhsYrbSu2ZcPlxU3O8aDXvYi+1QNE1jSB5u3M7jz2gB5mthVaqSjkAikd KvGRDqqZwkPDMBNzqcLc0ZcQTpVoIPpDMvmLm/o9umZBxuu5WI1wEB2IGxzIEgCyTl7U Hhn0/fOSbhH0KzkhPr6PpWJPdNbX9vwc8HJogrdcDlHAzADKJKPLYp9dPdQvCEeU68v6 ktXZlCbt9uDzoVb1+kQ37qIuQJOxO6XFiB55O2UEJ9KQEz0ONcZ9ErZTwdf6di9NU82q crx4WKPGpU4yvnFdCL8igzXQP5aXjZRu7hJidaDcpT2yZzqehkAEwfqexQDTLLEzh7oY AneQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1697211451; x=1697816251; 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=CNAgka3FvOAsw8o3RYXySdSDUfmIIBBX4anYSnIwdp0=; b=gggJwRwfJqpRaPgYreHud5FEvENDFUjVo4M3/aCdfrieMD7/ueYWf6WNtfcXvm6r0a u604gWO605vowZ09klYFRlBS+1ZdI6xp/y5IKQUSE6ofVJkG0mlLMcuj015vZaNoj0kp x3Q5JjmVGja4uCL9pPBexezE8NHrP4So2ccW/PubuhI/XcPPZh9cpic6e+VX+ReoGr2D 5zYIanU2UJXEVUdZDXZH+Y1LAnj0GN5mN40mdmlInPnplKoD4w49qVUrIUdSThJTsc2i fd/g4EIs/wMPAYN6RovfDqQPKUoNVBOCITVc/6NGz6h7HmpRqgfL+Bc43qNAZoOjH17n Pt4Q== X-Gm-Message-State: AOJu0YzZcXF9mjo4DedOsl0Kh/YP9nWIA/oyE3uNJjPRR2sHid+QQ1PN s7UrD54a8z69Z1792U7YtkZFmhL0KNg= X-Google-Smtp-Source: AGHT+IH8I+K28mrFHIIHCAnqmELBv3ZkkWnfIipzfeY38HXq0bgTnkvoJtmdtdo2llbVApAGXvhvqQ== X-Received: by 2002:a05:6402:b58:b0:53d:d4a0:3154 with SMTP id bx24-20020a0564020b5800b0053dd4a03154mr6293896edb.31.1697211451101; Fri, 13 Oct 2023 08:37:31 -0700 (PDT) Received: from localhost (p200300e41f3f4900f22f74fffe1f3a53.dip0.t-ipconnect.de. [2003:e4:1f3f:4900:f22f:74ff:fe1f:3a53]) by smtp.gmail.com with ESMTPSA id s9-20020a05640217c900b0053d9a862e2csm4809094edy.56.2023.10.13.08.37.30 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 13 Oct 2023 08:37:30 -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/6] arm64: tegra: Device tree changes for v6.7-rc1 Date: Fri, 13 Oct 2023 17:37:22 +0200 Message-ID: <20231013153723.1729109-6-thierry.reding@gmail.com> X-Mailer: git-send-email 2.42.0 In-Reply-To: <20231013153723.1729109-1-thierry.reding@gmail.com> References: <20231013153723.1729109-1-thierry.reding@gmail.com> MIME-Version: 1.0 Hi ARM SoC maintainers, The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d: Linux 6.6-rc1 (2023-09-10 16:28:41 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-6.7-arm64-dt for you to fetch changes up to c0b80988eb78d6423249ab530bfbc6b238790a26: arm64: tegra: Use correct interrupts for Tegra234 TKE (2023-10-13 14:43:05 +0200) Thanks, Thierry ---------------------------------------------------------------- arm64: tegra: Device tree changes for v6.7-rc1 This contains some fixes for Tegra234 boards as well as some cleanups that will help with json-schema validation. For older devices, there's now support for display on Smaug (a.k.a. Pixel C) and the IOMMU for host1x is enabled on Tegra132, which should help with large memory allocations for display and multimedia. ---------------------------------------------------------------- Brad Griffis (2): arm64: tegra: Fix P3767 card detect polarity arm64: tegra: Fix P3767 QSPI speed Diogo Ivo (3): arm64: tegra: Add DSI/CSI regulator on Smaug arm64: tegra: Add backlight node on Smaug arm64: tegra: Add display panel node on Smaug Jon Hunter (1): arm64: tegra: Add power-sensors for Tegra234 boards Rayyan Ansari (1): arm64: tegra: Enable IOMMU for host1x on Tegra132 Thierry Reding (6): arm64: tegra: Add missing current-speed for SBSA UART arm64: tegra: Remove duplicate nodes on Jetson Orin NX arm64: tegra: Use correct format for clocks property arm64: tegra: Add dmas and dma-names for Tegra234 UARTE arm64: tegra: Mark Tegra234 SPI as compatible with Tegra114 arm64: tegra: Use correct interrupts for Tegra234 TKE arch/arm64/boot/dts/nvidia/tegra132.dtsi | 2 + arch/arm64/boot/dts/nvidia/tegra210-smaug.dts | 66 ++++++++++++++++++++++ .../arm64/boot/dts/nvidia/tegra234-p3701-0008.dtsi | 33 +++++++++++ arch/arm64/boot/dts/nvidia/tegra234-p3701.dtsi | 53 +++++++++++++++++ .../dts/nvidia/tegra234-p3737-0000+p3701-0000.dts | 1 + arch/arm64/boot/dts/nvidia/tegra234-p3767.dtsi | 33 ++++++++++- .../dts/nvidia/tegra234-p3768-0000+p3767-0000.dts | 13 ----- .../arm64/boot/dts/nvidia/tegra234-p3768-0000.dtsi | 1 + arch/arm64/boot/dts/nvidia/tegra234.dtsi | 52 +++++++++-------- 9 files changed, 214 insertions(+), 40 deletions(-)