[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1358515469-7529-1-git-send-email-a.kesavan@samsung.com>
Date: Fri, 18 Jan 2013 18:54:29 +0530
From: Abhilash Kesavan <a.kesavan@...sung.com>
To: myungjoo.ham@...sung.com, linux-kernel@...r.kernel.org,
linux-pm@...r.kernel.org, kgene.kim@...sung.com
Cc: kyungmin.park@...sung.com, rjw@...k.pl, jhbird.choi@...sung.com
Subject: [PATCH v4 3/4] PM: DEVFREQ: Move exynos4 devfreq driver into a new sub-directory
In anticipation of the new exynos5 devfreq and ppmu driver, create
an exynos sub-directory. Move the existing exynos4 devfreq driver
into the same.
Signed-off-by: Abhilash Kesavan <a.kesavan@...sung.com>
Acked-by: MyungJoo Ham <myungjoo.ham@...sung.com>
Cc: Jonghwan Choi <jhbird.choi@...sung.com>
Cc: Kukjin Kim <kgene.kim@...sung.com>
---
Note: No changes, rebased against latest tree. Only compile
tested for Exynos4.
drivers/devfreq/Makefile | 2 +-
drivers/devfreq/exynos/Makefile | 2 ++
drivers/devfreq/{ => exynos}/exynos4_bus.c | 0
3 files changed, 3 insertions(+), 1 deletions(-)
create mode 100644 drivers/devfreq/exynos/Makefile
rename drivers/devfreq/{ => exynos}/exynos4_bus.c (100%)
diff --git a/drivers/devfreq/Makefile b/drivers/devfreq/Makefile
index 8c46423..3bc1fef 100644
--- a/drivers/devfreq/Makefile
+++ b/drivers/devfreq/Makefile
@@ -5,4 +5,4 @@ obj-$(CONFIG_DEVFREQ_GOV_POWERSAVE) += governor_powersave.o
obj-$(CONFIG_DEVFREQ_GOV_USERSPACE) += governor_userspace.o
# DEVFREQ Drivers
-obj-$(CONFIG_ARM_EXYNOS4_BUS_DEVFREQ) += exynos4_bus.o
+obj-$(CONFIG_ARM_EXYNOS4_BUS_DEVFREQ) += exynos/
diff --git a/drivers/devfreq/exynos/Makefile b/drivers/devfreq/exynos/Makefile
new file mode 100644
index 0000000..1498823
--- /dev/null
+++ b/drivers/devfreq/exynos/Makefile
@@ -0,0 +1,2 @@
+# Exynos DEVFREQ Drivers
+obj-$(CONFIG_ARM_EXYNOS4_BUS_DEVFREQ) += exynos4_bus.o
diff --git a/drivers/devfreq/exynos4_bus.c b/drivers/devfreq/exynos/exynos4_bus.c
similarity index 100%
rename from drivers/devfreq/exynos4_bus.c
rename to drivers/devfreq/exynos/exynos4_bus.c
--
1.7.8.6
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists