1. 20 Jan, 2017 1 commit
    • Brian Norris's avatar
      mwifiex: pcie: use posted write to wake up firmware · 062e008a
      Brian Norris authored
      Depending on system factors (e.g., the PCIe link PM state), the first
      read to wake up the Wifi firmware can take a long time. There is no
      reason to use a (blocking, non-posted) read at this point, so let's just
      use a write instead. Write vs. read doesn't matter functionality-wise --
      it's just a dummy operation. But let's make sure to re-write with the
      correct "ready" signature, since we check for that in other parts of the
      driver.
      
      This has been shown to decrease the time spent blocking in this function
      on RK3399.
      Signed-off-by: default avatarBrian Norris <briannorris@chromium.org>
      Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
      062e008a
  2. 19 Jan, 2017 7 commits
  3. 17 Jan, 2017 14 commits
  4. 12 Jan, 2017 13 commits
  5. 11 Jan, 2017 4 commits
  6. 10 Jan, 2017 1 commit