History log of /system/nfc/halimpl/pn54x/nfc_nci.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
92b8c4fc092fd0b25450c414d118cf6f73d4e11e 11-Apr-2017 Steven Moreland <smoreland@google.com> IWYU + remove unneeded dependencies.

Dependency on libbase + libutils not required.

Test: links
Bug: 33241851
Change-Id: I0b1b91fea9a60e732e6610d6ff2975984e7508ac
/system/nfc/halimpl/pn54x/nfc_nci.c
6fca02d5010de7bd31d83b853c32138021da5f29 30-Jan-2017 Ruchi Kandoi <kandoiruchi@google.com> Apply clang-format

find * | grep "\.[ch]" | xargs clang-format --style=file -i

Test: compiles
Change-Id: Id9b790d9685f7ba5ba1bcec1149619b63c2e679a
signed-off-by: Ruchi Kandoi <kandoiruchi@google.com>
/system/nfc/halimpl/pn54x/nfc_nci.c
512ee63c7cc8feb016863e507a5d33cd0f4242bf 03-Jan-2017 Ruchi Kandoi <kandoiruchi@google.com> Changes data types to standard types.

platform/system/bt/tools/scripts/change_types.sh was used to convert:
UINT8->uint8_t
UINT32->uint32_t
UINT16->uint16_t
INT8->int8_t
INT32->int32_t
INT16->int16_t

Test: Compiles
Change-Id: I7fce2cbff75a2087db46cda7527437a46a627c46
Signed-off-by: Ruchi Kandoi <kandoiruchi@google.com>
/system/nfc/halimpl/pn54x/nfc_nci.c
1ab8a755853d5118d6a504311d079bd5aa21a964 19-May-2015 Jizhou Liao <Jizhou.Liao@nxp.com> Adding NXP NCI Hal implementation.

This patch includes Hal implementation
of NXP's NCI based NFC controller.

Change-Id: I6ee7fac309aebb52ae3d7c197685df729751ee52
(cherry picked from commit 121096a3511ea4ac559dea3ef7d39f0df00c97a6)
/system/nfc/halimpl/pn54x/nfc_nci.c