Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp4989013pxj; Wed, 9 Jun 2021 06:49:55 -0700 (PDT) X-Google-Smtp-Source: ABdhPJy4eWVWZ3bOXGppV+sz1LIlYovpks0BI5gAQfWeEIGBwhmOcpqq670+YMs3v4On7/OEeTBv X-Received: by 2002:aa7:cf0f:: with SMTP id a15mr28427542edy.313.1623246595314; Wed, 09 Jun 2021 06:49:55 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1623246595; cv=none; d=google.com; s=arc-20160816; b=U+LzEUos6W7iLBrLU+9yRx/f0Co5MrBk7YxB57ugghd1pxAMxWRluR22UqvgbZ0Riu BriRpbZOhw0cPq0myMLb5q+Cny/rqnFqwKy8sbeTmxHVdWuLaWUgPgaDlhF4mREG3212 dCrvPwIYE7lfNwIdPK9Cij+5zMuKHxdXBsgfJ5jkAUpKuEDMBowsJ1IULB2/vYvEqUnV 2lTnkIQjrFGt9Exb0RU1pK3UiUwloaxBWY3xKu1+7AVHoYWRPtHGPRiUkN5ntU3HcDaE WCsw3qL9OV8OUoB+JYWol7pN+Yw18bzOVjE6ti3jqkv3392eP8/Kn4j1b8BTaih/H8wQ GoyA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=O74DxGZBCuNfPs01Q+0n1vzDImvrydI7lfryQRzJNwM=; b=tMjveoAFWxIFOxuN8ihraxtZwEv02WBcI3nnZtmNJQMmB9hgxoOQ5x3+4KQxyVKrNj o37VpwYXuzgfij259rZoG6Js3AxTSMk7kuDf+upI92KkHJCiBYciAp1zATZPc+K48UpY odVeXpgO0AqaBePKVJzKLP+tZUg0UBMOUQ8JPFGYt6bSHj4gASjn2zHRYEjqIX+URV3+ 63SEQ7lllPzLNFZ5AYcbI7SBYj+u2fQGiS2yAaTZ7mW3m4ZlPOuOFrXFn3iB8HD643US uAaoC1ZeSdayjFwoj7Lem8vM956GulR8ghrLCM3kCYAQkaUESHbkTnvPx1hdOkFU3BfB UfbQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id ce2si2631665ejc.316.2021.06.09.06.49.32; Wed, 09 Jun 2021 06:49:55 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237408AbhFIIDT (ORCPT + 99 others); Wed, 9 Jun 2021 04:03:19 -0400 Received: from relay12.mail.gandi.net ([217.70.178.232]:38249 "EHLO relay12.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237399AbhFIIDN (ORCPT ); Wed, 9 Jun 2021 04:03:13 -0400 Received: (Authenticated sender: miquel.raynal@bootlin.com) by relay12.mail.gandi.net (Postfix) with ESMTPSA id 7FADB200013; Wed, 9 Jun 2021 08:01:12 +0000 (UTC) From: Miquel Raynal To: Richard Weinberger , Vignesh Raghavendra , Tudor Ambarus , , Rob Herring , , Krzysztof Kozlowski Cc: Michal Simek , Naga Sureshkumar Relli , Amit Kumar Mahapatra , Thomas Petazzoni , , , helmut.grohne@intenta.de, Srinivas Goud , Siva Durga Prasad Paladugu , Miquel Raynal Subject: [PATCH v22 00/18] ARM Primecell PL35x support Date: Wed, 9 Jun 2021 10:00:54 +0200 Message-Id: <20210609080112.1753221-1-miquel.raynal@bootlin.com> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, I am taking over Naga's series, here are the major changes: * Cleaning of the SMC bus binding file (and yaml conversion) * Superficial cleaning and great simplification of the SMC bus driver * Addition of a yaml file describing the NAND controller * Full rework of the NAND controller driver. JFFS2 and UBIFS not tested yet, only bare test tools have been used to proove basic correctness of the helpers. * Addition of a couple of MAINTAINERS entries. A Github branch named pl353 is available on my repository: https://github.com/miquelraynal/linux/ Thanks, Miquèl Changes in v22: - Misc typo fixes. - Light rewording of a few commit titles. - Not forgetting to Cc: Rob and Krzysztof this time... Changes in v21: - Added Rob's Acked-by/Reviewed-by tags. - Addressed all comments from Rob and Michael about the bindings. - Tested both JFFS2 and UBIFS with simple file I/O. Miquel Raynal (18): dt-binding: memory: pl353-smc: Rephrase the binding dt-binding: memory: pl353-smc: Document the range property dt-binding: memory: pl353-smc: Drop the partitioning section dt-binding: memory: pl353-smc: Describe the child reg property dt-binding: memory: pl353-smc: Fix the example syntax and style dt-binding: memory: pl353-smc: Drop unsupported nodes from the example dt-binding: memory: pl353-smc: Fix the NAND controller node in the example dt-binding: memory: pl353-smc: Enhance the description of the reg property dt-binding: memory: pl353-smc: Convert to yaml memory: pl353-smc: Fix style memory: pl353-smc: Rename goto labels memory: pl353-smc: Let lower level controller drivers handle inits memory: pl353-smc: Avoid useless acronyms in descriptions memory: pl353-smc: Declare variables following a reverse christmas tree order MAINTAINERS: Add PL353 SMC entry MAINTAINERS: Add PL353 NAND controller entry dt-bindings: mtd: pl353-nand: Describe this hardware controller mtd: rawnand: pl353: Add support for the ARM PL353 SMC NAND controller .../memory-controllers/arm,pl353-smc.yaml | 133 ++ .../bindings/memory-controllers/pl353-smc.txt | 47 - .../bindings/mtd/arm,pl353-nand-r2p1.yaml | 57 + MAINTAINERS | 16 + drivers/memory/pl353-smc.c | 314 +---- drivers/mtd/nand/raw/Kconfig | 8 + drivers/mtd/nand/raw/Makefile | 1 + drivers/mtd/nand/raw/pl35x-nand-controller.c | 1194 +++++++++++++++++ include/linux/pl353-smc.h | 30 - 9 files changed, 1419 insertions(+), 381 deletions(-) create mode 100644 Documentation/devicetree/bindings/memory-controllers/arm,pl353-smc.yaml delete mode 100644 Documentation/devicetree/bindings/memory-controllers/pl353-smc.txt create mode 100644 Documentation/devicetree/bindings/mtd/arm,pl353-nand-r2p1.yaml create mode 100644 drivers/mtd/nand/raw/pl35x-nand-controller.c delete mode 100644 include/linux/pl353-smc.h -- 2.27.0