From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-ed1-x543.google.com ([2a00:1450:4864:20::543]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1fxYvY-0003YU-AO for linux-mtd@lists.infradead.org; Wed, 05 Sep 2018 14:37:21 +0000 Received: by mail-ed1-x543.google.com with SMTP id f38-v6so6262209edd.8 for ; Wed, 05 Sep 2018 07:36:53 -0700 (PDT) From: Ricardo Ribalda Delgado To: David Woodhouse , Brian Norris , Boris Brezillon , Marek Vasut , Richard Weinberger , Zhouyang Jia , linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org (open list) Cc: Ricardo Ribalda Delgado Subject: [PATCH v2 0/8] gpio-addr-flash: Support for device-tree and cleanup Date: Wed, 5 Sep 2018 16:36:35 +0200 Message-Id: <20180905143643.9871-1-ricardo.ribalda@gmail.com> List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , This patch series does the following: 1) Fix bug regarding ioremap size 2) Cleanup code to use new APIs 3) Simplify numerical operations 4) Add support for device-tree devices Thanks! Changelog v2: >>From Boris Brezillon: -Add Fixes and cc:stable >>From kbuild: - Fix warnings - Rebase Ricardo Ribalda Delgado (8): mtd: maps: gpio-addr-flash: Replace custom printk mtd: maps: gpio-addr-flash: Fix ioremapped size mtd: maps: gpio-addr-flash: Use devm_* functions mtd: maps: gpio-addr-flash: Use order insted of size mtd: maps: gpio-addr-flash: Replace array with an integer mtd: maps: gpio-addr-flash: Split allocation in two mtd: maps: gpio-addr-flash: Add support for device-tree devices dt-binding: mtd: Document gpio-addr-flash .../bindings/mtd/gpio-addr-flash.txt | 46 +++ drivers/mtd/maps/gpio-addr-flash.c | 276 ++++++++++++------ 2 files changed, 236 insertions(+), 86 deletions(-) create mode 100644 Documentation/devicetree/bindings/mtd/gpio-addr-flash.txt -- 2.18.0