1. 23 7月, 2013 1 次提交
  2. 28 6月, 2013 1 次提交
  3. 07 3月, 2013 1 次提交
  4. 05 2月, 2013 1 次提交
  5. 31 1月, 2013 1 次提交
  6. 08 1月, 2013 1 次提交
  7. 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
  8. 07 12月, 2012 1 次提交
  9. 22 11月, 2012 1 次提交
  10. 20 10月, 2012 3 次提交
  11. 16 10月, 2012 1 次提交
  12. 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
  13. 22 8月, 2012 2 次提交
  14. 13 7月, 2012 2 次提交
  15. 10 7月, 2012 1 次提交
  16. 06 3月, 2012 1 次提交
  17. 07 2月, 2012 3 次提交
  18. 17 1月, 2012 2 次提交
  19. 14 12月, 2011 1 次提交
  20. 01 11月, 2011 1 次提交
  21. 23 8月, 2011 1 次提交
  22. 09 8月, 2011 3 次提交
  23. 12 7月, 2011 1 次提交
  24. 28 6月, 2011 1 次提交
  25. 21 6月, 2011 1 次提交
  26. 04 6月, 2011 1 次提交
  27. 02 6月, 2011 1 次提交
  28. 11 5月, 2011 1 次提交
    • R
      bcma: add Broadcom specific AMBA bus driver · 8369ae33
      Rafał Miłecki 提交于
      Broadcom has released cards based on a new AMBA-based bus type. From a
      programming point of view, this new bus type differs from AMBA and does
      not use AMBA common registers. It also differs enough from SSB. We
      decided that a new bus driver is needed to keep the code clean.
      
      In its current form, the driver detects devices present on the bus and
      registers them in the system. It allows registering BCMA drivers for
      specified bus devices and provides them basic operations. The bus driver
      itself includes two important bus managing drivers: ChipCommon core
      driver and PCI(c) core driver. They are early used to allow correct
      initialization.
      
      Currently code is limited to supporting buses on PCI(e) devices, however
      the driver is designed to be used also on other hosts. The host
      abstraction layer is implemented and already used for PCI(e).
      
      Support for PCI(e) hosts is working and seems to be stable (access to
      80211 core was tested successfully on a few devices). We can still
      optimize it by using some fixed windows, but this can be done later
      without affecting any external code. Windows are just ranges in MMIO
      used for accessing cores on the bus.
      
      Cc: Greg KH <greg@kroah.com>
      Cc: Michael Büsch <mb@bu3sch.de>
      Cc: Larry Finger <Larry.Finger@lwfinger.net>
      Cc: George Kashperko <george@znau.edu.ua>
      Cc: Arend van Spriel <arend@broadcom.com>
      Cc: linux-arm-kernel@lists.infradead.org
      Cc: Russell King <rmk@arm.linux.org.uk>
      Cc: Arnd Bergmann <arnd@arndb.de>
      Cc: Andy Botting <andy@andybotting.com>
      Cc: linuxdriverproject <devel@linuxdriverproject.org>
      Cc: linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org>
      Signed-off-by: NRafał Miłecki <zajec5@gmail.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      8369ae33