Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751455AbdFASqi (ORCPT ); Thu, 1 Jun 2017 14:46:38 -0400 Received: from mail-pf0-f193.google.com ([209.85.192.193]:34474 "EHLO mail-pf0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751130AbdFASqd (ORCPT ); Thu, 1 Jun 2017 14:46:33 -0400 Date: Thu, 1 Jun 2017 11:46:30 -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 Subject: Re: [PATCH v4 0/5] mtd: mchp23k256: device tree and mchp23lcv1024 Message-ID: <20170601184630.GC102137@google.com> References: <20170524234916.16181-1-chris.packham@alliedtelesis.co.nz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170524234916.16181-1-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: 1024 Lines: 25 On Thu, May 25, 2017 at 11:49:11AM +1200, Chris Packham wrote: > This series adds device tree support to the mchp23k256 driver and > support for the mchp23lcv1024 chip. I suspect there are more compatible > variants that we could now enumerate if desired. > > Chris Packham (5): > mtd: mchp23k256: Add OF device ID table > mtd: mchp23k256: switch to mtd_device_register() Applied these two to l2-mtd.git. > mtd: handle partitioning on devices with 0 erasesize I had a question on this one (posted on an earlier revision). > mtd: mchp23k256: add partitioning support > mtd: mchp23k256: Add support for mchp23lcv1024 > > .../bindings/mtd/microchip,mchp23k256.txt | 18 +++++ > drivers/mtd/devices/mchp23k256.c | 78 ++++++++++++++++++---- > drivers/mtd/mtdpart.c | 25 ++++--- > 3 files changed, 100 insertions(+), 21 deletions(-) > create mode 100644 Documentation/devicetree/bindings/mtd/microchip,mchp23k256.txt Holding off on patches 3-5 for now.