[Armadeus-commitlog] SF.net SVN: armadeus:[1182] trunk/buildroot/target/device/armadeus
Brought to you by:
sszy
|
From: <ar...@us...> - 2009-03-22 14:28:41
|
Revision: 1182
http://armadeus.svn.sourceforge.net/armadeus/?rev=1182&view=rev
Author: artemys
Date: 2009-03-22 14:28:31 +0000 (Sun, 22 Mar 2009)
Log Message:
-----------
[LINUX] Add driver for i.MX27 VPU (par2)
Modified Paths:
--------------
trunk/buildroot/target/device/armadeus/apf27/apf27-linux-2.6.27.13.config
trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.27.13/318-apf27-pengu-mxc_add_vpu_driver.patch
Removed Paths:
-------------
trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.27.13/319-apf27-pengu-mx2_add_vpu_device.patch
Modified: trunk/buildroot/target/device/armadeus/apf27/apf27-linux-2.6.27.13.config
===================================================================
--- trunk/buildroot/target/device/armadeus/apf27/apf27-linux-2.6.27.13.config 2009-03-22 09:38:51 UTC (rev 1181)
+++ trunk/buildroot/target/device/armadeus/apf27/apf27-linux-2.6.27.13.config 2009-03-22 14:28:31 UTC (rev 1182)
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.27.13
-# Fri Mar 13 14:31:08 2009
+# Sun Mar 22 15:24:00 2009
#
CONFIG_ARM=y
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
@@ -1219,6 +1219,15 @@
# CONFIG_DMADEVICES is not set
#
+# MXC support drivers
+#
+
+#
+# MXC VPU(Video Processing Unit) support
+#
+# CONFIG_MXC_VPU is not set
+
+#
# Voltage and Current regulators
#
# CONFIG_REGULATOR is not set
Modified: trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.27.13/318-apf27-pengu-mxc_add_vpu_driver.patch
===================================================================
--- trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.27.13/318-apf27-pengu-mxc_add_vpu_driver.patch 2009-03-22 09:38:51 UTC (rev 1181)
+++ trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.27.13/318-apf27-pengu-mxc_add_vpu_driver.patch 2009-03-22 14:28:31 UTC (rev 1182)
@@ -21,11 +21,11 @@
Signed-off-by: Sascha Hauer <s....@pe...>
---
-diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
-index 9722f8b..209a53d 100644
---- a/arch/arm/Kconfig
-+++ b/arch/arm/Kconfig
-@@ -1268,6 +1268,8 @@ source "drivers/rtc/Kconfig"
+Index: linux-2.6.27.13/arch/arm/Kconfig
+===================================================================
+--- linux-2.6.27.13.orig/arch/arm/Kconfig 2009-03-22 14:56:45.000000000 +0100
++++ linux-2.6.27.13/arch/arm/Kconfig 2009-03-22 14:58:09.000000000 +0100
+@@ -1239,6 +1239,8 @@
source "drivers/dma/Kconfig"
@@ -33,22 +33,20 @@
+
source "drivers/dca/Kconfig"
- source "drivers/auxdisplay/Kconfig"
-diff --git a/drivers/Makefile b/drivers/Makefile
-index fceb71a..99c847c 100644
---- a/drivers/Makefile
-+++ b/drivers/Makefile
-@@ -102,3 +102,4 @@ obj-$(CONFIG_SSB) += ssb/
+ source "drivers/regulator/Kconfig"
+Index: linux-2.6.27.13/drivers/Makefile
+===================================================================
+--- linux-2.6.27.13.orig/drivers/Makefile 2009-03-22 14:56:45.000000000 +0100
++++ linux-2.6.27.13/drivers/Makefile 2009-03-22 14:59:05.000000000 +0100
+@@ -100,3 +100,4 @@
+ obj-$(CONFIG_SSB) += ssb/
obj-$(CONFIG_VIRTIO) += virtio/
obj-$(CONFIG_REGULATOR) += regulator/
- obj-$(CONFIG_STAGING) += staging/
+obj-y += mxc/
-\ No newline at end of file
-diff --git a/drivers/mxc/Kconfig b/drivers/mxc/Kconfig
-new file mode 100644
-index 0000000..90fcfd1
---- /dev/null
-+++ b/drivers/mxc/Kconfig
+Index: linux-2.6.27.13/drivers/mxc/Kconfig
+===================================================================
+--- /dev/null 1970-01-01 00:00:00.000000000 +0000
++++ linux-2.6.27.13/drivers/mxc/Kconfig 2009-03-22 14:58:09.000000000 +0100
@@ -0,0 +1,13 @@
+# drivers/video/mxc/Kconfig
+
@@ -402,7 +400,7 @@
+ }
+/* RMW: this is not portable across platforms */
+#ifdef CONFIG_ARCH_MX27
-+ /* set/clear LHD (Latency Hiding Disable) bit in ESDCFG0 reg.
++ /* set/clear LHD (Latency Hiding Disable) bit in ESDCFG0 reg.
+ Tends to fix MPEG4 issue on MX27 TO2 */
+ case VPU_IOC_LHD:
+ {
Deleted: trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.27.13/319-apf27-pengu-mx2_add_vpu_device.patch
===================================================================
--- trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.27.13/319-apf27-pengu-mx2_add_vpu_device.patch 2009-03-22 09:38:51 UTC (rev 1181)
+++ trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.27.13/319-apf27-pengu-mx2_add_vpu_device.patch 2009-03-22 14:28:31 UTC (rev 1182)
@@ -1,19 +0,0 @@
-From: Sascha Hauer <s....@pe...>
-Date: Tue, 11 Nov 2008 14:46:05 +0000 (+0100)
-Subject: MX2: Add VPU (video processing unit) device
-X-Git-Url: http://pasiphae.extern.pengutronix.de/?p=imx%2Flinux-2.6.git;a=commitdiff_plain;h=362e97c9b0a6fa4b861462958ccdfcbdf8d3a118
-
-MX2: Add VPU (video processing unit) device
-
-Signed-off-by: Sascha Hauer <s....@pe...>
----
-
-diff --git a/arch/arm/mach-mx2/devices.h b/arch/arm/mach-mx2/devices.h
-index 64bb85b..c3c3a81 100644
---- a/arch/arm/mach-mx2/devices.h
-+++ b/arch/arm/mach-mx2/devices.h
-@@ -28,3 +28,4 @@ extern struct platform_device imx_i2c_device0;
- extern struct platform_device imx_i2c_device1;
- extern struct platform_device mx27_camera_device;
- extern struct platform_device mxc_fb_device;
-+extern struct platform_device mxc_vpu_device;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|