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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A8531C433EF for ; Wed, 23 Feb 2022 14:57:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241819AbiBWO5k (ORCPT ); Wed, 23 Feb 2022 09:57:40 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50578 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241811AbiBWO5j (ORCPT ); Wed, 23 Feb 2022 09:57:39 -0500 Received: from lelv0143.ext.ti.com (lelv0143.ext.ti.com [198.47.23.248]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A0AED3EAB6 for ; Wed, 23 Feb 2022 06:57:08 -0800 (PST) Received: from fllv0034.itg.ti.com ([10.64.40.246]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id 21NEuwJa071904; Wed, 23 Feb 2022 08:56:58 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1645628218; bh=xlfpSw9Qqx6AkAHRLq3ORbzvQmMJ/ic109cbKv7Vroc=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=MorgSufRCpYwIexMDnzo0KCEorwarm2qPvzbggt0LbGsOfbN1Cmn2vlqNEAf1hvkK ROZpXQeX6ILLzIPFGd5i9Ee2Ba/cgRTw2nWAxM1u5laVTJv7Mrwic2fMHdWX+KfFyX NYs0GLd1W1QS6VWZA2EnsLYkJvmSHEBrt7ujwpyc= Received: from DFLE108.ent.ti.com (dfle108.ent.ti.com [10.64.6.29]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 21NEuwoO109562 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 23 Feb 2022 08:56:58 -0600 Received: from DFLE114.ent.ti.com (10.64.6.35) by DFLE108.ent.ti.com (10.64.6.29) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14; Wed, 23 Feb 2022 08:56:58 -0600 Received: from lelv0327.itg.ti.com (10.180.67.183) by DFLE114.ent.ti.com (10.64.6.35) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14 via Frontend Transport; Wed, 23 Feb 2022 08:56:58 -0600 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0327.itg.ti.com (8.15.2/8.15.2) with ESMTP id 21NEuvxe011793; Wed, 23 Feb 2022 08:56:57 -0600 Date: Wed, 23 Feb 2022 20:26:56 +0530 From: Pratyush Yadav To: Michael Walle CC: , , Tudor Ambarus , Miquel Raynal , Richard Weinberger , Vignesh Raghavendra , Subject: Re: [PATCH v5 26/32] mtd: spi-nor: micron-st: rename vendor specific functions and defines Message-ID: <20220223145656.cfap4y2gskiatcnx@ti.com> References: <20220223134358.1914798-1-michael@walle.cc> <20220223134358.1914798-27-michael@walle.cc> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20220223134358.1914798-27-michael@walle.cc> X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 23/02/22 02:43PM, Michael Walle wrote: > Drop the generic spi_nor prefix for all the micron-st functions. > > Signed-off-by: Michael Walle > Tested-by: Pratyush Yadav # on mt35xu512aba, s28hs512t Reviewed-by: Pratyush Yadav -- Regards, Pratyush Yadav Texas Instruments Inc.