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. development kernel tree: Changes to 'andy' ([EMAIL PROTECTED])
   2. development kernel tree: Changes to 'andy' ([EMAIL PROTECTED])
   3. development kernel tree: Changes to 'andy' ([EMAIL PROTECTED])
   4. development kernel tree: Changes to 'andy' ([EMAIL PROTECTED])
   5. development kernel tree: Changes to 'andy' ([EMAIL PROTECTED])
--- Begin Message ---
Rebased ref, commits from common ancestor:
commit 7b28fe94dd45fc661e0de8ab4d37c3d48fbd5d9d
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Sat May 10 09:56:06 2008 +0100

    Disable low level debugging, make the s3c24xx PM debug code depend on 
DEBUG_LL
    
    Hey,
    where are slowly getting into the product state, low level debugging is
    supposed to be turned off there. :)
    
    z
    
    
    
    From 6448f0a521c05c5ba6672f5908c55583974ce1ed Mon Sep 17 00:00:00 2001
    From: Holger Freyther <[EMAIL PROTECTED]>
    Date: Fri, 9 May 2008 19:56:31 +0200
    Subject: [PATCH] [debug] Disable low level debugging for the product
         Disable low level debugging in the defconfig-gta02 and
         the s3c pm code used printascii which is only available
         with low level debugging, update the Kconfig entry for
         this pm debugging support to depend on low level debugging
    
    Signed-Off-By: Holger Freyther <[EMAIL PROTECTED]>

commit 785e2850b23a06286cc4d0ee883544c709dcb2f6
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Sat May 10 09:56:06 2008 +0100

    [power] Use the bq27000 battery to provide charging values for apm
        Built the apm emulation for gta02 and say that the gta02 battery
        is supposed to be used for this apm emulation.
    
    Signed-Off-By: Holger Freyther <[EMAIL PROTECTED]>

commit 4884c216c42fe5b44e58a57b5c1dbddeae57c477
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Sat May 10 09:56:06 2008 +0100

    [pcf50633] Disable debugging statements as the driver is working well
    
    Signed-Off-By: Holger Freyther <[EMAIL PROTECTED]>

commit a3e478c316e0f1b7798ab30ecf885ce446815484
Author: Holger Freyther <[EMAIL PROTECTED](none)>
Date:   Sat May 10 09:56:06 2008 +0100

    [pcf50633] Assume that all gta02's have a battery with coulumb counter
        For the gta02 and the bq27000 battery it does not make sense to use the
        ADC to get the current voltage. Under the assumption that all mass
        production gta02's have such batteries it does not make any sense to
        forward this value to APM.
    
    Signed-Off-By: Holger Freyther <[EMAIL PROTECTED]>

commit 8f89f5c170e29cb3b1eb314d1616988ca9123a3f
Author: Holger Freyther <[EMAIL PROTECTED](none)>
Date:   Sat May 10 09:56:06 2008 +0100

    [pcf50633] Add exported symbol to the header file
        Reading the battery volt using the ADC was an exported symbol
        but not in the header file, add it.
    
    Signed-Off-By: Holger Freyther <[EMAIL PROTECTED]>

commit d9cc3c0b498d45231655cc0caf716f68c20e6a8a
Author: Holger Freyther <[EMAIL PROTECTED](none)>
Date:   Sat May 10 09:56:06 2008 +0100

    [pcf50633] Print less debugging messages
        According to the comments in the code we have to read
        INT1 - INT5 in case of any interrupt. So even if we have masked
        out the periodic timer interrupt we were able to see that it
        fired. Only print that we got a SECOND interrupt if we are actually
        interested in the periodic tick. From a brief look at the datasheet 
there
        is no way to stop the periodic tick.
    
    Signed-Off-By: Holger Freyther <[EMAIL PROTECTED]>

commit b8cd94ad79ae6b1e420f87463db330ad060cc444
Author: Holger Freyther <[EMAIL PROTECTED](none)>
Date:   Sat May 10 09:56:06 2008 +0100

    Explain why we want SECOND to kick.
        We do not mask the SECOND interrupt to make sure that we get
        a interrupt at the beginning. We use this for the coldplug_done
        initisalisation.
        So pcf->flags and INT1M is out of sync at the beginning but after the
        first SECOND interrupt it will be put into sync.
    
    Signed-Off-By: Holger Freyther <[EMAIL PROTECTED]>

commit 0201aec5f5d9d1f8ae894a404f0bf26c7861d2c8
Author: Andy Green <[EMAIL PROTECTED]>
Date:   Sat May 10 09:56:06 2008 +0100

    From: Andy Green <[EMAIL PROTECTED]>
    fix-suppress-cpu-suspend-save-restore-messages.patch
    
    syslog is crapped up with a ton of junk on suspend and resume
    
    Signed-off-by: Andy Green <[EMAIL PROTECTED]>

commit e6b557ee263dc2c3ec43b9655bb759352771e786
Author: Andy Green <[EMAIL PROTECTED]>
Date:   Sat May 10 09:56:06 2008 +0100

    From: Andy Green <[EMAIL PROTECTED]>
    fix-force-backlight-down-on-glamo-suspend.patch
    
    There's a bit of a flash when glamo goes into suspend
    but LCM is still seeing white pixels.  This kills the
    backlight before we stop producing meaningful video.
    
    Signed-off-by: Andy Green <[EMAIL PROTECTED]>

commit dcee8ee78d098d571ed1665923b806a9a4dbb225
Author: Andy Green <[EMAIL PROTECTED]>
Date:   Sat May 10 09:56:06 2008 +0100

    From: Andy Green <[EMAIL PROTECTED]>
    fix-backlight-disable-on-zero-intensity.patch
    
    It's never right to put 0 intensity into LEDOUT according to datasheet
    But having a floor at intensity 2 means backlight isn't properly off
    when "dimmed".  So change to intensity 0 --> disable backlight.
    
    Signed-off-by: Andy Green <[EMAIL PROTECTED]>

commit 77bbbf66e6bc74edfd4594db2b4ecbe7e56d4270
Author: Andy Green <[EMAIL PROTECTED]>
Date:   Sat May 10 09:56:06 2008 +0100

    From: Andy Green <[EMAIL PROTECTED]>
    add-force-backlight-up-on-resume.patch
    
    The backlight status is restored during resume action, if it was
    off then it resumes like that.
    
    This patch forces it on after resume.
    
    Signed-off-by: Andy Green <[EMAIL PROTECTED]>

commit a322720ae34b15cd093b3b8c30628c8d571fcb5b
Author: Andy Green <[EMAIL PROTECTED]>
Date:   Sat May 10 09:56:06 2008 +0100

    quench-glamofb-err-lock-and-mmc-debug.patch
    
    Remove debugging noise
    
    Signed-off-by: Andy Green <[EMAIL PROTECTED]>

commit 9117ee346807f07db2b55e74e5c3f8df38cf74a2
Author: Andy Green <[EMAIL PROTECTED]>
Date:   Sat May 10 09:56:06 2008 +0100

    fix-suspend-backlight-timing-pm-debug.patch
    
    This patch improves the smoothness of suspend and resume action.
    
    Taking out CONFIG_PM_DEBUG allows much more rapid resume (the low level
    serial traffic appears to be synchronous)
    
    Added a platform callback in jbt driver and support in pcf50633 so we
    can defer bringing up the backlight until the LCM is able to process
    video again (which must happen after the glamo is up and producing
    video beacuse the LCM is hooked to glamo SPI)
    
    GTA01 should not be affected by all this as the callback will default
    to null and it is on pcf50606
    
    Signed-off-by: Andy Green <[EMAIL PROTECTED]>

commit a6f61def9b97b5e29fe19a55b4ea4b17a269bf7a
Author: Andy Green <[EMAIL PROTECTED]>
Date:   Sat May 10 09:56:06 2008 +0100

    config-add-back-MMC_UNSAFE_RESUME.patch
    
    After LL debug disable, "unsafe" resume allows resume from SD card
    rootfs without corruption, WAH
    
    Signed-off-by: Andy Green <[EMAIL PROTECTED]>




--- End Message ---
--- Begin Message ---
Rebased ref, commits from common ancestor:
commit 0bcfd0630aa1be028b0b4d6564a1e436d69f44b7
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Sat May 10 09:57:10 2008 +0100

    Disable low level debugging, make the s3c24xx PM debug code depend on 
DEBUG_LL
    
    Hey,
    where are slowly getting into the product state, low level debugging is
    supposed to be turned off there. :)
    
    z
    
    
    
    From 6448f0a521c05c5ba6672f5908c55583974ce1ed Mon Sep 17 00:00:00 2001
    From: Holger Freyther <[EMAIL PROTECTED]>
    Date: Fri, 9 May 2008 19:56:31 +0200
    Subject: [PATCH] [debug] Disable low level debugging for the product
         Disable low level debugging in the defconfig-gta02 and
         the s3c pm code used printascii which is only available
         with low level debugging, update the Kconfig entry for
         this pm debugging support to depend on low level debugging
    
    Signed-Off-By: Holger Freyther <[EMAIL PROTECTED]>

commit 047904b143c8f9a87d144684de206e092823886f
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Sat May 10 09:57:09 2008 +0100

    [power] Use the bq27000 battery to provide charging values for apm
        Built the apm emulation for gta02 and say that the gta02 battery
        is supposed to be used for this apm emulation.
    
    Signed-Off-By: Holger Freyther <[EMAIL PROTECTED]>

commit b0e33fa52ef3c710491a6c13e0cfc502a58b9e79
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Sat May 10 09:57:09 2008 +0100

    [pcf50633] Disable debugging statements as the driver is working well
    
    Signed-Off-By: Holger Freyther <[EMAIL PROTECTED]>

commit e43810a1fec85d25a7bc0108251a9f4a29ea9e03
Author: Holger Freyther <[EMAIL PROTECTED](none)>
Date:   Sat May 10 09:57:09 2008 +0100

    [pcf50633] Assume that all gta02's have a battery with coulumb counter
        For the gta02 and the bq27000 battery it does not make sense to use the
        ADC to get the current voltage. Under the assumption that all mass
        production gta02's have such batteries it does not make any sense to
        forward this value to APM.
    
    Signed-Off-By: Holger Freyther <[EMAIL PROTECTED]>

commit 757d60724f3aeca51c4d9993d8c4ca113f6749d9
Author: Holger Freyther <[EMAIL PROTECTED](none)>
Date:   Sat May 10 09:57:09 2008 +0100

    [pcf50633] Add exported symbol to the header file
        Reading the battery volt using the ADC was an exported symbol
        but not in the header file, add it.
    
    Signed-Off-By: Holger Freyther <[EMAIL PROTECTED]>

commit 480d77b75928f0d2befabd57cf5b3ac4382ee824
Author: Holger Freyther <[EMAIL PROTECTED](none)>
Date:   Sat May 10 09:57:09 2008 +0100

    [pcf50633] Print less debugging messages
        According to the comments in the code we have to read
        INT1 - INT5 in case of any interrupt. So even if we have masked
        out the periodic timer interrupt we were able to see that it
        fired. Only print that we got a SECOND interrupt if we are actually
        interested in the periodic tick. From a brief look at the datasheet 
there
        is no way to stop the periodic tick.
    
    Signed-Off-By: Holger Freyther <[EMAIL PROTECTED]>

commit 2ab99d84be2f2d29a10bdce1d93fbaf9f2651528
Author: Holger Freyther <[EMAIL PROTECTED](none)>
Date:   Sat May 10 09:57:09 2008 +0100

    Explain why we want SECOND to kick.
        We do not mask the SECOND interrupt to make sure that we get
        a interrupt at the beginning. We use this for the coldplug_done
        initisalisation.
        So pcf->flags and INT1M is out of sync at the beginning but after the
        first SECOND interrupt it will be put into sync.
    
    Signed-Off-By: Holger Freyther <[EMAIL PROTECTED]>

commit 633c4c12acdfda8bab13766208d3d0fee64d732c
Author: Andy Green <[EMAIL PROTECTED]>
Date:   Sat May 10 09:57:09 2008 +0100

    From: Andy Green <[EMAIL PROTECTED]>
    fix-suppress-cpu-suspend-save-restore-messages.patch
    
    syslog is crapped up with a ton of junk on suspend and resume
    
    Signed-off-by: Andy Green <[EMAIL PROTECTED]>

commit 25cd651c7b223f30d8e70ec1b151b276a2a20596
Author: Andy Green <[EMAIL PROTECTED]>
Date:   Sat May 10 09:57:09 2008 +0100

    From: Andy Green <[EMAIL PROTECTED]>
    fix-force-backlight-down-on-glamo-suspend.patch
    
    There's a bit of a flash when glamo goes into suspend
    but LCM is still seeing white pixels.  This kills the
    backlight before we stop producing meaningful video.
    
    Signed-off-by: Andy Green <[EMAIL PROTECTED]>

commit 212f8bdb2413f5c270b851868c38bf1bb80f0415
Author: Andy Green <[EMAIL PROTECTED]>
Date:   Sat May 10 09:57:09 2008 +0100

    From: Andy Green <[EMAIL PROTECTED]>
    fix-backlight-disable-on-zero-intensity.patch
    
    It's never right to put 0 intensity into LEDOUT according to datasheet
    But having a floor at intensity 2 means backlight isn't properly off
    when "dimmed".  So change to intensity 0 --> disable backlight.
    
    Signed-off-by: Andy Green <[EMAIL PROTECTED]>

commit a00d8394ed014bed85d9b42d22d4515c244dff4c
Author: Andy Green <[EMAIL PROTECTED]>
Date:   Sat May 10 09:57:09 2008 +0100

    From: Andy Green <[EMAIL PROTECTED]>
    add-force-backlight-up-on-resume.patch
    
    The backlight status is restored during resume action, if it was
    off then it resumes like that.
    
    This patch forces it on after resume.
    
    Signed-off-by: Andy Green <[EMAIL PROTECTED]>

commit 47e3da09ad45295bd9b6e7ffcbc645d0862717c6
Author: Andy Green <[EMAIL PROTECTED]>
Date:   Sat May 10 09:57:09 2008 +0100

    quench-glamofb-err-lock-and-mmc-debug.patch
    
    Remove debugging noise
    
    Signed-off-by: Andy Green <[EMAIL PROTECTED]>

commit 9efab322f2b1ba5785454dda7c0e7a6817de872f
Author: Andy Green <[EMAIL PROTECTED]>
Date:   Sat May 10 09:57:09 2008 +0100

    fix-suspend-backlight-timing-pm-debug.patch
    
    This patch improves the smoothness of suspend and resume action.
    
    Taking out CONFIG_PM_DEBUG allows much more rapid resume (the low level
    serial traffic appears to be synchronous)
    
    Added a platform callback in jbt driver and support in pcf50633 so we
    can defer bringing up the backlight until the LCM is able to process
    video again (which must happen after the glamo is up and producing
    video beacuse the LCM is hooked to glamo SPI)
    
    GTA01 should not be affected by all this as the callback will default
    to null and it is on pcf50606
    
    Signed-off-by: Andy Green <[EMAIL PROTECTED]>




--- End Message ---
--- Begin Message ---
Rebased ref, commits from common ancestor:
commit 98d65e534b1882a705c73309d3b72eb1d099595f
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Sat May 10 09:58:02 2008 +0100

    Disable low level debugging, make the s3c24xx PM debug code depend on 
DEBUG_LL
    
    Hey,
    where are slowly getting into the product state, low level debugging is
    supposed to be turned off there. :)
    
    z
    
    
    
    From 6448f0a521c05c5ba6672f5908c55583974ce1ed Mon Sep 17 00:00:00 2001
    From: Holger Freyther <[EMAIL PROTECTED]>
    Date: Fri, 9 May 2008 19:56:31 +0200
    Subject: [PATCH] [debug] Disable low level debugging for the product
         Disable low level debugging in the defconfig-gta02 and
         the s3c pm code used printascii which is only available
         with low level debugging, update the Kconfig entry for
         this pm debugging support to depend on low level debugging
    
    Signed-Off-By: Holger Freyther <[EMAIL PROTECTED]>

commit 2954dd1c61610d5bc03f635865ce26a34d2fd3e0
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Sat May 10 09:58:02 2008 +0100

    [power] Use the bq27000 battery to provide charging values for apm
        Built the apm emulation for gta02 and say that the gta02 battery
        is supposed to be used for this apm emulation.
    
    Signed-Off-By: Holger Freyther <[EMAIL PROTECTED]>

commit c19b29af7baf4c82f6b84125d7eb2415e784aed4
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Sat May 10 09:58:02 2008 +0100

    [pcf50633] Disable debugging statements as the driver is working well
    
    Signed-Off-By: Holger Freyther <[EMAIL PROTECTED]>

commit accab32102f53cd05a217e528b109c828d87d242
Author: Holger Freyther <[EMAIL PROTECTED](none)>
Date:   Sat May 10 09:58:02 2008 +0100

    [pcf50633] Assume that all gta02's have a battery with coulumb counter
        For the gta02 and the bq27000 battery it does not make sense to use the
        ADC to get the current voltage. Under the assumption that all mass
        production gta02's have such batteries it does not make any sense to
        forward this value to APM.
    
    Signed-Off-By: Holger Freyther <[EMAIL PROTECTED]>

commit a58f28c3d617a469277490fba958c0d78432a682
Author: Holger Freyther <[EMAIL PROTECTED](none)>
Date:   Sat May 10 09:58:02 2008 +0100

    [pcf50633] Add exported symbol to the header file
        Reading the battery volt using the ADC was an exported symbol
        but not in the header file, add it.
    
    Signed-Off-By: Holger Freyther <[EMAIL PROTECTED]>

commit ffae76098c7e5312729efaa62e4760c680b7bc05
Author: Holger Freyther <[EMAIL PROTECTED](none)>
Date:   Sat May 10 09:58:02 2008 +0100

    [pcf50633] Print less debugging messages
        According to the comments in the code we have to read
        INT1 - INT5 in case of any interrupt. So even if we have masked
        out the periodic timer interrupt we were able to see that it
        fired. Only print that we got a SECOND interrupt if we are actually
        interested in the periodic tick. From a brief look at the datasheet 
there
        is no way to stop the periodic tick.
    
    Signed-Off-By: Holger Freyther <[EMAIL PROTECTED]>

commit 2fd01a23d294e28875e96c42db1c89c884fd326d
Author: Holger Freyther <[EMAIL PROTECTED](none)>
Date:   Sat May 10 09:58:02 2008 +0100

    Explain why we want SECOND to kick.
        We do not mask the SECOND interrupt to make sure that we get
        a interrupt at the beginning. We use this for the coldplug_done
        initisalisation.
        So pcf->flags and INT1M is out of sync at the beginning but after the
        first SECOND interrupt it will be put into sync.
    
    Signed-Off-By: Holger Freyther <[EMAIL PROTECTED]>

commit 2e8a1c2bd9db1eb59c7ccfa4f224e9b6a10448ac
Author: Andy Green <[EMAIL PROTECTED]>
Date:   Sat May 10 09:58:02 2008 +0100

    From: Andy Green <[EMAIL PROTECTED]>
    fix-suppress-cpu-suspend-save-restore-messages.patch
    
    syslog is crapped up with a ton of junk on suspend and resume
    
    Signed-off-by: Andy Green <[EMAIL PROTECTED]>

