summaryrefslogtreecommitdiffstats
path: root/drivers/ssb/main.c
AgeCommit message (Expand)AuthorLines
2015-01-29ssb: Fix Sparse error in mainPramod Gurav-19/+0
2014-01-24ssb: gpio: add own IRQ domainRafał Miłecki-5/+7
2013-10-16ssb: convert bus code to use dev_groupsGreg Kroah-Hartman-11/+14
2013-06-18ssb: register serial flash as platform deviceRafał Miłecki-0/+8
2013-03-06ssb: Convert ssb_printk to ssb_<level>Joe Perches-29/+22
2013-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+9
2013-02-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-0/+8
2013-02-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-0/+9
2013-02-04ssb: unregister gpios before unloading ssbHauke Mehrtens-0/+9
2013-01-30ssb: register platform device for parallel flashRafał Miłecki-0/+8
2013-01-03Drivers: ssb: remove __dev* attributes.Greg Kroah-Hartman-15/+12
2012-12-14Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds-0/+7
2012-12-10ssb: use WARN in main.cCong Ding-2/+1
2012-12-06ssb: register watchdog driverHauke Mehrtens-0/+8
2012-11-21ssb: add GPIO driverHauke Mehrtens-0/+6
2012-11-21ssb: add locking around gpio register accessesHauke Mehrtens-0/+1
2012-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-0/+3
2012-02-06ssb: add support for bcm5354Hauke Mehrtens-0/+3
2012-01-24Remove useless get_driver()/put_driver() callsAlan Stern-18/+2
2011-10-31ssb: Add module.h to the real modules in drivers/ssbPaul Gortmaker-0/+1
2011-08-24ssb: fix DMA translation for some specific boardsRafał Miłecki-3/+21
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2011-07-22ssb: return correct translation bit for 64-bit DMARafał Miłecki-1/+4
2011-07-07Update my e-mail addressMichael Büsch-1/+1
2011-06-27ssb: fix ssb clock rate according to broadcom sourceHauke Mehrtens-2/+2
2011-06-22ssb: add __devinit to some functionsHauke Mehrtens-14/+15
2011-05-13ssb: fix pcicore build breakageJohn W. Linville-4/+10
2011-05-11ssb: move ssb_commit_settings and export itRafał Miłecki-0/+25
2011-04-26ssb: update reject bit for Target State LowRafał Miłecki-8/+7
2011-04-26ssb: mark bus as powered up earlierRafał Miłecki-4/+4
2011-02-18ssb: reset device only if it was enabledRafał Miłecki-18/+22
2011-02-18ssb: when needed, reject IM input while disabling deviceRafał Miłecki-1/+15
2011-02-18ssb: Make ssb_wait_bit multi-bit safeMichael Büsch-6/+6
2010-12-02ssb: Add sysfs attributes to ssb devicesHauke Mehrtens-0/+30
2010-09-29pcmcia: convert pcmcia_request_configuration to pcmcia_enable_deviceDominik Brodowski-1/+0
2010-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds-1/+0
2010-07-30pcmcia: remove cs_types.hDominik Brodowski-1/+0
2010-06-04ssb: remove the ssb DMA APIFUJITA Tomonori-74/+0
2010-06-04ssb: add dma_dev to ssb_device structureFUJITA Tomonori-0/+2
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds-0/+3
2010-05-10pcmcia: re-work pcmcia_request_irq()Dominik Brodowski-1/+1
2010-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-0/+3
2010-04-26ssb: Make bus registration failure not be silentLarry Finger-0/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-02-03ssb: Fix CONFIG_SSB_SDIOHOST typoMichael Buesch-2/+1
2009-11-23ssb: Fix SPROM writingMichael Buesch-61/+65
2009-09-09ssb: Implement SDIO host bus supportAlbert Herranz-1/+57
2009-09-08ssb: Fail ssb modinit, if attach of the buses failed.Michael Buesch-2/+4
2008-11-21ssb: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers-6/+5
2008-09-27[SSB] Initialise dma_mask for SSB_BUSTYPE_SSB devicesAurelien Jarno-0/+1