Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751351AbdFBDWS (ORCPT ); Thu, 1 Jun 2017 23:22:18 -0400 Received: from gate2.alliedtelesis.co.nz ([202.36.163.20]:44065 "EHLO gate2.alliedtelesis.co.nz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751177AbdFBDVa (ORCPT ); Thu, 1 Jun 2017 23:21:30 -0400 From: Chris Packham To: linux-mtd@lists.infradead.org, andrew@lunn.ch, dwmw2@infradead.org, boris.brezillon@free-electrons.com Cc: linux-kernel@vger.kernel.org, Chris Packham Subject: [PATCH v5 0/5] mtd: mchp23k256: device tree and mchp23lcv1024 Date: Fri, 2 Jun 2017 15:21:14 +1200 Message-Id: <20170602032119.22282-1-chris.packham@alliedtelesis.co.nz> X-Mailer: git-send-email 2.13.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 932 Lines: 22 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() 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 -- 2.13.0