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. Hauke Mehrtens (8): bcma: extend workaround for bcm4331 bcma: add constants for chip ids bcma: Fix for 4329b0 bad LPOM is detection bcma: add PCI ID for BCM43224 bcma: complete workaround for BCMA43224 and BCM4313 bcma: handle SoCs in pmu initialization bcma: add bcma_pmu_spuravoid_pllupdate() bcma: add mdelay bcma_pmu_resources_init() drivers/bcma/driver_chipcommon_pmu.c | 355 +++++++++++++++++++++++---- 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, 381 insertions(+), 62 deletions(-) -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html