commit 0f521cdf6d9f5c8d72d647dcd68a1f21e3a0f9c5
Author: Andy Green <[EMAIL PROTECTED]>
Date:   Sat May 10 09:58:02 2008 +0100

    From: Andy Green <[EMAIL PROTECTED]>
    fix-force-backlight-down-on-glamo-suspend.patch
    
    There's a bit of a flash when glamo goes into suspend
    but LCM is still seeing white pixels.  This kills the
    backlight before we stop producing meaningful video.
    
    Signed-off-by: Andy Green <[EMAIL PROTECTED]>

commit f409375b4045f52def3cde6b654fbdd2b9eb5c78
Author: Andy Green <[EMAIL PROTECTED]>
Date:   Sat May 10 09:58:02 2008 +0100

    From: Andy Green <[EMAIL PROTECTED]>
    fix-backlight-disable-on-zero-intensity.patch
    
    It's never right to put 0 intensity into LEDOUT according to datasheet
    But having a floor at intensity 2 means backlight isn't properly off
    when "dimmed".  So change to intensity 0 --> disable backlight.
    
    Signed-off-by: Andy Green <[EMAIL PROTECTED]>

commit 357142342f537df1a4740b90885f475227dbb64d
Author: Andy Green <[EMAIL PROTECTED]>
Date:   Sat May 10 09:58:02 2008 +0100

    add-force-backlight-up-on-resume.patch
    
    The backlight status is restored during resume action, if it was
    off then it resumes like that.
    
    This patch forces it on after resume.
    
    Signed-off-by: Andy Green <[EMAIL PROTECTED]>




--- End Message ---
--- Begin Message ---
Rebased ref, commits from common ancestor:
commit 596558626973881c0d5b3af5ede885fd1e9ff456
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Sat May 10 09:59:28 2008 +0100

    Disable low level debugging, make the s3c24xx PM debug code depend on 
DEBUG_LL
    
    Hey,
    where are slowly getting into the product state, low level debugging is
    supposed to be turned off there. :)
    
    z
    
    
    
    From 6448f0a521c05c5ba6672f5908c55583974ce1ed Mon Sep 17 00:00:00 2001
    From: Holger Freyther <[EMAIL PROTECTED]>
    Date: Fri, 9 May 2008 19:56:31 +0200
    Subject: [PATCH] [debug] Disable low level debugging for the product
         Disable low level debugging in the defconfig-gta02 and
         the s3c pm code used printascii which is only available
         with low level debugging, update the Kconfig entry for
         this pm debugging support to depend on low level debugging
    
    Signed-Off-By: Holger Freyther <[EMAIL PROTECTED]>

commit d7b526219eb5e8a44242f04a8ce8814562d6936e
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Sat May 10 09:59:28 2008 +0100

    [power] Use the bq27000 battery to provide charging values for apm
        Built the apm emulation for gta02 and say that the gta02 battery
        is supposed to be used for this apm emulation.
    
    Signed-Off-By: Holger Freyther <[EMAIL PROTECTED]>

commit 7728c1ebe968191df8130885c19984d75c9e8d65
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Sat May 10 09:59:28 2008 +0100

    [pcf50633] Disable debugging statements as the driver is working well
    
    Signed-Off-By: Holger Freyther <[EMAIL PROTECTED]>

commit 44d0affe48db853ef475da10e908e9e335693d48
Author: Holger Freyther <[EMAIL PROTECTED](none)>
Date:   Sat May 10 09:59:28 2008 +0100

    [pcf50633] Assume that all gta02's have a battery with coulumb counter
        For the gta02 and the bq27000 battery it does not make sense to use the
        ADC to get the current voltage. Under the assumption that all mass
        production gta02's have such batteries it does not make any sense to
        forward this value to APM.
    
    Signed-Off-By: Holger Freyther <[EMAIL PROTECTED]>

