From mboxrd@z Thu Jan 1 00:00:00 1970 From: Miquel Raynal Subject: Re: [PATCH v8 0/2] mtd: rawnand: meson: add Amlogic NAND driver support Date: Tue, 15 Jan 2019 09:49:11 +0100 Message-ID: <20190115094911.75f4edc9@xps13> References: <1544973463-59523-1-git-send-email-jianxin.pan@amlogic.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Return-path: In-Reply-To: <1544973463-59523-1-git-send-email-jianxin.pan@amlogic.com> Sender: linux-kernel-owner@vger.kernel.org To: Jianxin Pan Cc: Boris Brezillon , linux-mtd@lists.infradead.org, David Woodhouse , Brian Norris , Marek Vasut , Richard Weinberger , Jerome Brunet , Neil Armstrong , Martin Blumenstingl , Carlo Caione , Kevin Hilman , Rob Herring , Liang Yang , Jian Hu , Hanjie Lin , Victor Wan , linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.o List-Id: devicetree@vger.kernel.org Hi Jianxin, Jianxin Pan wrote on Sun, 16 Dec 2018 23:17:41 +0800: > These two patches try to add initial NAND driver support for Amlogic Meson > SoCs, current it has been tested on GXL(p212) and AXG(s400) platform. > > Changes since V6 at [8] > - fix bitflips checking for blank pages > - trace the latest commit with nand/next branch > - checking the return of meson_nand_op_get_dma_safe_*input/output*_buf > - add .detach_chip for free meson_nand.data_buf/info_buf > Can you send a v9 with the build failre (object_is_on_stack pb) fixed and the Kconfig entry updated (the Meson common clock thing) as suggested by Martin? Thanks, Miquèl