1. 29 1月, 2015 1 次提交
  2. 24 1月, 2015 2 次提交
  3. 12 11月, 2014 2 次提交
  4. 28 10月, 2014 1 次提交
  5. 24 10月, 2014 1 次提交
  6. 01 10月, 2014 1 次提交
  7. 10 9月, 2014 4 次提交
  8. 08 7月, 2014 1 次提交
  9. 05 1月, 2014 1 次提交
  10. 20 12月, 2013 1 次提交
  11. 17 10月, 2013 1 次提交
  12. 23 7月, 2013 1 次提交
  13. 28 6月, 2013 1 次提交
  14. 07 3月, 2013 1 次提交
  15. 05 2月, 2013 1 次提交
  16. 31 1月, 2013 1 次提交
  17. 08 1月, 2013 1 次提交
  18. 04 1月, 2013 1 次提交
    • G
      Drivers: bcma: remove __dev* attributes. · 0f58a01d
      Greg Kroah-Hartman 提交于
      CONFIG_HOTPLUG is going away as an option.  As a result, the __dev*
      markings need to be removed.
      
      This change removes the use of __devinit, __devexit_p, and __devexit
      from these drivers.
      
      Based on patches originally written by Bill Pemberton, but redone by me
      in order to handle some of the coding style issues better, by hand.
      
      Cc: Bill Pemberton <wfp5p@virginia.edu>
      Cc: "Rafał Miłecki" <zajec5@gmail.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      0f58a01d
  19. 07 12月, 2012 1 次提交
  20. 22 11月, 2012 1 次提交
  21. 20 10月, 2012 3 次提交
  22. 16 10月, 2012 1 次提交
  23. 08 9月, 2012 1 次提交
    • S
      bcma: don't leak memory for PCIE, MIPS, GBIT cores · ee915927
      Saul St. John 提交于
      bcma_scan_bus allocates a bcma_core for each core found on the bus, but the
      memory for cores handled by the bcma driver itself was not being freed when
      the bus was unregistered. This patch adds special handling for the PCIE,
      MIPS, and GBIT COMMON cores, to ensure that their memory allocation is
      freed as well.
      
      Note that this patch doesn't address the memory allocated for the CC core,
      as that was corrected in my previous patch "bcma: register cc core driver,
      device."
      
      Cc: Rafał Miłecki <zajec5@gmail.com>
      Signed-off-by: NSaul St. John <saul.stjohn@gmail.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      ee915927
  24. 22 8月, 2012 2 次提交
  25. 13 7月, 2012 2 次提交
  26. 10 7月, 2012 1 次提交
  27. 06 3月, 2012 1 次提交
  28. 07 2月, 2012 3 次提交
  29. 17 1月, 2012 1 次提交