index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath
/
ath10k
/
ahb.c
Age
Commit message (
Expand
)
Author
2024-04-25
wifi: ath10k: Refer to INTX instead of LEGACY
Damien Le Moal
2023-08-23
wifi: ath10k: fix Wvoid-pointer-to-enum-cast warning
Krzysztof Kozlowski
2023-08-01
wifi: drivers: Explicitly include correct DT includes
Rob Herring
2023-06-09
wifi: atk10k: Don't opencode ath10k_pci_priv() in ath10k_ahb_priv()
Uwe Kleine-König
2023-06-09
wifi: ath10k: Convert to platform remove callback returning void
Uwe Kleine-König
2023-06-09
wifi: ath10k: Drop checks that are always false
Uwe Kleine-König
2023-06-09
wifi: ath10k: Drop cleaning of driver data from probe error path and remove
Uwe Kleine-König
2022-03-21
ath10k: Use of_device_get_match_data() helper
Meng Tang
2021-06-15
ath10k: Use devm_platform_get_and_ioremap_resource()
Yang Yingliang
2020-12-17
ath10k: prevent deinitializing NAPI twice
Wen Gong
2020-07-20
ath10k: Fix NULL pointer dereference in AHB device probe
Hauke Mehrtens
2020-02-11
ath10k: fix few checkpatch warnings
Kalle Valo
2020-01-06
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
2019-04-23
ath10k: initialise struct ath10k_bus params to zero
Kalle Valo
2019-02-20
ath10k: switch to use SPDX license identifiers
Kalle Valo
2019-02-11
ath10k: enable Factory Test Mode for WCN3990
Rakesh Pillai
2018-09-06
ath10k: add device type enum to ath10k_bus_params
Erik Stromdahl
2018-09-06
ath10k: add struct ath10k_bus_params
Erik Stromdahl
2018-08-24
ath10k: fix kernel panic by moving pci flush after napi_disable
Tamizh chelvam
2018-07-30
ath10k: remove redundant pointers 'dev' and 'noa'
Colin Ian King
2018-05-25
ath10k: remove useless test before clk_disable_unprepare
YueHaibing
2017-12-27
ath10k: update copyright year
Kalle Valo
2017-08-03
ath10k: explicitly request exclusive reset control
Philipp Zabel
2017-07-06
ath10k: make CE layer bus agnostic
Govind Singh
2017-04-05
ath10k: fix NAPI enable/disable symmetry for AHB interface
Mohammed Shafi Shajakhan
2017-02-07
ath10k: fix reading sram contents for QCA4019
Ashok Raj Nagarajan
2016-09-28
ath10k: fix error return code in ahb
Wei Yongjun
2016-09-27
ath10k: do not check if reset is NULL
Masahiro Yamada
2016-09-27
ath10k: use devm_reset_control_get() instead of reset_control_get()
Masahiro Yamada
2016-09-27
ath10k: use devm_clk_get() instead of clk_get()
Masahiro Yamada
2016-09-09
ath10k: implement NAPI support
Rajkumar Manoharan
2016-09-02
ath10k: hide kernel addresses from logs using %pK format specifier
Maharaja Kennadyrajan
2016-06-02
ath10k: enable ipq4019 device probe in ahb module
Raja Mani
2016-06-02
ath10k: fix operating irq mode for ahb device
Rajkumar Manoharan
2016-01-28
ath10k: expose hif ops for ahb
Raja Mani
2016-01-28
ath10k: add resource init and deinit in ahb
Raja Mani
2016-01-28
ath10k: include irq related functions in ahb
Raja Mani
2016-01-28
ath10k: add chip and bus halt logic in ahb
Raja Mani
2016-01-28
ath10k: add reset ctrl related functions in ahb
Raja Mani
2016-01-28
ath10k: add clock ctrl related functions in ahb
Raja Mani
2016-01-28
ath10k: add helper functions in ahb.c for reg rd/wr
Raja Mani
2016-01-28
ath10k: add basic skeleton to support ahb
Raja Mani