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
/
ath9k
/
ahb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-12
ath9k: Remove unnecessary print function dev_err()
Yang Li
1
-3
/
+1
2022-03-18
ath9k: Use platform_get_irq() to get the interrupt
Minghao Chi
1
-5
/
+3
2020-01-06
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
1
-1
/
+1
2018-07-07
headers: separate linux/mod_devicetable.h from linux/platform_device.h
Randy Dunlap
1
-0
/
+1
2016-12-01
ath9k: constify ath_bus_ops structure
Bhumika Goyal
1
-1
/
+1
2016-07-19
ath9k: simplify the code-paths when not using the built-in EEPROM
Martin Blumenstingl
1
-15
/
+3
2015-01-15
ath9k: Add HW IDs for QCA956x
Miaoqing Pan
1
-0
/
+4
2014-12-06
Revert "ath: ath9k: use debugfs_create_devm_seqfile() helper for seq_file ent...
Greg Kroah-Hartman
1
-1
/
+0
2014-11-26
ath: ath9k: use debugfs_create_devm_seqfile() helper for seq_file entries
Arend van Spriel
1
-0
/
+1
2014-10-20
net: wireless: ath: ath9k: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-07-29
ath9k: Initialize channel context ops on ahb probe
Rajkumar Manoharan
1
-0
/
+1
2014-04-24
ath9k: fix race in setting ATH_OP_INVALID
Rajkumar Manoharan
1
-4
/
+0
2014-03-17
ath9k: Add QCA953x WMAC platform support
Sujith Manoharan
1
-0
/
+4
2014-03-17
ath9k: move sc_flags to ath_common
Oleksij Rempel
1
-3
/
+4
2013-09-26
wireless: ath9k: use dev_get_platdata()
Jingoo Han
1
-2
/
+2
2013-05-27
net: wireless: remove unnecessary platform_set_drvdata()
Jingoo Han
1
-2
/
+0
2013-01-07
ath9k: use the devres API for allocations/mappings
Felix Fietkau
1
-16
/
+6
2012-07-09
ath9k: add platform_device_id for AR9550
Gabor Juhos
1
-0
/
+4
2012-06-06
ath9k: Use atomic operations
Sujith Manoharan
1
-1
/
+1
2011-10-31
drivers/net: Add module.h to drivers who were implicitly using it
Paul Gortmaker
1
-0
/
+1
2011-08-08
ath9k: remove all references to subsysid, it's never used
Pavel Roskin
1
-1
/
+1
2011-06-22
ath9k: add platform device id for AR9330
Gabor Juhos
1
-0
/
+4
2011-05-19
ath9k: Drag the driver to the year 2011
Sujith Manoharan
1
-1
/
+1
2011-04-25
ath9k: Fix warning: symbol 'ath9k_platform_id_table' was not declared. Should...
Vasanthakumar Thiagarajan
1
-1
/
+1
2011-04-25
ath9k: Add AR9340 platform id to id table
Vasanthakumar Thiagarajan
1
-0
/
+4
2011-04-12
ath9k: Register id table for platform device
Vasanthakumar Thiagarajan
1
-1
/
+13
2011-03-07
wireless:ath: use resource_size() help function
Shan Wei
1
-1
/
+1
2011-01-28
ath9k: fold struct ath_wiphy into struct ath_softc
Felix Fietkau
1
-9
/
+3
2011-01-28
ath9k: remove support for virtual wiphys
Felix Fietkau
1
-1
/
+0
2010-12-07
ath: Convert ath_print(.., ATH_DBG_FATAL to ath_err
Joe Perches
1
-4
/
+3
2010-07-27
drivers/net/wireless: Use wiphy_<level>
Joe Perches
1
-5
/
+2
2010-04-06
ath: Add a bus type field
Sujith
1
-0
/
+1
2010-02-01
ath9k: fix access to freed data on unload
Pavel Roskin
1
-10
/
+2
2010-01-14
ath9k: Fix panic on driver load
Sujith
1
-0
/
+3
2010-01-12
ath9k: Cleanup init/deinit routines
Sujith
1
-8
/
+12
2009-10-30
ath9k_hw: distinguish single-chip solutions on initial probe print
Luis R. Rodriguez
1
-7
/
+4
2009-10-30
ath9k_hw: move mac name and rf name helpers to hw code
Luis R. Rodriguez
1
-2
/
+3
2009-10-27
ath9k: adjust ahb callbacks to new struct layout to avoid compile errors
Marek Lindner
1
-4
/
+2
2009-10-07
atheros: move bus ops to ath_common
Luis R. Rodriguez
1
-6
/
+8
2009-10-07
atheros: add common debug printing
Luis R. Rodriguez
1
-3
/
+4
2009-10-07
ath9k: use ath_hw for DPRINTF() and debug init/exit
Luis R. Rodriguez
1
-1
/
+1
2009-09-09
ath9k: Store subsystem id in struct hw_version
Vasanthakumar Thiagarajan
1
-1
/
+1
2009-09-08
ath9k: propagate errors on ath_init_device() and request_irq()
Luis R. Rodriguez
1
-5
/
+3
2009-08-04
ath9k: distinguish between device initialization and ath_softc init
Luis R. Rodriguez
1
-1
/
+1
2009-04-22
atheros: put atheros wireless drivers into ath/
Luis R. Rodriguez
1
-0
/
+192