From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-43.mta1.migadu.com (out-43.mta1.migadu.com [95.215.58.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 4E540A92D for ; Mon, 17 Jul 2023 08:30:58 +0000 (UTC) Date: Mon, 17 Jul 2023 18:28:16 +1000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jookia.org; s=key1; t=1689582657; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=3QJ9/CuAa6+LDouLcF91K8imsDM9eYpGUVmE6W2rOKk=; b=CoVglM/4wL1Z5nL8yMaZJ7znRMpZp0juZsyvKM1r9iXeox57COEWWEsPGVu2/0Q8+zngEG EQc/q/RmbmK88P/6Nh3nT7aR+v+b/pzh07rvYJLxP/btmPrScrmmSbndZ47MFNJxfCkBZt TJddnOThZI8a9Nz21hPzJqNmEjekLZrHfgFRhlIXasMeqn2tzTe1lTpxjvLIh1EX7C5KtW EsbcVgEVgzPooo/++nqSAsgX04TEIMLc83lGZ8JhTqI26z86IB2V+XD7IzH3hbdKmpLNPd r/hjcbuS8f4/M115X7hwukpAbTWAusuOyZJCA6T4TkrZhhFrNYWC3uKT+WERJw== X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: John Watts To: Marc Kleine-Budde Cc: Krzysztof Kozlowski , linux-sunxi@lists.linux.dev, devicetree@vger.kernel.org, linux-can@vger.kernel.org, linux-riscv@lists.infradead.org, Fabien Poussin , Samuel Holland , Jernej Skrabec , Chen-Yu Tsai Subject: Re: [PATCH 3/4] can: sun4i_can: Add send support for the Allwinner D1 Message-ID: References: <20230715112523.2533742-1-contact@jookia.org> <20230715112523.2533742-4-contact@jookia.org> <20230717-aluminum-driven-a008473620ca-mkl@pengutronix.de> Precedence: bulk X-Mailing-List: linux-sunxi@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230717-aluminum-driven-a008473620ca-mkl@pengutronix.de> X-Migadu-Flow: FLOW_OUT On Mon, Jul 17, 2023 at 09:03:06AM +0200, Marc Kleine-Budde wrote: > Jookia, please let the patches build on each other so that the resulting > kernel is consistent. The kernel at the state 3/4 will build and load > the driver on the D1, but it will not work, as the new quirk is missing. > Please exchange patches 3/4 and 4/4 (add the sun4ican_quirks_d1 in patch > 4/4 only). Shall do, thank you. > regards, > Marc > > -- > Pengutronix e.K. | Marc Kleine-Budde | > Embedded Linux | https://www.pengutronix.de | > Vertretung Nürnberg | Phone: +49-5121-206917-129 | > Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-9 | John.