summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/brcm80211/brcmfmac/sdio_chip.c
AgeCommit message (Expand)Author
2014-02-12brcmfmac: rename sdio_chip.[ch]Arend van Spriel
2014-02-12brcmfmac: move SDIO specific functionsArend van Spriel
2014-01-16brcmfmac: rename chip and core related structuresArend van Spriel
2014-01-16brcmfmac: restructure brcmf_sdio_chip_recognition()Arend van Spriel
2014-01-16brcmfmac: rework firmware download codeArend van Spriel
2014-01-16brcmfmac: update core reset and disable routines.Hante Meuleman
2014-01-16brcmfmac: Create common nvram parsing routines.Hante Meuleman
2014-01-09brcmfmac: add support for bcm43362 deviceArend van Spriel
2014-01-06mmc: add SDIO identifiers for Broadcom WLAN devicesArend van Spriel
2014-01-06brcmfmac: add sdio drive strength programming for bcm4334 chipsetArend van Spriel
2013-12-18brcmfmac: use consistent function names in bcmsdh.cArend van Spriel
2013-12-18brcmfmac: remove regs parameter from sdio probe functionsArend van Spriel
2013-10-03brcmfmac: add valid core index check in related functionsFranky Lin
2013-10-03brcmfmac: add BCM4339 SDIO interface supportFranky Lin
2013-04-12brcmfmac: Add drive strength programming for SDIO 43143.Hante Meuleman
2013-04-12brcmfmac: Add 43143 SDIO support.Hante Meuleman
2013-04-12brcmfmac: add BCM4335 sdio interface supportFranky Lin
2013-04-12brcmfmac: add support for dongle ARM CR4 coreFranky Lin
2013-04-12brcmfmac: move chip download state code to sdio_chip.cFranky Lin
2013-01-07brcmfmac: define pr_fmt in one placeArend van Spriel
2012-12-10brcmfmac: error messages should not be suppressedArend van Spriel
2012-09-07brcmfmac: add BCM43241 sdio interface driver supportFranky Lin
2012-06-27brcmfmac: add BCM4334 supportFranky Lin
2012-05-15brcmfmac: replace brcmf_sdcard_reg_write with brcmf_sdio_regwlFranky Lin
2012-05-15brcmfmac: replace brcmf_sdcard_reg_read with brcmf_sdio_regrlFranky Lin
2012-05-15brcmfmac: replace brcmf_sdcard_cfg_write with brcmf_sdio_regwbFranky Lin
2012-05-15brcmfmac: replace brcmf_sdcard_cfg_read with brcmf_sdio_regrbFranky Lin
2012-05-15brcmfmac: remove unused parameter of brcmf_sdcard_reg_writeFranky Lin
2012-05-15brcmfmac: remove unused parameter of brcmf_sdcard_reg_readFranky Lin
2012-01-24brcm80211: Use pr_fmt and pr_<level>Joe Perches
2011-12-19brcm80211: fmac: exclude unnecessary header filesFranky Lin
2011-12-13brcm80211: fmac: remove drive strength code for unsupported chipsFranky Lin
2011-12-13brcm80211: fmac: add bcm4330 supportFranky Lin
2011-11-11brcm80211: fmac: remove id retrieve codeFranky Lin
2011-11-11brcm80211: fmac: add resetcore function for bcm4330 chipFranky Lin
2011-11-11brcm80211: fmac: add coredisable function for bcm4330 chipFranky Lin
2011-11-11brcm80211: fmac: add corerev function for bcm4330 chipFranky Lin
2011-11-11brcm80211: fmac: add iscoreup function for bcm4330 chipFranky Lin
2011-11-09brcm80211: fmac: optimize chip core info managementFranky Lin
2011-11-09brcm80211: fmac: replace private SB macros with ssb_regs versionFranky Lin
2011-11-09brcm80211: fmac: move chip drive strength related code to sdio_chip.cFranky Lin
2011-11-09brcm80211: fmac: move chip detach function to sdio_chip.cFranky Lin
2011-11-09brcm80211: fmac: move chip reset core function to sdio_chip.cFranky Lin
2011-11-09brcm80211: fmac: abstract chip core revision functionFranky Lin
2011-11-09brcm80211: fmac: abstract chip iscoreup functionFranky Lin
2011-11-09brcm80211: fmac: chip attach code flow clean upFranky Lin
2011-11-09brcm80211: fmac: move dongle gpio reset code to chip attach functionFranky Lin
2011-11-09brcm80211: fmac: disable dongle arm core in bus core setup functionFranky Lin
2011-11-09brcm80211: fmac: move core disable function to sdio_chip.cFranky Lin
2011-11-09brcm80211: fmac: abstract chip buscore setup functionFranky Lin