lkml.org 
[lkml]   [2008]   [Oct]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    Subject[PATCH v2 0/7] atmel-mci: updates for 2.6.28
    Date
    Hi Pierre,

    The following patches does a few cleanups of the atmel-mci driver,
    adds support for multiple MMC slots (AT32AP7000 support two, but this
    should be fairly easy to extend in the future), and adds optional DMA
    support. If it looks fine to you (and everyone else who wants to look
    over it), please queue it up for 2.6.28.

    The DMA support appears to work fine with all the cards I have
    available. The CPU usage is a bit high if the card is fast, but that's
    something I intend to look into later. It's a lot better and faster
    than the current driver.

    Changes since the last version of this patchset:
    - The clock is no longer stopped between transfers.
    - The clock speed is limited to the speed of the slowest card when
    using multiple slots, but there may still be issues I don't fully
    understand, so I added a warning for the board code. Boards which
    use only one slot should not be affected, however.
    - A few DMA-related kerneldoc comments were moved into the DMA patch.
    - A data transfer error while not using DMA could hang the state
    machine. This has been fixed.
    - A missing call to flush_dcache_page() in the PIO code was added.
    This is a no-op on avr32, so it probably doesn't deserve
    backporting to 2.6.27 or -stable.

    Haavard Skinnemoen (7):
    atmel-mci: Implement tasklet as a state machine
    atmel-mci: Don't stop the clock between transfers
    atmel-mci: Platform code for supporting multiple mmc slots
    atmel-mci: support multiple mmc slots
    atmel-mci: Add experimental DMA support
    atmel-mci: Don't overwrite error bits when NOTBUSY is set
    atmel-mci: Add missing flush_dcache_page() in PIO transfer code

    arch/avr32/boards/atngw100/setup.c | 7 +-
    arch/avr32/boards/atstk1000/atstk1002.c | 18 +-
    arch/avr32/boards/atstk1000/atstk1003.c | 12 +-
    arch/avr32/boards/atstk1000/atstk1004.c | 12 +-
    arch/avr32/include/asm/atmel-mci.h | 32 +-
    arch/avr32/mach-at32ap/at32ap700x.c | 90 ++-
    drivers/mmc/host/Kconfig | 11 +
    drivers/mmc/host/atmel-mci-regs.h | 6 +-
    drivers/mmc/host/atmel-mci.c | 1352 ++++++++++++++++++++++---------
    9 files changed, 1127 insertions(+), 413 deletions(-)

    Haavard


    \
     
     \ /
      Last update: 2008-10-05 18:33    [W:3.458 / U:0.016 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site