Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
52f2eaeec11c16c219f0e99b8496fbba86889830
/
drivers
/
nfc
/
pn533.c
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
51d9e80
NFC: Add type A and type F parameters for pn533 target mode
by Samuel Ortiz
· 12 years ago
d7f3345
NFC: Add passive initiator data for pn533
by Samuel Ortiz
· 12 years ago
34a85bf
NFC: Configure pn533 RF timings
by Samuel Ortiz
· 12 years ago
9f2f8ba
NFC: Unregister device if pn533 initial configuration fails
by Samuel Ortiz
· 12 years ago
7c2a04a93
NFC: Reset poll mod list when stopping pn533 poll
by Samuel Ortiz
· 12 years ago
dadb06f
NFC: Implement the pn533 target mode Tx op
by Samuel Ortiz
· 12 years ago
103b34c
NFC: Implement the pn533 target mode data fetching routine
by Samuel Ortiz
· 12 years ago
be9ae4c
NFC: Introduce target mode tx ops
by Samuel Ortiz
· 12 years ago
fc40a8c
NFC: Add target mode activation netlink event
by Samuel Ortiz
· 12 years ago
ad3823c
NFC: Implement pn533 target mode polling loop
by Samuel Ortiz
· 12 years ago
fe7c580
NFC: Add target mode protocols to the polling loop startup routine
by Samuel Ortiz
· 12 years ago
0f90936
NFC: Remove unneeded pn533 dev NULL check
by Dan Carpenter
· 13 years ago
9009943
NFC: Cache the core NFC active target pointer instead of its index
by Eric Lapuyade
· 13 years ago
6ff73fd
NFC: pn533 Rx chaining support
by Samuel Ortiz
· 13 years ago
4849f85
NFC: Convert pn533 from tasklet to workqueues
by Samuel Ortiz
· 13 years ago
47807d3
NFC: Remove the rf mode parameter from the DEP link up routine
by Samuel Ortiz
· 13 years ago
2fbabfa
NFC: Export NFCID when detecting a p2p target with pn533
by Samuel Ortiz
· 13 years ago
d8dc107
NFC: Export Jewel/Topaz ID from pn533
by Samuel Ortiz
· 13 years ago
7975754
NFC: Export sensf from pn533
by Samuel Ortiz
· 13 years ago
98b3ac1
NFC: Clear pn533 target structure
by Samuel Ortiz
· 13 years ago
c3b1e1e
NFC: Export NFCID1 from pn533
by Samuel Ortiz
· 13 years ago
7affca3
Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 13 years ago
361f3cb
NFC: DEP link hook implementation for pn533
by Samuel Ortiz
· 13 years ago
541d920
NFC: Set and get DEP general bytes
by Samuel Ortiz
· 13 years ago
7c7cd3b
NFC: Add tx skb allocation routine
by Samuel Ortiz
· 13 years ago
85eb28a
NFC: pn533: Staticise pn533_data_exchange()
by Axel Lin
· 13 years ago
fe74848
USB: convert some miscellanies drivers to use module_usb_driver()
by Greg Kroah-Hartman
· 13 years ago
55eb94f
NFC: move nfc.h from include/net to include/net/nfc
by Ilan Elias
· 13 years ago
8b3fe7b
NFC: Add dev_up and dev_down control operations
by Ilan Elias
· 13 years ago
e875304
NFC: Reserve tx head and tail room
by Samuel Ortiz
· 13 years ago
276556d
NFC: pn533: use after free in pn533_disconnect()
by Dan Carpenter
· 13 years ago
c46ee38
NFC: pn533: add NXP pn533 nfc device driver
by Aloisio Almeida Jr
· 13 years ago