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 X-Spam-Level: X-Spam-Status: No, score=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6BF35C07E85 for ; Fri, 7 Dec 2018 10:48:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3B9AF20892 for ; Fri, 7 Dec 2018 10:48:31 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3B9AF20892 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726044AbeLGKs3 convert rfc822-to-8bit (ORCPT ); Fri, 7 Dec 2018 05:48:29 -0500 Received: from mail.bootlin.com ([62.4.15.54]:51702 "EHLO mail.bootlin.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725986AbeLGKs3 (ORCPT ); Fri, 7 Dec 2018 05:48:29 -0500 Received: by mail.bootlin.com (Postfix, from userid 110) id 7CD3C20733; Fri, 7 Dec 2018 11:48:27 +0100 (CET) Received: from xps13 (aaubervilliers-681-1-79-44.w90-88.abo.wanadoo.fr [90.88.21.44]) by mail.bootlin.com (Postfix) with ESMTPSA id 07AE320CC5; Fri, 7 Dec 2018 11:48:17 +0100 (CET) Date: Fri, 7 Dec 2018 11:48:17 +0100 From: Miquel Raynal To: Liang Yang Cc: Jianxin Pan , Boris Brezillon , , Yixun Lan , David Woodhouse , Brian Norris , Marek Vasut , Richard Weinberger , Jerome Brunet , Neil Armstrong , Martin Blumenstingl , Carlo Caione , Kevin Hilman , Rob Herring , Jian Hu , Hanjie Lin , Victor Wan , , , Subject: Re: [PATCH v7 2/2] mtd: rawnand: meson: add support for Amlogic NAND flash controller Message-ID: <20181207114817.7a90f3ab@xps13> In-Reply-To: References: <1542386439-30166-1-git-send-email-jianxin.pan@amlogic.com> <1542386439-30166-3-git-send-email-jianxin.pan@amlogic.com> <20181207102456.1dc67e07@xps13> <20181207104254.0ecfc1e5@xps13> Organization: Bootlin X-Mailer: Claws Mail 3.17.1 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Liang, Liang Yang wrote on Fri, 7 Dec 2018 18:41:39 +0800: > Hi Miquel, > > Appreciate your time. Sorry for being late to do this review. > I will follow the nand/next and rework some next week as soon as possible. There is no hurry, I don't think the driver will enter 4.21 (or whatever it is called) as we are already late in the release cycle. It should enter in the next release though. Thanks, Miquèl