Send commitlog mailing list submissions to
commitlog@lists.openmoko.org
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. Openmoko's OpenEmbedded repository. This is used to build the
Openmoko distribution: Changes to 'org.openmoko.asu.dev'
([EMAIL PROTECTED])
2. Openmoko's OpenEmbedded repository. This is used to build the
Openmoko distribution: Changes to 'org.openmoko.asu.dev'
([EMAIL PROTECTED])
3. Openmoko's OpenEmbedded repository. This is used to build the
Openmoko distribution: Changes to 'org.openmoko.asu.stable'
([EMAIL PROTECTED])
4. development kernel tree: Changes to 'andy' ([EMAIL PROTECTED])
5. development kernel tree: Changes to 'stable'
([EMAIL PROTECTED])
6. r4517 - developers/erin_yueh/pythonEFL-sudoku/src
([EMAIL PROTECTED])
7. r4518 - developers/erin_yueh/pythonEFL-sudoku/src
([EMAIL PROTECTED])
8. development kernel tree: Changes to 'debug' ([EMAIL PROTECTED])
--- Begin Message ---
conf/distro/include/sane-srcrevs.inc | 3 ++-
packages/openmoko-projects/assassin-thumbnail.bb | 19 +++++++++++++++++++
packages/tasks/task-openmoko-feed.bb | 3 ++-
3 files changed, 23 insertions(+), 2 deletions(-)
New commits:
commit a58cb9499485222671e2fde661b3b545227956ab
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date: Tue Jul 8 15:44:09 2008 +0200
[openmoko feed] Add assassin-thumbnail to the openmoko feed
commit 8fb3b77b0608c8c2b4e82bbdc47020f43f0102e1
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date: Tue Jul 8 15:43:18 2008 +0200
[assassin-thumbnail] Add tick's assassin-thumbnail recipe
commit df5566908205c026631bccdeb317c936e9d626de
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date: Tue Jul 8 15:30:40 2008 +0200
[srcrev] Upgrade assassin to 194 for GUI changed as requested by tick
--- End Message ---
--- Begin Message ---
conf/distro/include/sane-srcrevs.inc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
New commits:
commit 909dce059911ec9a6ebab43a03172e9c8583efa5
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date: Tue Jul 8 17:32:26 2008 +0200
[srcrev] Upgrade Qtopia to get further improved call handling
Various call handling fixes in Qtopia.
--- End Message ---
--- Begin Message ---
conf/distro/include/sane-srcrevs.inc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
New commits:
commit 1c3cfda70768746d1b107976bc1c899371dae263
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date: Tue Jul 8 17:32:26 2008 +0200
[srcrev] Upgrade Qtopia to get further improved call handling
Various call handling fixes in Qtopia.
--- End Message ---
--- Begin Message ---
Rebased ref, commits from common ancestor:
commit 1077856af5a195b19d360caca9860160d4456db7
Author: Andy Green <[EMAIL PROTECTED]>
Date: Tue Jul 8 18:34:55 2008 +0100
config-touchscreen-filters.patch
Signed-off-by: Andy Green <[EMAIL PROTECTED]>
commit d983172c0bf6a3eb90b6ff917cfde7e53544e17a
Author: Holger Freyther <[EMAIL PROTECTED]>
Date: Tue Jul 8 18:34:17 2008 +0100
From 3a32be40f78404d5f1185f0b3d6b5632381cb33f Mon Sep 17 00:00:00 2001
Subject: [PATCH] [neo1973 leds] Move from mutex to spinlock because we may
not use mutexes
The led triggers may call set_brightness from atomic contexts. As
mutex_lock calls might_sleep and sleeping is not allowed in atomic
contexts
we have to switch to spinlocks here.
Signed-Off-By: Holger Freyther <[EMAIL PROTECTED]>
commit bb069b2acd2dedfb2967c77ec707f43b5dedb430
Author: Holger Freyther <[EMAIL PROTECTED]>
Date: Tue Jul 8 18:31:56 2008 +0100
From cede5c6c9b06ecbb0f7f2df7b7070092b87ddaf8 Mon Sep 17 00:00:00 2001
Subject: [PATCH] [pcf50633] Avoid ooops on start with inserted usb cable
The pcf50633_global might not be initialized when we get the first
usb interrupt. We would oops inside the dev_err because we made up
a struct device.
Signed-Off-By: Holger Freyther <[EMAIL PROTECTED]>
commit 6ea57ec906503b9b6b4a77c5459c634e1a5876ac
Author: Andy Green <[EMAIL PROTECTED]>
Date: Tue Jul 8 18:28:36 2008 +0100
fix-pcf50633-mask-second-on-resume.patch
We leave SECOND unmasked on resume, it's like the
situation at probe() time, but there it makes us
turn SECOND off after coldplug action. So we need
to act like after that has happened, not exactly
like what we do at probe / init time.
Signed-off-by: Andy Green <[EMAIL PROTECTED]>
commit 47cb53cacdd1637e82b21819bfde8275dc4c94da
Author: Mike Westerhof <[EMAIL PROTECTED]>
Date: Fri Jul 4 08:22:12 2008 +0100
clean-gsm-flow-control.patch
Signed-off-by: Mike Westerhof <[EMAIL PROTECTED]>
arch/arm/plat-s3c24xx/neo1973_pm_gsm.c | 52 +-------
drivers/serial/s3c2410.c | 204
+++-----------------------------
2 files changed, 24 insertions(+), 232 deletions(-)
commit b1012e39bbc818aa406f5bfd88a24cfb2841309c
Author: Andy Green <[EMAIL PROTECTED]>
Date: Thu Jul 3 16:15:48 2008 +0100
mw09_style_fixes.patch
Signed-off-by: Andy Green <[EMAIL PROTECTED]>
commit 8c94c8174c60c56a542e0a2d2aa94066e27a1114
Author: Mike Westerhof <[EMAIL PROTECTED]>
Date: Thu Jul 3 16:15:22 2008 +0100
mw09f_gsm_interrupt_handling_4.patch
Signed-off-by: Mike Westerhof <[EMAIL PROTECTED]>
commit 5df9f5e30ce7830f5bee3e9576ac9b2a01d8944e
Author: Mike Westerhof <[EMAIL PROTECTED]>
Date: Thu Jul 3 16:15:21 2008 +0100
mw09f_gsm_interrupt_handling_3.patch
Signed-off-by: Mike Westerhof <[EMAIL PROTECTED]>
commit 2cece7e92302f212edb90cd5d8b578c7fe3c0fc3
Author: Mike Westerhof <[EMAIL PROTECTED]>
Date: Thu Jul 3 16:15:21 2008 +0100
mw09f_gsm_interrupt_handling_2.patch
Signed-off-by: Mike Westerhof <[EMAIL PROTECTED]>
commit 5196182fbc749234a0960d4cf19788b72acdabb0
Author: Mike Westerhof <[EMAIL PROTECTED]>
Date: Thu Jul 3 16:15:21 2008 +0100
mw09f_gsm_interrupt_handling_1.patch
Signed-off-by: Mike Westerhof <[EMAIL PROTECTED]>
commit edac7c009d59449465013e55ec0126a1bc23b29e
Author: Mike Westerhof <[EMAIL PROTECTED]>
Date: Thu Jul 3 16:15:21 2008 +0100
mw09e_gsm_serial_mctrl.patch
Signed-off-by: Mike Westerhof <[EMAIL PROTECTED]>
commit 8b2da9d07322bb7d2ef6ea01caec0695be7e0008
Author: Mike Westerhof <[EMAIL PROTECTED]>
Date: Thu Jul 3 16:15:09 2008 +0100
mw09d_gta01_serial_readhack_1.patch
Signed-off-by: Mike Westerhof <[EMAIL PROTECTED]>
commit e3c7d682e560895e38201b5a6fa9860f14c6fe84
Author: Mike Westerhof <[EMAIL PROTECTED]>
Date: Thu Jul 3 16:05:33 2008 +0100
mw09c_gsm_flowcontrol.patch
Signed-off-by: Mike Westerhof <[EMAIL PROTECTED]>
--- End Message ---
--- Begin Message ---
arch/arm/mach-s3c2440/mach-gta02.c | 3 +++
drivers/i2c/chips/pcf50633.c | 4 +---
drivers/leds/leds-neo1973-gta02.c | 10 +++++-----
3 files changed, 9 insertions(+), 8 deletions(-)
New commits:
commit 9c058ff0d2641df3c36fc3300acb72078d2c41d4
Author: Holger Freyther <[EMAIL PROTECTED]>
Date: Tue Jul 8 18:38:19 2008 +0100
From 3a32be40f78404d5f1185f0b3d6b5632381cb33f Mon Sep 17 00:00:00 2001
Subject: [PATCH] [neo1973 leds] Move from mutex to spinlock because we may
not use mutexes
The led triggers may call set_brightness from atomic contexts. As
mutex_lock calls might_sleep and sleeping is not allowed in atomic
contexts
we have to switch to spinlocks here.
Signed-Off-By: Holger Freyther <[EMAIL PROTECTED]>
commit e4b81c966e03ee280492e75cdd569f8495cb2a06
Author: Holger Freyther <[EMAIL PROTECTED]>
Date: Tue Jul 8 18:38:16 2008 +0100
From cede5c6c9b06ecbb0f7f2df7b7070092b87ddaf8 Mon Sep 17 00:00:00 2001
Subject: [PATCH] [pcf50633] Avoid ooops on start with inserted usb cable
The pcf50633_global might not be initialized when we get the first
usb interrupt. We would oops inside the dev_err because we made up
a struct device.
Signed-Off-By: Holger Freyther <[EMAIL PROTECTED]>
--- End Message ---
--- Begin Message ---
Author: erin_yueh
Date: 2008-07-09 08:32:20 +0200 (Wed, 09 Jul 2008)
New Revision: 4517
Modified:
developers/erin_yueh/pythonEFL-sudoku/src/sudoku_ui.py
Log:
add solve function (Erin Yueh)
Modified: developers/erin_yueh/pythonEFL-sudoku/src/sudoku_ui.py
===================================================================
--- developers/erin_yueh/pythonEFL-sudoku/src/sudoku_ui.py 2008-07-08
13:48:00 UTC (rev 4516)
+++ developers/erin_yueh/pythonEFL-sudoku/src/sudoku_ui.py 2008-07-09
06:32:20 UTC (rev 4517)
@@ -44,7 +44,19 @@
if(value == puzzle[i][j]):
isOK = False
return isOK
-
+
+def solve():
+ isOK = True
+ puzzle = ee.data["puzzle"]
+ for i in xrange (9):
+ for j in xrange(9):
+ value = puzzle[i][j]
+ g = (i/3)*3 + (j/3)
+ print i,j,g,value
+ if(checkRow(i,value) == False or checkColumn(j,value) == False or
checkGroup(g,value) == False):
+ return False
+ return isOK
+
def analyze(button,value):
isOK = True
puzzle = ee.data["puzzle"]
@@ -57,16 +69,7 @@
print i,j,g
if(checkRow(i,value) == False or checkColumn(j,value) == False or
checkGroup(g,value) == False):
return False
- '''
- if (checkRow(i,value) == False):
- return False
- elif(checkColumn(j,value) == False):
- return False
- elif(checkGroup(g,value) == False):
- return False
- '''
- #if not(checkRow(i,value) or checkColumn(j,value) or checkGroup(g,value)):
- # isOK = True
+
return isOK
def number_key_cb(zoom_in, emission, source):
@@ -94,7 +97,14 @@
elif(source =='undo' or source == 'redo'):
print 'undo or redo'
elif(source == 'solve'):
- print 'solve'
+ print 'is solved?!'
+ if(solve() == False):
+ print 'NO'
+ else:
+ print 'YES'
+ elif(source == 'create'):
+ print 'create'
+ createNewPuzzle()
else:
# fill in key number
if(ee.data["clicking"]):
@@ -144,6 +154,29 @@
return p
+def createNewPuzzle():
+
+ puzzle = get_puzzle()
+ print 'puzzle',puzzle
+ for i in xrange(9):
+ for j in xrange(9):
+ ee.data["puzzle"][i][j] = puzzle[i][j]
+ ee.data["puzzle_clone"][i][j] = puzzle[i][j]
+ value = puzzle[i][j]
+ addr = j + i *9
+ text_data = "button" + str(addr)
+ text = ee.data[text_data]
+ text.data["value"] = value
+ text.text_set(str(value))
+ if(value>0):
+ text.color_set(10,10,10,200)
+ text.data["fixed"] = True
+ elif(value==0):
+ text.color_set(0,255,255,255)
+ text.data["fixed"] = False
+
+ return True
+
def main():
global ee
@@ -214,10 +247,7 @@
text.data["fixed"] = False
text_data = "button" + str(addr)
ee.data[text_data] = text
- #print 'TRY:',text_data, ee.data[text_data]
-
-
ee.show()
#ecore.animator_add(animate_line)
#ecore.animator_frametime_set(1.0 / 30.0)
--- End Message ---
--- Begin Message ---
Author: erin_yueh
Date: 2008-07-09 09:33:06 +0200 (Wed, 09 Jul 2008)
New Revision: 4518
Modified:
developers/erin_yueh/pythonEFL-sudoku/src/sudoku_ui.py
Log:
add undo function (Erin Yueh)
Modified: developers/erin_yueh/pythonEFL-sudoku/src/sudoku_ui.py
===================================================================
--- developers/erin_yueh/pythonEFL-sudoku/src/sudoku_ui.py 2008-07-09
06:32:20 UTC (rev 4517)
+++ developers/erin_yueh/pythonEFL-sudoku/src/sudoku_ui.py 2008-07-09
07:33:06 UTC (rev 4518)
@@ -93,9 +93,32 @@
text.color_set(10,10,10,200)
elif(value==0):
text.color_set(0,255,255,255)
+ ee.data["undo_counter"] = 0
+ ee.data["undo_track"] = []
print 'clear all data!!'
- elif(source =='undo' or source == 'redo'):
- print 'undo or redo'
+ elif(source =='undo'):
+ print 'undo'
+ if(ee.data["undo_counter"] == 0):
+ return
+ print ee.data["undo_counter"], ee.data["undo_track"]
+ undo_counter = ee.data["undo_counter"]
+ (addr,value) = ee.data["undo_track"][undo_counter-1]
+ ee.data["undo_track"].pop()
+
+ i = int(addr) / 9
+ j = int(addr) % 9
+ original_value = ee.data["puzzle_clone"][i][j]
+ text = ee.data["button"+str(addr)]
+ print i,j,original_value,text
+ text.text_set(str(original_value))
+ text.color_set(100,255,0,255)
+ ee.data["puzzle"][i][j] = original_value
+ text.data["value"] = original_value
+ if(undo_counter>0):
+ ee.data["undo_counter"] = undo_counter-1
+ elif(source == 'redo'):
+ print 'redo'
+ print ee.data["undo_counter"], ee.data["undo_track"]
elif(source == 'solve'):
print 'is solved?!'
if(solve() == False):
@@ -105,6 +128,8 @@
elif(source == 'create'):
print 'create'
createNewPuzzle()
+ ee.data["undo_counter"] = 0
+ ee.data["undo_track"] = []
else:
# fill in key number
if(ee.data["clicking"]):
@@ -121,8 +146,17 @@
text.color_set(255,0,0,255)
else:
text.color_set(255,255,255,255)
- puzzle = ee.data["puzzle"]
- puzzle[i][j] = int(source)
+ # real fill in the value to puzzle data
+ puzzle = ee.data["puzzle"]
+ puzzle[i][j] = int(source)
+ # record the step
+ undo_counter = ee.data["undo_counter"]
+ ee.data["undo_counter"] = undo_counter +1
+ step = (int(addr),int(source))
+ track = ee.data["undo_track"]
+ track.append(step)
+ print 'counter:',ee.data["undo_counter"]
+ print 'track:',track
return True
def puzzle_key_cb(zoom_in, emission, source):
@@ -220,6 +254,8 @@
ee.data["puzzle"] = puzzle
ee.data["puzzle_clone"] = puzzle_clone
+ ee.data["undo_counter"] = 0
+ ee.data["undo_track"] = []
element_w = 455 / 9
element_h = 455 / 9
@@ -247,7 +283,7 @@
text.data["fixed"] = False
text_data = "button" + str(addr)
ee.data[text_data] = text
-
+
ee.show()
#ecore.animator_add(animate_line)
#ecore.animator_frametime_set(1.0 / 30.0)
--- End Message ---
--- Begin Message ---
New branch 'debug' available with the following commits:
commit 79335dec54d98c03d629088391fc66a8abd1cf2d
Author: Andy Green <[EMAIL PROTECTED]>
Date: Wed Jul 9 08:55:04 2008 +0100
config-touchscreen-filters.patch
Signed-off-by: Andy Green <[EMAIL PROTECTED]>
commit 5aea0120cc65b9f6db73b1bad2129f06931d1b47
Author: Holger Freyther <[EMAIL PROTECTED]>
Date: Wed Jul 9 08:55:04 2008 +0100
From 3a32be40f78404d5f1185f0b3d6b5632381cb33f Mon Sep 17 00:00:00 2001
Subject: [PATCH] [neo1973 leds] Move from mutex to spinlock because we may
not use mutexes
The led triggers may call set_brightness from atomic contexts. As
mutex_lock calls might_sleep and sleeping is not allowed in atomic
contexts
we have to switch to spinlocks here.
Signed-Off-By: Holger Freyther <[EMAIL PROTECTED]>
commit 63877d2053e527873e2972b0279033d1a7889996
Author: Holger Freyther <[EMAIL PROTECTED]>
Date: Wed Jul 9 08:55:03 2008 +0100
From cede5c6c9b06ecbb0f7f2df7b7070092b87ddaf8 Mon Sep 17 00:00:00 2001
Subject: [PATCH] [pcf50633] Avoid ooops on start with inserted usb cable
The pcf50633_global might not be initialized when we get the first
usb interrupt. We would oops inside the dev_err because we made up
a struct device.
Signed-Off-By: Holger Freyther <[EMAIL PROTECTED]>
commit 0d455953bcc4589a4ed7e68bba8b48dd99a9ced1
Author: Andy Green <[EMAIL PROTECTED]>
Date: Wed Jul 9 08:55:03 2008 +0100
fix-pcf50633-mask-second-on-resume.patch
We leave SECOND unmasked on resume, it's like the
situation at probe() time, but there it makes us
turn SECOND off after coldplug action. So we need
to act like after that has happened, not exactly
like what we do at probe / init time.
Signed-off-by: Andy Green <[EMAIL PROTECTED]>
commit d68199d31dd5544663fa0f61ec3ee6ad21af054c
Author: Mike Westerhof <[EMAIL PROTECTED]>
Date: Wed Jul 9 08:55:03 2008 +0100
clean-gsm-flow-control.patch
Signed-off-by: Mike Westerhof <[EMAIL PROTECTED]>
arch/arm/plat-s3c24xx/neo1973_pm_gsm.c | 52 +-------
drivers/serial/s3c2410.c | 204
+++-----------------------------
2 files changed, 24 insertions(+), 232 deletions(-)
commit 84d82fa181a2225175efacad474b640f43276476
Author: Andy Green <[EMAIL PROTECTED]>
Date: Wed Jul 9 08:55:03 2008 +0100
mw09_style_fixes.patch
Signed-off-by: Andy Green <[EMAIL PROTECTED]>
commit 5dff114c7009bf879a74d0c08210c97adeb0ae69
Author: Mike Westerhof <[EMAIL PROTECTED]>
Date: Wed Jul 9 08:55:03 2008 +0100
mw09f_gsm_interrupt_handling_4.patch
Signed-off-by: Mike Westerhof <[EMAIL PROTECTED]>
commit aac2965f45dc1eb8b47ac29a62b7941006125fa8
Author: Mike Westerhof <[EMAIL PROTECTED]>
Date: Wed Jul 9 08:55:03 2008 +0100
mw09f_gsm_interrupt_handling_3.patch
Signed-off-by: Mike Westerhof <[EMAIL PROTECTED]>
commit a9b4266ee8b78e1fa0b51ec145a58d54a9e9d3b8
Author: Mike Westerhof <[EMAIL PROTECTED]>
Date: Wed Jul 9 08:55:03 2008 +0100
mw09f_gsm_interrupt_handling_2.patch
Signed-off-by: Mike Westerhof <[EMAIL PROTECTED]>
commit 5f37230ee64e70339870de1095e63d599ace163f
Author: Mike Westerhof <[EMAIL PROTECTED]>
Date: Wed Jul 9 08:55:03 2008 +0100
mw09f_gsm_interrupt_handling_1.patch
Signed-off-by: Mike Westerhof <[EMAIL PROTECTED]>
commit 1414f9ee998e62a7eb346894da3fd84a349876d7
Author: Mike Westerhof <[EMAIL PROTECTED]>
Date: Wed Jul 9 08:55:03 2008 +0100
mw09e_gsm_serial_mctrl.patch
Signed-off-by: Mike Westerhof <[EMAIL PROTECTED]>
commit 49fd7fa13a00779870549fb68d5d14ed8555a2f2
Author: Mike Westerhof <[EMAIL PROTECTED]>
Date: Wed Jul 9 08:55:03 2008 +0100
mw09d_gta01_serial_readhack_1.patch
Signed-off-by: Mike Westerhof <[EMAIL PROTECTED]>
commit c29707df1e060b6b8bbdb60f41aa93a671407780
Author: Mike Westerhof <[EMAIL PROTECTED]>
Date: Wed Jul 9 08:55:03 2008 +0100
mw09c_gsm_flowcontrol.patch
Signed-off-by: Mike Westerhof <[EMAIL PROTECTED]>
commit 67a97861df945aa1013cffa13b3d009889072e2b
Author: Mike Westerhof <[EMAIL PROTECTED]>
Date: Wed Jul 9 08:55:03 2008 +0100
mw09a_log_serial_errors.patch
Signed-off-by: Mike Westerhof <[EMAIL PROTECTED]>
commit 7fa65c1aebfc935c4a2ebbc1c08008c739f4be8e
Author: Mike Westerhof <[EMAIL PROTECTED]>
Date: Wed Jul 9 08:55:03 2008 +0100
mw09a_gta01_UART_threshold.patch
Signed-off-by: Mike Westerhof <[EMAIL PROTECTED]>
commit 61d7adffc22b604a86813525630db9c6dd641e38
Author: Mike Westerhof <[EMAIL PROTECTED]>
Date: Wed Jul 9 08:55:03 2008 +0100
mw09a_gta01_console_disable_2.patch
Signed-off-by: Mike Westerhof <[EMAIL PROTECTED]>
commit 3be47363c071d7e428d67b43e7832c7a7b3f9616
Author: Mike Westerhof <[EMAIL PROTECTED]>
Date: Wed Jul 9 08:55:03 2008 +0100
mw09a_gta01_console_disable_1.patch
Signed-off-by: Mike Westerhof <[EMAIL PROTECTED]>
commit a66dd5de6c75823980e38d23c1f0a4de0124ae2d
Author: Cesar Eduardo Barros <[EMAIL PROTECTED]>
Date: Wed Jul 9 08:55:03 2008 +0100
PATCH-9_9-gta01-Tweak-pixclock-to-reduce-flicker-with-cpufreq.eml
Experimenting with a GTA01 showed pixclock values near 40000 (after the
rounding caused by the divider calculation) caused visible flicker. Values
near 20000 caused only a slight flicker, and the default value after
rounding
with the default HCLK frequency of 133MHz is 30075.
Change the value to 35000 to make it stay in the range 17500-35000 and thus
reduce the flicker a bit.
Signed-off-by: Cesar Eduardo Barros <[EMAIL PROTECTED]>
commit a9dc5c518ee41b00bdebb452a8cea31a2ee7da20
Author: Cesar Eduardo Barros <[EMAIL PROTECTED]>
Date: Wed Jul 9 08:55:03 2008 +0100
PATCH-8_9-Experimental-S3C2410A-cpufreq-driver-fb-.eml
This is the cpufreq notifier for the S3C2410 framebuffer driver.
Signed-off-by: Cesar Eduardo Barros <[EMAIL PROTECTED]>
commit e47bed356a66c71f4208de713013678d0d86db7e
Author: Cesar Eduardo Barros <[EMAIL PROTECTED]>
Date: Wed Jul 9 08:55:03 2008 +0100
PATCH-7_9-Experimental-S3C2410A-cpufreq-driver-serial-.eml
This is the cpufreq notifier for the S3C2410 serial driver.
It uses the hardware flow control, when available, to avoid losing
characters
during the transition.
Signed-off-by: Cesar Eduardo Barros <[EMAIL PROTECTED]>
commit 89482719eb5862de1d8684cbdb50b6cdffd4513b
Author: Cesar Eduardo Barros <[EMAIL PROTECTED]>
Date: Wed Jul 9 08:55:03 2008 +0100
PATCH-6_9-s3c2410-serial-move-divisor-calculation-to-separate-function.eml
The cpufreq notifier for the S3C2410 serial driver has to recalculate the
baud rate divisor. The code which does the calculation is currently part of
s3c24xx_serial_set_termios. Split it off to a separate function.
Code movement only, no functional changes.
Signed-off-by: Cesar Eduardo Barros <[EMAIL PROTECTED]>
commit c7f3a0ee1db057029b2b0404717b000cf452be51
Author: Cesar Eduardo Barros <[EMAIL PROTECTED]>
Date: Wed Jul 9 08:55:03 2008 +0100
PATCH-5_9-Experimental-S3C2410A-cpufreq-driver-nand-.eml
This is the cpufreq notifier for the S3C2410 NAND driver.
Signed-off-by: Cesar Eduardo Barros <[EMAIL PROTECTED]>
commit ca706a445eef30972c0c93555aa5e07ba33ea1e2
Author: Cesar Eduardo Barros <[EMAIL PROTECTED]>
Date: Wed Jul 9 08:55:02 2008 +0100
PATCH-4_9-Experimental-S3C2410A-cpufreq-driver-timer-.eml
This is the cpufreq notifier for the S3C2410 timer code.
Signed-off-by: Cesar Eduardo Barros <[EMAIL PROTECTED]>
commit f47121f4b1112c23600acfa50c2741c7ac2ca40d
Author: Cesar Eduardo Barros <[EMAIL PROTECTED]>
Date: Wed Jul 9 08:55:02 2008 +0100
PATCH-3_9-cpufreq-Warn-whem-cpufreq_register_notifier-called-before-pure-initcalls.eml
If cpufreq_register_notifier is called before pure initcalls,
init_cpufreq_transition_notifier_list will overwrite whatever it did,
causing notifiers to be ignored.
Print some noise to the kernel log if that happens.
Signed-off-by: Cesar Eduardo Barros <[EMAIL PROTECTED]>
commit 37165993f62c552382eea05fbc191afeee44740b
Author: Cesar Eduardo Barros <[EMAIL PROTECTED]>
Date: Wed Jul 9 08:55:02 2008 +0100
PATCH-2_9-Experimental-S3C2410A-cpufreq-driver-core-.eml
This is a cpufreq driver for the S3C2410A. It deals only with the main
frequency switching part and with the SDRAM refresh counter. The rest of the
hardware should be dealt with via cpufreq notifiers on each of the drivers.
It also has experimental support for the S3C2442.
Signed-off-by: Cesar Eduardo Barros <[EMAIL PROTECTED]>
commit d87f58f5e91f725fcb1c79c6b219b3e71a1d1e94
Author: Cesar Eduardo Barros <[EMAIL PROTECTED]>
Date: Wed Jul 9 08:55:02 2008 +0100
PATCH-1_9-cpufreq-fix-show_trans_table.eml
Fix show_trans_table when it overflows PAGE_SIZE.
* Not all snprintf calls were protected against being passed a negative
length.
* When show_trans_table overflows, len might be > PAGE_SIZE. In that case,
returns PAGE_SIZE.
Signed-off-by: Cesar Eduardo Barros <[EMAIL PROTECTED]>
commit 8c4a793814d80ae6990fd81ca2c42d71952c3a69
Author: warmcat <[EMAIL PROTECTED]>
Date: Wed Jul 9 08:55:02 2008 +0100
local-config-cpufreq.patch
--- End Message ---
_______________________________________________
commitlog mailing list
commitlog@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/commitlog