Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753474AbeAOB65 (ORCPT + 1 other); Sun, 14 Jan 2018 20:58:57 -0500 Received: from mailgw02.mediatek.com ([1.203.163.81]:28561 "EHLO mailgw02.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1753150AbeAOB6z (ORCPT ); Sun, 14 Jan 2018 20:58:55 -0500 X-UUID: b4ad150b215e4323ba4daa4f7687327d-20180115 Message-ID: <1515981514.8823.3.camel@mhfsdcap03> Subject: Re: [PATCH] mtd: mtk-nor: modify functions' name more generally From: Guochun Mao To: Cyrille Pitchen CC: Marek Vasut , Matthias Brugger , Rob Herring , Boris Brezillon , Brian Norris , David Woodhouse , Richard Weinberger , Mark Rutland , , , , , Date: Mon, 15 Jan 2018 09:58:34 +0800 In-Reply-To: <5348c8dd-dc78-bdeb-f9d0-5ce20616d69b@wedev4u.fr> References: <1513561655-10570-1-git-send-email-guochun.mao@mediatek.com> <1513561655-10570-2-git-send-email-guochun.mao@mediatek.com> <5348c8dd-dc78-bdeb-f9d0-5ce20616d69b@wedev4u.fr> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.3-0ubuntu6 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 X-MTK: N Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: Hi Cyrille, Thank you very much. BR, Guochun Mao On Sun, 2018-01-14 at 16:23 +0100, Cyrille Pitchen wrote: > Le 18/12/2017 à 02:47, Guochun Mao a écrit : > > Since more and more Mediatek's SoC can use this driver to > > control spi-nor flash, functions' name with "mt8173_" is > > no longer properly. Replacing "mt8173_" with "mtk_" will > > be more accurate to describe these functions' usable scope. > > > > Signed-off-by: Guochun Mao > > Applied to the spi-nor/next branch of linux-mtd > > Thanks! > > > --- > > drivers/mtd/spi-nor/mtk-quadspi.c | 240 ++++++++++++++++++------------------- > > 1 file changed, 120 insertions(+), 120 deletions(-) > >