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 <mcgrof@xxxxxxxxxxxxxxxx> --- dependencies | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dependencies b/dependencies index 28c4873..13e8a75 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 -- 1.8.5.3 -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html