index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath
/
ath11k
/
pci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-17
ath11k: add qcn9074 pci device support
Anilkumar Kolli
1
-1
/
+17
2021-02-17
ath11k: add extended interrupt support for QCN9074
Karthikeyan Periyasamy
1
-2
/
+11
2021-02-17
ath11k: add CE interrupt support for QCN9074
Karthikeyan Periyasamy
1
-6
/
+25
2021-02-17
ath11k: add data path support for QCN9074
Karthikeyan Periyasamy
1
-0
/
+1
2021-02-17
ath11k: add hal support for QCN9074
Karthikeyan Periyasamy
1
-10
/
+10
2021-02-17
ath11k: add static window support for register access
Karthikeyan Periyasamy
1
-9
/
+63
2021-02-17
ath11k: Move qmi service_ins_id to hw_params
Anilkumar Kolli
1
-1
/
+1
2021-02-17
ath11k: Refactor ath11k_msi_config
Anilkumar Kolli
1
-17
/
+22
2021-02-11
ath11k: pci: remove experimental warning
Kalle Valo
1
-2
/
+0
2021-01-11
Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
Kalle Valo
1
-1
/
+1
2020-12-18
ath11k: pci: remove unnecessary mask in ath11k_pci_enable_ltssm()
Kalle Valo
1
-1
/
+1
2020-12-18
ath11k: pci: disable ASPM L0sLs before downloading firmware
Carl Huang
1
-0
/
+36
2020-12-17
ath11k: Fix ath11k_pci_fix_l1ss()
Dan Carpenter
1
-4
/
+4
2020-12-12
ath11k: implement suspend for QCA6390 PCI devices
Carl Huang
1
-0
/
+31
2020-12-12
ath11k: hif: add ce irq enable and disable functions
Carl Huang
1
-1
/
+18
2020-12-12
ath11k: pci: read select_window register to ensure write is finished
Carl Huang
1
-0
/
+1
2020-12-12
ath11k: hif: implement suspend and resume functions
Carl Huang
1
-0
/
+20
2020-12-12
ath11k: pci: disable VDD4BLOW
Carl Huang
1
-0
/
+10
2020-12-12
ath11k: pci: fix L1ss clock unstable problem
Carl Huang
1
-0
/
+70
2020-12-12
ath11k: pci: fix hot reset stability issues
Carl Huang
1
-5
/
+47
2020-12-09
ath11k: fix rmmod failure if qmi sequence fails
Anilkumar Kolli
1
-0
/
+8
2020-12-08
ath11k: pci: add MODULE_FIRMWARE macros
Devin Bayer
1
-0
/
+5
2020-12-07
ath11k: add 64bit check before reading msi high addr
Anilkumar Kolli
1
-2
/
+9
2020-11-07
ath11k: convert tasklets to use new tasklet_setup() API
Allen Pais
1
-4
/
+3
2020-10-01
ath11k: enable shadow register configuration and access
Carl Huang
1
-0
/
+3
2020-10-01
ath11k: read and write registers below unwindowed address
Carl Huang
1
-0
/
+35
2020-10-01
ath11k: pci: fix rmmod crash
Carl Huang
1
-1
/
+8
2020-10-01
ath11k: pci: check TCSR_SOC_HW_VERSION
Kalle Valo
1
-12
/
+34
2020-09-11
ath11k: move target ce configs to hw_params
Anilkumar Kolli
1
-187
/
+6
2020-08-31
ath11k: fix missing error check on call to ath11k_pci_get_user_msi_assignment
Colin Ian King
1
-3
/
+6
2020-08-18
ath11k: reset MHI during power down and power up
Carl Huang
1
-2
/
+77
2020-08-18
ath11k: enable DP interrupt setup for QCA6390
Carl Huang
1
-0
/
+175
2020-08-18
ath11k: disable CE interrupt before hif start
Carl Huang
1
-0
/
+1
2020-08-18
ath11k: ce: remove CE_COUNT() macro
Kalle Valo
1
-6
/
+6
2020-08-18
ath11k: ce: support different CE configurations
Carl Huang
1
-6
/
+6
2020-08-17
ath11k: setup ce tasklet for control path
Govind Singh
1
-8
/
+108
2020-08-17
ath11k: configure copy engine msi address in CE srng
Govind Singh
1
-0
/
+25
2020-08-17
ath11k: pci: add read32() and write32() hif operations
Govind Singh
1
-0
/
+55
2020-08-17
ath11k: fill appropriate QMI service instance id for QCA6390
Govind Singh
1
-0
/
+1
2020-08-17
ath11k: add board file support for PCI devices
Govind Singh
1
-0
/
+2
2020-08-17
ath11k: add support for m3 firmware
Govind Singh
1
-0
/
+1
2020-08-17
ath11k: use remoteproc only with AHB devices
Govind Singh
1
-1
/
+6
2020-08-17
ath11k: pci: add HAL, CE and core initialisation
Govind Singh
1
-1
/
+389
2020-08-17
ath11k: register MHI controller device for QCA6390
Govind Singh
1
-0
/
+77
2020-08-17
ath11k: implement ath11k_core_pre_init()
Kalle Valo
1
-0
/
+7
2020-08-17
ath11k: pci: add MSI config initialisation
Govind Singh
1
-0
/
+69
2020-08-17
ath11k: pci: setup resources
Govind Singh
1
-1
/
+105
2020-08-17
ath11k: add simple PCI client driver for QCA6390 chipset
Govind Singh
1
-0
/
+88