summaryrefslogtreecommitdiffstats
path: root/halimpl/utils
Commit message (Collapse)AuthorAgeFilesLines
* nfc: Restore pn548 support to 1.1 HALRashed Abdel-Tawab2019-12-111-0/+14
| | | | | | | pn548 can be dynamically selected just fine and firmware is the same version as pn551 due to both being of the same pn6xT family Change-Id: Ifbef5a5ec0928b0a90b2fc71d84872525d0cf1a6
* Merge "NfCC power state tracker implementation" into qt-devTreeHugger Robot2019-04-192-0/+633
|\
| * NfCC power state tracker implementationanil.hiranniah2019-04-152-0/+633
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Calculate and log amount of time spent by NFCC in following power states 1. Active mode. 2. Standby mode. This log information can be read from /data/vendor/nfc/nfc_power_state.txt Bug:68656882 Test: NFC Enable, Disable & VTS Test. Change-Id: I0692add33bd877e8425acb8b57bd84766ee6358b
* | Support NFC HAL V1.2anil.hiranniah2019-04-151-0/+3
|/ | | | | | Test: VTSv1.0,VTSv1.1,VTSv1.2, NFC-On/Off Bug: 130509605 Change-Id: I7d0156dbb61200b57f615875b12d01f41bb92bae
* Clean up NFC HAL error logspdk2019-03-151-1/+1
| | | | | | Test: VTSv1.0,VTSv1.1,NFC-On/Off, Tag read, CE, basic NFC functionalities Bug: 128535210 Change-Id: Ib25a0beb19d26b820c1a0459762e1f3615828f1f
* Phase tirm offset sign bit updateGeorge Chang2018-12-271-0/+1
| | | | | | Bug: 119851795 Test: Enable/Disable, check signbit Change-Id: I52a0520b28e92a1dcf8b96a80c1e994fc1f09ef7
* Firmware version can't be retrieved in PN551Jizhou Liao2018-05-141-1/+1
| | | | | | Bug: 79679823 Test: FW Download, NFC Enable, Disable Change-Id: I774d7043277c64480946a88032633f4f22e0f238
* Fix for FW Download failure if interrupted by phone rebootanil.hiranniah2018-05-102-18/+41
| | | | | | | | | Get the chiptype in download mode with proprietary command and then download the corresponding firmware for the chip. Test: During FW Download, reboot the device. NFC Enable, Disable & VTS Test. Change-Id: Idc1a618d79bd97771b99aa05903d3174fe5775cc
* libnfc-nci and Vendor configuration file aligned.Love Khanna2018-04-061-11/+9
| | | | | | | | Vendor Configuration macros moved from libnfc-nci.conf to libnfc-nxp.conf Removed unused configurations. Test: NFC enable/disable, FW download, VTS Change-Id: I797557de2ba426d7abb4cf5501120276e309f160
* Chip type decided at runtime.Love Khanna2018-03-194-5/+138
| | | | | | | | Dynamically detect chip type, load configuarations and firmware file base on chip type. Test: NFC enable/disable. Change-Id: Iec6bd7f82ed65482df4b800e841e39e88968e201
* Removed support for PN548, PN547Love Khanna2018-03-191-17/+0
| | | | | Test: Compiles, NFC enable/disable Change-Id: I04ecb809e9b8c07e1c3c184a61e2887758ec449f
* Add getConfig() for NFC HAL 1.1Love Khanna2018-03-091-0/+11
| | | | | | Test: Vts Merged-In: I669a814084c7d38e0b56b97bb9d6c46b3d7e00bc Change-Id: I669a814084c7d38e0b56b97bb9d6c46b3d7e00bc
* Add NFC -1.1 and vendor extensions.Love Khanna2018-03-066-0/+1685
Test: device boot;android.hardware.nfc@1.1-service should be running. Change-Id: If40274a7fd4d495c7886f639cf8f81a8ee5e49d0