diff options
author | Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com> | 2014-10-01 08:05:25 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-10-02 14:23:14 -0400 |
commit | dba4b74d2da8798626e2b702ad3f452671e335f7 (patch) | |
tree | 0b69811380cfc1aa121c5fd481c77829b830436d /MAINTAINERS | |
parent | c33407a8c50430f1634a8809f9528b6888360e56 (diff) |
wil6210: atomic I/O for the card memory
Introduce netdev IOCTLs, to be used by the debug tools.
Allows to read/write single dword value or
memory block, aligned to dword
Different address modes supported:
- BAR offset
- Firmware "linker" address
- target's AHB bus
Signed-off-by: Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 482888d80431..66de6b2923d4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -1611,6 +1611,7 @@ L: wil6210@qca.qualcomm.com | |||
1611 | S: Supported | 1611 | S: Supported |
1612 | W: http://wireless.kernel.org/en/users/Drivers/wil6210 | 1612 | W: http://wireless.kernel.org/en/users/Drivers/wil6210 |
1613 | F: drivers/net/wireless/ath/wil6210/ | 1613 | F: drivers/net/wireless/ath/wil6210/ |
1614 | F: include/uapi/linux/wil6210_uapi.h | ||
1614 | 1615 | ||
1615 | CARL9170 LINUX COMMUNITY WIRELESS DRIVER | 1616 | CARL9170 LINUX COMMUNITY WIRELESS DRIVER |
1616 | M: Christian Lamparter <chunkeey@googlemail.com> | 1617 | M: Christian Lamparter <chunkeey@googlemail.com> |