Message ID | 20200912032153.1216354-2-f.fainelli@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 5f37a0d90360b97d5c01f8570a177ef36428f6f4 |
Headers | show
Return-Path: <SRS0=fYOv=CV=gmail.com=f.fainelli@kernel.org> Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id C33C5746 for <patchwork-soc@patchwork.kernel.org>; Sat, 12 Sep 2020 03:22:03 +0000 (UTC) Received: by mail.kernel.org (Postfix) id BE6BD221EB; Sat, 12 Sep 2020 03:22:03 +0000 (UTC) Delivered-To: soc@kernel.org Received: from mail-pj1-f68.google.com (mail-pj1-f68.google.com [209.85.216.68]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 81DA5221E7; Sat, 12 Sep 2020 03:22:03 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="Jz/XxIjh" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 81DA5221E7 Authentication-Results: mail.kernel.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=f.fainelli@gmail.com Received: by mail-pj1-f68.google.com with SMTP id fa1so2637908pjb.0; Fri, 11 Sep 2020 20:22:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=IxjC6/ghRhmEcS19QJWYDhKrnrS0C2woabu+4h6kRxE=; b=Jz/XxIjhCONUf5GmfUq0adVf3GXyOGR1479XsYcPX0/ZPDx2g/oFXgt4pXI8PFTX7b 7y1u0A2Wt2AO8FhbSCkmQtf8yzI0kFm/0Gkh9GL09LhiYvD62Pd5sBr2bE64LtRZk3YJ 09dFrFP6D8POnPYg5RaNeWlg4qaXBcmrrWdpUVyVSQoAHgPA4OGH588KQCFoovZ8W3YD rskq7Dx3X6dFSw49AulsoWSHPHJfSQlGml3VjcbsmA3N4O0YcWhg1N4JZek/iJMufKad VJeFWb5+IftaGAJBBfv4ezyRLBA0Mj4+jcAga5aUBi60SOgNCQ8T7QWjbCLlybOYF5U5 kYCw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=IxjC6/ghRhmEcS19QJWYDhKrnrS0C2woabu+4h6kRxE=; b=HMP2UTXAXWt/Wqv8MiEirT5UxLm+ZmiV75DfLb7vBsIYvtlRPdsWjHeihpvARY33El F55jmWt9ek896P/dRFlYmvni7mcuexy1HiSRYZso/4QxdW7MK9jNtiELSfgPzd+cjZC8 ta+GVWPHbnRO3+yI9WXJeVlSpd2N7aiCf7oSD9o+ATfo/wjAzv95ERQgC+kDbB8hHhcX uy6SSTI///bpLkB5VYzQ5ED55LL+oebIv85j7WIkVP3atQzB0prMapaPeTPH/3CgZnnc rvpl+7+jEOBoz+JfLLP/oQa9xi2rb1dbp/MduHuFzE+2SjGHh4m5cv0izmtExuVdRTST Crlw== X-Gm-Message-State: AOAM533T5Do7+9+IoOfra7NKd30qzQvwoi7DiXVP2fFUVT6aG4E8K2TY NC0DQ2nrP0pqfyZOVMclalfIl/H7Fs0= X-Google-Smtp-Source: ABdhPJwLKVstDGK/BoCq5epuldeMIZfUSZxdsa65KNaRw/NeMoNjgY2F+NcTlUSjabS3Tq83mNbYNg== X-Received: by 2002:a17:90a:1188:: with SMTP id e8mr4981743pja.185.1599880922536; Fri, 11 Sep 2020 20:22:02 -0700 (PDT) Received: from fainelli-desktop.igp.broadcom.net ([192.19.223.252]) by smtp.gmail.com with ESMTPSA id w203sm3859895pff.0.2020.09.11.20.22.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 11 Sep 2020 20:22:01 -0700 (PDT) From: Florian Fainelli <f.fainelli@gmail.com> List-Id: <soc.lore.kernel.org> To: soc@kernel.org Cc: Andre Przywara <andre.przywara@arm.com>, Ray Jui <ray.jui@broadcom.com>, Florian Fainelli <f.fainelli@gmail.com>, Adrian Schmutzler <freifunk@adrianschmutzler.de>, linux-arm-kernel@lists.infradead.org, arnd@arndb.de, olof@lixom.net, khilman@kernel.org, bcm-kernel-feedback-list@broadcom.com Subject: [GIT PULL 2/5] Broadcom devicetree-arm64 changes for 5.10 Date: Fri, 11 Sep 2020 20:21:49 -0700 Message-Id: <20200912032153.1216354-2-f.fainelli@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20200912032153.1216354-1-f.fainelli@gmail.com> References: <20200912032153.1216354-1-f.fainelli@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit |
Series |
[GIT,PULL,1/5] Broadcom devicetree changes for 5.10
|
expand
|