From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mo5.mail-out.ovh.net ([178.32.228.5]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1cT7LB-0004Fe-Ph for linux-mtd@lists.infradead.org; Mon, 16 Jan 2017 13:28:55 +0000 Received: from player760.ha.ovh.net (b9.ovh.net [213.186.33.59]) by mo5.mail-out.ovh.net (Postfix) with ESMTP id B90DE6CA93 for ; Mon, 16 Jan 2017 14:28:25 +0100 (CET) From: =?UTF-8?q?C=C3=A9dric=20Le=20Goater?= To: linux-mtd@lists.infradead.org Cc: David Woodhouse , Brian Norris , Boris Brezillon , Marek Vasut , Richard Weinberger , Cyrille Pitchen , devicetree@vger.kernel.org, Rob Herring , Mark Rutland , =?UTF-8?q?C=C3=A9dric=20Le=20Goater?= Subject: [PATCH 0/3] Add a "label" property to the mtd device Date: Mon, 16 Jan 2017 14:27:02 +0100 Message-Id: <1484573225-19095-1-git-send-email-clg@kaod.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hello, Herer are a couple of patches adding a "label" property to the mtd device, which can be used to identify a specific chip on a system with multiple chips. This is common on the OpenPower boards, there can be four chips holding the firmware for the BMC and the firmware for the host, plus chips with golden images for recovery. Also included a patch from Robert adding dual data read to the mx66l51235l chip. It was tested on a Zaius board which has a AST2500 SoC for BMC. Thanks, C. Cédric Le Goater (2): mtd: name the mtd device with an optional label property dt-bindings: mtd: add a common label property to all mtd devices Robert Lippert (1): mtd: spi-nor: add SPI_NOR_DUAL_READ to mx66l51235l Documentation/devicetree/bindings/mtd/common.txt | 12 ++++++++++++ drivers/mtd/mtdcore.c | 7 +++++++ drivers/mtd/spi-nor/spi-nor.c | 2 +- 3 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 Documentation/devicetree/bindings/mtd/common.txt -- 2.7.4