Return-path: Received: from mail-we0-f174.google.com ([74.125.82.174]:64367 "EHLO mail-we0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755194Ab2F2Tdk convert rfc822-to-8bit (ORCPT ); Fri, 29 Jun 2012 15:33:40 -0400 Received: by werb14 with SMTP id b14so1253085wer.19 for ; Fri, 29 Jun 2012 12:33:39 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <4FEDDA91.2050805@hauke-m.de> References: <1338933307-13446-1-git-send-email-hauke@hauke-m.de> <4FEDDA91.2050805@hauke-m.de> Date: Fri, 29 Jun 2012 21:33:39 +0200 Message-ID: (sfid-20120629_213344_242257_A55ACDB9) Subject: Re: [PATCH 0/8] bcma misc updates From: =?UTF-8?B?UmFmYcWCIE1pxYJlY2tp?= To: Hauke Mehrtens Cc: linville@tuxdriver.com, b43-dev@lists.infradead.org, arend@broadcom.com, linux-wireless@vger.kernel.org Content-Type: text/plain; charset=UTF-8 Sender: linux-wireless-owner@vger.kernel.org List-ID: 2012/6/29 Hauke Mehrtens : > On 06/29/2012 09:44 AM, Rafał Miłecki wrote: >> 2012/6/5 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. >>> >>> 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() >> >> John: can you take the following patches from this patchset? >> 1/8 >> 2/8 >> 4/8 >> 5/8 >> 7/8 >> >> Following patches should be dropped: >> 3/8 - BCM4329 fix should be dropped, not improved >> 6/8 - functions touched by patch should be dropper, not improved >> 8/8 - patch is fine, but doesn't apply cleanly >> > I am ok with that, but I am also planing to send a v2 of these patch > series and the one for brcmsmac today. Hm, do you mean to change anything in 1, 2, 4, 5 or 8? To make everything apply cleanly I'd love to see your new patches based on top of my [PATCH] bcma: use custom printing functions -- Rafał