summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/sdio.c
Commit message (Expand)AuthorAgeFilesLines
* ath10k: destroy sdio workqueue while remove sdio moduleWen Gong2019-06-281-0/+3
* ath10k: add missing error handlingClaire Chang2019-06-251-0/+4
* ath10k: add support for firmware crash recovery on SDIO chipWen Gong2019-06-251-2/+8
* ath10k: change swap mail box config for UTF mode of SDIOWen Gong2019-05-071-0/+5
* ath10k: enable QCA6174 hw3.2 SDIO hardwareWen Gong2019-04-291-1/+1
* ath10k: sdio: add missing error checkErik Stromdahl2019-04-231-0/+5
* ath10k: htt: support MSDU ids with SDIOAlagu Sankar2019-04-231-0/+2
* ath10k: initialise struct ath10k_bus params to zeroKalle Valo2019-04-231-1/+1
* ath10k: don't disable interrupts in ath10k_sdio_remove()Wen Gong2019-04-231-2/+0Star
* ath10k: sdio: reset chip on power_down()Wen Gong2019-02-261-8/+16
* ath10k: switch to use SPDX license identifiersKalle Valo2019-02-201-12/+1Star
* ath10k: enable Factory Test Mode for WCN3990Rakesh Pillai2019-02-111-1/+2
* ath10k: sdio: add .owner fieldBrian Norris2019-02-071-1/+4
* ath10k: change swap mail box check after htc readyWen Gong2019-02-071-15/+23
* ath10k: add device type enum to ath10k_bus_paramsErik Stromdahl2018-09-061-0/+1
* ath10k: add struct ath10k_bus_paramsErik Stromdahl2018-09-061-3/+4
* ath10k: sdio: set skb len for all rx packetsAlagu Sankar2018-07-021-0/+1
* ath10k: sdio: allocate correct size for RECV_1MORE_BLOCK rx packetsAlagu Sankar2018-07-021-0/+3
* ath10k: sdio: use same endpoint id for all packets in a bundleAlagu Sankar2018-07-021-1/+4
* ath10k: rename HTC_HOST_MAX_MSG_PER_BUNDLE defineErik Stromdahl2018-06-281-2/+2
* ath10k: transmit queued frames after processing rx packetsNiklas Cassel2018-06-281-0/+3
* ath10k: sdio: jump to correct label in error handling pathNiklas Cassel2018-04-271-1/+1
* ath10k: sdio: fix memory leak for probe allocationsMarcus Folkesson2018-04-101-15/+9Star
* ath10k: sdio: remove unused struct memberErik Stromdahl2017-08-311-4/+0Star
* ath10k: sdio: fix compile warningErik Stromdahl2017-08-031-4/+4
* ath10k: fix a bunch of spelling mistakes in messagesColin Ian King2017-06-281-2/+2
* ath10k: add initial SDIO supportErik Stromdahl2017-05-041-0/+2113