1. 27 Oct, 2015 18 commits
  2. 26 Oct, 2015 20 commits
  3. 25 Oct, 2015 2 commits
    • Robert Dolca's avatar
      NFC: Add Intel Fields Peak NFC solution driver · a06347c0
      Robert Dolca authored
      Fields Peak complies with the ISO/IEC 14443A/B, 15693, 18092,
      and JIS X 6319-4. It is an NCI based controller.
      
      RF Protocols supported:
       - NFC Forum Type 1 Tags (Jewel, Topaz)
       - NFC Forum Type 2 Tags (Mifare UL)
       - NFC Forum Type 3 Tags (FeliCa)
       - NFC Forum Type 4A (ISO/IEC 14443 A-4 106kbps to 848kbps)
       - NFC Forum Type 4B (ISO/IEC 14443 B-4 106kbps to 848kbps)
       - NFCIP in passive and active modes (ISO/IEC 18092 106kbps
         to 424kbps)
       - B’ (based on ISO/IEC 14443 B-2)
       - iCLASS (based on ISO/IEC 15693-2)
       - Vicinity cards (ISO/IEC 15693-3)
       - Kovio tags (NFC Forum Type 2)
      
      The device can be enumerated using ACPI using the id INT339A.
      The 1st GPIO is the IRQ and the 2nd is the RESET pin.
      Signed-off-by: default avatarRobert Dolca <robert.dolca@intel.com>
      Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
      a06347c0
    • Robert Dolca's avatar
      NFC: nci: add nci_get_conn_info_by_id function · 85b9ce9a
      Robert Dolca authored
      This functin takes as a parameter a pointer to the nci_dev
      struct and the first byte from the values of the first domain
      specific parameter that was used for the connection creation.
      Signed-off-by: default avatarRobert Dolca <robert.dolca@intel.com>
      Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
      85b9ce9a