diff mbox

[i-g-t,1/5] compute_wrpll: Rename ddi_compute_wrpll to hsw_compute_wrpll

Message ID 1431019605-9786-2-git-send-email-damien.lespiau@intel.com (mailing list archive)
State New, archived
Headers show

Commit Message

Lespiau, Damien May 7, 2015, 5:26 p.m. UTC
We're going to add the SKL version, time to rename the HSW/BDW one.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
---
 tools/.gitignore                                   | 2 +-
 tools/Makefile.sources                             | 2 +-
 tools/{ddi_compute_wrpll.c => hsw_compute_wrpll.c} | 0
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename tools/{ddi_compute_wrpll.c => hsw_compute_wrpll.c} (100%)

diff --git a/tools/ddi_compute_wrpll.c b/tools/hsw_compute_wrpll.c
similarity index 100%
rename from tools/ddi_compute_wrpll.c
rename to tools/hsw_compute_wrpll.c
diff mbox

Patch

diff --git a/tools/.gitignore b/tools/.gitignore
index 562e3cd..f8f04d0 100644
--- a/tools/.gitignore
+++ b/tools/.gitignore
@@ -1,5 +1,5 @@ 
 # Please keep sorted alphabetically
-ddi_compute_wrpll
+hsw_compute_wrpll
 intel_audio_dump
 intel_backlight
 intel_bios_dumper
diff --git a/tools/Makefile.sources b/tools/Makefile.sources
index 1df1653..ae60a31 100644
--- a/tools/Makefile.sources
+++ b/tools/Makefile.sources
@@ -1,5 +1,5 @@ 
 noinst_PROGRAMS = \
-	ddi_compute_wrpll \
+	hsw_compute_wrpll \
 	skl_ddb_allocation \
 	$(NULL)