From: Luis R. Rodriguez Date: Tue, 8 Apr 2014 02:34:48 +0000 (+0000) Subject: backports: bump NFC_TRF7970A requirements to 3.5 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=eeea9a4148db3ab2fcbfb809f39dcfb194e5114b;p=openwrt%2Fstaging%2Fblogic.git backports: bump NFC_TRF7970A requirements to 3.5 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 CC: Felipe Balbi Cc: Mark A. Greer Cc: Samuel Ortiz Signed-off-by: Luis R. Rodriguez --- diff --git a/dependencies b/dependencies index b85268d48486..352a1af2c607 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