Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
29aed868a6b4fa63253cefdc12d9b472730ac48e
/
drivers
/
net
/
wireless
/
ath
/
ath10k
/
pci.c
f986d63
ath10k: override CE5 config for QCA9377
by Bartosz Markowski
· 8 years ago
02d009e
ath10k: fix napi crash during rmmod when probe firmware fails
by Kalle Valo
· 8 years ago
214d553
ath10k: remove unused variable ar_pci
by Chaehyun Lim
· 8 years ago
5f4761d
ath10k: fix memory leak on caldata on error exit path
by Colin Ian King
· 8 years ago
3cd32dd
Merge branch 'ath-current' into ath-next
by Kalle Valo
· 8 years ago
3c97f5d
ath10k: implement NAPI support
by Rajkumar Manoharan
· 8 years ago
75b3480
ath10k: hide kernel addresses from logs using %pK format specifier
by Maharaja Kennadyrajan
· 8 years ago
4e80ffa
ath10k: Remove driver log suggesting QCA9887 support is experimental
by Mohammed Shafi Shajakhan
· 8 years ago
e565c31
ath10k: enable support for QCA9888
by Anilkumar Kolli
· 8 years ago
fb7caab
ath10k: fix crash during card removal
by Mohammed Shafi Shajakhan
· 8 years ago
6847f96
ath10k: add board data download from target
by Sven Eckelmann
· 8 years ago
6fd3dd7
ath10k: add QCA9887 chipset support
by Sven Eckelmann
· 8 years ago
b855de0
ath10k: update module description
by Rajkumar Manoharan
· 8 years ago
1e56d51
ath10k: fix diag_read to collect data for larger memory
by Ashok Raj Nagarajan
· 8 years ago
651b4cd
ath10k: enable support for QCA9984
by Vasanthakumar Thiagarajan
· 8 years ago
0fc7e27
ath10k: clean up growing hw checks during safe and full reset
by Vasanthakumar Thiagarajan
· 8 years ago
3fb55c7
ath10k: remove deprecated firmware API 1 support
by Kalle Valo
· 9 years ago
cfe9011
ath10k: remove MSI range support
by Rajkumar Manoharan
· 9 years ago
128abd0
ath10k: reuse copy engine 5 (htt rx) descriptors
by Rajkumar Manoharan
· 9 years ago
24d9ef5
ath10k: cleanup copy engine receive next completion
by Rajkumar Manoharan
· 9 years ago
22baa98
ath10k: fix erroneous return value
by Anton Protopopov
· 9 years ago
0b523ce
ath10k: add basic skeleton to support ahb
by Raja Mani
· 9 years ago
90188f8
ath10k: pull reusable code from pci probe and remove for ahb
by Raja Mani
· 9 years ago
4ddb329
ath10k: make ath10k_pci_read32/write32() ops more generic
by Raja Mani
· 9 years ago
f52f517
ath10k: make some of ath10k_pci_* func reusable
by Raja Mani
· 9 years ago
d9d6a5a
ath10k: reduce indentation by moving powersave check within function
by Rajkumar Manoharan
· 9 years ago
aa538ac
ath10k: wake up device before accessing registers
by Rajkumar Manoharan
· 9 years ago
e370abd
Merge tag 'wireless-drivers-next-for-davem-2015-12-07' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next
by David S. Miller
· 9 years ago
6419fdb
ath10k: poll HTT send completion when CE 5 is unused
by Rajkumar Manoharan
· 9 years ago
2727a74
ath10k: override CE5 configuration for QCA6147 device
by Ryan Hsu
· 9 years ago
034074f
ath10k: add QCA9377 hw1.0 support
by Bartosz Markowski
· 9 years ago
079a049
ath10k: introduce dev_id to hw_params
by Bartosz Markowski
· 9 years ago
12551ce
ath10k: fix the currently supported QCA9377 target version name
by Bartosz Markowski
· 9 years ago
afb0bf7
ath10k: add support for pktlog in QCA99X0
by Vivek Natarajan
· 9 years ago
a226b51
ath10k: add QCA9377 chipset support
by Bartosz Markowski
· 9 years ago
b4c306d
ath10k: remove shadow copy of CE descriptors for source ring
by Rajkumar Manoharan
· 9 years ago
765952e
ath10k: cleanup copy engine send completion
by Rajkumar Manoharan
· 9 years ago
1e8f86d
ath10k: remove send completion validation in diag read/write
by Rajkumar Manoharan
· 9 years ago
1aaf8ef
ath10k: disable PCI PS for QCA988X and QCA99X0
by Anilkumar Kolli
· 9 years ago
400143e
ath10k: remove htc polling for tx completion
by Rajkumar Manoharan
· 9 years ago
0da64f1
ath10k: remove unused dl_is_polled
by Rajkumar Manoharan
· 9 years ago
a70587b
ath10k: configure copy engine 5 for HTT messages
by Rajkumar Manoharan
· 9 years ago
9d9bdbb
ath10k: register per copy engine receive callbacks
by Rajkumar Manoharan
· 9 years ago
0e5b295
ath10k: register per copy engine send completion callbacks
by Rajkumar Manoharan
· 9 years ago
0a51b34
ath10k: add board 2 API support
by Manikanta Pubbisetty
· 9 years ago
ab4e3db
ath10k: optimize ce_lock on post rx buffer processing
by Rajkumar Manoharan
· 9 years ago
39b91b8
ath10k: increase pci wakeup timeout to 30 ms
by Maharaja Kennadyrajan
· 9 years ago
9a14969
ath10k: fix whitespace usage
by Kalle Valo
· 9 years ago
617b0f4
ath10k: indentation fixes
by Kalle Valo
· 9 years ago
b8402d8
ath10k: fix MSI-X registering for qca99x0
by Janusz Dziedzic
· 9 years ago
36582e5
ath10k: add qca6164 support
by Michal Kazior
· 9 years ago
5e55e3c
ath10k: fix dma_mapping_error() handling
by Michal Kazior
· 9 years ago
8a055a8
ath10k: add QCA99X0 to supported device list
by Vasanthakumar Thiagarajan
· 9 years ago
acd1958
ath10k: delay device access after cold reset
by Vasanthakumar Thiagarajan
· 9 years ago
3c7e256
ath10k: Fix target to cpu address conversion logic
by Vasanthakumar Thiagarajan
· 9 years ago
6e4202c
ath10k: Add chip reset sequence for QCA99X0
by Vasanthakumar Thiagarajan
· 9 years ago
418ca59
ath10k: Make target cpu address to CE address conversion chip specific
by Vasanthakumar Thiagarajan
· 9 years ago
050af06
ath10k: Copy Engine related changes for QCA99X0
by Vasanthakumar Thiagarajan
· 9 years ago
8bd4702
ath10k: Add hw register/values for QCA99X0 chip
by Vasanthakumar Thiagarajan
· 9 years ago
aeae5b4
ath10k: prevent debugfs mmio access crash kernel
by Michal Kazior
· 9 years ago
b72436c
ath10k: remove unused variable 'id' in ath10k_pci_tx_pipe_cleanup()
by Raja Mani
· 9 years ago
0bcbbe6
ath10k: fix possible ps sleep crash
by Michal Kazior
· 9 years ago
e451c1d
ath10k: add missing firmware declarations
by Michal Kazior
· 9 years ago
77258d4
ath10k: enable pci soc powersaving
by Michal Kazior
· 9 years ago
76d870e
ath10k: enable ASPM
by Janusz Dziedzic
· 9 years ago
11a002e
ath10k: fix qca61x4 hw2.1 support
by Michal Kazior
· 10 years ago
de57e2c
ath10k: allow loading device specific board files
by Michal Kazior
· 10 years ago
d9585a9
ath10k: fix error handling in pci_probe
by Michal Kazior
· 10 years ago
53513c3
ath10k: bump up FW API to 5
by Kalle Valo
· 10 years ago
9ff4be9
ath10k: save/restore pci config space properly
by Michal Kazior
· 10 years ago
320e14b
ath10k: fix some pci wake/sleep issues
by Michal Kazior
· 10 years ago
5c427f5
ath10k: update MODULE_FIRMWARE definitions for QCA6174
by Bartosz Markowski
· 10 years ago
30abb33
ath10k: increase copy engine entries for rx wmi
by Rajkumar Manoharan
· 10 years ago
6383864
ath10k: workaround corrupted htt rx events
by Michal Kazior
· 10 years ago
6f3b7ff
ath10k: disable irqs after fw crash
by Michal Kazior
· 10 years ago
d63955b
ath10k: add support for qca6174
by Michal Kazior
· 10 years ago
1a7fecb
ath10k: reset chip before reading chip_id in probe
by Michal Kazior
· 10 years ago
8582bf3
ath10k: introduce struct ath10k_skb_rxcb
by Michal Kazior
· 10 years ago
a2fa880
ath10k: prevent fw reg dump spam
by Michal Kazior
· 10 years ago
7505f7c
ath10k: create a chip revision whitelist
by Michal Kazior
· 10 years ago
1cb86d4
ath10k: prevent pci tx/rx starvation
by Michal Kazior
· 10 years ago
d84a512
ath10k: remove transfer_id from ath10k_hif_cb::tx_completion
by Michal Kazior
· 10 years ago
5f07ea4
ath10k: remove unused callback argument from struct ath10k_hif_cb::rx_completion
by Michal Kazior
· 10 years ago
9f65ad2
ath10k: add memory dump debugfs interface
by Yanbo Li
· 10 years ago
077a380
ath10k: add register access debugfs interface
by Yanbo Li
· 10 years ago
707b1bbd
ath10k: fix pm resume after suspend
by Bartosz Markowski
· 10 years ago
04ed9df
ath10k: fix possible bmi crash
by Michal Kazior
· 10 years ago
c011b28
ath10k: don't reset chip on power_down
by Michal Kazior
· 10 years ago
0bc14d0
ath10k: split reset logic from power up
by Michal Kazior
· 10 years ago
61c1648
ath10k: make warm reset a bit safer and faster
by Michal Kazior
· 10 years ago
099ac7c
ath10k: change ce ring cleanup logic
by Michal Kazior
· 10 years ago
84cbf3a
ath10k: split ce pipe init/alloc further
by Michal Kazior
· 10 years ago
7c0f0e3
ath10k: mask/unmask msi fw irq
by Michal Kazior
· 10 years ago
a428249
ath10k: re-disable interrupts after target init
by Michal Kazior
· 10 years ago
e07db35
ath10k: add back enum ath10k_bus
by Kalle Valo
· 10 years ago
8026cae
ath10k: advertise all possible firmware(-api) files
by Bartosz Markowski
· 10 years ago
f51dbe7
ath10k: add firmware crash counters
by Ben Greear
· 10 years ago
eef2540
ath10k: add diag_read() to hif ops
by Kalle Valo
· 10 years ago
a360e54
ath10k: add debug dump for pci rx
by Michal Kazior
· 10 years ago
8cc7f26
ath10k: miscellaneous checkpatch fixes
by Kalle Valo
· 10 years ago
Next »