aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ssb/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds1-1/+0
2010-07-30pcmcia: remove cs_types.hDominik Brodowski1-1/+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-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-0/+3
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/linville/wireless-next-2.6 into for-davemJohn W. Linville1-0/+3
2010-04-26ssb: Make bus registration failure not be silentLarry Finger1-0/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-03ssb: Fix CONFIG_SSB_SDIOHOST typoMichael Buesch1-2/+1
2009-11-23ssb: Fix SPROM writingMichael Buesch1-61/+65
2009-09-09ssb: Implement SDIO host bus supportAlbert Herranz1-1/+57
2009-09-08ssb: Fail ssb modinit, if attach of the buses failed.Michael Buesch1-2/+4
2008-11-21ssb: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-6/+5
2008-09-27[SSB] Initialise dma_mask for SSB_BUSTYPE_SSB devicesAurelien Jarno1-0/+1
2008-08-18ssb: allow compilation on systems without PCIHolger Schurig1-0/+8
2008-06-27ssb, b43, b43legacy, b44: Rewrite SSB DMA APIMichael Buesch1-16/+59
2008-06-13ssb: Fix coherent DMA mask for PCI devicesMichael Buesch1-3/+9
2008-04-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-6/+8
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. Miller1-0/+6
2008-04-08ssb: Add support for block-I/OMichael Buesch1-0/+102
2008-04-08ssb: Fix build for non-PCIhostMichael Buesch1-2/+2
2008-04-08ssb: Turn suspend/resume upside downMichael Buesch1-47/+34
2008-04-08ssb-pcmcia: IRQ and DMA related fixesMichael Buesch1-1/+1
2008-04-07b43legacy: fix bcm4303 crashStefano Brivio1-0/+6
2008-03-13ssb: Add SPROM/invariants support for PCMCIA devicesMichael Buesch1-2/+21
2008-03-06ssb: Add Gigabit Ethernet driverMichael Buesch1-1/+29
2008-02-29ssb: Add support for 8bit register accessMichael Buesch1-0/+18
2008-02-20ssb: Fix pcicore cardbus modeMichael Buesch1-0/+1
2008-02-20ssb: Make the GPIO API reentrancy safeMichael Buesch1-0/+3
2008-01-28ssb: Convert to use of the new SPROM structureLarry Finger1-1/+9
2007-11-10ssb: Fix PCMCIA-host lowlevel bus accessMichael Buesch1-0/+1
2007-11-10ssb: Fix initcall orderingMichael Buesch1-1/+4
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]: add Sonics Silicon Backplane bus supportMichael Buesch1-0/+1162