aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* NFC: st21nfca: Remove useless err == 0 conditionChristophe Ricard2014-09-07
* NFC: st21nfca: Change nfcid3 generationChristophe Ricard2014-09-07
* NFC: st21nfca: Remove useless new line in nfc_err callChristophe Ricard2014-09-07
* NFC: st21nfca: Fix logic when setting session_idChristophe Ricard2014-09-07
* NFC: st21nfcb: Remove inappropriate kfree on a previously devm_kzalloc pointerChristophe Ricard2014-09-07
* NFC: st21nfcb: Remove useless new line in nfc_err callChristophe Ricard2014-09-07
* NFC: st21nfcb: Remove double assignment of .owner in struct device_driverChristophe Ricard2014-09-07
* NFC: st21nfcb: Convert to use devm_gpio_request_oneChristophe Ricard2014-09-07
* NFC: st21nfcb: Fix scripts/checkpatch.pl error "code indent should use tabs w...Christophe Ricard2014-09-07
* NFC: st21nfca: Fix scripts/checkpatch.pl warnings "Missing a blank line after...Christophe Ricard2014-09-07
* NFC: st21nfca: Fix sparse: cast to restricted __be32Christophe Ricard2014-09-07
* NFC: st21nfca: Convert to use devm_gpio_request_oneAxel Lin2014-09-07
* NFC: st21nfca: Remove double assignment of .owner in struct device_driverEmil Goode2014-09-07
* NFC: trf7970a: Add Target Mode Detection SupportMark A. Greer2014-09-07
* NFC: trf7970a: Add Target Mode SupportMark A. Greer2014-09-07
* NFC: trf7970a: Handle timeout values of zeroMark A. Greer2014-09-07
* NFC: trf7970a: Cancel timer when error encounteredMark A. Greer2014-09-07
* NFC: trf7970a: Don't turn on RF if there is already an RF fieldMark A. Greer2014-09-07
* NFC: trf7970a: trf7970a_init() turns off the RF transmitterMark A. Greer2014-09-07
* NFC: trf7970a: Don't turn off RF if its already offMark A. Greer2014-09-07
* NFC: trf7970a: Add '_in_' to initiator routinesMark A. Greer2014-09-07
* NFC: trf7970a: Delay after initializationMark A. Greer2014-09-07
* NFC: trf7970a: Add System Suspend/Resume supportMark A. Greer2014-09-07
* NFC: trf7970a: Create startup and shutdown routinesMark A. Greer2014-09-07
* NFC: trf7970a: Don't assume CONFIG_PM_RUNTIME is enabledMark A. Greer2014-09-07
* NFC: trf7970a: Rename TRF7970A_ST_OFF to TRF7970A_ST_RF_OFFMark A. Greer2014-09-07
* NFC: trf7970a: Return error code when turning on RF failsMark A. Greer2014-09-07
* NFC: trf7970a: Ensure no more RX data before completing receiveMark A. Greer2014-09-07
* NFC: trf7970a: Reread FIFO Status Register when draining FIFOMark A. Greer2014-09-07
* NFC: trf7970a: Handle low-watermark IRQ when transmittingMark A. Greer2014-09-07
* NFC: trf7970a: Only fill FIFO if there is spaceMark A. Greer2014-09-07
* NFC: trf7970a: Prefix TX data when refilling FIFOMark A. Greer2014-09-07
* NFC: trf7970a: Remove unnecessary FIFO reset & RSSI readMark A. Greer2014-09-07
* NFC: trf7970a: Clear possible spurious interrupt before transmittingMark A. Greer2014-09-07
* NFC: trf7970a: Recalculate driver timeout valuesMark A. Greer2014-09-07
* NFC: trf7970a: Add RF technology specific guard timesMark A. Greer2014-09-07
* NFC: trf7970a: Initialize when enabling RFMark A. Greer2014-09-07
* NFC: trf7970a: Disable SYS_CLK OutputMark A. Greer2014-09-07
* NFC: trf7970a: Remove unnecessary sleepMark A. Greer2014-09-07
* NFC: trf7970a: FIFO Size is really 127 bytesMark A. Greer2014-09-07
* NFC: trf7970a: Ignore Overflow bit in FIFO Status RegisterMark A. Greer2014-09-07
* NFC: trf7970a: Use spi_sync() instead of spi_write_then_read()Mark A. Greer2014-09-07
* NFC: trf7970a: Call spi_setup() to configure SPI communicationMark A. Greer2014-09-07
* NFC: trf7970a: Remove trf7970a_tg_listen_mdaa()Mark A. Greer2014-09-07
* NFC: trf7970a: Remove incorrect of_node_put() callMark A. Greer2014-09-07
* NFC: NCI: Fix NCI RF FRAME interface usageVincent Cuissard2014-09-01
* NFC: NCI: Fix nci_register_device init sequenceVincent Cuissard2014-09-01
* NFC: NCI: Add support of ISO15693Vincent Cuissard2014-09-01
* NFC: trf7970a: Make gpio labels more readableMark A. Greer2014-08-31
* NFC: trf7970a: Document the 'en2-rf-quirk' DT propertyMark A. Greer2014-08-31