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