commit | 8115dd5905318afcde713726064ec052b7d488cf | [log] [tgz] |
---|---|---|
author | Samuel Ortiz <sameo@linux.intel.com> | Tue Oct 14 01:42:23 2014 +0200 |
committer | Samuel Ortiz <sameo@linux.intel.com> | Tue Jun 09 01:20:19 2015 +0200 |
tree | b4504be9f866bb932f3fe5e4f39b96b0f22f3674 | |
parent | 41fc2f50a7a2bfef1deaf78107a4d7b5bf4bd7a5 [diff] |
NFC: Introduce vendor commands structures Together with inline routines to associate a vendor commands array with an NFC device. Vendor commands allow vendors to implement their very specific operations from driver code instead of adding new stack ops for non NFC generic commands. Vendors need to select their own unique IDs and use that as a namespace for defining sub commands. Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>