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. r2359 - trunk/src/target/kernel/patches
      ([EMAIL PROTECTED])
--- Begin Message ---
Author: alphaone
Date: 2007-07-04 22:55:44 +0200 (Wed, 04 Jul 2007)
New Revision: 2359

Modified:
   trunk/src/target/kernel/patches/gta02-core.patch
Log:
* Add missing break statement so gta01_gsm.gpio_ngsm_en is not set back to 0
  for later gta01 models


Modified: trunk/src/target/kernel/patches/gta02-core.patch
===================================================================
--- trunk/src/target/kernel/patches/gta02-core.patch    2007-07-02 21:11:52 UTC 
(rev 2358)
+++ trunk/src/target/kernel/patches/gta02-core.patch    2007-07-04 20:55:44 UTC 
(rev 2359)
@@ -820,16 +820,17 @@
                }
        } else if (!strcmp(attr->attr.name, "reset")) {
                s3c2410_gpio_setpin(GTA01_GPIO_MODEM_RST, on);
-@@ -157,6 +161,8 @@
+@@ -157,6 +161,9 @@
                case GTA01Bv4_SYSTEM_REV:
                        gta01_gsm.gpio_ngsm_en = GTA01Bv2_GPIO_nGSM_EN;
                        s3c2410_gpio_setpin(GTA01v3_GPIO_nGSM_EN, 0);
++                      break;
 +              case GTA02v1_SYSTEM_REV:
 +                      gta01_gsm.gpio_ngsm_en = 0;
                        break;
                default:
                        dev_warn(&pdev->dev, "Unknown GTA01 Revision 0x%x, "
-@@ -175,9 +181,13 @@
+@@ -175,9 +182,13 @@
                break;
        }
  




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

Reply via email to