summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/brcm80211/brcmfmac/sdio_chip.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-13brcmfmac: rename sdio_chip.[ch]Arend van Spriel1-802/+0
2014-02-13brcmfmac: move SDIO specific functionsArend van Spriel1-171/+1
2014-01-16brcmfmac: rename chip and core related structuresArend van Spriel1-28/+26
2014-01-16brcmfmac: restructure brcmf_sdio_chip_recognition()Arend van Spriel1-166/+167
2014-01-16brcmfmac: rework firmware download codeArend van Spriel1-5/+6
2014-01-16brcmfmac: update core reset and disable routines.Hante Meuleman1-53/+96
2014-01-16brcmfmac: Create common nvram parsing routines.Hante Meuleman1-105/+5
2014-01-09brcmfmac: add support for bcm43362 deviceArend van Spriel1-0/+33
2014-01-07mmc: add SDIO identifiers for Broadcom WLAN devicesArend van Spriel1-0/+1
2014-01-07brcmfmac: add sdio drive strength programming for bcm4334 chipsetArend van Spriel1-0/+12
2013-12-19brcmfmac: use consistent function names in bcmsdh.cArend van Spriel1-144/+144
2013-12-19brcmfmac: remove regs parameter from sdio probe functionsArend van Spriel1-4/+4
2013-10-04brcmfmac: add valid core index check in related functionsFranky Lin1-0/+10
2013-10-04brcmfmac: add BCM4339 SDIO interface supportFranky Lin1-0/+18
2013-04-12brcmfmac: Add drive strength programming for SDIO 43143.Hante Meuleman1-19/+34
2013-04-12brcmfmac: Add 43143 SDIO support.Hante Meuleman1-0/+26
2013-04-12brcmfmac: add BCM4335 sdio interface supportFranky Lin1-0/+14
2013-04-12brcmfmac: add support for dongle ARM CR4 coreFranky Lin1-19/+131
2013-04-12brcmfmac: move chip download state code to sdio_chip.cFranky Lin1-2/+138
2013-01-08brcmfmac: define pr_fmt in one placeArend van Spriel1-2/+0
2012-12-11brcmfmac: error messages should not be suppressedArend van Spriel1-7/+7
2012-09-07brcmfmac: add BCM43241 sdio interface driver supportFranky Lin1-0/+17
2012-06-27brcmfmac: add BCM4334 supportFranky Lin1-0/+17
2012-05-16brcmfmac: replace brcmf_sdcard_reg_write with brcmf_sdio_regwlFranky Lin1-49/+44
2012-05-16brcmfmac: replace brcmf_sdcard_reg_read with brcmf_sdio_regrlFranky Lin1-64/+86
2012-05-16brcmfmac: replace brcmf_sdcard_cfg_write with brcmf_sdio_regwbFranky Lin1-6/+3
2012-05-16brcmfmac: replace brcmf_sdcard_cfg_read with brcmf_sdio_regrbFranky Lin1-4/+4
2012-05-16brcmfmac: remove unused parameter of brcmf_sdcard_reg_writeFranky Lin1-20/+19
2012-05-16brcmfmac: remove unused parameter of brcmf_sdcard_reg_readFranky Lin1-32/+30
2012-01-24brcm80211: Use pr_fmt and pr_<level>Joe Perches1-0/+2
2011-12-19brcm80211: fmac: exclude unnecessary header filesFranky Lin1-1/+0
2011-12-14brcm80211: fmac: remove drive strength code for unsupported chipsFranky Lin1-50/+2
2011-12-14brcm80211: fmac: add bcm4330 supportFranky Lin1-0/+34
2011-11-11brcm80211: fmac: remove id retrieve codeFranky Lin1-5/+0
2011-11-11brcm80211: fmac: add resetcore function for bcm4330 chipFranky Lin1-4/+41
2011-11-11brcm80211: fmac: add coredisable function for bcm4330 chipFranky Lin1-34/+75
2011-11-11brcm80211: fmac: add corerev function for bcm4330 chipFranky Lin1-6/+25
2011-11-11brcm80211: fmac: add iscoreup function for bcm4330 chipFranky Lin1-4/+46
2011-11-10brcm80211: fmac: optimize chip core info managementFranky Lin1-22/+43
2011-11-10brcm80211: fmac: replace private SB macros with ssb_regs versionFranky Lin1-38/+28
2011-11-10brcm80211: fmac: move chip drive strength related code to sdio_chip.cFranky Lin1-0/+112
2011-11-10brcm80211: fmac: move chip detach function to sdio_chip.cFranky Lin1-0/+9
2011-11-10brcm80211: fmac: move chip reset core function to sdio_chip.cFranky Lin1-0/+45
2011-11-10brcm80211: fmac: abstract chip core revision functionFranky Lin1-4/+14
2011-11-10brcm80211: fmac: abstract chip iscoreup functionFranky Lin1-0/+13
2011-11-10brcm80211: fmac: chip attach code flow clean upFranky Lin1-4/+17
2011-11-10brcm80211: fmac: move dongle gpio reset code to chip attach functionFranky Lin1-0/+5
2011-11-10brcm80211: fmac: disable dongle arm core in bus core setup functionFranky Lin1-0/+6
2011-11-10brcm80211: fmac: move core disable function to sdio_chip.cFranky Lin1-0/+80
2011-11-10brcm80211: fmac: abstract chip buscore setup functionFranky Lin1-20/+33