Message ID | 20230623081242.109131-1-tanure@linux.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 7F2A5EB64D7 for <linux-arm-kernel@archiver.kernel.org>; Fri, 23 Jun 2023 08:13:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=4Tkc8dn+aHJp48fcPeUA0iiFN0h7Ojd18McamS9Laa4=; b=sNNAW7SI1nljT7 qEiOReaLhCI4fnGsvwEpBZqvOcK0m7Gk4gfFFc2EDLVh9CPsB94MDqcOzZUVW1An3vjasPmHCZig2 bHTXTNuS4nIA/qbghfyAwoEqDYBBHpMwvKuzbnr8N+ZBT9ccl5Fx7sX4iPZoAThlDQ/k9IhSd5O3P wkqmgN01O1U9voJYLeMe6U5CGyyS41+fwIOQ4dDqeuQp6x+F3LGet7fYqTY36NfDmNYCjW56IT7DI 3WMVap+1fWYCNI5diCYcEUFn+WptG5ph/c8BSFNhTSaoVKCg3575X2s5vMlO+XaT86flHYXJ4RR4H M1gnieq07w51kGAPwkEQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qCbuV-002t4X-2d; Fri, 23 Jun 2023 08:12:51 +0000 Received: from mail-wm1-f46.google.com ([209.85.128.46]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qCbuR-002t2R-30; Fri, 23 Jun 2023 08:12:49 +0000 Received: by mail-wm1-f46.google.com with SMTP id 5b1f17b1804b1-3fa7cd95dacso3686525e9.3; Fri, 23 Jun 2023 01:12:46 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687507965; x=1690099965; 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=l/dYwrBL+Qkk5ymGNSlPa75MZ37M5uNwNxJYrXJbylM=; b=MaMJbW99mjzazEP2W2/K5DBl5uP4bhJeCxKTLJKjEk3a3KzqGYAQwEpk+8Xb3XaAJS 6gx+1AgNTQiBMu4J0rBuVnWFcmmX2bv+QvF31zJYC1LdX5FAu1gaf8dW+myBdVoCb4T9 zirxsHCcK9oDy120sl/kZyoU/2/I2MT30vAJLsZhBDlHNITQ+REjYLzw1tU4kzICC/Aa aRYfl4y+Vb50LtJuBq0CTcuxNN1NsV05940NqAGKaO7gfgtUNjG3qZohvBWx8DMPSFHf 7lMWBGhSLNjvwH267im69Un5zJ6CVowKKHLR+cl8SyEgO8zQ7XuqiIUSUVXx3U/RcmlA 8FVA== X-Gm-Message-State: AC+VfDwvPY8nV/1tnetlilOFTP7z1VBEg5QZV8TYfVQ8vjZWKIfjF85Z D7BSupI2zRZqyTYgNblqfe8= X-Google-Smtp-Source: ACHHUZ7LKX3novj/TyogZZF0e3E27DTBlgtFUqcdbE/U6/bLSjrHEww2Tfh+muMz+xgZQ2xTnpVxgw== X-Received: by 2002:a05:600c:220b:b0:3f9:b0fe:7e11 with SMTP id z11-20020a05600c220b00b003f9b0fe7e11mr10846336wml.28.1687507964681; Fri, 23 Jun 2023 01:12:44 -0700 (PDT) Received: from ryzen.lan (cpc87451-finc19-2-0-cust61.4-2.cable.virginm.net. [82.11.51.62]) by smtp.gmail.com with ESMTPSA id l21-20020a7bc455000000b003f9b29ba838sm1594141wmi.35.2023.06.23.01.12.43 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 23 Jun 2023 01:12:44 -0700 (PDT) From: Lucas Tanure <tanure@linux.com> To: Rob Herring <robh+dt@kernel.org>, Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>, Conor Dooley <conor+dt@kernel.org>, Neil Armstrong <neil.armstrong@linaro.org>, Jerome Brunet <jbrunet@baylibre.com>, Kevin Hilman <khilman@baylibre.com> Cc: Nick <nick@khadas.com>, Artem <art@khadas.com>, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org, Lucas Tanure <tanure@linux.com> Subject: [PATCH v5 0/4] Add Amlogic A311D2 and Khadas Vim4 Board Support Date: Fri, 23 Jun 2023 09:12:38 +0100 Message-ID: <20230623081242.109131-1-tanure@linux.com> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230623_011247_965202_E74C606C X-CRM114-Status: GOOD ( 13.59 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: <linux-arm-kernel.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" <linux-arm-kernel-bounces@lists.infradead.org> Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org |
Series |
Add Amlogic A311D2 and Khadas Vim4 Board Support
|
expand
|