From patchwork Tue Oct 14 05:41:58 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Glass X-Patchwork-Id: 399358 X-Patchwork-Delegate: sjg@chromium.org Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 68B4D140085 for ; Tue, 14 Oct 2014 16:51:29 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id DB0A4A774D; Tue, 14 Oct 2014 07:51:21 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id x3zVnuzA9Vhq; Tue, 14 Oct 2014 07:51:21 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 05649A73FA; Tue, 14 Oct 2014 07:51:13 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 0CB36A74CA for ; Tue, 14 Oct 2014 07:50:57 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bN5Uue8PvmE0 for ; Tue, 14 Oct 2014 07:50:56 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-pd0-f201.google.com (mail-pd0-f201.google.com [209.85.192.201]) by theia.denx.de (Postfix) with ESMTPS id 8E6E6A7482 for ; Tue, 14 Oct 2014 07:50:52 +0200 (CEST) Received: by mail-pd0-f201.google.com with SMTP id y10so1293783pdj.2 for ; Mon, 13 Oct 2014 22:50:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=glBDW1AeQ236YavP/C4WrgLBzzy+wqMHm6nTBT12hFo=; b=c9mmRkOvSbbVVkq7hejRSOhX2DHQmhzR/kgflj7nXYZ6Ub0hXW64Rakj1J/ckoy2ng wd208RHKjtBD0RFNg/6DKFNsx/to0KRAVtc1BT5BT0O628qwvxej6RLBbRVSnjMxRPxS LlBhLq4uOgmotfq7y9bNReia7XfwdYp2UO1SlusxGu6GlQyItbzxPbmUT7JvaLbzjuq/ /NMtkqThxCnMD2VB/MedWLp5yIix+Lv8hB1NCUhP/DWj79XMZ5map1knL+I4rr9H9H2k RWag2qt0U/bSiNU+949oB9lZvarDPaR9FDrgGJPxaC7ABCmFqWLs/9cVirxqZu/ksWww ISnw== X-Gm-Message-State: ALoCoQkvvBRIDADtoEEOKpERgjWgItYTc4IHwG7BLqKDemHmxmiYkAfZ1hQNAuqpMld3ATljMA1u X-Received: by 10.66.193.233 with SMTP id hr9mr2232209pac.5.1413265851200; Mon, 13 Oct 2014 22:50:51 -0700 (PDT) Received: from corpmail-nozzle1-1.hot.corp.google.com ([100.108.1.104]) by gmr-mx.google.com with ESMTPS id k66si807234yho.7.2014.10.13.22.50.50 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 13 Oct 2014 22:50:51 -0700 (PDT) Received: from kaki.bld.corp.google.com ([172.29.216.32]) by corpmail-nozzle1-1.hot.corp.google.com with ESMTP id uO4tD42M.1; Mon, 13 Oct 2014 22:50:51 -0700 Received: by kaki.bld.corp.google.com (Postfix, from userid 121222) id 4CD16221CAE; Mon, 13 Oct 2014 23:43:12 -0600 (MDT) From: Simon Glass To: U-Boot Mailing List Date: Mon, 13 Oct 2014 23:41:58 -0600 Message-Id: <1413265336-9571-12-git-send-email-sjg@chromium.org> X-Mailer: git-send-email 2.1.0.rc2.206.gedb03e5 In-Reply-To: <1413265336-9571-1-git-send-email-sjg@chromium.org> References: <1413265336-9571-1-git-send-email-sjg@chromium.org> Cc: u-boot-review@google.com, Jagannadha Sutradharudu Teki Subject: [U-Boot] [PATCH v4 11/29] dm: spi: Rename soft_spi.c to soft_spi_legacy.c X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.13 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de Reserve the 'normal' name for use by driver model, and rename the old driver so that it is clear that it is for 'legacy' drivers only. Signed-off-by: Simon Glass Reviewed-by: Jagannadha Sutradharudu Teki --- Changes in v4: None Changes in v3: None Changes in v2: None drivers/spi/Makefile | 2 +- drivers/spi/{soft_spi.c => soft_spi_legacy.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename drivers/spi/{soft_spi.c => soft_spi_legacy.c} (100%) diff --git a/drivers/spi/Makefile b/drivers/spi/Makefile index a1de028..5cc8655 100644 --- a/drivers/spi/Makefile +++ b/drivers/spi/Makefile @@ -11,6 +11,7 @@ obj-y += spi-uclass.o obj-$(CONFIG_SANDBOX) += spi-emul-uclass.o else obj-y += spi.o +obj-$(CONFIG_SOFT_SPI) += soft_spi_legacy.o endif obj-$(CONFIG_EP93XX_SPI) += ep93xx_spi.o @@ -35,7 +36,6 @@ obj-$(CONFIG_MXS_SPI) += mxs_spi.o obj-$(CONFIG_OC_TINY_SPI) += oc_tiny_spi.o obj-$(CONFIG_OMAP3_SPI) += omap3_spi.o obj-$(CONFIG_SANDBOX_SPI) += sandbox_spi.o -obj-$(CONFIG_SOFT_SPI) += soft_spi.o obj-$(CONFIG_SH_SPI) += sh_spi.o obj-$(CONFIG_SH_QSPI) += sh_qspi.o obj-$(CONFIG_FSL_ESPI) += fsl_espi.o diff --git a/drivers/spi/soft_spi.c b/drivers/spi/soft_spi_legacy.c similarity index 100% rename from drivers/spi/soft_spi.c rename to drivers/spi/soft_spi_legacy.c