aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-08NFC: st21nfca: fix "WARNING: else is not generally useful after a break or return"Christophe Ricard1-1/+0
2014-09-08NFC: st21nfca: Clean up macros alignmentChristophe Ricard1-25/+25
2014-09-08NFC: st21nfca: Clean up st21nfca.h macrosChristophe Ricard2-21/+21
2014-09-08NFC: st21nfcb: Fix logic when running into i2c read retryChristophe Ricard1-1/+3
2014-09-08NFC: st21nfca: Add condition to make sure atr_req->length is valid.Christophe Ricard1-0/+5
2014-09-08NFC: st21nfca: Remove useless IS_ERR(skb) conditionsChristophe Ricard1-20/+0
2014-09-08NFC: st21nfca: Remove useless err == 0 conditionChristophe Ricard1-4/+2
2014-09-08NFC: st21nfca: Change nfcid3 generationChristophe Ricard1-1/+1
2014-09-07NFC: st21nfca: Remove useless new line in nfc_err callChristophe Ricard1-2/+1
2014-09-07NFC: st21nfca: Fix logic when setting session_idChristophe Ricard1-1/+4
2014-09-07NFC: st21nfcb: Remove inappropriate kfree on a previously devm_kzalloc pointerChristophe Ricard1-10/+5
2014-09-07NFC: st21nfcb: Remove useless new line in nfc_err callChristophe Ricard1-2/+1
2014-09-07NFC: st21nfcb: Remove double assignment of .owner in struct device_driverChristophe Ricard1-1/+0
2014-09-07NFC: st21nfcb: Convert to use devm_gpio_request_oneChristophe Ricard1-24/+6
2014-09-07NFC: st21nfcb: Fix scripts/checkpatch.pl error "code indent should use tabs where possible"Christophe Ricard1-1/+1
2014-09-07NFC: st21nfca: Fix scripts/checkpatch.pl warnings "Missing a blank line after declarations"Christophe Ricard3-0/+4
2014-09-07NFC: st21nfca: Fix sparse: cast to restricted __be32Christophe Ricard1-2/+2
2014-09-07NFC: st21nfca: Convert to use devm_gpio_request_oneAxel Lin1-22/+6
2014-09-07NFC: st21nfca: Remove double assignment of .owner in struct device_driverEmil Goode1-1/+0
2014-09-07NFC: st21nfca: Fix potential depmod dependency cycleChristophe Ricard1-2/+3
2014-09-07NFC: st21nfcb: Fix depmod dependency cycleChristophe Ricard1-2/+3
2014-09-07NFC: trf7970a: Add Target Mode Detection SupportMark A. Greer1-6/+154
2014-09-07NFC: trf7970a: Add Target Mode SupportMark A. Greer1-35/+339
2014-09-07NFC: trf7970a: Handle timeout values of zeroMark A. Greer1-7/+22
2014-09-07NFC: trf7970a: Cancel timer when error encounteredMark A. Greer1-0/+2
2014-09-07NFC: trf7970a: Don't turn on RF if there is already an RF fieldMark A. Greer1-2/+49
2014-09-07NFC: trf7970a: trf7970a_init() turns off the RF transmitterMark A. Greer1-0/+2
2014-09-07NFC: trf7970a: Don't turn off RF if its already offMark A. Greer1-0/+4
2014-09-07NFC: trf7970a: Add '_in_' to initiator routinesMark A. Greer1-4/+4
2014-09-07NFC: trf7970a: Delay after initializationMark A. Greer1-0/+2
2014-09-07NFC: trf7970a: Add System Suspend/Resume supportMark A. Greer1-0/+37
2014-09-07NFC: trf7970a: Create startup and shutdown routinesMark A. Greer1-29/+43
2014-09-07NFC: trf7970a: Don't assume CONFIG_PM_RUNTIME is enabledMark A. Greer1-36/+96
2014-09-07NFC: trf7970a: Rename TRF7970A_ST_OFF to TRF7970A_ST_RF_OFFMark A. Greer1-8/+8
2014-09-07NFC: trf7970a: Return error code when turning on RF failsMark A. Greer1-6/+15
2014-09-07NFC: trf7970a: Ensure no more RX data before completing receiveMark A. Greer1-1/+1
2014-09-07NFC: trf7970a: Reread FIFO Status Register when draining FIFOMark A. Greer1-0/+15
2014-09-07NFC: trf7970a: Handle low-watermark IRQ when transmittingMark A. Greer1-1/+11
2014-09-07NFC: trf7970a: Only fill FIFO if there is spaceMark A. Greer1-0/+6
2014-09-07NFC: trf7970a: Prefix TX data when refilling FIFOMark A. Greer1-15/+24
2014-09-07NFC: trf7970a: Remove unnecessary FIFO reset & RSSI readMark A. Greer1-9/+0
2014-09-07NFC: trf7970a: Clear possible spurious interrupt before transmittingMark A. Greer1-0/+6
2014-09-07NFC: trf7970a: Recalculate driver timeout valuesMark A. Greer1-3/+12
2014-09-07NFC: trf7970a: Add RF technology specific guard timesMark A. Greer1-1/+13
2014-09-07NFC: trf7970a: Initialize when enabling RFMark A. Greer1-6/+8
2014-09-07NFC: trf7970a: Disable SYS_CLK OutputMark A. Greer1-0/+6
2014-09-07NFC: trf7970a: Remove unnecessary sleepMark A. Greer1-2/+0
2014-09-07NFC: trf7970a: FIFO Size is really 127 bytesMark A. Greer1-1/+1
2014-09-07NFC: trf7970a: Ignore Overflow bit in FIFO Status RegisterMark A. Greer1-13/+3
2014-09-07NFC: trf7970a: Use spi_sync() instead of spi_write_then_read()Mark A. Greer1-3/+16