Return-path: Received: from charlotte.tuxdriver.com ([70.61.120.58]:57292 "EHLO smtp.tuxdriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753016Ab2BUTqz (ORCPT ); Tue, 21 Feb 2012 14:46:55 -0500 Date: Tue, 21 Feb 2012 14:37:44 -0500 From: "John W. Linville" To: Hauke Mehrtens Cc: zajec5@gmail.com, b43-dev@lists.infradead.org, linux-mips@linux-mips.org, linux-wireless@vger.kernel.org, arend@broadcom.com, m@bues.ch Subject: Re: [PATCH 00/11] ssb/bcma/BCM47XX: sprom fixes and extensions Message-ID: <20120221193744.GB19354@tuxdriver.com> (sfid-20120221_204659_120126_349E34AC) References: <1329676345-15856-1-git-send-email-hauke@hauke-m.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1329676345-15856-1-git-send-email-hauke@hauke-m.de> Sender: linux-wireless-owner@vger.kernel.org List-ID: Has Ralf seen the arch/mips patches? On Sun, Feb 19, 2012 at 07:32:14PM +0100, Hauke Mehrtens wrote: > This patch series fixes some errors in the sprom structures and extends > it to contain members for all sprom values for sprom version 1 to 9. > This was done by looking into the open source part of the Broadcom SDK. > This also adds a fallback sprom registration method to bcma. > It also contains some small fixes for the bcma47xx arch code and a > rewrite of the code to provide the sprom from flash. It now also > provides sprom from flash for devices using bcma to control the system > bus. > > This patch series is based on wireles-testing. I think it is the best > way to merge this through John's wireless tree as the changes in the > sprom struct should be used in further patches extending the pci sprom > parsing and the usage of struct sprom by the brcmsmac driver. > > Hauke Mehrtens (11): > ssb: sprom fix some sizes / signedness > ssb: remove 5GHz antenna gain from sprom > ssb: fix per path sprom vars > ssb: add ccode > ssb: add some missing sprom attributes > bcma: export bcma_find_core > bcma: add support for sprom not found on the device. > MIPS: BCM47XX: return number of written bytes in nvram_getenv > MIPS: BCM47XX: fix signature of nvram_parse_macaddr > MIPS: BCM47XX: move and extend sprom parsing > MIPS: BCM47XX: provide sprom to bcma bus > > arch/mips/bcm47xx/Makefile | 2 +- > arch/mips/bcm47xx/nvram.c | 3 +- > arch/mips/bcm47xx/setup.c | 188 ++------- > arch/mips/bcm47xx/sprom.c | 618 ++++++++++++++++++++++++++ > arch/mips/include/asm/mach-bcm47xx/bcm47xx.h | 3 + > arch/mips/include/asm/mach-bcm47xx/nvram.h | 2 +- > drivers/bcma/main.c | 3 +- > drivers/bcma/sprom.c | 75 +++- > drivers/net/wireless/b43legacy/phy.c | 2 +- > drivers/ssb/pci.c | 40 +-- > drivers/ssb/pcmcia.c | 12 +- > drivers/ssb/sdio.c | 12 +- > include/linux/bcma/bcma.h | 7 + > include/linux/ssb/ssb.h | 102 ++++- > 14 files changed, 844 insertions(+), 225 deletions(-) > create mode 100644 arch/mips/bcm47xx/sprom.c > > -- > 1.7.5.4 > > -- John W. Linville Someday the world will need a hero, and you linville@tuxdriver.com might be all we have. Be ready.