Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751157AbdFBFgo convert rfc822-to-8bit (ORCPT ); Fri, 2 Jun 2017 01:36:44 -0400 Received: from mail.free-electrons.com ([62.4.15.54]:58460 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750747AbdFBFgn (ORCPT ); Fri, 2 Jun 2017 01:36:43 -0400 Date: Fri, 2 Jun 2017 07:36:41 +0200 From: Boris Brezillon To: Chris Packham Cc: linux-mtd@lists.infradead.org, andrew@lunn.ch, dwmw2@infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v5 0/5] mtd: mchp23k256: device tree and mchp23lcv1024 Message-ID: <20170602073641.36be762b@bbrezillon> In-Reply-To: <20170602032119.22282-1-chris.packham@alliedtelesis.co.nz> References: <20170602032119.22282-1-chris.packham@alliedtelesis.co.nz> X-Mailer: Claws Mail 3.14.1 (GTK+ 2.24.31; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1155 Lines: 29 Hi Chris, Le Fri, 2 Jun 2017 15:21:14 +1200, Chris Packham a écrit : > 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. > > Note: I've included 2 patches that have already been applied to l2-mtd.git for > context and so as not to upset the kbuild bot. > > Chris Packham (5): > mtd: mchp23k256: Add OF device ID table > mtd: mchp23k256: switch to mtd_device_register() You should drop patches that have already been applied when sending a new version. > mtd: handle partitioning on devices with 0 erasesize > 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 >