index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath
/
ath10k
/
snoc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-26
ath10k: Use device_get_match_data() to simplify code
Stephen Boyd
1
-7
/
+4
2020-01-26
ath10k: Add newlines to printk messages
Stephen Boyd
1
-3
/
+3
2020-01-26
ath10k: Add optional qdss clk
Bjorn Andersson
1
-1
/
+1
2019-11-25
ath10k: Fix qmi init error handling
Jeffrey Hugo
1
-1
/
+4
2019-10-11
ath10k: fix null dereference on pointer crash_data
Colin Ian King
1
-1
/
+1
2019-09-21
ath10k: Enable MSA region dump support for WCN3990
Govind Singh
1
-0
/
+66
2019-09-21
ath10k: Add xo calibration support for wifi rf clock
Govind Singh
1
-0
/
+11
2019-09-17
ath10k: Use ARRAY_SIZE
Vasyl Gomonovych
1
-2
/
+1
2019-09-17
ath10k: Use standard bulk clock API in snoc
Bjorn Andersson
1
-107
/
+18
2019-09-17
ath10k: Use standard regulator bulk API in snoc
Bjorn Andersson
1
-161
/
+23
2019-09-17
ath10k: snoc: skip regulator operations
Bjorn Andersson
1
-21
/
+6
2019-09-17
ath10k: Fix HOST capability QMI incompatibility
Bjorn Andersson
1
-0
/
+11
2019-06-25
ath10k: Add WMI diag fw logging support for WCN3990
Govind Singh
1
-0
/
+15
2019-05-07
ath10k: Modify CE4 src buffer entries to 2048 for WCN3990
Govind Singh
1
-1
/
+1
2019-04-23
ath10k: initialise struct ath10k_bus params to zero
Kalle Valo
1
-1
/
+1
2019-02-20
ath10k: switch to use SPDX license identifiers
Kalle Valo
1
-12
/
+1
2019-02-11
ath10k: enable Factory Test Mode for WCN3990
Rakesh Pillai
1
-4
/
+16
2019-02-11
ath10k: enable bus layer suspend/resume for WCN3990
Govind Singh
1
-0
/
+45
2019-02-07
ath10k: snoc: remove set but not used variable 'ar_snoc'
YueHaibing
1
-2
/
+0
2019-02-07
ath10k: fix hw-restart crash inject mode for WCN3990
Rakesh Pillai
1
-1
/
+10
2019-02-04
ath10k: Set DMA address mask to 35 bit for WCN3990
Rakesh Pillai
1
-1
/
+1
2018-12-20
ath10k: remove work in progress logs from snoc driver
Govind Singh
1
-1
/
+0
2018-11-06
ath10k: fix struct init whitespace in SNOC driver
Brian Norris
1
-6
/
+6
2018-11-06
ath10k: ath10k_snoc_{read,write}32() should be static
Brian Norris
1
-2
/
+2
2018-11-06
ath10k: snoc: fix unbalanced clock error handling
Brian Norris
1
-1
/
+1
2018-11-06
ath10k: snoc: relax voltage requirements
Brian Norris
1
-4
/
+4
2018-11-06
ath10k: snoc: fix unabalanced regulator error handling
Brian Norris
1
-54
/
+75
2018-11-06
ath10k: snoc: remove 'wcn3990' from generic resource handling
Brian Norris
1
-17
/
+17
2018-11-05
ath10k: add support for WCN3990 firmware crash recovery
Surabhi Vishnoi
1
-3
/
+36
2018-10-13
ath10k: add QMI message handshake for wcn3990 client
Govind Singh
1
-10
/
+257
2018-10-01
ath10k: disable napi before resource cleanup to avoid "use after free"
Govind Singh
1
-1
/
+1
2018-10-01
ath10k: move napi_enable to hif_start for consistent pairing
Govind Singh
1
-1
/
+1
2018-09-06
ath10k: add device type enum to ath10k_bus_params
Erik Stromdahl
1
-0
/
+1
2018-09-06
ath10k: add struct ath10k_bus_params
Erik Stromdahl
1
-1
/
+3
2018-09-06
ath10k: enable pktlog for WCN3990 target
Govind Singh
1
-2
/
+11
2018-06-14
ath10k: handle resource init failure case
Govind Singh
1
-2
/
+2
2018-06-14
ath10k: snoc: sort include files
Brian Norris
1
-7
/
+8
2018-06-14
ath10k: snoc: drop unused WCN3990_CE_ATTR_FLAGS
Brian Norris
1
-1
/
+1
2018-06-14
ath10k: snoc: use correct bus-specific pointer in RX retry
Brian Norris
1
-1
/
+1
2018-06-14
ath10k: snoc: use module_platform_driver() macro
Brian Norris
1
-19
/
+1
2018-06-14
ath10k: make some functions static
Wei Yongjun
1
-2
/
+2
2018-05-12
ath10k: snoc: Remove owner assignment from platform_driver
Fabio Estevam
1
-1
/
+0
2018-04-24
ath10k: enable SRRI/DRRI support on ddr for WCN3990
Govind Singh
1
-0
/
+3
2018-04-19
ath10k: vote for hardware resources for WCN3990
Govind Singh
1
-1
/
+312
2018-04-19
ath10k: add support to get target info from hif ops
Rakesh Pillai
1
-0
/
+10
2018-04-19
ath10k: add hif rx methods for wcn3990
Govind Singh
1
-18
/
+153
2018-04-19
ath10k: add hif tx methods for wcn3990
Govind Singh
1
-3
/
+120
2018-04-19
ath10k: add hif power-up/power-down methods
Govind Singh
1
-0
/
+61
2018-04-19
ath10k: map HTC services to tx/rx pipes for wcn3990
Govind Singh
1
-0
/
+168
2018-04-19
ath10k: add hif start/stop methods for wcn3990 snoc layer
Govind Singh
1
-2
/
+187
[next]