aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ssb
AgeCommit message (Expand)AuthorFilesLines
2011-02-18ssb: when needed, reject IM input while disabling deviceRafał Miłecki1-1/+15
2011-02-18ssb: trivial: fix SPROM extract warning formattingRafał Miłecki1-1/+1
2011-02-18ssb: Make ssb_wait_bit multi-bit safeMichael Büsch1-6/+6
2011-02-09ssb: extract boardflags2 for SPROMs rev 4 and 5Rafał Miłecki1-0/+4
2011-02-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-1/+1
2011-02-07ssb-pcmcia: Fix parsing of invariants tuplesMichael Büsch1-1/+1
2011-01-20kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes1-1/+1
2011-01-10ssb: Ignore dangling ethernet cores on wireless devicesMichael Büsch1-0/+10
2010-12-22ssb: Use pci_is_pcie()Hauke Mehrtens1-2/+2
2010-12-02ssb: Add sysfs attributes to ssb devicesHauke Mehrtens1-0/+30
2010-12-02ssb: extract indexes for power tablesRafał Miłecki1-0/+44
2010-11-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+1
2010-11-22ssb: b43-pci-bridge: Add new vendor for BCM4318Daniel Klaffenbach1-0/+1
2010-11-18ssb: drop BCM4328 hack for SPROM revisionRafał Miłecki1-4/+0
2010-11-16ssb: return -ENOMEM on alloc fail (instead of CRC check's result)Rafał Miłecki1-4/+3
2010-11-16ssb: workarounds: be verbose about hacking SPROM revision, don't duplicate codeRafał Miłecki1-22/+23
2010-11-15ssb: Clear RETRY_TIMEOUT in PCI Configuration for normal devicesLarry Finger1-0/+7
2010-09-29pcmcia: convert pcmcia_request_configuration to pcmcia_enable_deviceDominik Brodowski3-3/+0
2010-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds3-15/+2
2010-08-03pcmcia: use pcmica_{read,write}_config_byteDominik Brodowski1-12/+2
2010-07-30pcmcia: remove cs_types.hDominik Brodowski3-3/+0
2010-06-04ssb: remove the ssb DMA APIFUJITA Tomonori1-74/+0
2010-06-04ssb: add dma_dev to ssb_device structureFUJITA Tomonori1-0/+2
2010-06-04ssb: Handle alternate SSPROM locationLarry Finger2-2/+14
2010-06-03ssb: fast powerup delay calculation for PMU capable devicesRafał Miłecki1-0/+24
2010-06-03ssb: update PMU init to match specsRafał Miłecki1-10/+7
2010-05-28ssb: fix NULL ptr deref when pcihost_wrapper is usedChristoph Fritz2-3/+7
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds4-3/+31
2010-05-10pcmcia: re-work pcmcia_request_irq()Dominik Brodowski1-1/+1
2010-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville4-3/+30
2010-04-26ssb: Make bus registration failure not be silentLarry Finger1-0/+3
2010-04-26ssb: Use relative offsets for SPROMRafał Miłecki1-1/+1
2010-04-26ssb: Look for SPROM at different offset on higher rev CCRafał Miłecki1-3/+6
2010-04-26ssb: do not read SPROM if it does not existJohn W. Linville3-0/+21
2010-04-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-29/+0
2010-04-12MIPS: Fix SSB PCIcore IO resource managementAndreas Ferber1-29/+0
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller5-0/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo5-0/+5
2010-03-10ssb: Export ssb_chipco_gpio_control - needed by N PHY codeLarry Finger1-0/+1
2010-02-19ssb: Add PCI ID 0x4322 to PHU handlingLarry Finger1-0/+7
2010-02-15ssb: fix typo in ifdef commentHauke Mehrtens1-2/+2
2010-02-08ssb: fix interrupt assignmentJochen Friedrich1-1/+4
2010-02-03ssb: Fix CONFIG_SSB_SDIOHOST typoMichael Buesch1-2/+1
2009-12-05Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-114/+118
2009-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds1-114/+118
2009-11-23ssb: Fix range check in sprom writeMichael Buesch1-4/+16
2009-11-23ssb: Fix SPROM writingMichael Buesch3-70/+78
2009-11-23ssb: Unconditionally log results of core scansLarry Finger1-1/+1
2009-11-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+5
2009-11-10ssb-pcmcia: Fix 32bit register access in early bus scanningMartin Fuzzey1-1/+5
2009-11-08pcmcia: convert ssb pcmcia driver to use new CIS helpersDominik Brodowski1-114/+118
2009-10-27ssb: Put host pointers into a unionMichael Buesch1-2/+2
2009-09-16ssb/sdio: fix printk format warningsRandy Dunlap1-2/+2
2009-09-14ssb: Fix error when V1 SPROM extraction is forcedLarry Finger1-0/+1
2009-09-14ssb: Disable verbose SDIO coreswitchMichael Buesch1-1/+1
2009-09-09ssb: Implement SDIO host bus supportAlbert Herranz6-1/+733
2009-09-08ssb: Fail ssb modinit, if attach of the buses failed.Michael Buesch1-2/+4
2009-08-28ssb: Implement PMU LDO control and use it in b43Gábor Stefanik1-0/+94
2009-08-20ssb: Fix typo in the rev8 SPROM extraction routineGábor Stefanik1-1/+1
2009-08-14ssb: Implement the remaining rev.8 SPROM vars needed for LP-PHYGábor Stefanik1-1/+52
2009-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-2/+4
2009-07-08ssb: Add support for 4318EClyde McPherson1-2/+4
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches1-2/+2
2009-07-03MIPS: BC47xx: Fix SSB irq setupmatthieu castet1-10/+75
2009-06-08SSB: BCM47xx: Export ssb_watchdog_timer_setMatthieu Castet1-0/+1
2009-03-27b43: Add BCM4307 PCI-IDMichael Buesch1-0/+1
2009-03-27ssb: remove EXPERIMENTAL dependencies.Michael Buesch1-8/+8
2009-03-05ssb: Add SPROM fallback supportMichael Buesch3-1/+50
2009-02-09ssb: Add PMU supportMichael Buesch3-13/+510
2009-01-29b43/ssb: Add SPROM8 extraction and LP-PHY detectionMichael Buesch2-12/+63
2009-01-29ssb/b43: add new N PHY deviceJohannes Berg1-0/+1
2008-11-21ssb: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2-7/+6
2008-11-10SSB: hide empty sub menuMike Frysinger1-2/+3
2008-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds1-11/+11
2008-10-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2008-09-27[SSB] Initialise dma_mask for SSB_BUSTYPE_SSB devicesAurelien Jarno1-0/+1
2008-08-29ssb: Clean up extraction of MAC addresses from SPROMLarry Finger1-20/+14
2008-08-29ssb: Update for Rev. 5 SPROMLarry Finger1-15/+35
2008-08-23pcmcia: deprecate CS_NO_MORE_ITEMSDominik Brodowski1-1/+1
2008-08-23pcmcia: deprecate CS_SUCCESSDominik Brodowski1-10/+10
2008-08-18ssb: allow compilation on systems without PCIHolger Schurig1-0/+8
2008-07-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+7
2008-07-07ssb-pcicore: Fix IRQ-vector init on embedded devicesMichael Buesch1-0/+7
2008-06-27ssb, b43, b43legacy, b44: Rewrite SSB DMA APIMichael Buesch2-17/+60
2008-06-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-3/+9
2008-06-13ssb: Fix coherent DMA mask for PCI devicesMichael Buesch1-3/+9
2008-06-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+2
2008-06-04ssb: Fix context assertion in ssb_pcicore_dev_irqvecs_enableMichael Buesch1-2/+2
2008-05-07ssb: Allow reading of 440-byte SPROM that is not rev 4Larry.Finger@lwfinger.net1-11/+9
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...David 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/ne...David 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/ne...David 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