1. 26 8月, 2014 1 次提交
    • H
      bcma: add PCI ID for spromless BCM43217 · ed96c03e
      Hauke Mehrtens 提交于
      This adds the PCI ID a BCM43217 without a sprom.
      This devices was found on a Netgear R6250 attached to a BCM4708 ARM SoC.
      
      bcma: bus1: Found chip with id 0xA8D1, rev 0x00 and package 0x08
      bcma: bus1: Core 0 found: ChipCommon (manuf 0x4BF, id 0x800, rev 0x27, class 0x0)
      bcma: bus1: Core 1 found: IEEE 802.11 (manuf 0x4BF, id 0x812, rev 0x1E, class 0x0)
      bcma: bus1: Core 2 found: PCIe (manuf 0x4BF, id 0x820, rev 0x14, class 0x0)
      
      b43-phy0: Broadcom 43217 WLAN found (core revision 30)
      b43-phy0: Found PHY: Analog 9, Type 4 (N), Revision 17
      b43-phy0: Found Radio: Manuf 0x17F, ID 0x2057, Revision 14, Version 1
      Signed-off-by: NHauke Mehrtens <hauke@hauke-m.de>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      ed96c03e
  2. 29 7月, 2014 1 次提交
  3. 19 7月, 2014 1 次提交
  4. 10 12月, 2013 1 次提交
  5. 06 12月, 2013 1 次提交
  6. 11 10月, 2013 2 次提交
  7. 28 6月, 2013 1 次提交
  8. 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
  9. 30 10月, 2012 1 次提交
  10. 25 9月, 2012 1 次提交
  11. 11 8月, 2012 1 次提交
  12. 03 8月, 2012 1 次提交
  13. 10 7月, 2012 2 次提交
  14. 17 5月, 2012 2 次提交
  15. 07 2月, 2012 1 次提交
  16. 17 1月, 2012 3 次提交
  17. 14 12月, 2011 1 次提交
  18. 07 12月, 2011 1 次提交
  19. 01 11月, 2011 1 次提交
  20. 21 6月, 2011 1 次提交
  21. 02 6月, 2011 1 次提交
  22. 27 5月, 2011 1 次提交
  23. 17 5月, 2011 1 次提交
  24. 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