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 <emacias@xxxxxx> CC: Felipe Balbi <balbi@xxxxxx> Cc: Mark A. Greer <mgreer@xxxxxxxxxxxxxxx> Cc: Samuel Ortiz <sameo@xxxxxxxxxxxxxxx> Signed-off-by: Luis R. Rodriguez <mcgrof@xxxxxxxxxxxxxxxx> --- 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 majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html