aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ssb (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-23ssb: Fix all-ones boardflagsLarry Finger1-0/+5
2008-04-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-6/+8
2008-04-16ssb-pcicore: Remove b44 TPS flag workaroundMichael Buesch1-9/+3
2008-04-15ssb: Fix usage of struct device used for DMAingMichael Buesch1-6/+8
2008-04-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-7/+14
2008-04-09ssb-mipscore: Fix interrupt vectorsMichael Buesch1-6/+7
2008-04-09ssb-pcicore: Fix IRQ TPS flag handlingLarry Finger1-1/+1
2008-04-08ssb: Add support for block-I/OMichael Buesch4-0/+296
2008-04-08ssb: Fix build for non-PCIhostMichael Buesch1-2/+2
2008-04-08ssb: Turn suspend/resume upside downMichael Buesch5-58/+74
2008-04-08ssb-pcmcia: IRQ and DMA related fixesMichael Buesch2-15/+23
2008-04-07b43legacy: fix bcm4303 crashStefano Brivio1-0/+6
2008-03-13ssb: Add SPROM/invariants support for PCMCIA devicesMichael Buesch7-165/+646
2008-03-06ssb: Add Gigabit Ethernet driverMichael Buesch8-72/+515
2008-03-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+4
2008-03-04ssb: Add pcibios_enable_device() return value checkYoichi Yuasa1-1/+4
2008-02-29ssb: Add CHIPCO IRQ access functionsAurelien Jarno1-0/+10
2008-02-29ssb: Add support for 8bit register accessMichael Buesch3-0/+78
2008-02-28SSB PCI core driver: use new SPROM data structureAurelien Jarno1-1/+1
2008-02-28Use a separate config option for the b43 pci to ssb bridge.Alexey Zaytsev3-3/+8
2008-02-20ssb: Fix support for PCI devices behind a SSB->PCI bridgeMichael Buesch1-5/+12
2008-02-20ssb: Fix pcicore cardbus modeMichael Buesch2-2/+27
2008-02-20ssb: Make the GPIO API reentrancy safeMichael Buesch4-11/+109
2008-02-20ssb: Fix the GPIO APIMichael Buesch2-10/+49
2008-02-20ssb: Fix watchdog access for devices without a chipcommonMichael Buesch4-0/+39
2008-02-20ssb: Fix serial console on new bcm47xx devicesMichael Buesch1-5/+31
2008-02-03drivers/ssb/: Spelling fixesJoe Perches1-1/+1
2008-01-28ssb: Add boardflags_hi field to the sprom data structureMichael Buesch1-0/+3
2008-01-28b43-ssb-bridge: Add PCI ID for BCM43XGMichael Buesch1-0/+1
2008-01-28ssb: Fix PCMCIA lowlevel register accessMichael Buesch1-28/+43
2008-01-28ssb: Fix extraction of values from SPROMMichael Buesch1-11/+65
2008-01-28ssb: Remove the old, now unused, data structuresLarry Finger1-60/+15
2008-01-28ssb: Convert to use of the new SPROM structureLarry Finger3-93/+142
2008-01-28ssb: Add new SPROM structure while keeping the oldLarry Finger1-2/+0
2008-01-08ssb: Fix probing of PCI cores if PCI and PCIE core is availableMichael Buesch1-0/+11
2007-11-10ssb: Fix PCMCIA-host lowlevel bus accessMichael Buesch2-28/+29
2007-11-10ssb: Fix initcall orderingMichael Buesch1-1/+4
2007-10-16[PATCH] ssb: fix build failureIngo Molnar1-2/+2
2007-10-16[PATCH] ssb: Fix a null pointer check in mipscore initFelix Fietkau1-1/+2
2007-10-14missing include in ssbAl Viro1-0/+1
2007-10-14uevent environment changes falloutAl Viro1-8/+2
2007-10-13ssb bus needs <linux/io.h>Geert Uytterhoeven1-0/+1
2007-10-10[SSB]: Sparse fixes.Michael Buesch3-9/+10
2007-10-10[SSB]: Use ioreadX() and iowriteX() for PCI.Michael Buesch1-4/+4
2007-10-10[SSB]: add Sonics Silicon Backplane bus supportMichael Buesch13-0/+4381