index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath
/
ath10k
/
ce.c
Age
Commit message (
Expand
)
Author
2017-07-06
ath10k: make CE layer bus agnostic
Govind Singh
2017-06-16
ath10k: define structures for CE ctrl/misc register
Sarada Prasanna Garnayak
2017-06-01
ath10k: initialize nbytes to 0
Ben Greear
2017-04-13
ath10k: fix compile time sanity check for CE4 buffer size
Mohammed Shafi Shajakhan
2017-04-05
ath10k: remove obselete Copy Engine comments
Mohammed Shafi Shajakhan
2017-02-07
ath10k: few whitespace fixes
Kalle Valo
2017-01-27
ath10k: use dma_zalloc_coherent()
Srinivas Kandagatla
2017-01-19
ath10k: dump Copy Engine registers during firmware crash
Mohammed Shafi Shajakhan
2016-09-28
ath10k: fix copy engine 5 destination ring stuck
Rajkumar Manoharan
2016-09-27
ath10k: spelling and miscellaneous neatening
Joe Perches
2016-09-02
ath10k: hide kernel addresses from logs using %pK format specifier
Maharaja Kennadyrajan
2016-04-14
ath10k: fix checkpatch warnings related to spaces
Kalle Valo
2016-04-04
ath10k: reuse copy engine 5 (htt rx) descriptors
Rajkumar Manoharan
2016-04-04
ath10k: cleanup copy engine receive next completion
Rajkumar Manoharan
2015-10-29
ath10k: remove shadow copy of CE descriptors for source ring
Rajkumar Manoharan
2015-10-29
ath10k: cleanup copy engine send completion
Rajkumar Manoharan
2015-10-29
ath10k: use local memory instead of shadow descriptor in ce_send
Rajkumar Manoharan
2015-10-16
ath10k: register per copy engine receive callbacks
Rajkumar Manoharan
2015-10-16
ath10k: register per copy engine send completion callbacks
Rajkumar Manoharan
2015-10-09
ath10k: optimize ce_lock on post rx buffer processing
Rajkumar Manoharan
2015-06-30
ath10k: Extend CE src desc flags for interrupt indication
Vasanthakumar Thiagarajan
2015-01-27
ath10k: add support for qca6174
Michal Kazior
2014-12-08
ath10k: implement wmi-tlv backend
Michal Kazior
2014-10-31
ath10k: fix possible bmi crash
Michal Kazior
2014-10-31
ath10k: change ce ring cleanup logic
Michal Kazior
2014-10-23
ath10k: split ce pipe init/alloc further
Michal Kazior
2014-09-26
ath10k: add diag_read() to hif ops
Kalle Valo
2014-09-26
ath10k: don't enable interrupts for the diagnostic window
Kalle Valo
2014-09-18
ath10k: fix use of multiple blank lines
Kalle Valo
2014-08-26
ath10k: improve logging to include dev id
Michal Kazior
2014-08-25
ath10k: rework posting pci rx buffers
Michal Kazior
2014-08-25
ath10k: split ce irq/handler setup
Michal Kazior
2014-08-12
ath10k: remove target soc ps code
Michal Kazior
2014-07-15
ath10k: sanitize tx ring index access properly
Michal Kazior
2014-05-27
ath10k: abort incomplete scatter-gather pci tx properly
Michal Kazior
2014-03-28
ath10k: split ce initialization and allocation
Michal Kazior
2014-03-28
ath10k: convert pci_alloc_consistent() to dma_alloc_coherent()
Michal Kazior
2014-02-28
ath10k: bypass htc for htt tx path
Michal Kazior
2014-02-28
ath10k: replace send_head() with tx_sg()
Michal Kazior
2013-11-27
ath10k: defer irq registration until hif start()
Michal Kazior
2013-11-12
ath10k: re-arrange PCI init code
Michal Kazior
2013-11-12
ath10k: propagate ath10k_ce_disable_interrupts() errors
Michal Kazior
2013-11-12
ath10k: fix ath10k_ce_init() failpath
Michal Kazior
2013-11-12
ath10k: make sure to mask all CE irqs
Michal Kazior
2013-11-12
ath10k: remove ar_pci->ce_count
Michal Kazior
2013-10-21
ath10k: fix FW crashes on heavy TX on 10.1.389 AP FW
Michal Kazior
2013-10-07
ath10k: remove num_sends_allowed
Michal Kazior
2013-10-07
ath10k: remove ce_sendlist_send
Michal Kazior
2013-09-12
ath10k: delete struct ce_sendlist
Kalle Valo
2013-09-12
ath10k: add boot debug messages to pci.c and ce.c
Kalle Valo
[next]