openwrtv4/package/kernel/mac80211
Martin Blumenstingl 70afc0bdd1 kernel: mac80211: set the parent of the ath9k gpio_chip
This allows gpiolib to re-use ath9k's devicetree node as GPIO
controller.
Example:

ath9k: ath9k@0 {
	#gpio-cells = <2>;
	gpio-controller;
}

Now the ath9k node can be used just like any other GPIO controller:
	gpios = <&ath9k 1 GPIO_ACTIVE_HIGH>;

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
2016-07-02 19:34:50 +02:00
..
files mac80211: fix calculation of VHT capability values 2016-06-10 18:08:30 +02:00
patches kernel: mac80211: set the parent of the ath9k gpio_chip 2016-07-02 19:34:50 +02:00
scripts mac80211: add a maintenance script for upstream backport commits 2014-10-18 17:39:04 +00:00
Makefile mac80211: update to wireless-testing 2016-06-20 2016-07-02 19:34:50 +02:00