From patchwork Fri Jul 15 10:57:14 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Biju Das X-Patchwork-Id: 12919010 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 9892AC43334 for ; Fri, 15 Jul 2022 10:58:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:To :From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=sQt21leEaluZFvv6qJ2f6C9G9+GMIvZmNXu6DcFaDTE=; b=MKmtRodlgZmt3O zErixX0hQ/OTXOG4AvBYM3whO38qIe0C+YIRuKDrxGvmlvUTtxFUNFovIm3TTNhtkP2oIAte0NJbt Exp8vGfgCLvNn9EArjcRDu/V+Mion4FSA9qAWh53w/SJ8ivMD66cJxf0UfGGjUZO62nHkIFbwzUg/ ToHn5xoZS2hlJUjj2zURgTA8q46pkHzUxPxk35AT+UmB7gq8/Y+0CQuau3BHOasfS29KCePubJBWu UP2UarnXeudK0t/M8AuNQnRb9TYh+DJTRh6xIKA5CRYqUAwwzCUyM/yfMMa3AdTSoMOkACWTDdBDe 2xFvLGoiCKwE/rmZkmyw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oCJ0n-006S0H-7N; Fri, 15 Jul 2022 10:57:33 +0000 Received: from relmlor2.renesas.com ([210.160.252.172] helo=relmlie6.idc.renesas.com) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oCJ0k-006Ry8-4Y; Fri, 15 Jul 2022 10:57:32 +0000 X-IronPort-AV: E=Sophos;i="5.92,273,1650898800"; d="scan'208";a="127981296" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie6.idc.renesas.com with ESMTP; 15 Jul 2022 19:57:23 +0900 Received: from localhost.localdomain (unknown [10.226.92.160]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id E8DAF4251BF2; Fri, 15 Jul 2022 19:57:18 +0900 (JST) From: Biju Das To: Tudor Ambarus , Pratyush Yadav , Miquel Raynal , Richard Weinberger , Vignesh Raghavendra Subject: [PATCH v2 0/2] Add Renesas AT25QL128A serial nor flash Date: Fri, 15 Jul 2022 11:57:14 +0100 Message-Id: <20220715105716.2415068-1-biju.das.jz@bp.renesas.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220715_035730_307391_E0291C92 X-CRM114-Status: UNSURE ( 6.49 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Alexandre Belloni , Chris Paterson , Geert Uytterhoeven , Prabhakar Mahadev Lad , Biju Das , linux-renesas-soc@vger.kernel.org, Michael Walle , linux-mtd@lists.infradead.org, Biju Das , Claudiu Beznea , linux-arm-kernel@lists.infradead.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org This patch series aims to add support for Renesas AT25QL128A serial nor flash Details of flash chip can be found here [1] [1] https://www.dialog-semiconductor.com/sites/default/files/2022-04/DS-AT25QL128A-129F-022022.pdf v1->v2: * Add support for SNOR_ID3 macro * Added flash definitions into Atmel table. RFC->v1: * Moved the flash definitions to atmel.c * Remove macro related to locking as it is untested. * Replaced INFO macro with SNOR_ID3 RFC: * https://patchwork.kernel.org/project/linux-renesas-soc/patch/20220501185512.51158-1-biju.das.jz@bp.renesas.com/ Biju Das (2): mtd: spi-nor: add support for SNOR_ID3 macro mtd: spi-nor: Add Renesas AT25QL128A serial nor flash drivers/mtd/spi-nor/atmel.c | 1 + drivers/mtd/spi-nor/core.h | 9 +++++++++ 2 files changed, 10 insertions(+)