From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.9 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 178B8C43603 for ; Thu, 5 Dec 2019 06:59:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DDFD32077B for ; Thu, 5 Dec 2019 06:59:42 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="LM3f7r6h" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728132AbfLEG7l (ORCPT ); Thu, 5 Dec 2019 01:59:41 -0500 Received: from lelv0143.ext.ti.com ([198.47.23.248]:55790 "EHLO lelv0143.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725867AbfLEG7j (ORCPT ); Thu, 5 Dec 2019 01:59:39 -0500 Received: from lelv0265.itg.ti.com ([10.180.67.224]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id xB56xEEd078510; Thu, 5 Dec 2019 00:59:14 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1575529154; bh=p7gKLubv7D204H8MsVlcocPH5+pDPFuPXIUfcGx0XSk=; h=From:To:CC:Subject:Date; b=LM3f7r6hylhzrnrI05MmtDcqws04GznHzrHjxnUNxrTO0zu0NJaXlIizJlcR7DH3c sL9jEVl54DxTy+djw8Ik4StgJ3F/eK6sEBjx/sRvKIs3E8Hnwa9xe3OM9eAiE7wMW6 csJld+IPEv24sItW3hYfUVGwFj/KBz/jge5w0PlY= Received: from DLEE109.ent.ti.com (dlee109.ent.ti.com [157.170.170.41]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id xB56xEBV006110 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 5 Dec 2019 00:59:14 -0600 Received: from DLEE109.ent.ti.com (157.170.170.41) by DLEE109.ent.ti.com (157.170.170.41) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1847.3; Thu, 5 Dec 2019 00:59:14 -0600 Received: from fllv0040.itg.ti.com (10.64.41.20) by DLEE109.ent.ti.com (157.170.170.41) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1847.3 via Frontend Transport; Thu, 5 Dec 2019 00:59:14 -0600 Received: from a0132425.dhcp.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id xB56xBT1097002; Thu, 5 Dec 2019 00:59:12 -0600 From: Vignesh Raghavendra To: Tudor Ambarus CC: Miquel Raynal , Richard Weinberger , Vignesh Raghavendra , Ashish Kumar , , , John Garry Subject: [PATCH 0/3] mtd: spi-nor: Update mt25q/n25q entries Date: Thu, 5 Dec 2019 12:29:32 +0530 Message-ID: <20191205065935.5727-1-vigneshr@ti.com> X-Mailer: git-send-email 2.24.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org First patch splits n25q512a and mt25qu512a into two as they are different devices. Second patch adds support for more mt25q devices and last patch adds USE_FSR flag for n25q entries where missing. Tested with mt25qu512a flash Vignesh Raghavendra (3): mtd: spi-nor: Split mt25qu512a (n25q512a) entry into two mtd: spi-nor: Add entries for mt25q variants mtd: spi-nor: Add USE_FSR flag for n25q* entries drivers/mtd/spi-nor/spi-nor.c | 31 +++++++++++++++++++++++-------- 1 file changed, 23 insertions(+), 8 deletions(-) -- 2.24.0