b43-dev.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] ssb/bcma/bcm47xx: extend boardinfo and sprom
@ 2012-04-29  0:04 Hauke Mehrtens
  2012-04-29  0:04 ` [PATCH 1/8] ssb: remove rev from boardinfo Hauke Mehrtens
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Hauke Mehrtens @ 2012-04-29  0:04 UTC (permalink / raw)
  To: linville
  Cc: zajec5, b43-dev, linux-mips, linux-wireless, arend, m, ralf,
	Hauke Mehrtens

This patch series fixes the boardinfo for ssb based devices by removing 
board_rev from the struct, this should be fetched from sprom. In 
addition a boardinfo struct was added to bcma.
The pci sprom parsing code was extended for bcma to provide all 
attributes needed by brcmsmac and that code was also copied to ssb.

This is based on wireless-testing/master.

Hauke Mehrtens (8):
  ssb: remove rev from boardinfo
  MIPS: bcm47xx: refactor fetching board data
  bcma: add boardinfo struct
  MIPS: bcm47xx: read baordrev without prefix from sprom
  ssb/bcma: fill attribute alpha2 from sprom
  ssb: fill board_rev attribute from sprom
  bcma: read out some additional sprom attributes
  bcma/ssb: parse new attributes from sprom

 arch/mips/bcm47xx/setup.c                    |   11 +-
 arch/mips/bcm47xx/sprom.c                    |   26 +++++
 arch/mips/include/asm/mach-bcm47xx/bcm47xx.h |    9 ++
 drivers/bcma/host_pci.c                      |    3 +
 drivers/bcma/sprom.c                         |  149 +++++++++++++++++++++++++-
 drivers/net/wireless/b43/bus.c               |    6 +-
 drivers/net/wireless/b43/main.c              |    4 +-
 drivers/net/wireless/b43legacy/main.c        |    2 +-
 drivers/net/wireless/b43legacy/phy.c         |    4 +-
 drivers/net/wireless/b43legacy/radio.c       |   10 +-
 drivers/ssb/pci.c                            |   88 +++++++++++++--
 include/linux/bcma/bcma.h                    |    7 ++
 include/linux/ssb/ssb.h                      |    1 -
 include/linux/ssb/ssb_regs.h                 |   61 ++++++++++-
 14 files changed, 347 insertions(+), 34 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2012-05-15 21:55 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-29  0:04 [PATCH 0/8] ssb/bcma/bcm47xx: extend boardinfo and sprom Hauke Mehrtens
2012-04-29  0:04 ` [PATCH 1/8] ssb: remove rev from boardinfo Hauke Mehrtens
2012-04-29  0:04 ` [PATCH 2/8] MIPS: bcm47xx: refactor fetching board data Hauke Mehrtens
2012-04-29  0:04 ` [PATCH 3/8] bcma: add boardinfo struct Hauke Mehrtens
2012-04-29  0:04 ` [PATCH 4/8] MIPS: bcm47xx: read baordrev without prefix from sprom Hauke Mehrtens
2012-04-29  0:04 ` [PATCH 5/8] ssb/bcma: fill attribute alpha2 " Hauke Mehrtens
2012-04-29  0:04 ` [PATCH 6/8] ssb: fill board_rev attribute " Hauke Mehrtens
2012-04-29  0:04 ` [PATCH 7/8] bcma: read out some additional sprom attributes Hauke Mehrtens
2012-04-29  0:04 ` [PATCH 8/8] bcma/ssb: parse new attributes from sprom Hauke Mehrtens
2012-05-15 21:16 ` [PATCH 0/8] ssb/bcma/bcm47xx: extend boardinfo and sprom John W. Linville
2012-05-15 21:55   ` Ralf Baechle

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).