summaryrefslogtreecommitdiff
path: root/drivers/ssb/sprom.c
Commit message (Collapse)AuthorAgeFilesLines
* ssb: Add SPROM fallback supportMichael Buesch2009-03-051-0/+36
| | | | | | | | | | | | | This adds SSB functionality to register a fallback SPROM image from the architecture setup code. Weird architectures exist that have half-assed SSB devices without SPROM attached to their PCI busses. The architecture can register a fallback SPROM image that is used if no SPROM is found on the SSB device. Signed-off-by: Michael Buesch <mb@bu3sch.de> Cc: Florian Fainelli <florian@openwrt.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>
* ssb: Add SPROM/invariants support for PCMCIA devicesMichael Buesch2008-03-131-0/+133
This adds support for reading/writing the SPROM invariants for PCMCIA based devices. Signed-off-by: Michael Buesch <mb@bu3sch.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>