NFC_TRF7970A requires devm_gpio_request_one() but since gpio infrastructure has been strongly shuffled around we require drivers to use the in-kernel gpio infrastructure so just bump NFC_TRF7970A to 3.5.
CC: Erick Macias <[email protected]> CC: Felipe Balbi <[email protected]> Cc: Mark A. Greer <[email protected]> Cc: Samuel Ortiz <[email protected]> Signed-off-by: Luis R. Rodriguez <[email protected]> --- dependencies | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dependencies b/dependencies index b85268d..352a1af 100644 --- a/dependencies +++ b/dependencies @@ -241,6 +241,11 @@ BT_HIDP 2.6.33 # only introduced in kernel 3.1 NFC 3.1 +# requires devm_gpio_request_one() added but since +# gpio infrastructure has been strongly shuffled around +# we require drivers to use the in-kernel gptio infrastructure +NFC_TRF7970A 3.5 + INTEL_IPS 3.2 NFC_MEI_PHY 3.10 -- 1.8.5.3 -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
