aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/brcm80211/brcmfmac/sdio_host.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-12staging: brcm80211: remove brcm80211 driver from the staging treeArend van Spriel1-252/+0
2011-10-05staging: brcm80211: remove redundant bus register layer from fullmacFranky Lin1-4/+0
2011-09-16staging: brcm80211: remove global variable from bcmsdh_sdmmc.cArend van Spriel1-0/+5
2011-09-16staging: brcm80211: remove fullmac module_param sd_f2_blocksizeFranky Lin1-2/+0
2011-09-12staging: brcm80211: removed fullmac function brcmf_sdcard_iovar_op()Roland Vossen1-5/+0
2011-09-12staging: brcm80211: removed fullmac BRCMF_IOCTL_MAGIC supportRoland Vossen1-14/+0
2011-09-12staging: brcm80211: cleaned up fullmac macro'sRoland Vossen1-3/+0
2011-09-06staging: brcm80211: remove unused sdioh command type code in fullmacFranky Lin1-1/+1
2011-09-06staging: brcm80211: remove unused sdioh data mode code in fullmacFranky Lin1-1/+1
2011-09-06staging: brcm80211: remove function wrapper of getting sb window addressFranky Lin1-3/+0
2011-09-06staging: brcm80211: remove duplicate set sb window address functionFranky Lin1-0/+3
2011-08-23staging: brcm80211: remove unused parameter from data interface in fullmacFranky Lin1-8/+2
2011-08-23staging: brcm80211: remove wrapper functions in bcmsdh_sdmmc.cFranky Lin1-5/+0
2011-08-23staging: brcm80211: absorb brcmf_sdioh_abort into brcmf_sdcard_abortFranky Lin1-3/+0
2011-08-23staging: brcm80211: absorb brcmf_sdioh_interrupt_deregister into brcmf_sdcard_intr_deregFranky Lin1-2/+0
2011-08-23staging: brcm80211: absorb brcmf_sdioh_interrupt_register into brcmf_sdcard_intr_regFranky Lin1-1/+0
2011-08-23staging: brcm80211: absorb brcmf_sdioh_iovar_op into brcmf_sdcard_iovar_opFranky Lin1-5/+0
2011-08-23staging: brcm80211: remove global var gInstance from brcmfmacFranky Lin1-14/+4
2011-08-23staging: brcm80211: remove struct sdioh_info from brcmfmacFranky Lin1-39/+20
2011-08-23staging: brcm80211: remove iovar IOV_BLOCKSIZE in brcmfmacFranky Lin1-1/+0
2011-08-23staging: brcm80211: remove function pointer of interrupt isr in brcmfmacFranky Lin1-7/+3
2011-08-23staging: brcm80211: remove dead client interrupt code from brcmfmacFranky Lin1-20/+0
2011-08-23staging: brcm80211: remove dead code from brcmfmacFranky Lin1-9/+0
2011-08-23staging: brcm80211: remove struct brcmf_sdio_card from brcmfmacFranky Lin1-25/+27
2011-08-23staging: brcm80211: remove vendor and device id check from brcmfmacFranky Lin1-3/+0
2011-08-23staging: brcm80211: remove struct brcmf_sdioh_driver from brcmfmacFranky Lin1-10/+1
2011-08-23staging: brcm80211: placed suspend flag in gInstance in brcmfmacFranky Lin1-0/+1
2011-08-23staging: brcm80211: fixed checkpatch warnings for fullmacRoland Vossen1-33/+62
2011-08-23staging: brcm80211: absorb brcmf_sdcard_detach into brcmf_sdio_removeFranky Lin1-3/+0
2011-08-23staging: brcm80211: absorb brcmf_sdcard_attach into brcmf_sdio_probeFranky Lin1-11/+0
2011-08-23staging: brcm80211: remove BRCMF_SD_* debug macros from brcmfmacFranky Lin1-1/+0
2011-08-23staging: brcm80211: remove structure sdio_hc in brcmfmacFranky Lin1-5/+13
2011-08-23staging: brcm80211: get rid of sd debug message macro in fullmacFranky Lin1-1/+0
2011-08-23staging: brcm80211: fix for checkpatch 'avoid externs in c file' warningRoland Vossen1-0/+1
2011-07-05staging: brcm80211: moved fullmac definitions from .h to .c filesRoland Vossen1-223/+0
2011-07-05staging: brcm80211: merged bcmsdbus.h into sdio_host.hRoland Vossen1-0/+117
2011-07-05staging: brcm80211: merged sbsdio.h into sdio_host.hRoland Vossen1-0/+258
2011-07-05staging: brcm80211: removed last amd64 compiler warningsRoland Vossen1-3/+3
2011-07-05staging: brcm80211: removed unused code and definitions from fullmacRoland Vossen1-23/+0
2011-07-05staging: brcm80211: removed last typedefs from fullmacRoland Vossen1-9/+9
2011-07-05staging: brcm80211: further cleaned fullmac header filesRoland Vossen1-24/+0
2011-07-05staging: brcm80211: removed brcmf_sdioh_start() and brcmf_sdioh_stop()Roland Vossen1-6/+0
2011-07-05staging: brcm80211: removed brcmf_sdioh_reset()Roland Vossen1-3/+0
2011-07-05staging: brcm80211: removed brcmf_sdioh_interrupt_pending()Roland Vossen1-5/+0
2011-07-05staging: brcm80211: sdh related code cleanupRoland Vossen1-43/+58
2011-07-05staging: brcm80211: removed last occurrences of bcmsdh/BCMSDHRoland Vossen1-21/+26
2011-07-05staging: brcm80211: removed global function declarations from .c filesRoland Vossen1-0/+9
2011-07-05staging: brcm80211: replace DHD_DEBUG macro with BCMDBGArend van Spriel1-1/+1
2011-07-05staging: brcm80211: replaced typedef by struct for several sdio typesRoland Vossen1-3/+3
2011-07-05staging: brcm80211: replaced typedef bcmsdh_info_t by struct brcmf_sdioRoland Vossen1-5/+5