aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211/brcmsmac/aiutils.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-10brcmsmac: fix uninitialized variable warning on arm architectureArend van Spriel1-1/+1
2012-10-19bcma: add an extra pcie core structHauke Mehrtens1-2/+2
2012-09-11brcm80211: Remove bogus memcpy in ai_detachAndi Kleen1-3/+0
2012-07-10brcmsmac: remove some redundant chip common workaroundsHauke Mehrtens1-42/+0
2012-07-10brcmsmac: remove si_pmu_init() and si_pmu_res_init()Hauke Mehrtens1-2/+0
2012-07-10brcmsmac: remove ai_findcore()Hauke Mehrtens1-25/+6
2012-07-10brcmsmac: use container_of instead of castHauke Mehrtens1-8/+8
2012-07-10brcmsmac: remove ai_get_buscore{type,rev}()Hauke Mehrtens1-15/+0
2012-07-10brcmsmac: remove PCI_FORCEHT() macroHauke Mehrtens1-19/+0
2012-07-10brcmsmac: remove PCIE() macroHauke Mehrtens1-5/+4
2012-06-06brcm80211: brcmsmac: fixed checkpatch and sparse warningsChris Yungmann1-2/+1
2012-05-16brcmsmac: handle non pci in ai_deviceremoved()Hauke Mehrtens1-0/+3
2012-05-16brcmsmac: remove nicpci.cHauke Mehrtens1-16/+0
2012-05-16brcmsmac: remove pcicore_fixcfg()Hauke Mehrtens1-16/+0
2012-05-16brcmsmac: remove pcie_extendL1timer()Hauke Mehrtens1-3/+3
2012-05-16brcmsmac: remove pcicore_attach()Hauke Mehrtens1-3/+0
2012-05-16brcmsmac: remove _ai_clkctl_cc()Hauke Mehrtens1-40/+16
2012-05-16brcmsmac: remove ai_gpiocontrol()Hauke Mehrtens1-9/+0
2012-05-16brcmsmac: remove ai_chipcontrl_epa4331Hauke Mehrtens1-24/+0
2012-05-16brcmsmac: remove ai_pci_setup()Hauke Mehrtens1-23/+0
2012-05-16brcmsmac: remove pcicore_hwup()Hauke Mehrtens1-1/+0
2012-05-16brcmsmac: remove PCIe functions needed for PCIe core rev <= 10Hauke Mehrtens1-10/+0
2012-05-16brcmsmac: remove references to PCIHauke Mehrtens1-124/+2
2012-05-16brcmsmac: remove support for cc rev < 20Hauke Mehrtens1-94/+11
2012-05-16brcmsmac: get board and chip info from bcmaHauke Mehrtens1-35/+5
2012-05-16brcmsmac: remove brcmsmac own sprom parsingHauke Mehrtens1-45/+0
2012-05-16brcmsmac: use sprom from bcmaHauke Mehrtens1-1/+3
2012-01-24brcm80211: Use normal DEBUG defineJoe Perches1-2/+2
2011-12-15brcmsmac: Replace kmalloc/memset with kzallocLarry Finger1-3/+1
2011-12-13brcm80211: smac: cleanup buscore handling in aiutils.cArend van Spriel1-30/+22
2011-12-13brcm80211: smac: cleanup si_info structure definitionArend van Spriel1-40/+11
2011-12-13brcm80211: smac: remove mapped core related function from aiutils.cArend van Spriel1-118/+3
2011-12-13brcm80211: smac: remove ai_switch_core() functionArend van Spriel1-40/+0
2011-12-13brcm80211: smac: remove interrupt disable callback functionalityArend van Spriel1-27/+0
2011-12-13brcm80211: smac: INTROFF/INTRESTORE macros removedArend van Spriel1-24/+6
2011-12-13brcm80211: smac: remove empty or unused functions from pmu.cArend van Spriel1-6/+1
2011-12-13brcm80211: smac: use bcma core access functions in aiutils.cArend van Spriel1-120/+70
2011-12-13brcm80211: smac: use bcma core access function in srom.cArend van Spriel1-1/+1
2011-12-13brcm80211: smac: change ai_findcoreidx() to ai_findcore()Arend van Spriel1-7/+7
2011-12-13brcm80211: smac: use bcma core access functions in nicpci.cArend van Spriel1-8/+3
2011-12-13brcm80211: smac: use bcma core control functionsArend van Spriel1-102/+0
2011-12-13brcm80211: smac: remove unused functions and/or prototypesArend van Spriel1-126/+1
2011-12-13brcm80211: smac: replace ai_corereg() function with ai_cc_reg()Arend van Spriel1-23/+13
2011-12-13brcm80211: smac: remove SI_FAST() macro usageArend van Spriel1-122/+35
2011-12-13brcm80211: smac: use bcma core register access functions for 802.11 coreArend van Spriel1-22/+26
2011-12-13brcm80211: smac: remove enumeration rom parsing functionArend van Spriel1-237/+18
2011-12-13brcm80211: smac: change ai_attach interface taking a bcma_bus objectArend van Spriel1-9/+9
2011-12-13brcm80211: smac: rename struct si_info field pbus to pcibusArend van Spriel1-23/+23
2011-12-13brcm80211: smac: use inline access functions for struct si_pub fieldsArend van Spriel1-58/+60
2011-12-13brcm80211: smac: move fields from struct si_pub to struct si_infoArend van Spriel1-11/+13