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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4D0C7C4332F for ; Fri, 15 Oct 2021 08:29:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 364F761163 for ; Fri, 15 Oct 2021 08:29:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235530AbhJOIbY convert rfc822-to-8bit (ORCPT ); Fri, 15 Oct 2021 04:31:24 -0400 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:43807 "EHLO relay1-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233960AbhJOIbX (ORCPT ); Fri, 15 Oct 2021 04:31:23 -0400 Received: (Authenticated sender: miquel.raynal@bootlin.com) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id B9D6924000F; Fri, 15 Oct 2021 08:29:13 +0000 (UTC) Date: Fri, 15 Oct 2021 10:29:11 +0200 From: Miquel Raynal To: jaimeliao@mxic.com.tw Cc: "Boris Brezillon" , "Mark Brown" , devicetree@vger.kernel.org, juliensu@mxic.com.tw, linux-kernel@vger.kernel.org, linux-mtd@lists.infradead.org, linux-spi@vger.kernel.org, "Richard Weinberger" , "Rob Herring" , "Thomas Petazzoni" , "Tudor Ambarus" , "Vignesh Raghavendra" , "Xiangsheng Hou" Subject: Re: =?UTF-8?B?5Zue5L+hOg==?= [RFC PATCH 09/10] spi: mxic: Add support for direct mapping Message-ID: <20211015102911.25732215@xps13> In-Reply-To: References: <20211008162228.1753083-1-miquel.raynal@bootlin.com> <20211008162228.1753083-10-miquel.raynal@bootlin.com> Organization: Bootlin X-Mailer: Claws Mail 3.17.7 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello Jaime, jaimeliao@mxic.com.tw wrote on Tue, 12 Oct 2021 15:14:56 +0800: > Hi Miquel > > ZhengxunLi have patch new mxic spi host controller before. > The patch name as below > spi: mxic: patch for octal DTR mode support > Please patch mxic ECC engine base on latest version. Yes you are right. I didn't rebase my series before sending it, as mentioned in the cover letter this was just a way to provide this code publicly as someone from Mediatek needed it (hence, the RFC). I will soon send a real v1 with the bindings fixed as well. Thanks, Miquèl