summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom
AgeCommit message (Expand)AuthorLines
2018-01-24brcmfmac: separate firmware errors from i/o errorsArend Van Spriel-20/+31
2018-01-24brcmfmac: assure bcdc dcmd api does not return value > 0Arend Van Spriel-6/+8
2018-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-6/+3
2018-01-16brcmfmac: fix CLM load error for legacy chips when user helper is enabledWright Feng-6/+3
2018-01-11b43: Replace mdelay with usleep_range in b43_radio_2057_init_postJia-Ju Bai-1/+1
2018-01-11brcmfmac: Use zeroing memory allocator than allocator/memsetHimanshu Jha-10/+10
2018-01-11brcmfmac: rename brcmf_sdiod_buff_{read,write}() functionsArend Van Spriel-24/+24
2018-01-11brcmfmac: add comment block in brcmf_sdio_buscore_read()Arend Van Spriel-0/+7
2018-01-11brcmfmac: Remove array of functionsArend Van Spriel-152/+146
2018-01-08brcmfmac: Support 43455 save-restore (SR) feature if FW include -srDouble Lo-0/+1
2018-01-08brcmfmac: Clean up interrupt macrosIan Molton-4/+7
2018-01-08brcmfmac: Replace function index with function pointerIan Molton-50/+56
2018-01-08brcmfmac: More efficient and slightly easier to read fixup for 4339 chipsArend Van Spriel-3/+4
2018-01-08brcmfmac: Remove func0 from function arrayIan Molton-14/+11
2018-01-08brcmfmac: Correctly handle accesses to SDIO func0Ian Molton-2/+6
2018-01-08brcmfmac: stabilise the value of ->sbwad in use for some xfer routines.Ian Molton-4/+10
2018-01-08brcmfmac: Rename buscore to core for consistencyArend Van Spriel-2/+2
2018-01-08brcmfmac: Remove {r,w}_sdreg32Ian Molton-46/+42
2017-12-19Merge tag 'wireless-drivers-next-for-davem-2017-12-18' of git://git.kernel.or...David S. Miller-770/+384
2017-12-14brcmfmac: enlarge buffer size of caps to 512 bytesWright Feng-3/+9
2017-12-14brcmfmac: Remove repeated calls to brcmf_chip_get_core()Ian Molton-10/+15
2017-12-14brcmfmac: Remove unused macro.Ian Molton-2/+0
2017-12-14brcmfmac: Cleanup offsetof()Ian Molton-21/+14
2017-12-14brcmfmac: remove unnecessary call to brcmf_sdiod_set_backplane_window()Ian Molton-5/+0
2017-12-14brcmfmac: Remove brcmf_sdiod_addrprep()Ian Molton-38/+46
2017-12-14brcmfmac: Tidy register definitions a littleIan Molton-11/+12
2017-12-14brcmfmac: Rename / replace old IO functions with simpler ones.Ian Molton-245/+138
2017-12-14brcmfmac: Clarify if using braces.Ian Molton-2/+3
2017-12-14brcmfmac: whitespace fixes in brcmf_sdiod_send_buf()Ian Molton-1/+2
2017-12-14brcmfmac: Split brcmf_sdiod_buffrw function up.Ian Molton-22/+45
2017-12-14brcmsmac: use ARRAY_SIZE on rfseq_updategainu_eventsColin Ian King-2/+1
2017-12-08wireless: use ARRAY_SIZEJérémy Lefaure-357/+105
2017-12-07brcmfmac: Avoid build error with make W=1Andy Shevchenko-1/+1
2017-12-07brcmfmac: Rename bcmerror to errIan Molton-7/+7
2017-12-07brcmfmac: Remove noisy debugging.Ian Molton-6/+0
2017-12-07brcmfmac: Fix asymmetric IO functions.Ian Molton-1/+1
2017-12-07brcmfmac: Remove brcmf_sdiod_request_data()Ian Molton-152/+87
2017-12-07brcmfmac: Remove bandaid for SleepCSRIan Molton-27/+1
2017-12-07brcmfmac: Remove dead IO codeIan Molton-10/+8
2017-12-07brcmfmac: Clean up brcmf_sdiod_set_sbaddr_window()Ian Molton-15/+5
2017-12-07brcmfmac: Split brcmf_sdiod_regrw_helper() up.Ian Molton-21/+73
2017-12-07brcmfmac: Register sizes on hardware are not dependent on compiler typesIan Molton-11/+11
2017-12-07brcmfmac: Fix parameter order in brcmf_sdiod_f0_writeb()Ian Molton-4/+4
2017-12-02brcmfmac: change driver unbind order of the sdio function devicesArend Van Spriel-1/+1
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook-11/+9
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-1050/+1142
2017-11-11brcmfmac: add CLM download supportChung-Hsien Hsu-0/+258
2017-11-10brcmfmac: move configuration of probe request IEsArend Van Spriel-4/+7
2017-11-10brcmfmac: get rid of struct brcmf_cfg80211_info::active_scan fieldArend Van Spriel-15/+2
2017-11-10brcmfmac: get rid of brcmf_cfg80211_escan() functionArend Van Spriel-24/+10