backports: make WL1251_SPI depend on >= 3.5
authorLuis R. Rodriguez <mcgrof@do-not-panic.com>
Sun, 30 Mar 2014 00:31:55 +0000 (00:31 +0000)
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>
Wed, 9 Apr 2014 01:16:20 +0000 (18:16 -0700)
commitd7b5dda699169f760843be46f039bda8dc70b23f
tree59dd2fd53228f17542efd111d736725b58021066
parente774c3e458bdf60e5b242d832485604b14b1a324
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>
dependencies