commit 5fe4ca3e4c41f64117eb0d48308f3879fed288bc
Author: Holger Freyther <[EMAIL PROTECTED](none)>
Date:   Sat May 10 09:59:28 2008 +0100

    [pcf50633] Add exported symbol to the header file
        Reading the battery volt using the ADC was an exported symbol
        but not in the header file, add it.
    
    Signed-Off-By: Holger Freyther <[EMAIL PROTECTED]>

commit dada30dffe5a4a51eba1e08509966914da3a7e28
Author: Holger Freyther <[EMAIL PROTECTED](none)>
Date:   Sat May 10 09:59:28 2008 +0100

    [pcf50633] Print less debugging messages
        According to the comments in the code we have to read
        INT1 - INT5 in case of any interrupt. So even if we have masked
        out the periodic timer interrupt we were able to see that it
        fired. Only print that we got a SECOND interrupt if we are actually
        interested in the periodic tick. From a brief look at the datasheet 
there
        is no way to stop the periodic tick.
    
    Signed-Off-By: Holger Freyther <[EMAIL PROTECTED]>

commit 1ad3c136955c01eb9b093915625a325b67dff43b
Author: Holger Freyther <[EMAIL PROTECTED](none)>
Date:   Sat May 10 09:59:28 2008 +0100

    Explain why we want SECOND to kick.
        We do not mask the SECOND interrupt to make sure that we get
        a interrupt at the beginning. We use this for the coldplug_done
        initisalisation.
        So pcf->flags and INT1M is out of sync at the beginning but after the
        first SECOND interrupt it will be put into sync.
    
    Signed-Off-By: Holger Freyther <[EMAIL PROTECTED]>

commit 225b3031426564e951ed1537d2caade260489473
Author: Andy Green <[EMAIL PROTECTED]>
Date:   Sat May 10 09:59:28 2008 +0100

    fix-suppress-cpu-suspend-save-restore-messages.patch
    
    syslog is crapped up with a ton of junk on suspend and resume
    
    Signed-off-by: Andy Green <[EMAIL PROTECTED]>

commit 2b30dde82a2cc2f215a07e5ab496b5190064f3b7
Author: Andy Green <[EMAIL PROTECTED]>
Date:   Sat May 10 09:59:15 2008 +0100

    fix-force-backlight-down-on-glamo-suspend.patch
    
    There's a bit of a flash when glamo goes into suspend
    but LCM is still seeing white pixels.  This kills the
    backlight before we stop producing meaningful video.
    
    Signed-off-by: Andy Green <[EMAIL PROTECTED]>

commit 7b9af3c04cf03cbd6fcce98323c338d893a8ac8b
Author: Andy Green <[EMAIL PROTECTED]>
Date:   Sat May 10 09:58:57 2008 +0100

    fix-backlight-disable-on-zero-intensity.patch
    
    It's never right to put 0 intensity into LEDOUT according to datasheet
    But having a floor at intensity 2 means backlight isn't properly off
    when "dimmed".  So change to intensity 0 --> disable backlight.
    
    Signed-off-by: Andy Green <[EMAIL PROTECTED]>




--- End Message ---
--- Begin Message ---
Rebased ref, commits from common ancestor:
commit af86b625a75d249f9204e9271787923bdd21903d
Author: Andy Green <[EMAIL PROTECTED]>
Date:   Sat May 10 10:35:33 2008 +0100

    clean-remove-build-noise.patch
    
    Signed-off-by: Andy Green <[EMAIL PROTECTED]>

commit 056fbc468af5ea295dbeac6dced2beff61b493aa
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Sat May 10 10:27:16 2008 +0100

    Disable low level debugging, make the s3c24xx PM debug code depend on 
