From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pa0-x235.google.com ([2607:f8b0:400e:c03::235]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1YTEOZ-0002OX-Th for linux-mtd@lists.infradead.org; Wed, 04 Mar 2015 18:51:48 +0000 Received: by padfa1 with SMTP id fa1so29507054pad.3 for ; Wed, 04 Mar 2015 10:51:25 -0800 (PST) Date: Wed, 4 Mar 2015 10:51:19 -0800 From: Brian Norris To: Daniel Ehrenberg Subject: Re: [PATCH v2] mtd-utils: Add nandpart to add/delete partition Message-ID: <20150304185119.GL18140@ld-irv-0074> References: <1423520026-27068-1-git-send-email-namnguyen@chromium.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: "Nam T. Nguyen" , Mike Frysinger , "linux-mtd@lists.infradead.org" List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, Mar 04, 2015 at 10:45:44AM -0800, Daniel Ehrenberg wrote: > On Mon, Feb 9, 2015 at 2:13 PM, Nam T. Nguyen wrote: > > Add a simple utility to exercise BLKPG ioctl. > > > > Signed-off-by: Nam T. Nguyen > > Suggestion: rename to flash_part.c . This utility is not > nand-specific, and flash_ is used for general MTD utilities. Agreed. Brian