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 6146BC433F5 for ; Tue, 15 Feb 2022 18:30:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243072AbiBOSap (ORCPT ); Tue, 15 Feb 2022 13:30:45 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:46562 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233594AbiBOSak (ORCPT ); Tue, 15 Feb 2022 13:30:40 -0500 Received: from lelv0143.ext.ti.com (lelv0143.ext.ti.com [198.47.23.248]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 83853E0B6 for ; Tue, 15 Feb 2022 10:30:30 -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 21FIUIGq041865; Tue, 15 Feb 2022 12:30:18 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1644949818; bh=JmNVigm7qG+XT7gKGzT5DW5mWlOdTYKmqEtmGE+kCvY=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=XBVG9MEELjXJb6CvwCHX7GkHUCXdwkljoU01oshnn5v39HWVsy/FToLRNMnBx0GHm 6wmQrY8nO7D4bqRCmcPohxNlevDrMakh5J4HVHLjtFbrv3jET9HXpBlI5uMnzdIsBW 42R08Q6VP4pJtWlGVRgkfP92TnUvqoohAZwFHAY8= Received: from DFLE114.ent.ti.com (dfle114.ent.ti.com [10.64.6.35]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 21FIUIWm067471 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 15 Feb 2022 12:30:18 -0600 Received: from DFLE103.ent.ti.com (10.64.6.24) 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; Tue, 15 Feb 2022 12:30:17 -0600 Received: from fllv0040.itg.ti.com (10.64.41.20) by DFLE103.ent.ti.com (10.64.6.24) 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; Tue, 15 Feb 2022 12:30:17 -0600 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 21FIUHCi084824; Tue, 15 Feb 2022 12:30:17 -0600 Date: Wed, 16 Feb 2022 00:00:16 +0530 From: Pratyush Yadav To: CC: , , , , , Subject: Re: [PATCH v1 01/14] mtd: spi-nor: export more function to be used in vendor modules Message-ID: <20220215183016.akjzyf6laq6v3hsd@ti.com> References: <20220202145853.4187726-1-michael@walle.cc> <20220202145853.4187726-2-michael@walle.cc> <6551933c-9283-8fba-c918-fa9acc4660bc@microchip.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <6551933c-9283-8fba-c918-fa9acc4660bc@microchip.com> X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/02/22 03:13AM, Tudor.Ambarus@microchip.com wrote: > On 2/2/22 16:58, Michael Walle wrote: > > EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe > > > > We will move vendor specific code into the vendor modules and thus we > > will have to export these functions so they can be called. > > > > Signed-off-by: Michael Walle > > please move this patch closer to where the vendors actually use the methods. > With that: > > Reviewed-by: Tudor Ambarus Reviewed-by: Pratyush Yadav -- Regards, Pratyush Yadav Texas Instruments Inc.