Message ID | 20230728094129.3587109-2-thierry.reding@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | e85a757dd4001c7d3ef77aa9465c9a086605f680 |
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 BBD3FC001E0 for <soc@archiver.kernel.org>; Fri, 28 Jul 2023 09:41:37 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id 9EE9FC433CB; Fri, 28 Jul 2023 09:41:37 +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 8EFFFC433C9; Fri, 28 Jul 2023 09:41:36 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org 8EFFFC433C9 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-99b9161b94aso274553966b.1; 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=1690537294; x=1691142094; 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=wHnrs0avNcz6B2UJJhrTanCpbWKAitcwJk0lhG8vNOI=; b=nq1j+cDmvvM/cFLkO2PCdUy0mCEorEoCUp7V75USc4JOSQiSHxc1JjQtzgjYFnYWsk hszYXM1VYE+Xb2h+L2S1nh81S9yiELuI6XSKrMbgBA3qjPuq7nHtDObJmQWX3waonvni Zm9YcpkEjlprJeooO246/Ite+MB9YRUDr2tmcDAXkix3wmWZ9LXySEehvT1VzhJ+GY2P duqqcRd2Su2GYvbHEL4nivbmhWGTANsj3G/eiQQMxsCxot2OKZv8/lfg1P2v3kKrxu3b AwGwpsSWIQiDaOLpc3pGGB90Q0k8cjT/Z/89aA88Li57+IuAimLnnNoHOULMesKsrl+O q0ZQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1690537294; x=1691142094; 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=wHnrs0avNcz6B2UJJhrTanCpbWKAitcwJk0lhG8vNOI=; b=RrKos5unGBKpTpKs7Ivmh7DG+wDOIt6PmfVSdIuenlW44Z37OkoZ+st9qDDKGZCdmL I5hhv+pD8AYXMAAXezDaaEKcUQjZJB9ZL842pv0SzgOpFCv4oWSZpO8EzP3DA+zMekCy rVZhgDi5QCxpgq5vh+Fta3RhEBrod5ncJEPXyCKgRWiF/NE+CbJlY7hlI0/zfGeSiOjH tW82BHwurpkP68jYwHf0X+AHHgTEx42qUpQPTz9xnffg3iCi4AkLHApi7D5LMPSDvtRE efgeAIl0gFTMfAE8awn7u/JITqATnN9Cnz2g+GKH2SCyXMMnu0Ykghu4P2AnxtIG89YU jbvg== X-Gm-Message-State: ABy/qLYBJUzVz6uqs4ig9Z9Ey4O0LqsJY/N22YemZjr+LmYx3LxdaDrG IKK8Ry2oAMCwzVxMl1k58jjuoZzesGI= X-Google-Smtp-Source: APBJJlHmr33LD+0DHO7wtjDs/BUKC7oFI9D+QfOf9EVlI4wBpHIEXMpgAed/LodvyY38WW4xeGoq6A== X-Received: by 2002:a17:906:518c:b0:993:dd1d:8251 with SMTP id y12-20020a170906518c00b00993dd1d8251mr2239977ejk.28.1690537293992; Fri, 28 Jul 2023 02:41:33 -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 u17-20020a1709060b1100b00992bea2e9d2sm1855588ejg.62.2023.07.28.02.41.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 28 Jul 2023 02:41:33 -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 2/4] dt-bindings: Changes for v6.6-rc1 Date: Fri, 28 Jul 2023 11:41:26 +0200 Message-ID: <20230728094129.3587109-2-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
|