DEBUG_LL
    
    Hey,
    where are slowly getting into the product state, low level debugging is
    supposed to be turned off there. :)
    
    z
    
    
    
    From 6448f0a521c05c5ba6672f5908c55583974ce1ed Mon Sep 17 00:00:00 2001
    From: Holger Freyther <[EMAIL PROTECTED]>
    Date: Fri, 9 May 2008 19:56:31 +0200
    Subject: [PATCH] [debug] Disable low level debugging for the product
         Disable low level debugging in the defconfig-gta02 and
         the s3c pm code used printascii which is only available
         with low level debugging, update the Kconfig entry for
         this pm debugging support to depend on low level debugging
    
    Signed-Off-By: Holger Freyther <[EMAIL PROTECTED]>

commit eb97860bf995883d858694a922f89b7f46786291
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Sat May 10 10:27:06 2008 +0100

    [power] Use the bq27000 battery to provide charging values for apm
        Built the apm emulation for gta02 and say that the gta02 battery
        is supposed to be used for this apm emulation.
    
    Signed-Off-By: Holger Freyther <[EMAIL PROTECTED]>

commit 95ec0945b93ea68229520ad3aecaae4eb0ce1355
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Sat May 10 10:26:57 2008 +0100

    [pcf50633] Disable debugging statements as the driver is working well
    
    Signed-Off-By: Holger Freyther <[EMAIL PROTECTED]>

commit 2596f61636e2472d945abbf661ce9ff7f526e714
Author: Holger Freyther <[EMAIL PROTECTED](none)>
Date:   Sat May 10 10:26:47 2008 +0100

    [pcf50633] Assume that all gta02's have a battery with coulumb counter
        For the gta02 and the bq27000 battery it does not make sense to use the
        ADC to get the current voltage. Under the assumption that all mass
        production gta02's have such batteries it does not make any sense to
        forward this value to APM.
    
    Signed-Off-By: Holger Freyther <[EMAIL PROTECTED]>

commit c03221f551f349671dcfef815b377bacefd36842
Author: Holger Freyther <[EMAIL PROTECTED](none)>
Date:   Sat May 10 10:23:22 2008 +0100

    [pcf50633] Add exported symbol to the header file
        Reading the battery volt using the ADC was an exported symbol
        but not in the header file, add it.
    
    Signed-Off-By: Holger Freyther <[EMAIL PROTECTED]>

commit c0c1f178aea531af85a13ff5f8da29ec9ccee3e5
Author: Holger Freyther <[EMAIL PROTECTED](none)>
Date:   Sat May 10 10:22:21 2008 +0100

    [pcf50633] Print less debugging messages
        According to the comments in the code we have to read
        INT1 - INT5 in case of any interrupt. So even if we have masked
        out the periodic timer interrupt we were able to see that it
        fired. Only print that we got a SECOND interrupt if we are actually
        interested in the periodic tick. From a brief look at the datasheet 
there
        is no way to stop the periodic tick.
    
    Signed-Off-By: Holger Freyther <[EMAIL PROTECTED]>

commit fb697a24cf3ccadf652039b42eb6c3ee9368e7aa
Author: Holger Freyther <[EMAIL PROTECTED](none)>
Date:   Sat May 10 10:22:21 2008 +0100

    Explain why we want SECOND to kick.
        We do not mask the SECOND interrupt to make sure that we get
        a interrupt at the beginning. We use this for the coldplug_done
        initisalisation.
        So pcf->flags and INT1M is out of sync at the beginning but after the
        first SECOND interrupt it will be put into sync.
    
    Signed-Off-By: Holger Freyther <[EMAIL PROTECTED]>

commit 8b5ad5913b4af76d8aa7a39d6d4929c8b274366c
Author: Andy Green <[EMAIL PROTECTED]>
Date:   Sat May 10 10:22:21 2008 +0100

    fix-suppress-cpu-suspend-save-restore-messages.patch
    
    syslog is crapped up with a ton of junk on suspend and resume
    
    Signed-off-by: Andy Green <[EMAIL PROTECTED]>




--- End Message ---
_______________________________________________
commitlog mailing list
commitlog@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/commitlog

Reply via email to