- Dec 14, 2011
-
-
Samuel Ortiz authored
Signed-off-by:
Samuel Ortiz <sameo@linux.intel.com> Signed-off-by:
John W. Linville <linville@tuxdriver.com>
-
- Nov 30, 2011
-
-
Joe Perches authored
Logging messages that mimic function tracer enter/exit aren't necessary. Just remove them. Signed-off-by:
Joe Perches <joe@perches.com> Signed-off-by:
John W. Linville <linville@tuxdriver.com>
-
Joe Perches authored
Using the standard debugging mechanisms is better than subsystem specific ones when the subsystem doesn't use a specific struct. Coalesce long formats. Signed-off-by:
Joe Perches <joe@perches.com> Signed-off-by:
John W. Linville <linville@tuxdriver.com>
-
Joe Perches authored
Using the normal logging styles is preferred over subsystem specific styles when the subsystem does not take a specific struct. Convert nfc_<level> specific messages to pr_<level> Add newlines to uses. Signed-off-by:
Joe Perches <joe@perches.com> Signed-off-by:
John W. Linville <linville@tuxdriver.com>
-
- Nov 11, 2011
-
-
Ilan Elias authored
Addition, deletion and modification of NCI constants. Changes in NCI commands, responses and notifications structures. Signed-off-by:
Ilan Elias <ilane@ti.com> Acked-by:
Lauro Ramos Venancio <lauro.venancio@openbossa.org> Signed-off-by:
John W. Linville <linville@tuxdriver.com>
-
- Sep 27, 2011
-
-
Ilan Elias authored
Protect 'cb' and 'cb_context' arguments in nci_data_exchange. In fact, this implements a queue with max length of 1 data exchange transactions in parallel. Signed-off-by:
Ilan Elias <ilane@ti.com> Acked-by:
Lauro Ramos Venancio <lauro.venancio@openbossa.org> Signed-off-by:
John W. Linville <linville@tuxdriver.com>
-
- Sep 20, 2011
-
-
Ilan Elias authored
The NFC Controller Interface (NCI) is a standard communication protocol between an NFC Controller (NFCC) and a Device Host (DH), defined by the NFC Forum. Signed-off-by:
Ilan Elias <ilane@ti.com> Signed-off-by:
John W. Linville <linville@tuxdriver.com>
-