summaryrefslogtreecommitdiffstats
path: root/halimpl
Commit message (Expand)AuthorAgeFilesLines
* nfc: Deprecate register keywordHEADlineage-17.1lineage-17.0Alessandro Astone2019-09-081-3/+3
* nfc: inform compilers of deliberate fallthroughAlessandro Astone2019-09-081-1/+1
* Move include files into halimpl folderlineage-16.0Arne Coucheron2018-09-2317-0/+6843
* Change config name for PieArne Coucheron2018-09-231-2/+2
* Move CrcChecksum to bcm2079x HALMichael Bestas2018-09-232-0/+172
* Remove nfca_version.hHiroki Yamamoto2018-09-231-3/+0
* Remove all files not related to bcm2079x NFC HALMichael Bestas2018-09-2357-21545/+0
* bcm2079x: Hardcode nci_ctrl_size to the Nougat valueDániel Járai2018-03-251-1/+1
* bcm2079x: fix chip id format stringsDaniel Jarai2018-03-021-3/+3
* bcm2079x: fix crash in userial_close_thread()Daniel Jarai2018-02-271-5/+13
* bcm2079x: Add checks to prevent NULL pointer deference in gki_init_free_queue()Ruchi Kandoi2018-02-271-2/+3
* bcm2079x: Exit gracefully if there was an error in GKI_wait()Ruchi Kandoi2018-02-273-8/+8
* bcm2079x: Replace pthread_exit with return to avoid memory leakRuchi Kandoi2018-02-271-4/+2
* bcm2079x: Log all thread exitsAndre Eisenbach2018-02-271-3/+5
* Fix misc-macro-parentheses warnings in system/nfc.Chih-Hung Hsieh2018-02-141-3/+3
* nfc: Set nq1xx chips to pn547 and nq2xx to pn548Rashed Abdel-Tawab2017-12-051-2/+2
* nfc: set NXP_CHIP_TYPE based on BOARD_NFC_CHIPSETHendrik Hagendorn2017-12-051-0/+11
* pn54x: Allow modifing hal suffixLuca Stefani2017-12-051-2/+8
* Use checksum to determine if config has been modifiedAndre Eisenbach2017-11-023-136/+206
* Revert "isNxpConfigModified() is only used for debug purpose, removing it."Ruchi Kandoi2017-09-121-2/+3
* Correct parsing Kovio Tag detect notificationJizhou Liao2017-09-084-293/+2
* Fix NXP_CHIP_TYPE and compile errorsRuchi Kandoi2017-08-012-4/+1
* Make firmware version on the chip as error logsRuchi Kandoi2017-07-272-8/+8
|\
| * Make firmware version on the chip as error logsRuchi Kandoi2017-07-272-8/+8
* | Fix NFC stack crash when firmware download failedJizhou Liao2017-07-211-15/+18
|\|
| * Fix NFC stack crash when firmware download failedJizhou Liao2017-07-201-15/+18
* | Build nfc_nci.bcm2079x.default with VNDK. am: e0e5b011e0 am: d13d64e230Tri Vo2017-07-123-0/+3
|\ \
| * | Build nfc_nci.bcm2079x.default with VNDK.Tri Vo2017-07-123-0/+3
| * | IWYU + remove unneeded dependencies.Steven Moreland2017-07-121-1/+1
* | | halimpl: Removed hardcoaded routing table.Love Khanna2017-07-121-20/+1
|\ \ \ | | |/ | |/|
| * | halimpl: Removed hardcoaded routing table.Love Khanna2017-07-121-20/+1
| * | Allow FW DNLD for PN553/PN81A, when NFCC is notLove Khanna2017-07-061-1/+6
| * | halimpl: NCI2.0 config params added to the configuration file.Love Khanna2017-07-062-9/+19
| * | halimpl: Remove ISO15693 workaround for NCI2.0Love Khanna2017-07-061-6/+8
| * | halimpl: PN81A FW download supportLove Khanna2017-07-063-32/+69
| * | halimpl: NCI 2.0 init support added.Love Khanna2017-07-068-44/+1549
| * | Increase write error retry delay from 1ms to 10msRuchi Kandoi2017-07-061-2/+2
| * | Add delay before retrying write to NFCCRuchi Kandoi2017-06-281-0/+2
* | | Merge "Fix pointer sign conversion warnings in bcm2079x halimpl."George Burgess IV2017-07-072-3/+3
|\ \ \ | | |/ | |/|
| * | Merge "Fix pointer sign conversion warnings in bcm2079x halimpl."Treehugger Robot2017-07-072-3/+3
| |\ \
| | * | Fix pointer sign conversion warnings in bcm2079x halimpl.George Burgess IV2017-07-072-3/+3
* | | | Fix signed/unsigned comparison warning in bcm2079x halimplGeorge Burgess IV2017-07-071-1/+1
|\| | |
| * | | Fix signed/unsigned comparison warning in bcm2079x halimplGeorge Burgess IV2017-07-071-1/+1
| |/ /
* | | Increase write error retry delay from 1ms to 10msRuchi Kandoi2017-07-061-2/+2
|\| |
| * | Increase write error retry delay from 1ms to 10msRuchi Kandoi2017-07-051-2/+2
* | | Build nfc_nci.* with BOARD_VNDK_VERSIONJiyong Park2017-07-052-1/+2
|\| |
| * | Build nfc_nci.* with BOARD_VNDK_VERSIONJiyong Park2017-07-032-1/+2
* | | Merge "Add delay before retrying write to NFCC"Ruchi Kandoi2017-06-291-0/+2
|\| |
| * | Merge "Add delay before retrying write to NFCC"Treehugger Robot2017-06-291-0/+2
| |\ \
| | * | Add delay before retrying write to NFCCRuchi Kandoi2017-06-281-0/+2