Message ID | 20220128003809.3291407-1-pgwipeout@gmail.com |
---|---|
Headers | show
Return-Path: <devicetree-owner@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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0FB73C433F5 for <linux-devicetree@archiver.kernel.org>; Fri, 28 Jan 2022 00:38:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241211AbiA1AiQ (ORCPT <rfc822;linux-devicetree@archiver.kernel.org>); Thu, 27 Jan 2022 19:38:16 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49946 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229812AbiA1AiQ (ORCPT <rfc822;devicetree@vger.kernel.org>); Thu, 27 Jan 2022 19:38:16 -0500 Received: from mail-qt1-x833.google.com (mail-qt1-x833.google.com [IPv6:2607:f8b0:4864:20::833]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D0D98C061714; Thu, 27 Jan 2022 16:38:15 -0800 (PST) Received: by mail-qt1-x833.google.com with SMTP id z1so2823746qto.3; Thu, 27 Jan 2022 16:38:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=6NEtqARvV8XL726RAo68zVygz3uajpfAwMjDNLByJDQ=; b=fBNtTWhfh0e2aupYsSMkm0mnr2auxfUY4KzigBbUxuOVVU4IqIa7omg+3VRdYc0AKg QWvZrIl6JvCBPX4ownFqt6FIKka0D5MIdAX+lUDU+KvrkbX4KmRiuKYpAxtsWSKBmzWM Y2IjRCK74mxaaxb5LdY0aJ7G2+Rfy7yHndEGXWj3IznuEqesufw+qdi6eNL+uQfS4ocw C38/pBtqSr0W0ULk74ustaxL5xRjNHA8tt36FfTRMm20pIn8R6ww1EV10aAm/trnoLko G7XGtvHgI4kIL8UZyt5CvLo9iuvCvaOv6/Y8vXEYebTCbyxS0R6Z3JPs+MWv/9BUbjnj /8xA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=6NEtqARvV8XL726RAo68zVygz3uajpfAwMjDNLByJDQ=; b=qDPYGLoxVCjoZQ4Q8CAJ91xc4gW9v8MC3RJ/nmGu28TBWyXEaElhfvx4U1kl67/lVB 70x+m8NoXraqHJehvolIZ0sWXluNCYZqVmyGDmsQWUvxOOkX3dGU0TfjZTcgCUmyDLjD 5B+QXwPqLGDsy2FjBktBD9CvdmYAt8cFUYkSKDw+WAxDJ2BQdkBfiWgQZPWfEx8extCX ba/1BH+6FAKPAbJO0Q2eKnFmxoburalYhhfDHy6piv9p+2rKbnffYMDI7J+yc8RKwOPj NmcKMEnOIgLPRn0c6uJAItBsbkJYGkRPR6h2RA76jhuf07KRSusCMOMf/OKxBRZuCm1o hHNg== X-Gm-Message-State: AOAM530lkYgHvW0JnGNHSig9nc2OzNM02HOSVQ/rcfDExLh63xhB4LEf lhyLogovIe3OanuTRj5LvOBBqprb002aiQ== X-Google-Smtp-Source: ABdhPJwPHM2kqUrjC52kNZQDFaRBJEfsKeyyunuAJ0urBsruwsOfWYejieqgaQCjSHcLQUyEbAgTsA== X-Received: by 2002:a05:622a:164e:: with SMTP id y14mr4503923qtj.471.1643330294894; Thu, 27 Jan 2022 16:38:14 -0800 (PST) Received: from master-x64.sparksnet (c-98-233-193-225.hsd1.dc.comcast.net. [98.233.193.225]) by smtp.gmail.com with ESMTPSA id t1sm2142883qtc.48.2022.01.27.16.38.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 27 Jan 2022 16:38:14 -0800 (PST) From: Peter Geis <pgwipeout@gmail.com> Cc: Peter Geis <pgwipeout@gmail.com>, Rob Herring <robh+dt@kernel.org>, Heiko Stuebner <heiko@sntech.de>, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 0/4] Quartz64-A fixes and enablement from 5.17-rc1 Date: Thu, 27 Jan 2022 19:38:04 -0500 Message-Id: <20220128003809.3291407-1-pgwipeout@gmail.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit To: unlisted-recipients:; (no To-header on input) Precedence: bulk List-ID: <devicetree.vger.kernel.org> X-Mailing-List: devicetree@vger.kernel.org |
Series |
Quartz64-A fixes and enablement from 5.17-rc1
|
expand
|