development kernel tree: Changes to 'stable'

git at git.openmoko.org git at git.openmoko.org
Thu Jul 24 01:05:09 CEST 2008


 drivers/mfd/glamo/glamo-mci.c |   27 ++++++++++++++++++---------
 1 files changed, 18 insertions(+), 9 deletions(-)

New commits:
commit 8533927964761f4e2078ccd8607b90f5acc60b93
Author: Andy Green <andy at openmoko.com>
Date:   Thu Jul 24 00:04:54 2008 +0100

    fix-glamo-mci-ensure-more-than-74-clocks-after-power.patch
    
    We are meant to run SD_CLK a little while after power-on for the SD
    Card, but with the no idle clock changes we didn't take care about it.
    
    This makes us sleep a little bit before disabling clock if we just
    powered up the SD Card.
    
    Signed-off-by: Andy Green <andy at openmoko.com>

commit 87ffb9bd9691230e919a306979217e572fd02690
Author: Andy Green <andy at openmoko.com>
Date:   Thu Jul 24 00:04:44 2008 +0100

    fix-glamo-mci-possible-timeout-overflow.patch
    
    The MMC stack hands us a timeout calibrated in SD_CLK clocks, but the
    Glamo can only deal with up to 65520 clocks of timeout.  If the stack
    handed us a request bigger than this, it would just wrap and the
    timeout we actually used would be way too short.
    
    With this patch if that happens, we use the longest timeout we can,
    65520 clocks and give it our best shot.
    
    Signed-off-by: Andy Green <andy at openmoko.com>





More information about the commitlog mailing list