Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
e539887b1521ed4aefce7387bc3f33814b11442d
/
drivers
/
net
/
wireless
/
ath
/
ath10k
/
pci.c
e539887
ath10k: don't consume other's shared interrupts
by Michal Kazior
· 11 years ago
650b91f
ath10k: show hardware and firmware info prints only once
by Kalle Valo
· 11 years ago
95cbb6a
ath10k: don't show MSI registration warnings
by Kalle Valo
· 11 years ago
6a42a47
ath10k: reset device upon stopping/power down
by Michal Kazior
· 11 years ago
1d2b48d
ath10k: add and fix some PCI prints
by Michal Kazior
· 11 years ago
98563d5
ath10k: re-arrange PCI init code
by Michal Kazior
· 11 years ago
2415fc1
ath10k: guard against CE corruption from firmware
by Michal Kazior
· 11 years ago
28642f4
ath10k: propagate ath10k_ce_disable_interrupts() errors
by Michal Kazior
· 11 years ago
5b2589f
ath10k: use ath10k_do_pci_wake/sleep
by Michal Kazior
· 11 years ago
8630e3a
ath10k: remove meaningless check
by Michal Kazior
· 11 years ago
d7fb47f
ath10k: rename ath10k_pci_reset_target()
by Michal Kazior
· 11 years ago
96a9d0d
ath10k: split tasklet killing function
by Michal Kazior
· 11 years ago
103d4f5
ath10k: don't forget to kill fw error tasklet
by Michal Kazior
· 11 years ago
fad6ed7
ath10k: remove ar_pci->ce_count
by Michal Kazior
· 11 years ago
12eb087
ath10k: fix possible memory leak in ath10k_pci_probe()
by Wei Yongjun
· 11 years ago
f378274
ath10k: add error handling to ath10k_pci_wait()
by Kalle Valo
· 11 years ago
233eb97
ath10k: implement ath10k_pci_soc_read/write32()
by Kalle Valo
· 11 years ago
5e90de8
ath10k: fix NULL deref upon early FW crash
by Michal Kazior
· 11 years ago
3efcb3b
ath10k: remove num_sends_allowed
by Michal Kazior
· 11 years ago
2e761b5
ath10k: remove ce_sendlist_send
by Michal Kazior
· 11 years ago
1073ab2
ath10k: fix num_sends_allowed replenishing
by Michal Kazior
· 11 years ago
3699ddc
wireless: ath10k: remove unnecessary pci_set_drvdata()
by Jingoo Han
· 11 years ago
e9bb0aa
ath10k: delete struct ce_sendlist
by Kalle Valo
· 11 years ago
24cfade
ath10k: add boot debug messages to pci.c and ce.c
by Kalle Valo
· 11 years ago
5440ce2
ath10k: prevent CE from looping indefinitely
by Michal Kazior
· 11 years ago
55d761b
ath10k: add missing braces to ath10k_pci_tx_pipe_cleanup
by Dave Jones
· 11 years ago
e01ae68
ath10k: check chip id from the soc register during probe
by Kalle Valo
· 11 years ago
3aebe54
ath10k: convert ath10k_pci_wake() to return
by Kalle Valo
· 11 years ago
e479ed4
ath10k: convert ath10k_pci_reg_read/write32() to take struct ath10k
by Kalle Valo
· 11 years ago
aa5c1db4
ath10k: remove void pointer from struct ath10k_pci_compl
by Kalle Valo
· 11 years ago
d88effb
ath10k: make target_ce_config_wlan more readable
by Kalle Valo
· 11 years ago
48e9c22
ath10k: pci: make host_ce_config_wlan[] more readable
by Kalle Valo
· 11 years ago
a18b5ed
ath10k: remove un ar_pci->cacheline_sz field
by Kalle Valo
· 11 years ago
2aa3911
ath10k: rename ce_state to ath10k_ce_pipe
by Michal Kazior
· 11 years ago
87263e5
ath10k: rename hif_ce_pipe_info to ath10k_pci_pipe
by Michal Kazior
· 11 years ago
6702bad
ath10k: remove unused ce_attr parameters
by Michal Kazior
· 11 years ago
f9d8fec
ath10k: clean up PCI completion states
by Michal Kazior
· 11 years ago
ffe5daa
ath10k: use sizeof(*var) in kmalloc
by Michal Kazior
· 11 years ago
57a8930
ath10k: Remove qca98xx hw1.0 support
by Bartosz Markowski
· 11 years ago
8cc8df9
ath10k: add SoC power save option to PCI features map
by Bartosz Markowski
· 11 years ago
32270b6
ath10k: fix device teardown
by Michal Kazior
· 11 years ago
591ecdb
ath10k: fix failpath in MSI-X setup
by Michal Kazior
· 11 years ago
affd321
ath10k: implement device recovery
by Michal Kazior
· 11 years ago
818bdd1
ath10k: defer hw setup to start/stop mac80211 hooks
by Michal Kazior
· 11 years ago
8cd13ca
ath10k: decouple suspend code
by Michal Kazior
· 11 years ago
8c5c536
ath10k: decouple pci start/stop logic
by Michal Kazior
· 11 years ago
e799bbf
ath10k: rename hif callback
by Michal Kazior
· 11 years ago
7a5fe3f
ath10k: change function to take struct ath10k as arg
by Michal Kazior
· 11 years ago
cba4ca7
ath10k: fix typo in define name
by Michal Kazior
· 11 years ago
3a0861f
ath10k: remove ath10k_bus
by Michal Kazior
· 11 years ago
a783c77
ath10k: fix teardown ordering
by Michal Kazior
· 11 years ago
87b1423
ath10k: fix MSI-X setup failpath
by Michal Kazior
· 11 years ago
e574267
ath10k: off by one sanity check
by Dan Carpenter
· 11 years ago
5e3dd15
ath10k: mac80211 driver for Qualcomm Atheros 802.11ac CQA98xx devices
by Kalle Valo
· 11 years ago