Skip to content
Snippets Groups Projects
  1. Nov 14, 2018
  2. Nov 13, 2018
  3. Nov 12, 2018
  4. Nov 10, 2018
    • Marek Vasut's avatar
      mmc: dw_mmc: Add RCRC handling · 26cc40d8
      Marek Vasut authored and Tom Rini's avatar Tom Rini committed
      
      This patch adds check for command response CRC failure. The driver
      is currently ignoring CRC check failure on command resposes which
      have CRC atteched to it, which can be potentially dangerous. Even
      more grueling problem happens when the command response is followed
      by data transfer though, as in that case, the dwmci_data_transfer()
      function will spin until it reaches the 240s timeout.
      
      Signed-off-by: default avatarMarek Vasut <marex@denx.de>
      Cc: Heiko Stuebner <heiko@sntech.de>
      Cc: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
      26cc40d8
  5. Nov 09, 2018
Loading