aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ssb (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-28ssb: add Kconfig entry for compiling SoC related codeRafał Miłecki4-1/+14
2015-10-28ssb: move functions specific to SoC hosted bus to separated fileRafał Miłecki4-161/+180
2015-10-28ssb: pick PCMCIA host code support from b43 driverRafał Miłecki4-2/+145
2015-09-29ssb: make ssb_pcmcia_switch_core staticRafał Miłecki2-9/+1
2015-09-29ssb: drop declaration of non existing ssb_sdio_hardware_setupRafał Miłecki1-5/+0
2015-09-29ssb: make ssb_sdio_switch_core staticRafał Miłecki2-7/+1
2015-09-29ssb: unexport ssb_bus_pcibus_registerRafał Miłecki1-1/+0
2015-06-09SSB: Fix handling of ssb_pmu_get_alp_clock()Hauke Mehrtens1-3/+3
2015-05-20ssb: extend fix for PCI related silent reboots to all chipsetsRafał Miłecki1-3/+4
2015-04-17Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds3-2/+3
2015-04-13Merge branch '4.0-fixes' into mips-for-linux-nextRalf Baechle1-0/+1
2015-04-10SSB: fix Kconfig dependenciesAdrien Schildknecht1-0/+1
2015-04-07ssb: add delay after PCI reset to fix SoC rebootsRafał Miłecki1-0/+9
2015-04-01MIPS: BCM47xx: Move NVRAM header to the include/linux/.Rafał Miłecki2-2/+2
2015-03-03ssb: Silence warning for unknown backplane revisionLarry Finger1-0/+2
2015-02-11treewide: Remove unnecessary SSB_DEVTABLE_END macroJoe Perches1-1/+1
2015-01-29ssb: Fix Sparse error in mainPramod Gurav1-19/+0
2014-12-11Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-1/+13
2014-12-04SSB / B44: fix WOL for BCM4401Andrey Skvortsov1-11/+22
2014-11-24MIPS: BCM47XX: Make ssb init NVRAM instead of bcm47xx polling itRafał Miłecki1-1/+13
2014-10-09Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-1/+2
2014-09-18driver:gpio remove all usage of gpio_remove retval in driverabdoulaye berthe1-1/+2
2014-08-25ssb: add PCI ID 0x4351Álvaro Fernández Rojas1-0/+1
2014-07-18ssb: extract power info from SPROM revs 4 and 5Rafał Miłecki1-0/+45
2014-07-15ssb: extract antenna gains from SPROMs revs 4+ properlyRafał Miłecki1-16/+32
2014-07-15ssb: make code for antenna gain extraction more genericRafał Miłecki1-9/+11
2014-01-30Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds3-21/+298
2014-01-24ssb: gpio: add own IRQ domainRafał Miłecki3-21/+298
2014-01-03ssb: fix sparse warnings in driver_chipcommon_sflash.cHauke Mehrtens1-3/+3
2013-10-16ssb: convert bus code to use dev_groupsGreg Kroah-Hartman1-11/+14
2013-08-01ssb: drop BROKEN from SSB_SFLASHRafał Miłecki2-6/+4
2013-07-13Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-1/+1
2013-07-01SSB: Kconfig: Amend SSB_EMBEDDED dependenciesMarkos Chandras1-1/+1
2013-06-28ssb/trivial: replace numeric with standard PM state macrosYijing Wang1-1/+1
2013-06-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville3-4/+42
2013-06-18ssb: register serial flash as platform deviceRafał Miłecki3-0/+31
2013-06-17ssb: add struct for serial flashRafał Miłecki1-0/+7
2013-06-17ssb: use const for serial flash hardware tableRafał Miłecki1-4/+4
2013-06-03ssb: sprom: replace strict_strtoul() with kstrtoul()Jingoo Han1-1/+1
2013-05-09Merge tag 'for-linus-20130509' of git://git.infradead.org/linux-mtdLinus Torvalds1-1/+1
2013-04-26ssb: implement ssb spuravoid for chipid BCM43222Hauke Mehrtens1-2/+17
2013-04-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-0/+29
2013-04-10ssb: implement spurious tone avoidanceRafał Miłecki1-0/+29
2013-04-05ssb: driver_mipscore: add a const qualifierArtem Bityutskiy1-1/+1
2013-03-25ssb: read additional sprom v2 and v3 attributes.Hauke Mehrtens1-2/+18
2013-03-25ssb: extract board_type from SPROMRafał Miłecki1-0/+3
2013-03-13ssb: pci: Fix flipping of MAC addressLarry Finger1-1/+1
2013-03-06ssb: Convert ssb_printk to ssb_<level>Joe Perches11-157/+135
2013-03-06ssb: pci: Standardize a function to get mac addressJoe Perches1-26/+18
2013-02-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into mips-for-linux-nextRalf Baechle7-11/+231