summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom
Commit message (Expand)AuthorAgeFilesLines
* b43: Replace mdelay with usleep_range in b43_radio_2057_init_postJia-Ju Bai2018-01-111-1/+1
* brcmfmac: Use zeroing memory allocator than allocator/memsetHimanshu Jha2018-01-111-10/+10
* brcmfmac: rename brcmf_sdiod_buff_{read,write}() functionsArend Van Spriel2018-01-111-24/+24
* brcmfmac: add comment block in brcmf_sdio_buscore_read()Arend Van Spriel2018-01-111-0/+7
* brcmfmac: Remove array of functionsArend Van Spriel2018-01-113-152/+146Star
* brcmfmac: Support 43455 save-restore (SR) feature if FW include -srDouble Lo2018-01-081-0/+1
* brcmfmac: Clean up interrupt macrosIan Molton2018-01-082-4/+7
* brcmfmac: Replace function index with function pointerIan Molton2018-01-083-50/+56
* brcmfmac: More efficient and slightly easier to read fixup for 4339 chipsArend Van Spriel2018-01-081-3/+4
* brcmfmac: Remove func0 from function arrayIan Molton2018-01-083-14/+11Star
* brcmfmac: Correctly handle accesses to SDIO func0Ian Molton2018-01-082-2/+6
* brcmfmac: stabilise the value of ->sbwad in use for some xfer routines.Ian Molton2018-01-083-4/+10
* brcmfmac: Rename buscore to core for consistencyArend Van Spriel2018-01-081-2/+2
* brcmfmac: Remove {r,w}_sdreg32Ian Molton2018-01-081-46/+42Star
* Merge tag 'wireless-drivers-next-for-davem-2017-12-18' of git://git.kernel.or...David S. Miller2017-12-196-770/+384Star
|\
| * brcmfmac: enlarge buffer size of caps to 512 bytesWright Feng2017-12-141-3/+9
| * brcmfmac: Remove repeated calls to brcmf_chip_get_core()Ian Molton2017-12-141-10/+15
| * brcmfmac: Remove unused macro.Ian Molton2017-12-141-2/+0Star
| * brcmfmac: Cleanup offsetof()Ian Molton2017-12-141-21/+14Star
| * brcmfmac: remove unnecessary call to brcmf_sdiod_set_backplane_window()Ian Molton2017-12-141-5/+0Star
| * brcmfmac: Remove brcmf_sdiod_addrprep()Ian Molton2017-12-141-38/+46
| * brcmfmac: Tidy register definitions a littleIan Molton2017-12-142-11/+12
| * brcmfmac: Rename / replace old IO functions with simpler ones.Ian Molton2017-12-143-245/+138Star
| * brcmfmac: Clarify if using braces.Ian Molton2017-12-141-2/+3
| * brcmfmac: whitespace fixes in brcmf_sdiod_send_buf()Ian Molton2017-12-141-1/+2
| * brcmfmac: Split brcmf_sdiod_buffrw function up.Ian Molton2017-12-141-22/+45
| * brcmsmac: use ARRAY_SIZE on rfseq_updategainu_eventsColin Ian King2017-12-141-2/+1Star
| * wireless: use ARRAY_SIZEJérémy Lefaure2017-12-081-357/+105Star
| * brcmfmac: Rename bcmerror to errIan Molton2017-12-071-7/+7
| * brcmfmac: Remove noisy debugging.Ian Molton2017-12-071-6/+0Star
| * brcmfmac: Fix asymmetric IO functions.Ian Molton2017-12-071-1/+1
| * brcmfmac: Remove brcmf_sdiod_request_data()Ian Molton2017-12-072-152/+87Star
| * brcmfmac: Remove bandaid for SleepCSRIan Molton2017-12-071-27/+1Star
| * brcmfmac: Remove dead IO codeIan Molton2017-12-071-10/+8Star
| * brcmfmac: Clean up brcmf_sdiod_set_sbaddr_window()Ian Molton2017-12-072-15/+5Star
| * brcmfmac: Split brcmf_sdiod_regrw_helper() up.Ian Molton2017-12-071-21/+73
| * brcmfmac: Register sizes on hardware are not dependent on compiler typesIan Molton2017-12-071-11/+11
| * brcmfmac: Fix parameter order in brcmf_sdiod_f0_writeb()Ian Molton2017-12-071-4/+4
* | brcmfmac: Avoid build error with make W=1Andy Shevchenko2017-12-071-1/+1
* | brcmfmac: change driver unbind order of the sdio function devicesArend Van Spriel2017-12-021-1/+1
|/
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-223-11/+9Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-1517-1050/+1142
|\
| * brcmfmac: add CLM download supportChung-Hsien Hsu2017-11-118-0/+258
| * brcmfmac: move configuration of probe request IEsArend Van Spriel2017-11-102-4/+7
| * brcmfmac: get rid of struct brcmf_cfg80211_info::active_scan fieldArend Van Spriel2017-11-103-15/+2Star
| * brcmfmac: get rid of brcmf_cfg80211_escan() functionArend Van Spriel2017-11-101-24/+10Star
| * brcmfmac: use msecs_to_jiffies() instead of calculation using HZArend Van Spriel2017-11-101-2/+2
| * brcmfmac: cleanup brcmf_cfg80211_escan() functionArend Van Spriel2017-11-101-65/+11Star
| * brcmfmac: disable packet filtering in promiscuous modeFranky Lin2017-11-103-41/+39Star
| * brcmfmac: handle FWHALT mailbox indicationArend Van Spriel2017-11-101-4/+10