aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ssb/driver_pcicore.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-09ssb: Remove SSB_WARN_ON, SSB_BUG_ON and SSB_DEBUGMichael Büsch1-3/+3
2018-08-09ssb: Remove home-grown printk wrappersMichael Büsch1-8/+9
2015-05-20ssb: extend fix for PCI related silent reboots to all chipsetsRafał Miłecki1-3/+4
2015-04-07ssb: add delay after PCI reset to fix SoC rebootsRafał Miłecki1-0/+9
2013-03-06ssb: Convert ssb_printk to ssb_<level>Joe Perches1-8/+7
2013-01-03Drivers: ssb: remove __dev* attributes.Greg Kroah-Hartman1-5/+5
2012-02-01ssb: fix cardbus slot in hostmodeHauke Mehrtens1-1/+1
2011-12-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville1-2/+6
2011-12-08ssb: fix init regression with SoCsHauke Mehrtens1-2/+6
2011-10-31ssb: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-0/+1
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-9/+9
2011-07-11Merge branch 'master' into for-nextJiri Kosina1-4/+6
2011-07-07ssb: fix init regression of hostmode PCI coreRafał Miłecki1-9/+9
2011-07-07Update my e-mail addressMichael Büsch1-1/+1
2011-06-22ssb: add __devinit to some functionsHauke Mehrtens1-5/+5
2011-06-03ssb: fix PCI(e) driver regression causing oops on PCI cardsRafał Miłecki1-4/+6
2011-05-11ssb: move ssb_commit_settings and export itRafał Miłecki1-26/+0
2011-04-28ssb: pci: early fix for SPROM core indexRafał Miłecki1-0/+12
2011-04-28ssb: pci: update PCIe workaroundsRafał Miłecki1-8/+27
2011-04-28ssb: pci: separate workaroundsRafał Miłecki1-40/+58
2011-04-25ssb: pci: trivial: correct amount of maximum retriesRafał Miłecki1-1/+1
2011-04-04ssb: pci: implement serdes workaroundRafał Miłecki1-3/+28
2011-04-04ssb: pci: implement mdio readingRafał Miłecki1-0/+43
2011-04-04ssb: pci: fix mdio writes on newer cores (rev 10+)Rafał Miłecki1-2/+32
2011-04-04ssb: pci: trivial: drop useless pointerRafał Miłecki1-2/+0
2010-04-12MIPS: Fix SSB PCIcore IO resource managementAndreas Ferber1-29/+0
2009-10-27ssb: Put host pointers into a unionMichael Buesch1-2/+2
2008-07-07ssb-pcicore: Fix IRQ-vector init on embedded devicesMichael Buesch1-0/+7
2008-06-04ssb: Fix context assertion in ssb_pcicore_dev_irqvecs_enableMichael Buesch1-2/+2
2008-04-16ssb-pcicore: Remove b44 TPS flag workaroundMichael Buesch1-9/+3
2008-04-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2008-04-09ssb-pcicore: Fix IRQ TPS flag handlingLarry Finger1-1/+1
2008-03-06ssb: Add Gigabit Ethernet driverMichael Buesch1-71/+89
2008-03-04ssb: Add pcibios_enable_device() return value checkYoichi Yuasa1-1/+4
2008-02-28SSB PCI core driver: use new SPROM data structureAurelien Jarno1-1/+1
2008-02-20ssb: Fix support for PCI devices behind a SSB->PCI bridgeMichael Buesch1-5/+12
2008-02-20ssb: Fix pcicore cardbus modeMichael Buesch1-2/+26
2007-10-10[SSB]: add Sonics Silicon Backplane bus supportMichael Buesch1-0/+576