From: Luis R. Rodriguez Date: Sun, 30 Mar 2014 00:31:55 +0000 (+0000) Subject: backports: make WL1251_SPI depend on >= 3.5 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=d7b5dda699169f760843be46f039bda8dc70b23f;p=openwrt%2Fstaging%2Fblogic.git backports: make WL1251_SPI depend on >= 3.5 The WL1251_SPI driver now depends on EPROBE_DEFER and others which we canot backports that pushes it to require 3.4 but since it also relies on devm_gpio_request_one() we bump it to 3.5. The gpio layer has received quite a bit of updates and it doesn't make sense to backport them separately. Signed-off-by: Luis R. Rodriguez --- diff --git a/dependencies b/dependencies index 28c487351ae3..13e8a75fab66 100644 --- a/dependencies +++ b/dependencies @@ -29,7 +29,9 @@ USB_NET_RNDIS_WLAN 2.6.29 CARL9170 2.6.29 -WL1251_SPI 2.6.37 + +# depends on -EPROBE_DEFER and others now +WL1251_SPI 3.5 WL1251_SDIO 2.6.37 WLCORE_SDIO 2.6.38