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=-5.4 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham 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 8F11DC10DCE for ; Fri, 13 Mar 2020 06:39:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 63BAF2067C for ; Fri, 13 Mar 2020 06:39:26 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="ZZU9PqB4" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726390AbgCMGjZ (ORCPT ); Fri, 13 Mar 2020 02:39:25 -0400 Received: from fllv0016.ext.ti.com ([198.47.19.142]:54692 "EHLO fllv0016.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726060AbgCMGjY (ORCPT ); Fri, 13 Mar 2020 02:39:24 -0400 Received: from fllv0035.itg.ti.com ([10.64.41.0]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 02D6cLBh045507; Fri, 13 Mar 2020 01:38:21 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1584081501; bh=WnpTMzvGCYaYRe1U/C0Li2r73YcUNVNL0RBtJe7C5ek=; h=Subject:To:CC:References:From:Date:In-Reply-To; b=ZZU9PqB4WRSyYzB+VHvVQFyK7EmiAjq7ufZBHjGSu7rHcr2wMpyGythnWr56MEX4x jKgXdxchUY48lmtQdykvq64KXsvJoMlqcgXzwCR6gQ//zVXgq0+6FZ8wPsxjJuoGfb 7K65LjX1xfW1E8gPKPGXagL9Rca4Yks2WNscriOI= Received: from DFLE112.ent.ti.com (dfle112.ent.ti.com [10.64.6.33]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTP id 02D6cL6q015872; Fri, 13 Mar 2020 01:38:21 -0500 Received: from DFLE110.ent.ti.com (10.64.6.31) by DFLE112.ent.ti.com (10.64.6.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1847.3; Fri, 13 Mar 2020 01:38:21 -0500 Received: from lelv0327.itg.ti.com (10.180.67.183) by DFLE110.ent.ti.com (10.64.6.31) 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; Fri, 13 Mar 2020 01:38:21 -0500 Received: from [172.24.145.136] (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0327.itg.ti.com (8.15.2/8.15.2) with ESMTP id 02D6cAZB046397; Fri, 13 Mar 2020 01:38:11 -0500 Subject: Re: [PATCH 04/23] mtd: spi-nor: Expose stuctures and functions to manufacturer drivers To: , , CC: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , References: <20200302180730.1886678-1-tudor.ambarus@microchip.com> <20200302180730.1886678-5-tudor.ambarus@microchip.com> From: Vignesh Raghavendra Message-ID: <6b30b61b-c8e6-956e-b8b0-b795dfc9648f@ti.com> Date: Fri, 13 Mar 2020 12:08:49 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.2 MIME-Version: 1.0 In-Reply-To: <20200302180730.1886678-5-tudor.ambarus@microchip.com> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit 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 On 02/03/20 11:37 pm, Tudor.Ambarus@microchip.com wrote: > From: Boris Brezillon > > Expose the flash_info struct and the generic set_4byte() implementations. > Some manufacturers rely on the generic set_4byte() implementations. > Remove the static specifier and expose their prototypes in core.h. > > Signed-off-by: Boris Brezillon > Signed-off-by: Tudor Ambarus Reviewed-by: Vignesh Raghavendra -- Regards Vignesh