From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753894AbdEQOSh (ORCPT ); Wed, 17 May 2017 10:18:37 -0400 Received: from vps0.lunn.ch ([178.209.37.122]:33544 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751360AbdEQOSf (ORCPT ); Wed, 17 May 2017 10:18:35 -0400 Date: Wed, 17 May 2017 16:18:07 +0200 From: Andrew Lunn To: Chris Packham Cc: dwmw2@infradead.org, computersforpeace@gmail.com, linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org, Boris Brezillon , Marek Vasut , Richard Weinberger , Cyrille Pitchen Subject: Re: [PATCH 3/4] mtd: mchp23k256: add partitioning support Message-ID: <20170517141807.GB2650@lunn.ch> References: <20170517053908.26138-1-chris.packham@alliedtelesis.co.nz> <20170517053908.26138-4-chris.packham@alliedtelesis.co.nz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170517053908.26138-4-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 On Wed, May 17, 2017 at 05:39:07PM +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. > > Signed-off-by: Chris Packham Reviewed-by: Andrew Lunn Andrew