Message ID | 20221017151050.2321919-1-dan.scally@ideasonboard.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 27985C433FE for <linux-arm-kernel@archiver.kernel.org>; Mon, 17 Oct 2022 15:12:25 +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=cKax7Ub/EeRq+m5WB7Zfxc7Z7IXx/ZTnfwokP1B/HaA=; b=g0yaxMNqvY5LAE 3RK3W/oyN3jAr5LEiRjMk6KuvHTZhvUVbYi6WaZ8WwzzrqYkdsMfbxbP5aYvQQFyIazyDvR/C1m7u Vi6+/RbVgjrY0h6lb/2N8pjryVK9rAUIBZy9LDovNMdfWlKImPac65kUURTD5Iclh0080eAk9HowW GtmGoa8cIdHYUHqKgONCWBvjsCBZ0b1BnFHr/+pEOmPY1225OUW96U3/7VYOw8NKNRmkNHuUOClqZ dU/6Qk+4xjKlRt9BuQmSqZo4lVe4Z+4PYkmWxUwLeywR79glADD0wFeh96qzZS5GAP+2TcM1UOe/g +cytku4bnQOBxkR8A17Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1okRlw-00DBIG-09; Mon, 17 Oct 2022 15:11:20 +0000 Received: from perceval.ideasonboard.com ([213.167.242.64]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1okRls-00DBG3-Al for linux-arm-kernel@lists.infradead.org; Mon, 17 Oct 2022 15:11:17 +0000 Received: from mail.ideasonboard.com (cpc141996-chfd3-2-0-cust928.12-3.cable.virginm.net [86.13.91.161]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id B7C87CCF; Mon, 17 Oct 2022 17:11:05 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1666019466; bh=UywV9EwflqN7o1P8wZQ+8poHiBexF6cgCeCSBfcFieA=; h=From:To:Cc:Subject:Date:From; b=P/RnBJ+0d2XBUgeqBz6tV9r9692Y7VLp5ELaP3u03WjRB8c+5pTCN7cnajKtKSS5S UorMMNhlLo9avAMat1vwMtEyX5gold1V/27ef/OmOYJ2jZQdIoLig57SpwgQEElK9S DC02NbpO7jBr5LiPzAnLpb8Hojh3/aXvhLommBRo= From: Daniel Scally <dan.scally@ideasonboard.com> To: krzysztof.kozlowski@linaro.org, shawnguo@kernel.org, robh@kernel.org, marcel.ziswiler@toradex.com, leoyang.li@nxp.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: s.hauer@pengutronix.de, kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com, laurent.pinchart@ideasonboard.com, kieran.bingham@ideasonboard.com, debix-tech@polyhex.net, Daniel Scally <dan.scally@ideasonboard.com> Subject: [PATCH v4 0/3] Debix Model A board devicetree Date: Mon, 17 Oct 2022 16:10:47 +0100 Message-Id: <20221017151050.2321919-1-dan.scally@ideasonboard.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221017_081116_576332_ABAB4A0E X-CRM114-Status: UNSURE ( 6.96 ) X-CRM114-Notice: Please train this message. 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 | Debix Model A board devicetree | expand |