Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751359AbdFASpm (ORCPT ); Thu, 1 Jun 2017 14:45:42 -0400 Received: from mail-pf0-f195.google.com ([209.85.192.195]:36852 "EHLO mail-pf0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751078AbdFASpl (ORCPT ); Thu, 1 Jun 2017 14:45:41 -0400 Date: Thu, 1 Jun 2017 11:45:38 -0700 From: Brian Norris To: Chris Packham Cc: linux-mtd@lists.infradead.org, andrew@lunn.ch, dwmw2@infradead.org, boris.brezillon@free-electrons.com, linux-kernel@vger.kernel.org, Marek Vasut , Richard Weinberger , Cyrille Pitchen Subject: Re: [PATCH v4 4/5] mtd: mchp23k256: add partitioning support Message-ID: <20170601184538.GB102137@google.com> References: <20170524234916.16181-1-chris.packham@alliedtelesis.co.nz> <20170524234916.16181-5-chris.packham@alliedtelesis.co.nz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170524234916.16181-5-chris.packham@alliedtelesis.co.nz> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 296 Lines: 6 On Thu, May 25, 2017 at 11:49:15AM +1200, Chris Packham wrote: > Setting the of_node for the mtd device allows the generic mtd code to > setup the partitions. Additionally we must specify a non-zero erasesize > for the partitions to be writeable. The last sentence here is no longer applicable.