[ath9k-devel] [PATCH v8 1/3] Documentation: dt: net: add ath9k wireless device binding

2016-10-16 Thread Martin Blumenstingl
Add documentation how devicetree can be used to configure ath9k based devices. Signed-off-by: Martin Blumenstingl --- .../devicetree/bindings/net/wireless/qca,ath9k.txt | 48 ++ 1 file changed, 48 insertions(+) create mode 100644

Re: [ath9k-devel] [RFC 0/3] of: add common bindings to (de)activate IEEE 802.11 bands

2016-10-16 Thread Martin Blumenstingl
On Wed, Oct 5, 2016 at 10:31 PM, Rob Herring wrote: > On Wed, Oct 5, 2016 at 1:36 PM, Felix Fietkau wrote: >> On 2016-10-05 20:25, Martin Blumenstingl wrote: >>> On Mon, Oct 3, 2016 at 5:22 PM, Rob Herring wrote: On Sun, Oct 2, 2016 at

[ath9k-devel] [PATCH v8 0/3] add devicetree support to ath9k

2016-10-16 Thread Martin Blumenstingl
This series adds support for configuring ath9k based devices via devicetree. This was tested on PCI(e) based devices. This should work for AHB based devices as well (adding more AHB specific properties may still be needed) as soon as the ath79 platform is ready to populate the ath9k wmac via

[ath9k-devel] [PATCH v8 2/3] ath9k: add a helper to get the string representation of ath_bus_type

2016-10-16 Thread Martin Blumenstingl
This can be used when the ath_bus_type has to be presented in a log message or firmware filename. Signed-off-by: Martin Blumenstingl --- drivers/net/wireless/ath/ath.h | 6 ++ drivers/net/wireless/ath/main.c | 7 +++ 2 files changed, 13 insertions(+)

[ath9k-devel] [PATCH v8 3/3] ath9k: parse the device configuration from an OF node

2016-10-16 Thread Martin Blumenstingl
This allows setting the MAC address and specifying that the firmware will be requested from userspace (because there might not be a hardware EEPROM connected to the chip) for ath9k based PCI devices using the device tree. There is some out-of-tree code to "convert devicetree to