From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 73BB6C001DE for ; Sun, 13 Aug 2023 06:17:39 +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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=qmxeuG+rKLPpVWG48m4abgd/GwbI4TbLyvMogwCRt90=; b=l1ozTGerhjDNdR 8ToqG82yWuOFNN24AeJ9NS8/iFP0C2UXPh83bK7poMH1JfpDcN0vPK/Q4nvdMpUj8a48etfFzfPu2 a3a/SZx0iH6gXwoMjD7SqrRbuONVGThn9pLXggAAtZ6cmgaTcNz/nItL5py0oUVisdrHRpgKty/pt 2JpJDIYDcHiKi0Wi1GvN1xQrZl7BYqlSrmxdN6lXZnf5j83k+VqItBaJcLRjeD/oiqPjpfyuVYQ16 sHb/1OXs5cXL0O5yDpT2/rEt7piNEPhqwwQ85O5qFjPgtQTuXqctvnUtwHxiw9kMaXF2ojWixR4kE TT3VhaMw4dVtg5wdUcrw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qV4Pa-00EXzE-0C; Sun, 13 Aug 2023 06:17:14 +0000 Received: from out-80.mta1.migadu.com ([95.215.58.80]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qV4PW-00EXyP-32 for linux-arm-kernel@lists.infradead.org; Sun, 13 Aug 2023 06:17:13 +0000 Date: Sun, 13 Aug 2023 16:16:40 +1000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jookia.org; s=key1; t=1691907425; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=qGW+uEtQIIiysgEl4d9oH5pQEw9oqmQWs9ZMkCRYRdg=; b=tYs+F4/7NlUNIjNBlMNFZeFTyU4zkuLFdyt1mSh2AcPir3KGnaEsZ86DOtOF7rfyRUEyo4 JCue7/Tc1C6asomXlKZ5uR4db7svbba65M8FgzmnkXWTZCe+qVhTkprcepOVrwkpUQN0jw Ee1m/redEKiHt7mql3UekWoqKKo/pCaApbHC2Vue81crqfEbhP6LWCXHssm6EG427x7KWx bmc1fwoOYIqxqdgjAY0kfx5ZD62AQLhELM1nVrHBmLBQnkDzDvek5Vbpbp5HT/clHJj26o i8K0tx1pQQzpwmeOP9cLBN7fAbwBLlqAj7b6jMN8huaTC2LNWncN7Fl0Bzj4uQ== X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: John Watts To: Chen-Yu Tsai Cc: linux-sunxi@lists.linux.dev, Rob Herring , Krzysztof Kozlowski , Conor Dooley , Paul Walmsley , Palmer Dabbelt , Albert Ou , Jernej Skrabec , Samuel Holland , Maksim Kiselev , Marc Kleine-Budde , Cristian Ciocaltea , devicetree@vger.kernel.org, linux-riscv@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3] riscv: dts: allwinner: d1: Add CAN controller nodes Message-ID: References: <20230807191952.2019208-1-contact@jookia.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-Migadu-Flow: FLOW_OUT X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230812_231711_693897_3525815F X-CRM114-Status: UNSURE ( 8.18 ) 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: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Sun, Aug 13, 2023 at 02:14:42PM +0800, Chen-Yu Tsai wrote: > Applied. Please check here: > > https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git/commit/?h=sunxi/dt-for-6.6&id=f05af44f691351bfd954f39ec376666dc5e1b869 Looks good to me. Thank you. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel