b43-dev.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/9] bcma misc updates
@ 2012-06-29 23:44 Hauke Mehrtens
  2012-06-29 23:44 ` [PATCH v2 1/9] bcma: extend workaround for bcm4331 Hauke Mehrtens
                   ` (10 more replies)
  0 siblings, 11 replies; 16+ messages in thread
From: Hauke Mehrtens @ 2012-06-29 23:44 UTC (permalink / raw)
  To: linville
  Cc: zajec5, b43-dev, arend, linux-wireless, brcm80211-dev-list,
	Hauke Mehrtens

These are some updates for bcma. Some are extending or completing some 
workarounds for PCIe based wireless cards. A patch adds 
bcma_pmu_spuravoid_pllupdate, used by brcmsmac and an other patch adds 
constants for the chip ids. This code is mostly based on code from 
brcmsmac and the Broadcom SDK for BCM47XX SoCs.

This was tested on a BCM4718 SoC with a BCM43224 PCIe and a BCM5357.
The Wifi part of the BCM4718 and BCM43224 is more or less working with 
brcmsmac, which need some more patches for that, but it has low speed 
and some times or with some access points I still get errors. The wifi 
of the BCM5357 does not work.

These patches are based on current wireless-testing.

Hauke Mehrtens (9):
  bcma: extend workaround for bcm4331
  bcma: add constants for chip ids
  bcma: remove fix for 4329b0 bad LPOM is detection
  bcma: add PCI ID for BCM43224
  bcma: complete workaround for BCMA43224 and BCM4313
  bcma: remove bcma_pmu_{pll,swreg}_init()
  bcma: remove chip ids doing nothing from PMU initialization.
  bcma: add bcma_pmu_spuravoid_pllupdate()
  bcma: add mdelay bcma_pmu_resources_init()
  
v2:
  - remove start of workaround for BCM4329b0
  - remove bcma_pmu_pll_init() and bcma_pmu_swreg_init()
  - do not add all the SOCs to the switch case statements in 
    bcma_pmu_workarounds() and bcma_pmu_resources_init(), but make the 
    message displayed a debug message.
  - remove code for BCM6362, this chip uses a slightly different bus 
    from bcma and ssb.

 drivers/bcma/driver_chipcommon_pmu.c        |  317 ++++++++++++++++++++-------
 drivers/bcma/driver_mips.c                  |    8 +-
 drivers/bcma/driver_pci_host.c              |    8 +-
 drivers/bcma/host_pci.c                     |    1 +
 drivers/bcma/sprom.c                        |   18 +-
 include/linux/bcma/bcma.h                   |   30 +++
 include/linux/bcma/bcma_driver_chipcommon.h |   23 ++
 7 files changed, 310 insertions(+), 95 deletions(-)

-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2012-07-17  7:31 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-29 23:44 [PATCH v2 0/9] bcma misc updates Hauke Mehrtens
2012-06-29 23:44 ` [PATCH v2 1/9] bcma: extend workaround for bcm4331 Hauke Mehrtens
2012-06-29 23:44 ` [PATCH v2 2/9] bcma: add constants for chip ids Hauke Mehrtens
2012-06-29 23:44 ` [PATCH v2 3/9] bcma: remove fix for 4329b0 bad LPOM is detection Hauke Mehrtens
2012-06-29 23:44 ` [PATCH v2 4/9] bcma: add PCI ID for BCM43224 Hauke Mehrtens
2012-06-29 23:44 ` [PATCH v2 5/9] bcma: complete workaround for BCMA43224 and BCM4313 Hauke Mehrtens
2012-06-29 23:44 ` [PATCH v2 6/9] bcma: remove bcma_pmu_{pll,swreg}_init() Hauke Mehrtens
2012-06-29 23:44 ` [PATCH v2 7/9] bcma: remove chip ids doing nothing from PMU initialization Hauke Mehrtens
2012-06-29 23:44 ` [PATCH v2 8/9] bcma: add bcma_pmu_spuravoid_pllupdate() Hauke Mehrtens
2012-06-29 23:44 ` [PATCH v2 9/9] bcma: add mdelay bcma_pmu_resources_init() Hauke Mehrtens
2012-06-30  9:19 ` [PATCH v2 0/9] bcma misc updates Rafał Miłecki
2012-07-03  6:51 ` REGRESSION: " Arend van Spriel
2012-07-03  7:44   ` Hauke Mehrtens
2012-07-03  8:22     ` Arend van Spriel
2012-07-16 21:44       ` Hauke Mehrtens
2012-07-17  7:31         ` Arend van Spriel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).