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.dev'
([EMAIL PROTECTED])
2. Openmoko's OpenEmbedded repository. This is used to build the
Openmoko distribution: Changes to 'org.openmoko.dev'
([EMAIL PROTECTED])
3. r4593 - developers/tick/Test_env_script_GTA02A5
([EMAIL PROTECTED])
4. r4594 - developers/tick/Test_env_script_GTA02A5
([EMAIL PROTECTED])
5. development kernel tree: Changes to 'stable'
([EMAIL PROTECTED])
6. development kernel tree: Changes to 'andy' ([EMAIL PROTECTED])
7. development kernel tree: Changes to 'debug' ([EMAIL PROTECTED])
--- Begin Message ---
conf/distro/include/sane-srcrevs.inc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
New commits:
commit 20be0ea74a43d5a66f9506940e359986e6a1924b
Author: Graeme Gregory <[EMAIL PROTECTED]>
Date: Fri Aug 8 17:31:13 2008 +0100
[sane=srcrevs] update linux-openmoko to fetchable rev
--- End Message ---
--- Begin Message ---
conf/distro/include/sane-srcrevs.inc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
New commits:
commit 20be0ea74a43d5a66f9506940e359986e6a1924b
Author: Graeme Gregory <[EMAIL PROTECTED]>
Date: Fri Aug 8 17:31:13 2008 +0100
[sane=srcrevs] update linux-openmoko to fetchable rev
--- End Message ---
--- Begin Message ---
Author: tick
Date: 2008-08-09 09:35:35 +0200 (Sat, 09 Aug 2008)
New Revision: 4593
Removed:
developers/tick/Test_env_script_GTA02A5/README
developers/tick/Test_env_script_GTA02A5/projectdiff.sh
developers/tick/Test_env_script_GTA02A5/setup_at_neo_assassin.script
developers/tick/Test_env_script_GTA02A5/setup_at_neo_diversity.script
developers/tick/Test_env_script_GTA02A5/setupenv
Log:
Clean up some out of date scripts
Deleted: developers/tick/Test_env_script_GTA02A5/README
===================================================================
--- developers/tick/Test_env_script_GTA02A5/README 2008-08-07 10:11:38 UTC
(rev 4592)
+++ developers/tick/Test_env_script_GTA02A5/README 2008-08-09 07:35:35 UTC
(rev 4593)
@@ -1,9 +0,0 @@
-License: GPL
-Composor: Tick
-
-Notice: Assassin is not availiable on public yet, coming soon.
-
-Please Run the ./setupenv and choose your option.
-If you get any problem from that, please e-mail to [EMAIL PROTECTED]
-
-Enjoy it.
Deleted: developers/tick/Test_env_script_GTA02A5/projectdiff.sh
===================================================================
--- developers/tick/Test_env_script_GTA02A5/projectdiff.sh 2008-08-07
10:11:38 UTC (rev 4592)
+++ developers/tick/Test_env_script_GTA02A5/projectdiff.sh 2008-08-09
07:35:35 UTC (rev 4593)
@@ -1,42 +0,0 @@
-#!/bin/bash
-
-if (( $# < 1 ));then
- echo "Usage $0 last_date"
- echo "The format of last_date is yyyymmdd"
- exit
-fi
-if !( date -d $1 );then
- echo "Invalid date format: " $1
- exit
-fi
-DIR=`pwd`
-NOW=`date +%Y%m%d`
-REPORTFILE="${DIR}/$1-${NOW}.diff"
-if [ -e ${REPORTFILE} ];then
- rm -rf ${REPORTFILE}
-fi
-echo REPORTFILE=$REPORTFILE
-PROJECTS="svn://svn.projects.openmoko.org/svnroot/diversity
- svn://svn.projects.openmoko.org/svnroot/assassin
- svn://svn.projects.openmoko.org/svnroot/illume
- svn://svn.projects.openmoko.org/svnroot/exposure
- svn://svn.projects.openmoko.org/svnroot/ninja
- http://svn.openmoko.org/trunk/src/target/opkg"
-PRJ_HOME="${DIR}/.projects"
-if ! [ -e ${PRJ_HOME} ];then
- mkdir ${PRJ_HOME}
-fi
-cd ${PRJ_HOME}
-
-for P in ${PROJECTS};do
- base=`basename $P`;
- if ! [ -e ${base} ];then
- svn checkout ${P} ${base}
- fi
- pushd ${base}
- svn update;
- echo "In project ${base} the diff from $1 to ${NOW}:" >> $REPORTFILE
- svn log -r '{'$1'}:HEAD' | grep -v -- '-----------------' >>
$REPORTFILE
- echo "-----------------------------------" >> $REPORTFILE
- popd
-done
Deleted: developers/tick/Test_env_script_GTA02A5/setup_at_neo_assassin.script
===================================================================
--- developers/tick/Test_env_script_GTA02A5/setup_at_neo_assassin.script
2008-08-07 10:11:38 UTC (rev 4592)
+++ developers/tick/Test_env_script_GTA02A5/setup_at_neo_assassin.script
2008-08-09 07:35:35 UTC (rev 4593)
@@ -1,19 +0,0 @@
-#!/bin/sh
-
-# name server stuff
-cp resolv.conf /etc/
-
-cd /etc/ipkg
-rm -rf *
-cd ~
-cp gta02.conf /etc/ipkg
-cd /etc
-rm -rf opkg
-ln -sf ipkg opkg
-cd /var/lib/ipkg
-rm -rf
-cd ~/
-ipkg update
-opkg-cl update
-ipkg install assassin
-
Deleted: developers/tick/Test_env_script_GTA02A5/setup_at_neo_diversity.script
===================================================================
--- developers/tick/Test_env_script_GTA02A5/setup_at_neo_diversity.script
2008-08-07 10:11:38 UTC (rev 4592)
+++ developers/tick/Test_env_script_GTA02A5/setup_at_neo_diversity.script
2008-08-09 07:35:35 UTC (rev 4593)
@@ -1,19 +0,0 @@
-#!/bin/sh
-
-# name server stuff
-cp resolv.conf /etc/
-
-cd /etc/ipkg
-rm -rf *
-cd ~
-cp gta02.conf /etc/ipkg
-cd /var/lib/ipkg
-rm -rf
-cd ~/
-ipkg update
-sleep 5
-ipkg install diversity-daemon
-sleep 5
-ipkg install diversity-nav
-
-
Deleted: developers/tick/Test_env_script_GTA02A5/setupenv
===================================================================
--- developers/tick/Test_env_script_GTA02A5/setupenv 2008-08-07 10:11:38 UTC
(rev 4592)
+++ developers/tick/Test_env_script_GTA02A5/setupenv 2008-08-09 07:35:35 UTC
(rev 4593)
@@ -1,174 +0,0 @@
-#!/bin/bash
-
-IMAGE_DIR="images.storage"
-NEEDDOWNLOAD=1;
-ASSASSINTESTENV=1;
-DIVERSITYTESTENV=1;
-INTERNALFLAG=0
-
-if ( ping -c 2 barbie.tw.openmoko.com 2>&1 > /dev/null ) && ((
${INTERNALFLAG}==1 ));then
- echo "Get Images from Barbie..."
- unset UBOOT
-
KERNEL=http://barbie/~build/internal-daily-build/neo1973/deploy/glibc/images/neo1973/uImage-neo1973-latest.bin
-
ROOTFS=http://barbie/~build/internal-daily-build/neo1973/deploy/glibc/images/neo1973/openmoko-freerunner-image-fic-gta02.jffs2
-else
- echo "Get Images from Buildhost...."
-
UBOOT=http://buildhost.openmoko.org/daily/neo1973/deploy/glibc/images/neo1973/uboot-gta02v5-latest.bin
-
KERNEL=http://buildhost.openmoko.org/daily/neo1973/deploy/glibc/images/neo1973/uImage-neo1973-latest.bin
-
ROOTFS=http://buildhost.openmoko.org/daily/neo1973/deploy/glibc/images/neo1973/openmoko-devel-image-fic-gta02.jffs2
-fi
-
-config_ssh()
-{
-
- TARGET=~/.ssh/config
- if (( `grep "Host neo" ${TARGET} | wc -l` > 0 ));then
- return
- fi
- echo "" >> ${TARGET}
- echo "Host neo" >> ${TARGET}
- echo " HostName 192.168.0.202" >> ${TARGET}
- echo " User root" >> ${TARGET}
- echo " StrictHostKeyChecking no" >> ${TARGET}
- echo " UserKnownHostsFile /dev/null" >> ${TARGET}
- return
-}
-setup_env()
-{
- echo "Use it without any warranty but with best wishes!!"
- echo "Want do you want to do?"
- echo " 1. Reflash images cached only."
- echo " 2. Reflash images cached and setup Assassin Testing
enviornment."
- echo " 3. Reflash images cached and setup Diversity Testing
enviornment."
- echo " 4. Download Images from buildhost, and reflashing them only."
- echo " 5. Download Images from buildhostm and setup Assassin Testing
environment."
- echo " 6. Download Images from buildhostm and setup Diversity Testing
environment."
- echo -n "choice >"
- read ANS
- echo ""
- if (( ${ANS} == 1 )) ;then
- NEEDDOWNLOAD=0;
- ASSASSINTESTENV=0;
- DIVERSITYTESTENV=0;
- elif (( ${ANS} == 2 ));then
- NEEDDOWNLOAD=0;
- ASSASSINTESTENV=1;
- DIVERSITYTESTENV=0;
- elif (( ${ANS} == 3 ));then
- NEEDDOWNLOAD=0;
- ASSASSINTESTENV=0;
- DIVERSITYTESTENV=1;
- elif (( ${ANS} == 4 ));then
- NEEDDOWNLOAD=1;
- ASSASSINTESTENV=0;
- DIVERSITYTESTENV=0;
- elif (( ${ANS} == 5 ));then
- NEEDDOWNLOAD=1;
- ASSASSINTESTENV=1;
- DIVERSITYTESTENV=0;
- elif (( ${ANS} == 6 ));then
- NEEDDOWNLOAD=1;
- ASSASSINTESTENV=0;
- DIVERSITYTESTENV=1;
- else
- setup_env
- fi
-return
-}
-
-if ! [ -e setupenv ];then
- echo Please run the script at where it is!!
- exit 0
-fi
-setup_env
-
-if ! [ -e ${IMAGE_DIR} ];then
- mkdir ${IMAGE_DIR}
- NEEDDOWNLOAD=1
-fi
-
-if ! [ -f "dfu-util" ] ;then
- wget
http://buildhost.openmoko.org/daily/neo1973/deploy/glibc/images/neo1973/dfu-util
- chmod 755 dfu-util
-fi
-
-if (( ${NEEDDOWNLOAD} > 0 ));then
- pushd ${IMAGE_DIR}
- rm -rf *
- if [ ${UBOOT} ];then
- wget ${UBOOT}
- fi
- wget ${KERNEL}
- wget ${ROOTFS}
- popd
-fi
-
-if ! [ -e /dev/ttyACM0 ];then
- echo Try to get root!!
- sudo ls > /dev/null
- echo Please restart Neo with USB cable NOW
-fi
-LALA=0;
-while (( `./dfu-util -l | awk '/^Found Runtime:/
{ans=substr($3,2,length($3)-2);print ans}' | grep "0x5119" | wc -l` == 0 ));do
- echo Waiting~~~;
- let LALA=$LALA+1
- if (( $LALA == 5 ));then
- echo Please restart Neo with USB cable NOW...
- echo "If you kept failed on this step, please set your
bootdelay >= 3 sec in uboot"
- fi
- if (( $LALA > 10 ));then
- echo I am waiting for you... Come on~~
- LALA=0;
- fi
- sleep 1;
-done
-
-ID=`./dfu-util -l | awk '/^Found Runtime:/
{ans=substr($3,2,length($3)-2);print ans}' | grep "0x5119"`
-
-echo Scan device OK!!
-
-pushd ${IMAGE_DIR}
- sleep 1
- sudo ../dfu-util -d ${ID} -a kernel -R -D ./`basename ${KERNEL}`
- sleep 3
- sudo ../dfu-util -d ${ID} -a rootfs -R -D ./`basename ${ROOTFS}`
- if [ ${UBOOT} ];then
- sleep 5
- sudo ../dfu-util -d ${ID} -a u-boot -R -D ./`basename ${UBOOT}`
- fi
- sleep 15
-popd
-
-echo Now remove battery and then remove USB calbel from the Device
-while [ -e /dev/ttyACM0 ];do
- sleep 1
-done
-echo Ok plug battery and USB cable back NOW...
-while ! [ -e /dev/ttyACM0 ];do
- sleep 1
-done
-echo Neo detected~
-echo Ok please wait for system booting....
-sleep 60
-sudo ./setneo
-sleep 100
-
-if (( ${ASSASSINTESTENV}== 1));then
- if ! [ -e ~/.ssh/config ]; then
- config_ssh
- elif (( `cat ~/.ssh/config | grep "neo" | wc -l`== 0 ));then
- config_ssh
- fi
- scp gta02.conf resolv.conf setup_at_neo_assassin.script [EMAIL
PROTECTED]:~/
- ssh [EMAIL PROTECTED] "chmod 755
./setup_at_neo_assassin.script;./setup_at_neo_assassin.script"
-fi
-if (( ${DIVERSITYTESTENV}== 1));then
- if ! [ -e ~/.ssh/config ]; then
- config_ssh
- elif (( `cat ~/.ssh/config | grep "neo" | wc -l`== 0 ));then
- config_ssh
- fi
- scp gta02.conf resolv.conf setup_at_neo_diversity.script [EMAIL
PROTECTED]:~/
- ssh [EMAIL PROTECTED] "chmod 755
./setup_at_neo_diversity.script;./setup_at_neo_diversity.script"
-fi
-echo "Ok!! Now the Neo is all yours. Enjoy Hacking || Testing..."
--- End Message ---
--- Begin Message ---
Author: tick
Date: 2008-08-09 09:36:58 +0200 (Sat, 09 Aug 2008)
New Revision: 4594
Removed:
developers/tick/Test_env_script_GTA02A5/gta02.conf
developers/tick/Test_env_script_GTA02A5/resolv.conf
Log:
clean up out of date configure files
Deleted: developers/tick/Test_env_script_GTA02A5/gta02.conf
===================================================================
--- developers/tick/Test_env_script_GTA02A5/gta02.conf 2008-08-09 07:35:35 UTC
(rev 4593)
+++ developers/tick/Test_env_script_GTA02A5/gta02.conf 2008-08-09 07:36:58 UTC
(rev 4594)
@@ -1,14 +0,0 @@
-arch any 6
-arch noarch 11
-arch arm 16
-arch armv4t 21
-src oe-armv4t
http://buildhost.openmoko.org/daily/neo1973/deploy/glibc/ipk/armv4t/
-arch neo1973 26
-src neo1973
http://buildhost.openmoko.org/daily/neo1973/deploy/glibc/ipk/neo1973/
-arch fic-gta02 31
-src fic-gta02
http://buildhost.openmoko.org/daily/neo1973/deploy/glibc/ipk/fic-gta02/
-arch all 36
-src all http://buildhost.openmoko.org/daily/neo1973/deploy/glibc/ipk/all/
-arch fic-gta01 41
-src fic-gta01
http://buildhost.openmoko.org/daily/neo1973/deploy/glibc/ipk/fic-gta01/
-
Deleted: developers/tick/Test_env_script_GTA02A5/resolv.conf
===================================================================
--- developers/tick/Test_env_script_GTA02A5/resolv.conf 2008-08-09 07:35:35 UTC
(rev 4593)
+++ developers/tick/Test_env_script_GTA02A5/resolv.conf 2008-08-09 07:36:58 UTC
(rev 4594)
@@ -1,6 +0,0 @@
-search tw.openmoko.com
-nameserver 172.16.23.13
-nameserver 168.95.1.1
-
-
-nameserver 192.168.0.200
--- End Message ---
--- Begin Message ---
drivers/power/bq27000_battery.c | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
New commits:
commit 2438a8c74c495c95f5b78301a44ed8e8d0b267d5
Author: Andy Green <[EMAIL PROTECTED]>
Date: Sat Aug 9 09:43:32 2008 +0100
fix-no-discharging.patch
We failed to report status of "discharging", instead reporting
"not charging" even if we knew that the charger was not present.
This patch corrects it and reports "discharging" when charger
is absent.
Signed-off-by: Andy Green <[EMAIL PROTECTED]>
--- End Message ---
--- Begin Message ---
Rebased ref, commits from common ancestor:
commit 0ad799729d7d3ee8fc2205c2f6da41f9c9c3eeb1
Author: Andy Green <[EMAIL PROTECTED]>
Date: Sat Aug 9 09:44:49 2008 +0100
fix-glamo-crank-memory-to-90MHz.patch
This changes Glamo memory and now host bus PLL to 90MHz from
80MHz, as recommended by S-Media. Bandwidth should go up
by 12.5% by this in raw terms anyway.
Signed-off-by: Andy Green <[EMAIL PROTECTED]>
commit 2088eac1e164532acd0a32a1086beb02e1119346
Author: Andy Green <[EMAIL PROTECTED]>
Date: Sat Aug 9 09:44:49 2008 +0100
fix-glamo-turbo-host-interface.patch
Until now, we forced Glamo wait states to 3 on read and write
actions -- on the GLAMO side of the fence. This reduces them
to "0", although nWAIT is still briefly operated I saw. This
should reduce all memory bus timing by 3 Glamo Host bus clocks,
60ns at 50MHz.
In addition, until now we used PLL1 (50MHz) for host bus clock.
Now, we use PLL2 (80MHz) for host bus clock, so all transactions
complete quicker on Glamo side, it's a raw 60% improvement.
These changes do not appear to impact correct operation of Glamo
SD Card or video after testing for a week.
Signed-off-by: Andy Green <[EMAIL PROTECTED]>
commit 7303d8e1de4bfddc16b6a793c9b27ab81c41729a
Author: Andy Green <[EMAIL PROTECTED]>
Date: Sat Aug 9 09:44:48 2008 +0100
fix-reote-install-for-ext3-only-sd.patch
Signed-off-by: Andy Green <[EMAIL PROTECTED]>
commit 2f3e42f66f0077287e8fc1ef07b5621783a35813
Author: Andy Green <[EMAIL PROTECTED]>
Date: Sat Aug 9 09:44:47 2008 +0100
defconfig-nuke-cruft.patch
Signed-off-by: Andy Green <[EMAIL PROTECTED]>
commit b686446dd01b6000e3b2b77b2b7253fb8008f0b1
Author: Andy Green <[EMAIL PROTECTED]>
Date: Sat Aug 9 09:44:47 2008 +0100
defconfig-kill-hxd8.patch
Signed-off-by: Andy Green <[EMAIL PROTECTED]>
commit 1e123560965746faae32281ca70e20d41c1f8e1f
Author: Mike Westerhof <[EMAIL PROTECTED]>
Date: Sat Aug 9 09:44:47 2008 +0100
fix-touchscreen-driver-gta01-missing-includes.patch
Add missing initialization for the touchscreen driver for the
gta01 platform.
Signed-off-by: Mike Westerhof <[EMAIL PROTECTED]>
commit dc40e19b7bd1c9368c53204365d318cc080a249d
Author: Andy Green <[EMAIL PROTECTED]>
Date: Sat Aug 9 09:44:46 2008 +0100
test-touchscreen-median.patch
Signed-off-by: Andy Green <[EMAIL PROTECTED]>
commit d0ee33e99bacc933044b71e8c46aa6894e444887
Author: Andy Green <[EMAIL PROTECTED]>
Date: Sat Aug 9 09:44:46 2008 +0100
config-touchscreen-filters.patch
Signed-off-by: Andy Green <[EMAIL PROTECTED]>
commit 2438a8c74c495c95f5b78301a44ed8e8d0b267d5
Author: Andy Green <[EMAIL PROTECTED]>
Date: Sat Aug 9 09:43:32 2008 +0100
fix-no-discharging.patch
We failed to report status of "discharging", instead reporting
"not charging" even if we knew that the charger was not present.
This patch corrects it and reports "discharging" when charger
is absent.
Signed-off-by: Andy Green <[EMAIL PROTECTED]>
--- End Message ---
--- Begin Message ---
Rebased ref, commits from common ancestor:
commit 16cb9de988f826a4d7cf8edde4c4125ab0085b45
Author: Andy Green <[EMAIL PROTECTED]>
Date: Sat Aug 9 09:45:47 2008 +0100
fix-mungings.patch
Signed-off-by: Andy Green <[EMAIL PROTECTED]>
commit 41d40c3d7b1e0100de01e3c6e1e45ee54f3c5cb9
Author: Mike Westerhof <[EMAIL PROTECTED]>
Date: Sat Aug 9 09:45:47 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 d029b3b6e67581d396207c19b138de5795de202b
Author: Andy Green <[EMAIL PROTECTED]>
Date: Sat Aug 9 09:45:47 2008 +0100
mw09_style_fixes.patch
Signed-off-by: Andy Green <[EMAIL PROTECTED]>
commit 946644056e27ffec4b409e72c4c95bbd78db2589
Author: Mike Westerhof <[EMAIL PROTECTED]>
Date: Sat Aug 9 09:45:47 2008 +0100
mw09f_gsm_interrupt_handling_4.patch
Signed-off-by: Mike Westerhof <[EMAIL PROTECTED]>
commit 8adf31717028420c849123064c96f88026bc6bc9
Author: Mike Westerhof <[EMAIL PROTECTED]>
Date: Sat Aug 9 09:45:46 2008 +0100
mw09f_gsm_interrupt_handling_1.patch
Signed-off-by: Mike Westerhof <[EMAIL PROTECTED]>
commit 86761831d759d54ec19c57a6f505d4d9e869c29e
Author: Mike Westerhof <[EMAIL PROTECTED]>
Date: Sat Aug 9 09:45:46 2008 +0100
mw09e_gsm_serial_mctrl.patch
Signed-off-by: Mike Westerhof <[EMAIL PROTECTED]>
commit 9ce0e6fe6937059d216cc9c5c1341e77f1beef88
Author: Mike Westerhof <[EMAIL PROTECTED]>
Date: Sat Aug 9 09:45:46 2008 +0100
mw09d_gta01_serial_readhack_1.patch
Signed-off-by: Mike Westerhof <[EMAIL PROTECTED]>
commit a1f93b4899041046ad75b17603b4f2842311cdd1
Author: Mike Westerhof <[EMAIL PROTECTED]>
Date: Sat Aug 9 09:45:46 2008 +0100
mw09c_gsm_flowcontrol.patch
Signed-off-by: Mike Westerhof <[EMAIL PROTECTED]>
commit 50f28bbb5f8208fad0d18b3ef171dda46836aba8
Author: Mike Westerhof <[EMAIL PROTECTED]>
Date: Sat Aug 9 09:45:45 2008 +0100
mw09a_gta01_console_disable_2.patch
Signed-off-by: Mike Westerhof <[EMAIL PROTECTED]>
commit dd901aabfc68a2cfb0a50f3447ec0660adddb6d4
Author: Mike Westerhof <[EMAIL PROTECTED]>
Date: Sat Aug 9 09:45:45 2008 +0100
mw09a_gta01_console_disable_1.patch
Signed-off-by: Mike Westerhof <[EMAIL PROTECTED]>
commit e12431f18b2d071b7aab309cd269cad6aed252e0
Author: Cesar Eduardo Barros <[EMAIL PROTECTED]>
Date: Sat Aug 9 09:45:43 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 1d70f28d4bc0c921e5fec9dc152e0e99d360b11d
Author: Cesar Eduardo Barros <[EMAIL PROTECTED]>
Date: Sat Aug 9 09:45:43 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 c0be1fa8b4f49435310fba135c748f4077d4f52a
Author: Cesar Eduardo Barros <[EMAIL PROTECTED]>
Date: Sat Aug 9 09:45:42 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 662eab13e6525226151f441682ea1088d116fc48
Author: Cesar Eduardo Barros <[EMAIL PROTECTED]>
Date: Sat Aug 9 09:45:42 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 9a846fc18ffec3074de08de510e8c1cd7c6a1560
Author: Cesar Eduardo Barros <[EMAIL PROTECTED]>
Date: Sat Aug 9 09:45:42 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 51709148e28bcc6e22bd978b36c3304b6edb7aaf
Author: Cesar Eduardo Barros <[EMAIL PROTECTED]>
Date: Sat Aug 9 09:45:41 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 948813fba75cfabd4664bc5cf78d528075999278
Author: Cesar Eduardo Barros <[EMAIL PROTECTED]>
Date: Sat Aug 9 09:45:41 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 f00b9ab87a71f0f167e580fc5c65b64b31f4cdd4
Author: Cesar Eduardo Barros <[EMAIL PROTECTED]>
Date: Sat Aug 9 09:45:41 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 123c51af06027e8276e680ec12b66ccf49e77357
Author: Cesar Eduardo Barros <[EMAIL PROTECTED]>
Date: Sat Aug 9 09:45:40 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 de07b12b278b402ebb2dfd26f9f4538b0e3f1a9f
Author: warmcat <[EMAIL PROTECTED]>
Date: Sat Aug 9 09:45:40 2008 +0100
local-config-cpufreq.patch
commit 0ad799729d7d3ee8fc2205c2f6da41f9c9c3eeb1
Author: Andy Green <[EMAIL PROTECTED]>
Date: Sat Aug 9 09:44:49 2008 +0100
fix-glamo-crank-memory-to-90MHz.patch
This changes Glamo memory and now host bus PLL to 90MHz from
80MHz, as recommended by S-Media. Bandwidth should go up
by 12.5% by this in raw terms anyway.
Signed-off-by: Andy Green <[EMAIL PROTECTED]>
commit 2088eac1e164532acd0a32a1086beb02e1119346
Author: Andy Green <[EMAIL PROTECTED]>
Date: Sat Aug 9 09:44:49 2008 +0100
fix-glamo-turbo-host-interface.patch
Until now, we forced Glamo wait states to 3 on read and write
actions -- on the GLAMO side of the fence. This reduces them
to "0", although nWAIT is still briefly operated I saw. This
should reduce all memory bus timing by 3 Glamo Host bus clocks,
60ns at 50MHz.
In addition, until now we used PLL1 (50MHz) for host bus clock.
Now, we use PLL2 (80MHz) for host bus clock, so all transactions
complete quicker on Glamo side, it's a raw 60% improvement.
These changes do not appear to impact correct operation of Glamo
SD Card or video after testing for a week.
Signed-off-by: Andy Green <[EMAIL PROTECTED]>
commit 7303d8e1de4bfddc16b6a793c9b27ab81c41729a
Author: Andy Green <[EMAIL PROTECTED]>
Date: Sat Aug 9 09:44:48 2008 +0100
fix-reote-install-for-ext3-only-sd.patch
Signed-off-by: Andy Green <[EMAIL PROTECTED]>
commit 2f3e42f66f0077287e8fc1ef07b5621783a35813
Author: Andy Green <[EMAIL PROTECTED]>
Date: Sat Aug 9 09:44:47 2008 +0100
defconfig-nuke-cruft.patch
Signed-off-by: Andy Green <[EMAIL PROTECTED]>
commit b686446dd01b6000e3b2b77b2b7253fb8008f0b1
Author: Andy Green <[EMAIL PROTECTED]>
Date: Sat Aug 9 09:44:47 2008 +0100
defconfig-kill-hxd8.patch
Signed-off-by: Andy Green <[EMAIL PROTECTED]>
commit 1e123560965746faae32281ca70e20d41c1f8e1f
Author: Mike Westerhof <[EMAIL PROTECTED]>
Date: Sat Aug 9 09:44:47 2008 +0100
fix-touchscreen-driver-gta01-missing-includes.patch
Add missing initialization for the touchscreen driver for the
gta01 platform.
Signed-off-by: Mike Westerhof <[EMAIL PROTECTED]>
commit dc40e19b7bd1c9368c53204365d318cc080a249d
Author: Andy Green <[EMAIL PROTECTED]>
Date: Sat Aug 9 09:44:46 2008 +0100
test-touchscreen-median.patch
Signed-off-by: Andy Green <[EMAIL PROTECTED]>
commit d0ee33e99bacc933044b71e8c46aa6894e444887
Author: Andy Green <[EMAIL PROTECTED]>
Date: Sat Aug 9 09:44:46 2008 +0100
config-touchscreen-filters.patch
Signed-off-by: Andy Green <[EMAIL PROTECTED]>
commit 2438a8c74c495c95f5b78301a44ed8e8d0b267d5
Author: Andy Green <[EMAIL PROTECTED]>
Date: Sat Aug 9 09:43:32 2008 +0100
fix-no-discharging.patch
We failed to report status of "discharging", instead reporting
"not charging" even if we knew that the charger was not present.
This patch corrects it and reports "discharging" when charger
is absent.
Signed-off-by: Andy Green <[EMAIL PROTECTED]>
--- End Message ---
_______________________________________________
commitlog mailing list
commitlog@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/commitlog