Message ID | 20230728094129.3587109-3-thierry.reding@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | caeca8a4be330cd47d4de40294dc99d07e864508 |
Headers | show
Return-Path: <SRS0=sj+x=DO=gmail.com=thierry.reding@kernel.org> 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 60D7CC04E69 for <soc@archiver.kernel.org>; Fri, 28 Jul 2023 09:41:38 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id 26432C433C9; Fri, 28 Jul 2023 09:41:38 +0000 (UTC) Received: from mail-ej1-f44.google.com (mail-ej1-f44.google.com [209.85.218.44]) (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 1DEBBC433C8; Fri, 28 Jul 2023 09:41:36 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org 1DEBBC433C8 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-f44.google.com with SMTP id a640c23a62f3a-986d8332f50so265334366b.0; Fri, 28 Jul 2023 02:41:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1690537295; x=1691142095; 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=+Cw3X31p7xwohwKPSgl7qyRMBhhgQ8jBbnhgkogYtkU=; b=CxmCL2zjp5pfCKKvAlLDFJ+zF+o/gFr27DGJr3txPTEejzw0c6gDQFrRS+2mqjLa0H XD3os3+IcJo+KeNX7FP+WsgHxJhZ0ycUfvxWxioc7Xy2VPugFXMHJ4pcmPrLIGFntCjb kuSiKxi5OL2kjDT5CCcP0Hyksdcz6ARrh3Pn5Gir3V0MvaIxtuqqY3Yr2bq0fUyvJFR8 mAdFHmLcd+8Lph/yr65863a6OYaGUV8/tyc4Sk8Jk/4vVKdCmkEBdCZdK2DYmMabG4NT +w9fWEwPfcubjNHDQo5xl5ILWQve53YARhR10Gcve5reij+tQUDeQIazJCYZ/oNtY89J Ujxw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1690537295; x=1691142095; 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=+Cw3X31p7xwohwKPSgl7qyRMBhhgQ8jBbnhgkogYtkU=; b=QZQje7mxPdXoUp7EYgdkhSSiOS/nRaZxfOUC39hk95qBB/YBiemte3ov4QYRVZsIj8 CqAAQWLrdcWYOB81P9pscbyKJ48OGEZ7L0NWRc1yMwpQLWTJN5BdjlXXdod1DwufSKR9 buk7EnMdGDUXD+F526UeX1xFDgca1imFyla3EIloxmDq3gtHl7blvyCsbsxyWfS8Jgi8 ZfDtNPVNi4hsWaP7b9kSixlDkOmlaJeypL7BSw+6dy+MQTSKu8pdfqaZpSV73oiy8xhP 0+AJae+XcHbEMnJPhIIB0f+Xv4qVEwob7tdxQIMiArHR41UkXNRK9hyGcc16SE8IZxNr IxRw== X-Gm-Message-State: ABy/qLZXwpO1j0WL8cmCX83mN/su3zUxmdLDqDAdka5tCQYXUbIczLXH S2UK5mCBCP8vBimDv6QCDLedgjVpsIw= X-Google-Smtp-Source: APBJJlGHMcjlSyB3jSLWLcP/PXcMAo854eth9XZNWEik076oTphMXnqKi7PQkX18s6T5lHwxI99vTw== X-Received: by 2002:a17:907:7618:b0:99b:c0da:5028 with SMTP id jx24-20020a170907761800b0099bc0da5028mr1388846ejc.62.1690537294774; Fri, 28 Jul 2023 02:41:34 -0700 (PDT) Received: from localhost (p200300e41f1bd600f22f74fffe1f3a53.dip0.t-ipconnect.de. [2003:e4:1f1b:d600:f22f:74ff:fe1f:3a53]) by smtp.gmail.com with ESMTPSA id s13-20020a1709060c0d00b009930042510csm1823558ejf.222.2023.07.28.02.41.34 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 28 Jul 2023 02:41:34 -0700 (PDT) From: Thierry Reding <thierry.reding@gmail.com> List-Id: <soc.lore.kernel.org> To: arm@kernel.org, soc@kernel.org Cc: Thierry Reding <thierry.reding@gmail.com>, Jon Hunter <jonathanh@nvidia.com>, linux-tegra@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [GIT PULL 3/4] ARM: tegra: Device tree changes for v6.6-rc1 Date: Fri, 28 Jul 2023 11:41:27 +0200 Message-ID: <20230728094129.3587109-3-thierry.reding@gmail.com> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20230728094129.3587109-1-thierry.reding@gmail.com> References: <20230728094129.3587109-1-thierry.reding@gmail.com> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit |
Series |
[GIT,PULL,1/4] soc/tegra: Changes for v6.6-rc1
|
expand
|