brcmfmac: add device tree support for SDIO devices
authorChen-Yu Tsai <wens@csie.org>
Sun, 29 Jun 2014 14:16:59 +0000 (16:16 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 29 Jul 2014 14:32:56 +0000 (10:32 -0400)
commit61f663dfc1a091c7c04fa73666af52a42aaa083f
treed2dce95f6fc55f8448fd0943d31821b43110ef55
parent1217dda7cb2e93dc236cba4544239c586f391099
brcmfmac: add device tree support for SDIO devices

brcmfmac devices can use an out-of-band interrupt on a GPIO line.
Currently this is specified using platform data. Add support for
specifying out-of-band interrupt via device tree.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
[arend@broadcom.com: conditionalize more of-code, use driver debug routines]
Signed-off-by: Arend van Spriel <arend@broadcom.com>
[hdegoede@redhat.com: drop clk / reg_on gpio handling, as there is no consensus
 on how to handle this yet]
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/brcm80211/brcmfmac/Makefile
drivers/net/wireless/brcm80211/brcmfmac/bcmsdh.c
drivers/net/wireless/brcm80211/brcmfmac/of.c [new file with mode: 0644]
drivers/net/wireless/brcm80211/brcmfmac/of.h [new file with mode: 0644]