From: Mark A. Greer Date: Tue, 22 Jul 2014 04:24:39 +0000 (-0700) Subject: NFC: digital: Add 'tg_listen_md' and 'tg_get_rf_tech' driver hooks X-Git-Tag: omap-for-v3.17/fixes-against-rc2~149^2~12^2~43^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf30a67c947ed57c1cf7c68a47dc24331458037e;p=pandora-kernel.git NFC: digital: Add 'tg_listen_md' and 'tg_get_rf_tech' driver hooks The digital layer of the NFC subsystem currently supports a 'tg_listen_mdaa' driver hook that supports devices that can do mode detection and automatic anticollision. However, there are some devices that can do mode detection but not automatic anitcollision so add the 'tg_listen_md' hook to support those devices. In order for the digital layer to get the RF technology detected by the device from the driver, add the 'tg_get_rf_tech' hook. It is only valid to call this hook immediately after a successful call to 'tg_listen_md'. CC: Thierry Escande Signed-off-by: Mark A. Greer Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed