Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757702AbdLRBry (ORCPT ); Sun, 17 Dec 2017 20:47:54 -0500 Received: from mailgw01.mediatek.com ([210.61.82.183]:3242 "EHLO mailgw01.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1757194AbdLRBrw (ORCPT ); Sun, 17 Dec 2017 20:47:52 -0500 X-UUID: 709717a44ae240e1a0ee5441bc44ff05-20171218 From: Guochun Mao To: Cyrille Pitchen , Marek Vasut CC: Matthias Brugger , Rob Herring , Boris Brezillon , Brian Norris , David Woodhouse , Richard Weinberger , Mark Rutland , , , , , Subject: [PATCH V1 1/1] mtd: mtk-nor: modify functions' name more generally Date: Mon, 18 Dec 2017 09:47:34 +0800 Message-ID: <1513561655-10570-1-git-send-email-guochun.mao@mediatek.com> X-Mailer: git-send-email 1.7.9.5 MIME-Version: 1.0 Content-Type: text/plain X-MTK: N Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 449 Lines: 13 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. Guochun Mao (1): mtd: mtk-nor: modify functions' name more generally drivers/mtd/spi-nor/mtk-quadspi.c | 240 +++++++++++++++++++------------------- 1 file changed, 120 insertions(+), 120 deletions(-) -- 1.9.1