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. r2831 - branches/src/target/kernel/2.6.21.x/patches
([EMAIL PROTECTED])
2. r2832 - trunk/src/target/kernel/patches
([EMAIL PROTECTED])
3. r2833 -
trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/gtk-2.0
([EMAIL PROTECTED])
--- Begin Message ---
Author: shoragan
Date: 2007-08-26 17:25:48 +0200 (Sun, 26 Aug 2007)
New Revision: 2831
Added:
branches/src/target/kernel/2.6.21.x/patches/s3cmci-unfinished-write-fix.patch
Modified:
branches/src/target/kernel/2.6.21.x/patches/series
Log:
Fix Bug #677 - I/O errors on heavy microSD writes for 2.6.21.x.
Thanks to Roman Moravcik for the patch.
Added:
branches/src/target/kernel/2.6.21.x/patches/s3cmci-unfinished-write-fix.patch
===================================================================
---
branches/src/target/kernel/2.6.21.x/patches/s3cmci-unfinished-write-fix.patch
2007-08-24 19:38:25 UTC (rev 2830)
+++
branches/src/target/kernel/2.6.21.x/patches/s3cmci-unfinished-write-fix.patch
2007-08-26 15:25:48 UTC (rev 2831)
@@ -0,0 +1,24 @@
+Index: linux-2.6.21.6/drivers/mmc/s3cmci.c
+===================================================================
+--- linux-2.6.21.6.orig/drivers/mmc/s3cmci.c
++++ linux-2.6.21.6/drivers/mmc/s3cmci.c
+@@ -318,6 +318,7 @@
+ {
+ struct s3cmci_host *host = (struct s3cmci_host *) data;
+
++ disable_irq(host->irq);
+
+ if (host->pio_active == XFER_WRITE)
+ do_pio_write(host);
+@@ -336,9 +337,9 @@
+ host->mrq->data->error = MMC_ERR_DMA;
+ }
+
+- disable_irq(host->irq);
+ finalize_request(host);
+- }
++ } else
++ enable_irq(host->irq);
+ }
+
+ /*
Modified: branches/src/target/kernel/2.6.21.x/patches/series
===================================================================
--- branches/src/target/kernel/2.6.21.x/patches/series 2007-08-24 19:38:25 UTC
(rev 2830)
+++ branches/src/target/kernel/2.6.21.x/patches/series 2007-08-26 15:25:48 UTC
(rev 2831)
@@ -41,3 +41,4 @@
s3c24xx-nand-largepage.patch
gta02-core.patch
tune-touchscreen.patch
+s3cmci-unfinished-write-fix.patch
--- End Message ---
--- Begin Message ---
Author: shoragan
Date: 2007-08-26 17:28:14 +0200 (Sun, 26 Aug 2007)
New Revision: 2832
Added:
trunk/src/target/kernel/patches/s3cmci-unfinished-write-fix.patch
Modified:
trunk/src/target/kernel/patches/series
Log:
Fix Bug #677 - I/O errors on heavy microSD writes for 2.6.22.x.
Thanks to Roman Moravcik for the patch.
Added: trunk/src/target/kernel/patches/s3cmci-unfinished-write-fix.patch
===================================================================
--- trunk/src/target/kernel/patches/s3cmci-unfinished-write-fix.patch
2007-08-26 15:25:48 UTC (rev 2831)
+++ trunk/src/target/kernel/patches/s3cmci-unfinished-write-fix.patch
2007-08-26 15:28:14 UTC (rev 2832)
@@ -0,0 +1,24 @@
+Index: linux-2.6.22.1/drivers/mmc/host/s3cmci.c
+===================================================================
+--- linux-2.6.22.1.orig/drivers/mmc/host/s3cmci.c
++++ linux-2.6.22.1/drivers/mmc/host/s3cmci.c
+@@ -318,6 +318,7 @@
+ {
+ struct s3cmci_host *host = (struct s3cmci_host *) data;
+
++ disable_irq(host->irq);
+
+ if (host->pio_active == XFER_WRITE)
+ do_pio_write(host);
+@@ -336,9 +337,9 @@
+ host->mrq->data->error = MMC_ERR_DMA;
+ }
+
+- disable_irq(host->irq);
+ finalize_request(host);
+- }
++ } else
++ enable_irq(host->irq);
+ }
+
+ /*
Modified: trunk/src/target/kernel/patches/series
===================================================================
--- trunk/src/target/kernel/patches/series 2007-08-26 15:25:48 UTC (rev
2831)
+++ trunk/src/target/kernel/patches/series 2007-08-26 15:28:14 UTC (rev
2832)
@@ -45,3 +45,4 @@
missing_defs.patch
tune-touchscreen.patch
openmoko-logo.patch
+s3cmci-unfinished-write-fix.patch
--- End Message ---
--- Begin Message ---
Author: mickey
Date: 2007-08-27 02:27:06 +0200 (Mon, 27 Aug 2007)
New Revision: 2833
Added:
trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/gtk-2.0/gtkpaned
trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/gtk-2.0/gtkscrollbar
Modified:
trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/gtk-2.0/gtkrc
Log:
add at least basic reasonable sizing for gtkpaned and gtkscrollbar. still needs
proper theming
Added:
trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/gtk-2.0/gtkpaned
===================================================================
---
trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/gtk-2.0/gtkpaned
2007-08-26 15:28:14 UTC (rev 2832)
+++
trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/gtk-2.0/gtkpaned
2007-08-27 00:27:06 UTC (rev 2833)
@@ -0,0 +1,8 @@
+style "gtkpaned"
+{
+ GtkPaned::handle-size = 16
+}
+class "GtkPaned" style "gtkpaned"
+widget_class "*.GtkPaned" style "gtkpaned"
+
+
Modified:
trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/gtk-2.0/gtkrc
===================================================================
--- trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/gtk-2.0/gtkrc
2007-08-26 15:28:14 UTC (rev 2832)
+++ trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/gtk-2.0/gtkrc
2007-08-27 00:27:06 UTC (rev 2833)
@@ -99,12 +99,12 @@
include "gtkmenu"
include "gtkmenuitem"
include "gtknotebook"
-#include "gtkpaned"
+include "gtkpaned"
include "gtkprogressbar"
include "gtkradiobutton"
include "gtkscale"
#include "gtkscrolledwindow"
-#include "gtkscrollbar"
+include "gtkscrollbar"
include "gtkspinbutton"
include "gtktoolbar"
include "gtktoolbutton"
Added:
trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/gtk-2.0/gtkscrollbar
===================================================================
---
trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/gtk-2.0/gtkscrollbar
2007-08-26 15:28:14 UTC (rev 2832)
+++
trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/gtk-2.0/gtkscrollbar
2007-08-27 00:27:06 UTC (rev 2833)
@@ -0,0 +1,43 @@
+style "gtkscrollbar" {
+
+ GtkScrollbar::slider_width = 30
+ GtkScrollbar::stepper_size = 26
+ GtkScrollbar::stepper_spacing = 0
+
+ GtkScrollbar::has_backward_stepper = 1
+ GtkScrollbar::has_secondary_forward_stepper = 1
+
+ GtkScrollbar::has_forward_stepper = 1
+ GtkScrollbar::has_secondary_backward_stepper = 1
+
+ engine "pixmap" {
+ image {
+ function = BOX
+ state = NORMAL
+ detail = "slider"
+ file = "button/button-normal.png"
+ border = { 20, 20, 10, 10 }
+ stretch = TRUE
+ }
+ image {
+ function = BOX
+ state = PRELIGHT
+ detail = "slider"
+ file = "button/button-active.png"
+ border = { 20, 20, 10, 10 }
+ stretch = TRUE
+ }
+ image {
+ function = BOX
+ state = ACTIVE
+ detail = "slider"
+ file = "button/button-active.png"
+ border = { 20, 20, 10, 10 }
+ stretch = TRUE
+ }
+ }
+}
+
+class "GtkScrollbar" style "gtkscrollbar"
+widget_class "*.GtkScrollbar" style "gtkscrollbar"
+
--- End Message ---
_______________________________________________
commitlog mailing list
[email protected]
http://lists.openmoko.org/mailman/listinfo/commitlog