summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ti
AgeCommit message (Expand)AuthorFilesLines
2020-07-15wlcore: Remove pointless spinlockTony Lindgren1-2/+0
2020-07-15wlcore: Use spin_trylock in wlcore_irq() to see if we need to queue txTony Lindgren1-6/+11
2020-07-15wlcore: Use spin_trylock in wlcore_irq_locked() for running the queueTony Lindgren1-9/+13
2020-07-15wlcore: Simplify runtime resume ELP pathTony Lindgren1-28/+15
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada5-10/+10
2020-05-29wlcore: fix runtime pm imbalance in wlcore_irq_lockedDinghao Liu1-8/+9
2020-05-29wlcore: fix runtime pm imbalance in __wl1271_op_remove_interfaceDinghao Liu1-2/+6
2020-05-29wlcore: fix runtime pm imbalance in wl1271_op_suspendDinghao Liu1-3/+1
2020-05-29wlcore: fix runtime pm imbalance in wlcore_regdomain_configDinghao Liu1-1/+3
2020-05-29wlcore: fix runtime pm imbalance in wl1271_tx_workDinghao Liu1-0/+1
2020-04-23wlcore: Adding suppoprt for IGTK key in wlcore driverRaz Bouganim2-0/+5
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-03-23wireless: ti: Replace zero-length array with flexible-array memberGustavo A. R. Silva7-8/+8
2020-03-12wlcore: remove stray plus signJohannes Berg1-1/+1
2020-02-12wl1251: remove ti,power-gpio for SDIO modeH. Nikolaus Schaller1-30/+2
2020-01-26wlcore: mesh: Add support for RX Broadcast KeyMaital Hahn4-11/+21
2019-11-27Merge tag 'mmc-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2-17/+16
2019-11-21drivers: net: Fix Kconfig indentation, continuedKrzysztof Kozlowski1-4/+4
2019-11-15net: wireless: ti: remove local VENDOR_ID and DEVICE_ID definitionsH. Nikolaus Schaller2-16/+0
2019-11-15net: wireless: ti: wl1251 use new SDIO_VENDOR_ID_TI_WL1251 definitionH. Nikolaus Schaller1-1/+1
2019-11-15net: wireless: ti: wl1251 add device tree supportH. Nikolaus Schaller1-0/+15
2019-11-05Merge tag 'wireless-drivers-next-2019-11-05' of git://git.kernel.org/pub/scm/...David S. Miller1-8/+7
2019-10-28net: Fix misspellings of "configure" and "configuration"Geert Uytterhoeven1-1/+1
2019-10-11wlcore: clean-up clearing of WL1271_FLAG_IRQ_RUNNINGTony Lindgren1-6/+6
2019-10-02net/wireless: Use kmemdup rather than duplicating its implementationFuqian Huang1-2/+1
2019-07-26mac80211: pass the vif to cancel_remain_on_channelEmmanuel Grumbach1-1/+2
2019-07-20wireless: fix nl80211 vendor commandsJohannes Berg1-0/+3
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-38/+0
2019-07-03Merge branch 'timers/vdso' into timers/coreThomas Gleixner2-8/+2
2019-06-24wl18xx: Fix Wunused-const-variableNathan Huckleberry1-38/+0
2019-06-22timekeeping: Use proper clock specifier names in functionsJason A. Donenfeld3-3/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2-8/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner92-1379/+92
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner7-0/+7
2019-05-05Merge tag 'wireless-drivers-next-for-davem-2019-05-03' of git://git.kernel.or...David S. Miller2-11/+8
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg2-6/+6
2019-04-25wlcore: simplify/fix/optimize reg_ch_conf_pending operationsPaolo Bonzini2-11/+8
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+7
2019-02-01wl18xx: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-19/+1
2019-02-01wl12xx: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-19/+1
2019-02-01wl1251: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-54/+5
2019-02-01wlcore: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2-31/+7
2019-02-01wlcore: clean up an indentation issueColin Ian King1-1/+1
2019-01-22wlcore: sdio: Fixup power on/off sequenceUlf Hansson1-8/+7
2019-01-10wlcore: Fix memory leak in case wl12xx_fetch_firmware failureZumeng Chen1-2/+5
2018-12-03Merge tag 'wireless-drivers-next-for-davem-2018-11-30' of git://git.kernel.or...David S. Miller1-1/+1
2018-11-06wlcore: Fix the return value in case of error in 'wlcore_vendor_cmd_smart_con...Christophe JAILLET1-1/+1
2018-11-06wlcore: Fixup "Add support for optional wakeirq"John Stultz1-6/+11
2018-10-05wlcore: Add support for optional wakeirqTony Lindgren3-9/+40
2018-10-05wlcore: Fix BUG with clear completion on timeoutTony Lindgren1-4/+14