public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/6] ARM: tegra: rename dummy XUSB padctl implementation
@ 2015-10-05 22:59 Stephen Warren
  2015-10-05 22:59 ` [U-Boot] [PATCH 2/6] ARM: tegra: create common XUSB padctl driver file Stephen Warren
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Stephen Warren @ 2015-10-05 22:59 UTC (permalink / raw)
  To: u-boot

From: Stephen Warren <swarren@nvidia.com>

A future patch will soon move some of the XUSB padctl code into a common
file in arch/arm/mach-tegra. Rename the existing dummy XUSB padctl file
to avoid conflicting with that, or being confusing.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
---
 arch/arm/mach-tegra/Makefile                               | 2 +-
 arch/arm/mach-tegra/{xusb-padctl.c => xusb-padctl-dummy.c} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename arch/arm/mach-tegra/{xusb-padctl.c => xusb-padctl-dummy.c} (100%)

diff --git a/arch/arm/mach-tegra/Makefile b/arch/arm/mach-tegra/Makefile
index 98431a91f875..2be6ef41fff6 100644
--- a/arch/arm/mach-tegra/Makefile
+++ b/arch/arm/mach-tegra/Makefile
@@ -23,7 +23,7 @@ obj-y += clock.o
 obj-y += lowlevel_init.o
 obj-y += pinmux-common.o
 obj-y += powergate.o
-obj-y += xusb-padctl.o
+obj-y += xusb-padctl-dummy.o
 obj-$(CONFIG_DISPLAY_CPUINFO) += sys_info.o
 obj-$(CONFIG_TEGRA_GPU) += gpu.o
 obj-$(CONFIG_TEGRA_CLOCK_SCALING) += emc.o
diff --git a/arch/arm/mach-tegra/xusb-padctl.c b/arch/arm/mach-tegra/xusb-padctl-dummy.c
similarity index 100%
rename from arch/arm/mach-tegra/xusb-padctl.c
rename to arch/arm/mach-tegra/xusb-padctl-dummy.c
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2015-10-21 16:45 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-05 22:59 [U-Boot] [PATCH 1/6] ARM: tegra: rename dummy XUSB padctl implementation Stephen Warren
2015-10-05 22:59 ` [U-Boot] [PATCH 2/6] ARM: tegra: create common XUSB padctl driver file Stephen Warren
2015-10-06 10:15   ` Thierry Reding
2015-10-06 17:34     ` Stephen Warren
2015-10-05 22:59 ` [U-Boot] [PATCH 3/6] ARM: tegra: parameterize common XUSB code Stephen Warren
2015-10-05 22:59 ` [U-Boot] [PATCH 4/6] ARM: tegra: switch Tegra210 to common XUSB padctl Stephen Warren
2015-10-05 22:59 ` [U-Boot] [PATCH 5/6] ARM: tegra: add lane tables to Tegra210 " Stephen Warren
2015-10-05 22:59 ` [U-Boot] [PATCH 6/6] ARM: tegra: error check Tegra210 XUSB padctl waits Stephen Warren
2015-10-21 16:39 ` [U-Boot] [PATCH 1/6] ARM: tegra: rename dummy XUSB padctl implementation Stephen Warren
2015-10-21 16:45   ` Tom Warren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox