Send commitlog mailing list submissions to
        [EMAIL PROTECTED]

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.openmoko.org/mailman/listinfo/commitlog
or, via email, send a message with subject or body 'help' to
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of commitlog digest..."
Today's Topics:

   1. r1039 - trunk/oe/packages/s3c2410-utils ([EMAIL PROTECTED])
   2. r1040 - trunk/oe/packages/linux/linux-gta01
      ([EMAIL PROTECTED])
   3. r1041 - trunk/src/target/kernel/patches
      ([EMAIL PROTECTED])
--- Begin Message ---
Author: mickey
Date: 2007-02-18 12:16:00 +0100 (Sun, 18 Feb 2007)
New Revision: 1039

Removed:
   trunk/oe/packages/s3c2410-utils/files/
   trunk/oe/packages/s3c2410-utils/s3c2410-boot-usb-native_20060807.bb
   trunk/oe/packages/s3c2410-utils/sjf2410-linux-native_20060807.bb
Log:
oe: s3c2410-utils: remove no longer used recipes


Deleted: trunk/oe/packages/s3c2410-utils/s3c2410-boot-usb-native_20060807.bb
===================================================================
--- trunk/oe/packages/s3c2410-utils/s3c2410-boot-usb-native_20060807.bb 
2007-02-18 11:13:10 UTC (rev 1038)
+++ trunk/oe/packages/s3c2410-utils/s3c2410-boot-usb-native_20060807.bb 
2007-02-18 11:16:00 UTC (rev 1039)
@@ -1,31 +0,0 @@
-DESCRIPTION = "Boots a S3C2410 device with a user supplied kernel zImage"
-DEPENDS = "libusb-native"
-SECTION = "devel"
-AUTHOR = "Harald Welte"
-MAINTAINER = "Michael 'Mickey' Lauer <[EMAIL PROTECTED]>"
-LICENSE = "GPL"
-PR = "r0"
-
-SRC_URI = "file://s3c2410_boot_usb-20060807.tar.bz2"
-S = "${WORKDIR}/s3c2410_boot_usb"
-
-inherit native
-
-do_compile() {
-       ${CC} ${CFLAGS} ${LDFLAGS} -lusb -o s3c2410-boot-usb boot_usb.c
-}
-
-do_deploy() {
-        install -d ${DEPLOY_DIR_IMAGE}
-        install -m 0755 s3c2410-boot-usb ${DEPLOY_DIR_IMAGE}
-}
-
-do_stage() {
-       :
-}
-
-do_install() {
-       :
-}
-
-addtask deploy before do_build after do_compile

Deleted: trunk/oe/packages/s3c2410-utils/sjf2410-linux-native_20060807.bb
===================================================================
--- trunk/oe/packages/s3c2410-utils/sjf2410-linux-native_20060807.bb    
2007-02-18 11:13:10 UTC (rev 1038)
+++ trunk/oe/packages/s3c2410-utils/sjf2410-linux-native_20060807.bb    
2007-02-18 11:16:00 UTC (rev 1039)
@@ -1,32 +0,0 @@
-DESCRIPTION = "Jtag utility to interface w/ a S3C2410 device"
-SECTION = "devel"
-AUTHOR = "Harald Welte"
-MAINTAINER = "Michael 'Mickey' Lauer <[EMAIL PROTECTED]>"
-LICENSE = "GPL"
-PR = "r1"
-
-SRC_URI = "file://sjf2410-linux-20060807.tar.bz2"
-S = "${WORKDIR}/sjf2410-linux"
-
-inherit native
-
-CFLAGS += "-DLINUX_PPDEV"
-
-do_compile() {
-       oe_runmake
-}
-
-do_deploy() {
-        install -d ${DEPLOY_DIR_IMAGE}
-        install -m 0755 sjf2410 ${DEPLOY_DIR_IMAGE}/sjf2410
-}
-
-do_stage() {
-       :
-}
-
-do_install() {
-       :
-}
-
-addtask deploy before do_build after do_compile




--- End Message ---
--- Begin Message ---
Author: laforge
Date: 2007-02-18 15:06:06 +0100 (Sun, 18 Feb 2007)
New Revision: 1040

Modified:
   trunk/oe/packages/linux/linux-gta01/defconfig-2.6.20-fic-gta01
Log:
Enable CONFIG_VTUN=m (Closes: #198)


Modified: trunk/oe/packages/linux/linux-gta01/defconfig-2.6.20-fic-gta01
===================================================================
--- trunk/oe/packages/linux/linux-gta01/defconfig-2.6.20-fic-gta01      
2007-02-18 11:16:00 UTC (rev 1039)
+++ trunk/oe/packages/linux/linux-gta01/defconfig-2.6.20-fic-gta01      
2007-02-18 14:06:06 UTC (rev 1040)
@@ -761,7 +761,7 @@
 # CONFIG_DUMMY is not set
 # CONFIG_BONDING is not set
 # CONFIG_EQUALIZER is not set
-# CONFIG_TUN is not set
+CONFIG_TUN=m
 
 #
 # PHY device support




--- End Message ---
--- Begin Message ---
Author: laforge
Date: 2007-02-18 17:20:24 +0100 (Sun, 18 Feb 2007)
New Revision: 1041

Modified:
   trunk/src/target/kernel/patches/gta01-core.patch
   trunk/src/target/kernel/patches/gta01-pcf50606.patch
   trunk/src/target/kernel/patches/series
Log:
reorder to make sure PCF50606 driver is present before GTA01 support is added, 
since the latter requires the former.


Modified: trunk/src/target/kernel/patches/gta01-core.patch
===================================================================
--- trunk/src/target/kernel/patches/gta01-core.patch    2007-02-18 14:06:06 UTC 
(rev 1040)
+++ trunk/src/target/kernel/patches/gta01-core.patch    2007-02-18 16:20:24 UTC 
(rev 1041)
@@ -3,15 +3,16 @@
 
 Index: linux-2.6.20/arch/arm/mach-s3c2410/Kconfig
 ===================================================================
---- linux-2.6.20.orig/arch/arm/mach-s3c2410/Kconfig    2007-02-17 
14:59:09.000000000 +0100
-+++ linux-2.6.20/arch/arm/mach-s3c2410/Kconfig 2007-02-17 15:02:25.000000000 
+0100
-@@ -86,6 +86,13 @@
+--- linux-2.6.20.orig/arch/arm/mach-s3c2410/Kconfig    2007-02-18 
17:18:58.000000000 +0100
++++ linux-2.6.20/arch/arm/mach-s3c2410/Kconfig 2007-02-18 17:19:37.000000000 
+0100
+@@ -86,6 +86,14 @@
        help
           Say Y here if you are using the Armzone QT2410
  
 +config MACH_GTA01
 +      bool "FIC Neo1973 GSM Phone"
 +      select CPU_S3C2410
++      select SENSORS_PCF50606
 +      help
 +         Say Y here if you are using the FIC Neo1973 GSM Phone
 +
@@ -21,8 +22,8 @@
        select CPU_S3C2440
 Index: linux-2.6.20/arch/arm/mach-s3c2410/Makefile
 ===================================================================
---- linux-2.6.20.orig/arch/arm/mach-s3c2410/Makefile   2007-02-17 
14:59:09.000000000 +0100
-+++ linux-2.6.20/arch/arm/mach-s3c2410/Makefile        2007-02-17 
14:59:20.000000000 +0100
+--- linux-2.6.20.orig/arch/arm/mach-s3c2410/Makefile   2007-02-18 
17:18:36.000000000 +0100
++++ linux-2.6.20/arch/arm/mach-s3c2410/Makefile        2007-02-18 
17:19:16.000000000 +0100
 @@ -89,5 +89,6 @@
  obj-$(CONFIG_MACH_NEXCODER_2440) += mach-nexcoder.o
  obj-$(CONFIG_MACH_VSTMS)      += mach-vstms.o
@@ -33,7 +34,7 @@
 Index: linux-2.6.20/arch/arm/mach-s3c2410/mach-gta01.c
 ===================================================================
 --- /dev/null  1970-01-01 00:00:00.000000000 +0000
-+++ linux-2.6.20/arch/arm/mach-s3c2410/mach-gta01.c    2007-02-17 
15:05:54.000000000 +0100
++++ linux-2.6.20/arch/arm/mach-s3c2410/mach-gta01.c    2007-02-18 
17:19:16.000000000 +0100
 @@ -0,0 +1,516 @@
 +/*
 + * linux/arch/arm/mach-s3c2410/mach-gta01.c
@@ -554,7 +555,7 @@
 Index: linux-2.6.20/include/asm-arm/arch-s3c2410/gta01.h
 ===================================================================
 --- /dev/null  1970-01-01 00:00:00.000000000 +0000
-+++ linux-2.6.20/include/asm-arm/arch-s3c2410/gta01.h  2007-02-17 
14:59:20.000000000 +0100
++++ linux-2.6.20/include/asm-arm/arch-s3c2410/gta01.h  2007-02-18 
17:19:16.000000000 +0100
 @@ -0,0 +1,60 @@
 +#ifndef _GTA01_H
 +#define _GTA01_H

Modified: trunk/src/target/kernel/patches/gta01-pcf50606.patch
===================================================================
--- trunk/src/target/kernel/patches/gta01-pcf50606.patch        2007-02-18 
14:06:06 UTC (rev 1040)
+++ trunk/src/target/kernel/patches/gta01-pcf50606.patch        2007-02-18 
16:20:24 UTC (rev 1041)
@@ -3,7 +3,7 @@
 Index: linux-2.6.20/drivers/i2c/chips/pcf50606.c
 ===================================================================
 --- /dev/null  1970-01-01 00:00:00.000000000 +0000
-+++ linux-2.6.20/drivers/i2c/chips/pcf50606.c  2007-02-17 14:21:49.000000000 
+0100
++++ linux-2.6.20/drivers/i2c/chips/pcf50606.c  2007-02-18 17:18:58.000000000 
+0100
 @@ -0,0 +1,1497 @@
 +/* Philips PCF50606 Power Management Unit (PMU) driver
 + *
@@ -1505,7 +1505,7 @@
 Index: linux-2.6.20/drivers/i2c/chips/pcf50606.h
 ===================================================================
 --- /dev/null  1970-01-01 00:00:00.000000000 +0000
-+++ linux-2.6.20/drivers/i2c/chips/pcf50606.h  2007-02-17 14:21:49.000000000 
+0100
++++ linux-2.6.20/drivers/i2c/chips/pcf50606.h  2007-02-18 17:18:58.000000000 
+0100
 @@ -0,0 +1,259 @@
 +#ifndef _PCF50606_H
 +#define _PCF50606_H
@@ -1768,8 +1768,8 @@
 +
 Index: linux-2.6.20/drivers/i2c/chips/Kconfig
 ===================================================================
---- linux-2.6.20.orig/drivers/i2c/chips/Kconfig        2007-02-17 
13:36:17.000000000 +0100
-+++ linux-2.6.20/drivers/i2c/chips/Kconfig     2007-02-17 14:21:49.000000000 
+0100
+--- linux-2.6.20.orig/drivers/i2c/chips/Kconfig        2007-02-18 
17:18:34.000000000 +0100
++++ linux-2.6.20/drivers/i2c/chips/Kconfig     2007-02-18 17:18:58.000000000 
+0100
 @@ -36,6 +36,17 @@
          This driver can also be built as a module.  If so, the module
          will be called eeprom.
@@ -1790,8 +1790,8 @@
        depends on I2C && EXPERIMENTAL
 Index: linux-2.6.20/drivers/i2c/chips/Makefile
 ===================================================================
---- linux-2.6.20.orig/drivers/i2c/chips/Makefile       2007-02-17 
13:36:17.000000000 +0100
-+++ linux-2.6.20/drivers/i2c/chips/Makefile    2007-02-17 14:21:49.000000000 
+0100
+--- linux-2.6.20.orig/drivers/i2c/chips/Makefile       2007-02-18 
17:18:34.000000000 +0100
++++ linux-2.6.20/drivers/i2c/chips/Makefile    2007-02-18 17:18:58.000000000 
+0100
 @@ -8,6 +8,7 @@
  obj-$(CONFIG_SENSORS_MAX6875) += max6875.o
  obj-$(CONFIG_SENSORS_M41T00)  += m41t00.o
@@ -1802,8 +1802,8 @@
  obj-$(CONFIG_ISP1301_OMAP)    += isp1301_omap.o
 Index: linux-2.6.20/include/linux/i2c-id.h
 ===================================================================
---- linux-2.6.20.orig/include/linux/i2c-id.h   2007-02-17 13:36:17.000000000 
+0100
-+++ linux-2.6.20/include/linux/i2c-id.h        2007-02-17 14:21:49.000000000 
+0100
+--- linux-2.6.20.orig/include/linux/i2c-id.h   2007-02-18 17:18:34.000000000 
+0100
++++ linux-2.6.20/include/linux/i2c-id.h        2007-02-18 17:18:58.000000000 
+0100
 @@ -159,6 +159,7 @@
  #define I2C_DRIVERID_FSCHER 1046
  #define I2C_DRIVERID_W83L785TS 1047
@@ -1815,7 +1815,7 @@
 Index: linux-2.6.20/include/linux/pcf50606.h
 ===================================================================
 --- /dev/null  1970-01-01 00:00:00.000000000 +0000
-+++ linux-2.6.20/include/linux/pcf50606.h      2007-02-17 14:21:49.000000000 
+0100
++++ linux-2.6.20/include/linux/pcf50606.h      2007-02-18 17:18:58.000000000 
+0100
 @@ -0,0 +1,55 @@
 +#ifndef _LINUX_PCF50606_H
 +#define _LINUX_PCF50606_H
@@ -1872,15 +1872,3 @@
 +};
 +
 +#endif
-Index: linux-2.6.20/arch/arm/mach-s3c2410/Kconfig
-===================================================================
---- linux-2.6.20.orig/arch/arm/mach-s3c2410/Kconfig    2007-02-17 
14:29:26.000000000 +0100
-+++ linux-2.6.20/arch/arm/mach-s3c2410/Kconfig 2007-02-17 14:29:43.000000000 
+0100
-@@ -90,6 +90,7 @@
-       bool "FIC Neo1973 GSM Phone"
-       select CPU_S3C2410
-       select SPI_SLAVE_JBT6K74
-+      select SENSORS_PCF50606
-       help
-          Say Y here if you are using the FIC Neo1973 GSM Phone
- 

Modified: trunk/src/target/kernel/patches/series
===================================================================
--- trunk/src/target/kernel/patches/series      2007-02-18 14:06:06 UTC (rev 
1040)
+++ trunk/src/target/kernel/patches/series      2007-02-18 16:20:24 UTC (rev 
1041)
@@ -21,10 +21,10 @@
 qt2410-cs8900.patch
 qt2410-biglcd.patch
 qt2410-s3c_mci-pdata.patch
+gta01-pcf50606.patch
 gta01-core.patch
 gta01-jbt6k74.patch
 gta01-backlight.patch
-gta01-pcf50606.patch
 gta01-vibrator.patch
 gta01-inputdevice.patch
 gta01-power_control.patch




--- End Message ---
_______________________________________________
commitlog mailing list
[EMAIL PROTECTED]
http://lists.openmoko.org/mailman/listinfo/commitlog

Reply via email to