All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] MIPS: BCM47xx: Enhancements in Parsing the NVRAM data
@ 2011-05-10 21:31 Hauke Mehrtens
  2011-05-10 21:31   ` Hauke Mehrtens
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Hauke Mehrtens @ 2011-05-10 21:31 UTC (permalink / raw)
  To: ralf; +Cc: linux-mips, Hauke Mehrtens

The first 3 patches add the ability to provide an fallback sprom from 
the nvram when a card connected to the pci bus using a ssb bus itself 
has no own sprom. Then the ssb code now asks the architecture code for 
the data. In the bcm47xx architecture the sprom data is stored in the 
nvram for recent devices and they do not have an own sprom.
Patch #4 looks for some more values in the sprom. Boradcom changed the 
names of some attributes with sprom revision 4.
The last patch fixes the parsing of mac addresses on some devices.

There are still some checkpatch warnings about not using kstrto*. 
  WARNING: consider using kstrto* in preference to simple_strtoul
I will fix this in a later patch as there are many usages of simple_strtoul
in arch/mips/bcm47xx/setup.c.
    
v2: * fix some checkpatch errors and warnings
    * fix spelling issues    

Hauke Mehrtens (5):
  ssb: Change fallback sprom to callback mechanism.
  MIPS: BCM47xx: extend bcm47xx_fill_sprom with prefix.
  MIPS: BCM47xx: register ssb fallback sprom callback
  MIPS: BCM47xx: extend the filling of sprom from nvram
  MIPS: BCM47xx: Fix mac address parsing.

 arch/mips/bcm47xx/nvram.c                  |    3 +-
 arch/mips/bcm47xx/setup.c                  |  130 +++++++++++++++++++++++-----
 arch/mips/bcm63xx/boards/board_bcm963xx.c  |   16 +++-
 arch/mips/include/asm/mach-bcm47xx/nvram.h |   12 ++-
 drivers/ssb/pci.c                          |   16 +++-
 drivers/ssb/sprom.c                        |   43 ++++++----
 drivers/ssb/ssb_private.h                  |    3 +-
 include/linux/ssb/ssb.h                    |    4 +-
 8 files changed, 175 insertions(+), 52 deletions(-)

-- 
1.7.4.1

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

end of thread, other threads:[~2011-05-11 17:03 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-10 21:31 [PATCH v2 0/5] MIPS: BCM47xx: Enhancements in Parsing the NVRAM data Hauke Mehrtens
2011-05-10 21:31 ` [PATCH v2 1/5] ssb: Change fallback sprom to callback mechanism Hauke Mehrtens
2011-05-10 21:31   ` Hauke Mehrtens
2011-05-10 23:12   ` Rafał Miłecki
2011-05-11 11:53   ` Ralf Baechle
2011-05-10 21:31 ` [PATCH 2/5] MIPS: BCM47xx: extend bcm47xx_fill_sprom with prefix Hauke Mehrtens
2011-05-11 11:54   ` Ralf Baechle
2011-05-10 21:31 ` [PATCH 3/5] MIPS: BCM47xx: register ssb fallback sprom callback Hauke Mehrtens
2011-05-11 11:54   ` Ralf Baechle
2011-05-10 21:31 ` [PATCH 4/5] MIPS: BCM47xx: extend the filling of sprom from nvram Hauke Mehrtens
2011-05-11 11:55   ` Ralf Baechle
2011-05-10 21:31 ` [PATCH v2 5/5] MIPS: BCM47xx: Fix mac address parsing Hauke Mehrtens
2011-05-11 11:55   ` Ralf Baechle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.