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 9275EC433F5 for ; Fri, 28 Jan 2022 16:15:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235025AbiA1QPN (ORCPT ); Fri, 28 Jan 2022 11:15:13 -0500 Received: from fllv0016.ext.ti.com ([198.47.19.142]:49648 "EHLO fllv0016.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231809AbiA1QPM (ORCPT ); Fri, 28 Jan 2022 11:15:12 -0500 Received: from fllv0034.itg.ti.com ([10.64.40.246]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 20SGEWRI012070; Fri, 28 Jan 2022 10:14:32 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1643386472; bh=gE688ExdogvCPKToOIBjzqFYYVk92OO30aF7+rdLB2M=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=oNYxkL1/Oa40/xKLCGywNM9+iZN6kjTtwwOIJKR5X+9tgRbU+RonTzfieOpfQFwGI ILWqjQgkSn3mdei6mJrBZcwMKvSzcXaBAhD5yr7B1D5QHOb4+FmENBpD9VhcQAEvgj qKIQZCQ3xdFkaPiHWGnvSiBg3B+T/qWMW0tonMGI= 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 20SGEWFR070882 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 28 Jan 2022 10:14:32 -0600 Received: from DFLE112.ent.ti.com (10.64.6.33) 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; Fri, 28 Jan 2022 10:14:32 -0600 Received: from lelv0327.itg.ti.com (10.180.67.183) 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.2308.14 via Frontend Transport; Fri, 28 Jan 2022 10:14:32 -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 20SGEVmg073381; Fri, 28 Jan 2022 10:14:31 -0600 Date: Fri, 28 Jan 2022 21:44:30 +0530 From: Pratyush Yadav To: Mika Westerberg CC: Tudor Ambarus , Mark Brown , Lee Jones , Boris Brezillon , Michael Walle , Miquel Raynal , Richard Weinberger , Vignesh Raghavendra , Jonathan Corbet , Mauro Lima , Alexander Sverdlin , Andy Shevchenko , Hans-Gert Dahmen , , Subject: Re: [PATCH v5 2/3] mtd: spi-nor: intel-spi: Convert to SPI MEM Message-ID: <20220128161430.lfa3s6e3bu4urspu@ti.com> References: <20211220164625.9400-1-mika.westerberg@linux.intel.com> <20211220164625.9400-3-mika.westerberg@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20211220164625.9400-3-mika.westerberg@linux.intel.com> X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: linux-spi@vger.kernel.org On 20/12/21 07:46PM, Mika Westerberg wrote: > The preferred way to implement SPI-NOR controller drivers is through SPI > subsubsystem utilizing the SPI MEM core functions. This converts the > Intel SPI flash controller driver over the SPI MEM by moving the driver > from SPI-NOR subsystem to SPI subsystem and in one go make it use the > SPI MEM functions. The driver name will be changed from intel-spi to > spi-intel to match the convention used in the SPI subsystem. > > Signed-off-by: Mika Westerberg > Reviewed-by: Andy Shevchenko > Reviewed-by: Mauro Lima > Reviewed-by: Boris Brezillon > Acked-by: Lee Jones I remember acking this patch but maybe it got dropped along the way. Anyway, Acked-by: Pratyush Yadav -- Regards, Pratyush Yadav Texas Instruments Inc.