1. 26 Oct, 2015 18 commits
  2. 25 Oct, 2015 11 commits
  3. 19 Oct, 2015 7 commits
  4. 06 Oct, 2015 3 commits
  5. 03 Oct, 2015 1 commit
    • Samuel Ortiz's avatar
      NFC: nci: Use __nci_request for exported routines · 21d19f87
      Samuel Ortiz authored
      Since we do not know in which context drivers will call these
      routines, they should use the unlocked version of nci_request,
      i.e. __nci_request.
      It is up to drivers to know/decide if they need to take the
      req_lock mutex before calling those routines. When being called
      from the NCI setup routine there is no need to do so as ops->setup
      is called under req_lock.
      Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
      21d19f87