From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751639AbdFHXdv (ORCPT ); Thu, 8 Jun 2017 19:33:51 -0400 Received: from mail-pf0-f193.google.com ([209.85.192.193]:34522 "EHLO mail-pf0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751524AbdFHXdu (ORCPT ); Thu, 8 Jun 2017 19:33:50 -0400 Date: Thu, 8 Jun 2017 16:33:46 -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 v5 4/5] mtd: mchp23k256: add partitioning support Message-ID: <20170608233346.GI102137@google.com> References: <20170602032119.22282-1-chris.packham@alliedtelesis.co.nz> <20170602032119.22282-5-chris.packham@alliedtelesis.co.nz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170602032119.22282-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 On Fri, Jun 02, 2017 at 03:21:18PM +1200, Chris Packham wrote: > Setting the of_node for the mtd device allows the generic mtd code to > setup the partitions. > > Signed-off-by: Chris Packham > Reviewed-by: Andrew Lunn > Tested-by: Andrew Lunn Applied patches 4 and 5, with an editorial note on this one, to note the outstanding issue about fixing up the eraseblock-boundary check in the partitioning code. 1 and 2 were already applied, and I had a change request on patch 3. Regards, Brian