summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom
AgeCommit message (Expand)AuthorLines
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
2017-11-10brcmfmac: use msecs_to_jiffies() instead of calculation using HZArend Van Spriel-2/+2
2017-11-10brcmfmac: cleanup brcmf_cfg80211_escan() functionArend Van Spriel-65/+11
2017-11-10brcmfmac: disable packet filtering in promiscuous modeFranky Lin-41/+39
2017-11-10brcmfmac: handle FWHALT mailbox indicationArend Van Spriel-4/+10
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar-0/+42
2017-11-04Merge tag 'wireless-drivers-next-for-davem-2017-11-03' of git://git.kernel.or...David S. Miller-879/+796
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+42
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+42
2017-10-27brcmsmac: reindent split functionsArnd Bergmann-810/+697
2017-10-27brcmsmac: split up wlc_phy_workarounds_nphyArnd Bergmann-74/+104
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland-1/+1
2017-10-20Merge tag 'wireless-drivers-next-for-davem-2017-10-18' of git://git.kernel.or...David S. Miller-118/+108
2017-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo-119/+123
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-18/+24