index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath
/
ath10k
/
pci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-09
ath10k: remove unused variable 'id' in ath10k_pci_tx_pipe_cleanup()
Raja Mani
1
-3
/
+0
2015-06-01
ath10k: fix possible ps sleep crash
Michal Kazior
1
-0
/
+1
2015-05-29
ath10k: add missing firmware declarations
Michal Kazior
1
-0
/
+2
2015-05-22
ath10k: enable pci soc powersaving
Michal Kazior
1
-86
/
+218
2015-05-22
ath10k: enable ASPM
Janusz Dziedzic
1
-5
/
+10
2015-04-21
ath10k: fix qca61x4 hw2.1 support
Michal Kazior
1
-3
/
+2
2015-04-21
ath10k: allow loading device specific board files
Michal Kazior
1
-0
/
+6
2015-04-17
ath10k: fix error handling in pci_probe
Michal Kazior
1
-1
/
+1
2015-03-30
ath10k: bump up FW API to 5
Kalle Valo
1
-0
/
+1
2015-03-07
ath10k: save/restore pci config space properly
Michal Kazior
1
-31
/
+8
2015-03-07
ath10k: fix some pci wake/sleep issues
Michal Kazior
1
-5
/
+32
2015-03-07
ath10k: update MODULE_FIRMWARE definitions for QCA6174
Bartosz Markowski
1
-0
/
+11
2015-03-05
ath10k: increase copy engine entries for rx wmi
Rajkumar Manoharan
1
-2
/
+2
2015-03-04
ath10k: workaround corrupted htt rx events
Michal Kazior
1
-2
/
+2
2015-01-27
ath10k: disable irqs after fw crash
Michal Kazior
1
-0
/
+2
2015-01-27
ath10k: add support for qca6174
Michal Kazior
1
-7
/
+98
2015-01-27
ath10k: reset chip before reading chip_id in probe
Michal Kazior
1
-12
/
+18
2015-01-27
ath10k: introduce struct ath10k_skb_rxcb
Michal Kazior
1
-3
/
+3
2015-01-15
ath10k: prevent fw reg dump spam
Michal Kazior
1
-2
/
+6
2014-12-08
ath10k: create a chip revision whitelist
Michal Kazior
1
-0
/
+31
2014-12-01
ath10k: prevent pci tx/rx starvation
Michal Kazior
1
-6
/
+15
2014-12-01
ath10k: remove transfer_id from ath10k_hif_cb::tx_completion
Michal Kazior
1
-2
/
+2
2014-12-01
ath10k: remove unused callback argument from struct ath10k_hif_cb::rx_completion
Michal Kazior
1
-1
/
+1
2014-11-26
ath10k: add memory dump debugfs interface
Yanbo Li
1
-0
/
+1
2014-11-26
ath10k: add register access debugfs interface
Yanbo Li
1
-0
/
+2
2014-11-04
ath10k: fix pm resume after suspend
Bartosz Markowski
1
-4
/
+14
2014-10-31
ath10k: fix possible bmi crash
Michal Kazior
1
-0
/
+3
2014-10-31
ath10k: don't reset chip on power_down
Michal Kazior
1
-1
/
+3
2014-10-31
ath10k: split reset logic from power up
Michal Kazior
1
-71
/
+80
2014-10-31
ath10k: make warm reset a bit safer and faster
Michal Kazior
1
-62
/
+48
2014-10-31
ath10k: change ce ring cleanup logic
Michal Kazior
1
-36
/
+46
2014-10-23
ath10k: split ce pipe init/alloc further
Michal Kazior
1
-36
/
+31
2014-10-23
ath10k: mask/unmask msi fw irq
Michal Kazior
1
-22
/
+31
2014-10-23
ath10k: re-disable interrupts after target init
Michal Kazior
1
-4
/
+3
2014-10-21
ath10k: add back enum ath10k_bus
Kalle Valo
1
-0
/
+1
2014-10-08
ath10k: advertise all possible firmware(-api) files
Bartosz Markowski
1
-1
/
+3
2014-10-01
ath10k: add firmware crash counters
Ben Greear
1
-0
/
+14
2014-09-26
ath10k: add diag_read() to hif ops
Kalle Valo
1
-18
/
+33
2014-09-26
ath10k: add debug dump for pci rx
Michal Kazior
1
-0
/
+6
2014-09-18
ath10k: miscellaneous checkpatch fixes
Kalle Valo
1
-1
/
+1
2014-09-18
ath10k: else is not generally useful after a break or return
Kalle Valo
1
-3
/
+4
2014-09-18
ath10k: fix space after a cast style errors
Kalle Valo
1
-7
/
+7
2014-09-18
ath10k: fix checkpatch warnings about parenthesis alignment
Kalle Valo
1
-7
/
+7
2014-09-02
ath10k: remove diag_*_access functions
Michal Kazior
1
-85
/
+24
2014-09-02
ath10k: kill tasklets after free_irq
Michal Kazior
1
-0
/
+2
2014-09-02
ath10k: re-enable interrupts properly in hw recovery
Michal Kazior
1
-21
/
+14
2014-08-28
Merge branch 'for-linville' of git://github.com/kvalo/ath
John W. Linville
1
-854
/
+675
2014-08-27
ath10k: make target endianess more explicit
Michal Kazior
1
-128
/
+131
2014-08-27
ath10k: dont duplicate service-pipe mapping
Michal Kazior
1
-44
/
+33
2014-08-27
ath10k: move pci init structures
Michal Kazior
1
-96
/
+96
[next]