diff options
author | Luis R. Rodriguez <mcgrof@do-not-panic.com> | 2014-03-30 00:31:55 +0000 |
---|---|---|
committer | Luis R. Rodriguez <mcgrof@do-not-panic.com> | 2014-04-08 18:16:20 -0700 |
commit | d7b5dda699169f760843be46f039bda8dc70b23f (patch) | |
tree | 59dd2fd53228f17542efd111d736725b58021066 /dependencies | |
parent | e774c3e458bdf60e5b242d832485604b14b1a324 (diff) |
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 <mcgrof@do-not-panic.com>
Diffstat (limited to 'dependencies')
-rw-r--r-- | dependencies | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dependencies b/dependencies index 28c48735..13e8a75f 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 |