1. 12 Mar, 2017 12 commits
  2. 26 Feb, 2017 26 commits
  3. 23 Feb, 2017 2 commits
    • Greg Kroah-Hartman's avatar
      Linux 4.4.51 · f1924ac0
      Greg Kroah-Hartman authored
      f1924ac0
    • Anssi Hannula's avatar
      mmc: core: fix multi-bit bus width without high-speed mode · 5a86b115
      Anssi Hannula authored
      commit 3d4ef329 upstream.
      
      Commit 577fb131 ("mmc: rework selection of bus speed mode")
      refactored bus width selection code to mmc_select_bus_width().
      
      However, it also altered the behavior to not call the selection code in
      non-high-speed modes anymore.
      
      This causes 1-bit mode to always be used when the high-speed mode is not
      enabled, even though 4-bit and 8-bit bus are valid bus widths in the
      backwards-compatibility (legacy) mode as well (see e.g. 5.3.2 Bus Speed
      Modes in JEDEC 84-B50). This results in a significant regression in
      transfer speeds.
      
      Fix the code to allow 4-bit and 8-bit widths even without high-speed
      mode, as before.
      
      Tested with a Zynq-7000 PicoZed 7020 board.
      
      Fixes: 577fb131 ("mmc: rework selection of bus speed mode")
      Signed-off-by: default avatarAnssi Hannula <anssi.hannula@bitwise.fi>
      Signed-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
      [anssi.hannula@bitwise.fi: backported for the different err variable
       check on v4.4 and tested]
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      5a86b115