From: "John W. Linville" <linville@tuxdriver.com>
To: Hauke Mehrtens <hauke@hauke-m.de>
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
Date: Tue, 21 Feb 2012 14:37:44 -0500 [thread overview]
Message-ID: <20120221193744.GB19354@tuxdriver.com> (raw)
In-Reply-To: <1329676345-15856-1-git-send-email-hauke@hauke-m.de>
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.
next prev parent reply other threads:[~2012-02-21 19:46 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-19 18:32 [PATCH 00/11] ssb/bcma/BCM47XX: sprom fixes and extensions Hauke Mehrtens
2012-02-19 18:32 ` [PATCH 01/11] ssb: sprom fix some sizes / signedness Hauke Mehrtens
2012-02-23 18:14 ` Rafał Miłecki
2012-02-23 21:27 ` Hauke Mehrtens
2012-02-19 18:32 ` [PATCH 02/11] ssb: remove 5GHz antenna gain from sprom Hauke Mehrtens
2012-02-19 19:14 ` Larry Finger
2012-02-19 19:17 ` Hauke Mehrtens
2012-02-19 18:32 ` [PATCH 03/11] ssb: fix per path sprom vars Hauke Mehrtens
2012-02-19 18:32 ` [PATCH 04/11] ssb: add ccode Hauke Mehrtens
2012-02-19 18:49 ` Michael Büsch
2012-02-19 19:28 ` Hauke Mehrtens
2012-02-19 19:50 ` Michael Büsch
2012-02-19 20:01 ` Hauke Mehrtens
2012-02-19 18:32 ` [PATCH 05/11] ssb: add some missing sprom attributes Hauke Mehrtens
2012-02-19 22:16 ` Gábor Stefanik
2012-02-19 18:32 ` [PATCH 06/11] bcma: export bcma_find_core Hauke Mehrtens
2012-02-19 18:32 ` [PATCH 07/11] bcma: add support for sprom not found on the device Hauke Mehrtens
2012-02-19 18:32 ` [PATCH 08/11] MIPS: BCM47XX: return number of written bytes in nvram_getenv Hauke Mehrtens
2012-02-19 18:32 ` [PATCH 09/11] MIPS: BCM47XX: fix signature of nvram_parse_macaddr Hauke Mehrtens
2012-02-19 18:32 ` [PATCH 10/11] MIPS: BCM47XX: move and extend sprom parsing Hauke Mehrtens
2012-02-19 18:32 ` [PATCH 11/11] MIPS: BCM47XX: provide sprom to bcma bus Hauke Mehrtens
2012-02-20 11:08 ` Sergei Shtylyov
2012-02-21 19:37 ` John W. Linville [this message]
2012-02-21 19:52 ` [PATCH 00/11] ssb/bcma/BCM47XX: sprom fixes and extensions Hauke Mehrtens
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120221193744.GB19354@tuxdriver.com \
--to=linville@tuxdriver.com \
--cc=arend@broadcom.com \
--cc=b43-dev@lists.infradead.org \
--cc=hauke@hauke-m.de \
--cc=linux-mips@linux-mips.org \
--cc=linux-wireless@vger.kernel.org \
--cc=m@bues.ch \
--cc=zajec5@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).