1. 12 Dec, 2008 2 commits
    • Troy Kisky's avatar
      ARM: DaVinci: dma: don't clear link on stop yet · 9b6c8e4c
      Troy Kisky authored
      Don't clear link on stop until audio driver is fixed.
      Signed-off-by: default avatarTroy Kisky <troy.kisky@boundarydevices.com>
      9b6c8e4c
    • David Brownell's avatar
      rip out 1/4 of davinci_mmc, dm355 works better now · 17571182
      David Brownell authored
      This shrinks the object size of davinci_mmc by about a quarter,
      ripping out stuff that was issuing all kinds of commands behind
      the back of the MMC core (evidently for card detect purposes).
      
      That's stuff that needs to be ripped out before this driver can go
      into mainline, obviously; good to remove it ASAP.
      
      This has one immediate positive effect:  cards which previously could
      not be enumerated on a dm355evm can now enumerate!  (After disabling
      DMA, for now.)  Which in turn let me boot a rootfs from an SD card ...
      
      There still seems to be state kept around after card removal, which
      prevents a second card from enumerating after removing the first one.
      Also, the MMC core failed when enumerating an MMC card; odd!
      
      (Plus fix two broken debug messages:  voltages use a bitmask, and
      newlines don't belong in the *middle* of messages.)
      Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
      17571182
  2. 11 Dec, 2008 38 commits