From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pa0-x22f.google.com ([2607:f8b0:400e:c03::22f]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Ze9q3-0007Y5-6P for linux-mtd@lists.infradead.org; Mon, 21 Sep 2015 22:45:36 +0000 Received: by pacex6 with SMTP id ex6so128816220pac.0 for ; Mon, 21 Sep 2015 15:45:14 -0700 (PDT) Date: Mon, 21 Sep 2015 15:45:11 -0700 From: Brian Norris To: Boris Brezillon Cc: David Woodhouse , linux-mtd@lists.infradead.org, Andrea Scian , Richard Weinberger Subject: Re: [RESEND PATCH v3 1/5] mtd: nand: add nand_check_erased helper functions Message-ID: <20150921224511.GE31505@google.com> References: <1441296222-14989-1-git-send-email-boris.brezillon@free-electrons.com> <1441296222-14989-2-git-send-email-boris.brezillon@free-electrons.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1441296222-14989-2-git-send-email-boris.brezillon@free-electrons.com> List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, Sep 03, 2015 at 06:03:38PM +0200, Boris Brezillon wrote: > Add two helper functions to help NAND controller drivers test whether a > specific NAND region is erased or not. > > Signed-off-by: Boris Brezillon Pushed this patch to l2-mtd.git. Still looking at the rest.