1. 23 4月, 2014 2 次提交
  2. 28 3月, 2014 1 次提交
  3. 01 3月, 2014 2 次提交
  4. 16 11月, 2013 1 次提交
  5. 12 11月, 2013 1 次提交
  6. 27 8月, 2013 1 次提交
  7. 27 7月, 2013 2 次提交
  8. 24 7月, 2013 1 次提交
  9. 23 7月, 2013 1 次提交
    • D
      mwifiex: fix IRQ enable/disable · 232fde06
      Daniel Drake 提交于
      During tear down (e.g. mwifiex_sdio_remove during system suspend),
      mwifiex left IRQs enabled for a significant period of time when it was
      unable to handle them correctly. This caused interrupt storms and
      interfered with the bluetooth interface on the same SDIO card.
      
      Solve this by disabling interrupts at the point when they can no longer
      be handled correctly, which is at the start of mwifiex_remove_card().
      
      For cleanliness, we now enable interrupts in the mwifiex_add_card() path,
      to be symmetrical with the disabling of interrupts. We also couple the
      registration of the sdio IRQ handler with the actual enable/disable of
      interrupts at the hardware level.
      
      I also removed a write to this register in mwifiex_init_sdio which seemed
      pointless and won't cause any ill effects now that we only register
      the SDIO IRQ handler when we are ready to accept interrupts.
      
      Includes some corrections from Amitkumar Karwar.
      Signed-off-by: NDaniel Drake <dsd@laptop.org>
      Acked-by: NBing Zhao <bzhao@marvell.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      232fde06
  10. 23 5月, 2013 8 次提交
  11. 23 2月, 2013 1 次提交
  12. 05 2月, 2013 1 次提交
  13. 31 1月, 2013 1 次提交
  14. 29 12月, 2012 1 次提交
    • T
      mwifiex: don't use [delayed_]work_pending() · 7f5855c9
      Tejun Heo 提交于
      Drop work_pending() test from mwifiex_sdio_card_reset().  As
      work_pending() becomes %false before sdio_card_reset_worker() starts
      executing, it doesn't really protect anything.  reset_host may change
      between mmc_remove_host() and mmc_add_host().  Make
      sdio_card_reset_worker() cache the target mmc_host so that it isn't
      affected by mwifiex_sdio_card_reset() racing with it.
      
      Only compile tested.
      Signed-off-by: NTejun Heo <tj@kernel.org>
      Acked-by: NBing Zhao <bzhao@marvell.com>
      Cc: linux-wireless@vger.kernel.org
      7f5855c9
  15. 17 11月, 2012 1 次提交
  16. 15 11月, 2012 2 次提交
  17. 23 6月, 2012 1 次提交
  18. 09 5月, 2012 1 次提交
  19. 13 4月, 2012 1 次提交
  20. 15 3月, 2012 1 次提交
  21. 14 3月, 2012 1 次提交
  22. 01 2月, 2012 1 次提交
  23. 14 12月, 2011 1 次提交
  24. 18 11月, 2011 1 次提交
  25. 10 11月, 2011 1 次提交
  26. 13 10月, 2011 1 次提交
  27. 22 7月, 2011 2 次提交
  28. 11 6月, 2011 1 次提交