aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ssb/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-09ssb: Remove SSB_WARN_ON, SSB_BUG_ON and SSB_DEBUGMichael Büsch1-21/+17
2018-08-09ssb: Remove home-grown printk wrappersMichael Büsch1-20/+25
2018-03-13ssb: use put_device() if device_register failArvind Yadav1-1/+1
2018-02-27ssb: return boolean instead of integer in ssb_dma_translation_special_bitGustavo A. R. Silva1-1/+1
2017-05-24ssb: Delete an error message for a failed memory allocation in ssb_devices_register()Markus Elfring1-1/+0
2016-01-19ssb: mark ssb_bus_register as __maybe_unusedArnd Bergmann1-3/+4
2015-12-16ssb: pick SoC invariants code from MIPS BCM47xx archRafał Miłecki1-3/+2
2015-10-28ssb: add Kconfig entry for compiling SoC related codeRafał Miłecki1-0/+2
2015-10-28ssb: move functions specific to SoC hosted bus to separated fileRafał Miłecki1-161/+1
2015-10-28ssb: pick PCMCIA host code support from b43 driverRafał Miłecki1-1/+7
2015-09-29ssb: unexport ssb_bus_pcibus_registerRafał Miłecki1-1/+0
2015-03-03ssb: Silence warning for unknown backplane revisionLarry Finger1-0/+2
2015-01-29ssb: Fix Sparse error in mainPramod Gurav1-19/+0
2014-01-24ssb: gpio: add own IRQ domainRafał Miłecki1-5/+7
2013-10-16ssb: convert bus code to use dev_groupsGreg Kroah-Hartman1-11/+14
2013-06-18ssb: register serial flash as platform deviceRafał Miłecki1-0/+8
2013-03-06ssb: Convert ssb_printk to ssb_<level>Joe Perches1-29/+22
2013-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+9
2013-02-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-0/+8
2013-02-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville1-0/+9
2013-02-04ssb: unregister gpios before unloading ssbHauke Mehrtens1-0/+9
2013-01-30ssb: register platform device for parallel flashRafał Miłecki1-0/+8
2013-01-03Drivers: ssb: remove __dev* attributes.Greg Kroah-Hartman1-15/+12
2012-12-14Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-0/+7
2012-12-10ssb: use WARN in main.cCong Ding1-2/+1
2012-12-06ssb: register watchdog driverHauke Mehrtens1-0/+8
2012-11-21ssb: add GPIO driverHauke Mehrtens1-0/+6
2012-11-21ssb: add locking around gpio register accessesHauke Mehrtens1-0/+1
2012-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+3
2012-02-06ssb: add support for bcm5354Hauke Mehrtens1-0/+3
2012-01-24Remove useless get_driver()/put_driver() callsAlan Stern1-18/+2
2011-10-31ssb: Add module.h to the real modules in drivers/ssbPaul Gortmaker1-0/+1
2011-08-24ssb: fix DMA translation for some specific boardsRafał Miłecki1-3/+21
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-07-22ssb: return correct translation bit for 64-bit DMARafał Miłecki1-1/+4
2011-07-07Update my e-mail addressMichael Büsch1-1/+1
2011-06-27ssb: fix ssb clock rate according to broadcom sourceHauke Mehrtens1-2/+2
2011-06-22ssb: add __devinit to some functionsHauke Mehrtens1-14/+15
2011-05-13ssb: fix pcicore build breakageJohn W. Linville1-4/+10
2011-05-11ssb: move ssb_commit_settings and export itRafał Miłecki1-0/+25
2011-04-26ssb: update reject bit for Target State LowRafał Miłecki1-8/+7
2011-04-26ssb: mark bus as powered up earlierRafał Miłecki1-4/+4
2011-02-18ssb: reset device only if it was enabledRafał Miłecki1-18/+22
2011-02-18ssb: when needed, reject IM input while disabling deviceRafał Miłecki1-1/+15
2011-02-18ssb: Make ssb_wait_bit multi-bit safeMichael Büsch1-6/+6
2010-12-02ssb: Add sysfs attributes to ssb devicesHauke Mehrtens1-0/+30
2010-09-29pcmcia: convert pcmcia_request_configuration to pcmcia_enable_deviceDominik Brodowski1-1/+0
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