Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
5998e04063563ff2ffc779510f072ff0ff94163b
/
drivers
/
nfc
/
pn533.c
ea87a5e
NFC: pn533: Frame is invalid if ccid.datalen is 0
by Samuel Ortiz
· 11 years ago
98b32de
nfc: Fix FSF address in file headers
by Jeff Kirsher
· 11 years ago
93ad420
NFC: pn533: Target mode Tx fragmentation support
by Olivier Guiter
· 11 years ago
3c13b24
NFC: pn533: Add support for incoming fragmented frame in target mode
by Olivier Guiter
· 11 years ago
22953f9
NFC: pn533: Add MI/TG bits only when in Initiator mode
by Olivier Guiter
· 11 years ago
e44666b
NFC: pn533: Staticize local symbols
by Sachin Kamat
· 11 years ago
cec4b8e
NFC: pn533: Start listen timer from start_poll
by Samuel Ortiz
· 11 years ago
673088f
NFC: pn533: Send ATR_REQ directly for active device detection
by Samuel Ortiz
· 11 years ago
17936b4
NFC: Standardize logging style
by Joe Perches
· 12 years ago
073a625
NFC: Convert nfc_dev_info and nfc_dev_err to nfc_<level>
by Joe Perches
· 12 years ago
b483483
NFC: Replace nfc_dev_dbg with dev_dbg
by Joe Perches
· 12 years ago
dfccd0f
NFC: pn533: Add some polling entropy
by Samuel Ortiz
· 11 years ago
46f793b
NFC: pn533: Add delay between each poll frame
by Samuel Ortiz
· 11 years ago
56a63c82
NFC: pn533: Store the correct frame size (normal vs ext)
by Olivier Guiter
· 11 years ago
963a82e
NFC: pn533: Split large Tx frames in chunks
by Olivier Guiter
· 11 years ago
1575b9d
NFC: pn533: Add extended information frame decoding support
by Olivier Guiter
· 11 years ago
3a8eab3
NFC: pn533: Enable AUTO RFCA
by Samuel Ortiz
· 11 years ago
5eef484
NFC: pn533: Unconditionaly select the highest p2p bit rate
by Samuel Ortiz
· 11 years ago
a94e10f
NFC: pn533: Request System code from SENSF_REQ
by Samuel Ortiz
· 11 years ago
17e9d9d
NFC: pn533: Fix the pn533 polling loop
by Samuel Ortiz
· 11 years ago
f1abed1
NFC: pn533: Fix hardware busy loop when establishing the LLCP link
by Samuel Ortiz
· 11 years ago
496322b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 11 years ago
86eca4e
NFC: pn533: Fix ACR122 related debug output
by Olivier Guiter
· 11 years ago
0b456c4
NFC: Remove the static supported_se field
by Samuel Ortiz
· 12 years ago
322bce9
NFC: pn533: Copy NFCID2 through ATR_REQ
by Samuel Ortiz
· 11 years ago
31c4446
NFC: pn533: Use 0x3 for SENSF_REQ Time Slot Number (TSN)
by Samuel Ortiz
· 11 years ago
4674d0f
NFC: pn533: Fix error return code in pn533_probe()
by Wei Yongjun
· 12 years ago
8b513d0
treewide: Fix typo in printk
by Masanari Iida
· 11 years ago
60d9edd5
NFC: pn533: Turn radio on and off when bringing the device up and down
by Samuel Ortiz
· 12 years ago
7c5a54f
NFC: pn533: Add missing usb_put_dev
by Marina Makienko
· 12 years ago
495af72
NFC: pn533: Increase version number
by Waldemar Rymarkiewicz
· 12 years ago
96aac22
NFC: pn533: Remove unused pn533_cmd_complete_t
by Waldemar Rymarkiewicz
· 12 years ago
10cff29
NFC: pn533: Add pn533_abort_cmd procedure
by Waldemar Rymarkiewicz
· 12 years ago
53cf483
NFC: pn533: Add support for ACS ACR122U reader
by Waldemar Rymarkiewicz
· 12 years ago
5852037
NFC: pn533: Add protocol type for frame ops
by Waldemar Rymarkiewicz
· 12 years ago
f87bc9f
NFC: pn533: Move wq_in_error to cmd context
by Waldemar Rymarkiewicz
· 12 years ago
d5590bb
NFC: pn533: Re-group fields in struct pn533
by Waldemar Rymarkiewicz
· 12 years ago
c79490e
NFC: pn533: Avoid function declarations
by Waldemar Rymarkiewicz
· 12 years ago
ddf19d2
NFC: pn533: Simplify __pn533_send_frame_async
by Waldemar Rymarkiewicz
· 12 years ago
140ef7f
NFC: pn533: Fix incorrect kfree of complete args
by Waldemar Rymarkiewicz
· 12 years ago
4b2a953
NFC: pn533: Remove redundant cmd_ prefix in the struct
by Waldemar Rymarkiewicz
· 12 years ago
2c206fb
NFC: pn533: Keep cmd context in pn533 struct
by Waldemar Rymarkiewicz
· 12 years ago
4231604
NFC: pn533: Optimise issued cmd context tracking
by Waldemar Rymarkiewicz
· 12 years ago
0ce1fbd
NFC: pn533: Fix memleak while scheduling next cmd
by Waldemar Rymarkiewicz
· 12 years ago
f75c291
NFC: pn533: Rename pn533_fw_reset appropriately
by Waldemar Rymarkiewicz
· 12 years ago
e70b96e
NFC: pn533: Update copyrights note
by Waldemar Rymarkiewicz
· 12 years ago
95cb9e1
NFC: pn533: Fix div by zero while stopping polling
by Waldemar Rymarkiewicz
· 12 years ago
a45e1c8
NFC: pn533: Print out response status bits in hex
by Waldemar Rymarkiewicz
· 12 years ago
6312310
NFC: pn533: Reword all std frame logic funct
by Waldemar Rymarkiewicz
· 12 years ago
e279f84
NFC: pn533: Use dynamic debug for pn533 hex dumps
by Samuel Ortiz
· 12 years ago
52f2eae
NFC: pn533: Fix target polling mode
by Thierry Escande
· 12 years ago
2323e6f
nfc: pn533: Remove unreachable code
by Waldemar Rymarkiewicz
· 12 years ago
ef3d56e
nfc: pn533: Use static poll_mod and std_frame_ops
by Waldemar Rymarkiewicz
· 12 years ago
858ce02
NFC: pn533: Fix bad allocation size
by Thierry Escande
· 12 years ago
8a0ecfe
NFC: pn533: Fix missing parenthesis
by Waldemar Rymarkiewicz
· 12 years ago
390a1bd
NFC: Initial Secure Element API
by Samuel Ortiz
· 12 years ago
9e2d493
NFC: pn533: Introduce ops for frame logic
by Waldemar Rymarkiewicz
· 12 years ago
16f7541
NFC: pn533: Remove unused dev->wq_in_frame
by Waldemar Rymarkiewicz
· 12 years ago
0c33d26
NFC: pn533: Cleanup pn533_cmd_complete_t
by Waldemar Rymarkiewicz
· 12 years ago
a579809
NFC: pn533: Remove deprecated dev->out_frame buff
by Waldemar Rymarkiewicz
· 12 years ago
e8f4053
NFC: pn533: Use skb in __pn533_send_cmd_frame_asyn
by Waldemar Rymarkiewicz
· 12 years ago
5b5a443
NFC: pn533: Don't use out_frame in pn533_send_ack
by Waldemar Rymarkiewicz
· 12 years ago
fcfafc7
NFC: pn533: Cleanup debug messages
by Waldemar Rymarkiewicz
· 12 years ago
f8f9917
NFC: pn533: Fix urb->status handling
by Waldemar Rymarkiewicz
· 12 years ago
89fb202
NFC: pn533: Remove unused pn533_send_cmd_frame_asy
by Waldemar Rymarkiewicz
· 12 years ago
b08e860
NFC: pn533: Fix minor style issues
by Waldemar Rymarkiewicz
· 12 years ago
5d46774
NFC: pn533: Fix open parenthesis alignment
by Waldemar Rymarkiewicz
· 12 years ago
37cf4fc
NFC: pn533: Fix spacing issues
by Waldemar Rymarkiewicz
· 12 years ago
6ca5537
NFC: pn533: Fix quoted strings split across lines
by Waldemar Rymarkiewicz
· 12 years ago
b5193e5
NFC: pn533: Remove frame logic from poll cmds
by Waldemar Rymarkiewicz
· 12 years ago
99e591b
NFC: pn533: Dump tx and rx data in debug mode
by Waldemar Rymarkiewicz
· 12 years ago
b1e666f
NFC: pn533: Del frame logic from Data Exchange cmd
by Waldemar Rymarkiewicz
· 12 years ago
1300364
NFC: pn533: Del frame logic from InJumForDep cmd
by Waldemar Rymarkiewicz
· 12 years ago
e487882
NFC: pn533: Del frame logic from TgGet/SetData cmd
by Waldemar Rymarkiewicz
· 12 years ago
cb950d9
NFC: pn533: Remove pn533_send_cmd_frame_sync
by Waldemar Rymarkiewicz
· 12 years ago
d22b2db
NFC: pn533: Add pn533_alloc_skb for req allocation
by Waldemar Rymarkiewicz
· 12 years ago
94c5c15
NFC: pn533: Add a new pn533_send_sync iface
by Waldemar Rymarkiewicz
· 12 years ago
15461ae
NFC: pn533: Add a new pn533_send_data_async iface
by Waldemar Rymarkiewicz
· 12 years ago
aada17a
NFC: pn533: Add a new pn533_send_cmd_async iface
by Waldemar Rymarkiewicz
· 12 years ago
d94ea4f
NFC: pn533: Remove pointless flags param
by Waldemar Rymarkiewicz
· 12 years ago
b1bb290
NFC: pn533: Add frame header length define
by Waldemar Rymarkiewicz
· 12 years ago
a449ae1
NFC: pn533: Remove unused definitions
by Waldemar Rymarkiewicz
· 12 years ago
8d25ca7
NFC: pn533: Remove in/out_maxlen as it is not used
by Waldemar Rymarkiewicz
· 12 years ago
24bc518
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
5b412fd
NFC: Fix pn533 target mode memory leak
by Thierry Escande
· 12 years ago
70418e6
NFC: pn533: Fix mem leak in pn533_in_dep_link_up
by Waldemar Rymarkiewicz
· 12 years ago
770f750
NFC: pn533: Fix use after free
by Szymon Janc
· 12 years ago
60ad07a
NFC: pn533: Fix missing lock while operating on commands list
by Szymon Janc
· 12 years ago
ab34a18
NFC: pn533: Remove unused arg parameter
by Waldemar Rymarkiewicz
· 12 years ago
82dec34
NFC: pn533: Fix in/out frame buffer allocation
by Waldemar Rymarkiewicz
· 12 years ago
ee5e8d8
NFC: Fix missing mutex unlock in pn533_send_cmd_frame_async
by Szymon Janc
· 12 years ago
58637c9
NFC: Don't use WQ_MEM_RECLAIM for pn533
by Tejun Heo
· 12 years ago
5d50b36
NFC: Queue pn533 commands
by Samuel Ortiz
· 12 years ago
01d719a
NFC: Add ISO 14443 type B protocol
by Samuel Ortiz
· 12 years ago
a1fbbf1
NFC: Use communicate thru only for PaSoRi when trying to read Felica tags
by Samuel Ortiz
· 12 years ago
5c7b053
NFC: Add initial Sony RC-S360 support to pn533
by Samuel Ortiz
· 12 years ago
51ad304
NFC: Monitor pn533 target mode
by Samuel Ortiz
· 12 years ago
0201ed0
NFC: Convert pn533 from semaphore to mutex
by Samuel Ortiz
· 12 years ago
41a8ec4
NFC: Set the proper baud rate when trying to activate pn533 targets
by Samuel Ortiz
· 12 years ago
6fbbdc1
NFC: Implement pn533 polling loop
by Samuel Ortiz
· 12 years ago
Next »