Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751537AbdFHGRG (ORCPT ); Thu, 8 Jun 2017 02:17:06 -0400 Received: from conssluserg-01.nifty.com ([210.131.2.80]:63043 "EHLO conssluserg-01.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750919AbdFHGRF (ORCPT ); Thu, 8 Jun 2017 02:17:05 -0400 DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-01.nifty.com v586Gsx9019390 X-Nifty-SrcIP: [209.85.161.177] MIME-Version: 1.0 In-Reply-To: <1496836352-8016-1-git-send-email-yamada.masahiro@socionext.com> References: <1496836352-8016-1-git-send-email-yamada.masahiro@socionext.com> From: Masahiro Yamada Date: Thu, 8 Jun 2017 15:16:53 +0900 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v5 00/23] mtd: nand: denali: Denali NAND IP patch bomb To: linux-mtd@lists.infradead.org Cc: Enrico Jorns , Artem Bityutskiy , Dinh Nguyen , Boris Brezillon , Marek Vasut , David Woodhouse , Masami Hiramatsu , Chuanxiao Dong , Jassi Brar , Masahiro Yamada , Cyrille Pitchen , devicetree@vger.kernel.org, Linux Kernel Mailing List , Brian Norris , Richard Weinberger , Rob Herring , Mark Rutland Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1035 Lines: 36 Hi Boris, 2017-06-07 20:52 GMT+09:00 Masahiro Yamada : > This patch series intends to solve various problems. > > [1] The driver just retrieves the OOB area as-is > whereas the controller uses syndrome page layout. > [2] Many NAND chip specific parameters are hard-coded in the driver. > [3] ONFi devices are not working > [4] It can not read Bad Block Marker > > Outstanding changes are: > - Fix raw/oob callbacks for syndrome page layout > - Implement setup_data_interface() callback > - Fix/implement more commands for ONFi devices > - Allow to skip the driver internal bounce buffer > - Support PIO in case DMA is not supported > - Switch from ->cmdfunc over to ->cmd_ctrl I am planning v6, but how many can you pick-up from this series? I did not see your comments for 01-05, so are they applicable? Could you add Acked-by: Rob Herring for 05 (http://patchwork.ozlabs.org/patch/772388/) He had already acked it, but I just missed it. -- Best Regards Masahiro Yamada