1. 31 Dec, 2015 1 commit
    • Rafał Miłecki's avatar
      bcma: use module_init for the main part of bus initialization · 0510931e
      Rafał Miłecki authored
      So far we were using fs_initcall. It was (and still is) needed because
      struct bus_type has to be registered early. However main bus
      initialization has to happen later as it requires SPROM which depends on
      NVRAM which depends on mtd.
      Solve it by using fs_initcall only for bus_register call and module_init
      for the rest. It affects bcma only when built-in obviously.
      
      This was tested with BCM4706 and BCM5357C0 (BCM47XX), BCM4708A0
      (ARCH_BCM_5301X) and BCM43225 (PCIe card with bcma as module).
      Signed-off-by: default avatarRafał Miłecki <zajec5@gmail.com>
      Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
      0510931e
  2. 30 Dec, 2015 29 commits
  3. 29 Dec, 2015 1 commit
    • Kalle Valo's avatar
      Merge tag 'iwlwifi-next-for-kalle-2015-12-21' of... · 5a1f052d
      Kalle Valo authored
      Merge tag 'iwlwifi-next-for-kalle-2015-12-21' of https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next
      
      * Make scan parameters low latency aware (Avi Stern)
      * Fix in the NL80211_FEATURE_FULL_AP_CLIENT_STATE state case (Ayala)
      * Fix enable injection mode (Chaya Rachel)
      * Various cleanups (Dan / Julia / myself)
      * Allow to stay more time on popular channels (David Spinadel)
      * Bug fixes for D0i3 (Eliad / Luca)
      * Fixes for GO uAPSD (myself)
      * Start of TSO support (myself)
      * Rate control bug fixes (Eyal / Gregory)
      * Start the work on 9000 devices (Johannes / Sara / Oren)
      * Start the work on a new Tx queue allocation model (Liad)
      * Debug infrastructure enhancements (Golan)
      5a1f052d
  4. 21 Dec, 2015 3 commits
  5. 20 Dec, 2015 6 commits