aboutsummaryrefslogtreecommitdiff
path: root/drivers/ssb
AgeCommit message (Expand)AuthorFilesLines
2008-04-15ssb: Fix usage of struct device used for DMAingGravatar Michael Buesch 1-6/+8
2008-04-09ssb-mipscore: Fix interrupt vectorsGravatar Michael Buesch 1-6/+7
2008-04-09ssb-pcicore: Fix IRQ TPS flag handlingGravatar Larry Finger 1-1/+1
2008-04-07b43legacy: fix bcm4303 crashGravatar Stefano Brivio 1-0/+6
2008-03-04ssb: Add pcibios_enable_device() return value checkGravatar Yoichi Yuasa 1-1/+4
2008-02-28SSB PCI core driver: use new SPROM data structureGravatar Aurelien Jarno 1-1/+1
2008-02-28Use a separate config option for the b43 pci to ssb bridge.Gravatar Alexey Zaytsev 3-3/+8
2008-02-20ssb: Fix support for PCI devices behind a SSB->PCI bridgeGravatar Michael Buesch 1-5/+12
2008-02-20ssb: Fix pcicore cardbus modeGravatar Michael Buesch 2-2/+27
2008-02-20ssb: Make the GPIO API reentrancy safeGravatar Michael Buesch 4-11/+109
2008-02-20ssb: Fix the GPIO APIGravatar Michael Buesch 2-10/+49
2008-02-20ssb: Fix watchdog access for devices without a chipcommonGravatar Michael Buesch 4-0/+39
2008-02-20ssb: Fix serial console on new bcm47xx devicesGravatar Michael Buesch 1-5/+31
2008-02-03drivers/ssb/: Spelling fixesGravatar Joe Perches 1-1/+1
2008-01-28ssb: Add boardflags_hi field to the sprom data structureGravatar Michael Buesch 1-0/+3
2008-01-28b43-ssb-bridge: Add PCI ID for BCM43XGGravatar Michael Buesch 1-0/+1
2008-01-28ssb: Fix PCMCIA lowlevel register accessGravatar Michael Buesch 1-28/+43
2008-01-28ssb: Fix extraction of values from SPROMGravatar Michael Buesch 1-11/+65
2008-01-28ssb: Remove the old, now unused, data structuresGravatar Larry Finger 1-60/+15
2008-01-28ssb: Convert to use of the new SPROM structureGravatar Larry Finger 3-93/+142
2008-01-28ssb: Add new SPROM structure while keeping the oldGravatar Larry Finger 1-2/+0
2008-01-08ssb: Fix probing of PCI cores if PCI and PCIE core is availableGravatar Michael Buesch 1-0/+11
2007-11-10ssb: Fix PCMCIA-host lowlevel bus accessGravatar Michael Buesch 2-28/+29
2007-11-10ssb: Fix initcall orderingGravatar Michael Buesch 1-1/+4
2007-10-16[PATCH] ssb: fix build failureGravatar Ingo Molnar 1-2/+2
2007-10-16[PATCH] ssb: Fix a null pointer check in mipscore initGravatar Felix Fietkau 1-1/+2
2007-10-14missing include in ssbGravatar Al Viro 1-0/+1
2007-10-14uevent environment changes falloutGravatar Al Viro 1-8/+2
2007-10-13ssb bus needs <linux/io.h>Gravatar Geert Uytterhoeven 1-0/+1
2007-10-10[SSB]: Sparse fixes.Gravatar Michael Buesch 3-9/+10
2007-10-10[SSB]: Use ioreadX() and iowriteX() for PCI.Gravatar Michael Buesch 1-4/+4
2007-10-10[SSB]: add Sonics Silicon Backplane bus supportGravatar Michael Buesch 13-0/+4381