aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nfc/trf7970a.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-15NFC / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki1-1/+1
2014-09-24NFC: trf7970a: Unlock mutex before exiting _trf7970a_tg_listen()Mark A. Greer1-4/+4
2014-09-24NFC: trf7970a: Unlock mutex before exiting trf7970a_irq()Mark A. Greer1-2/+3
2014-09-24NFC: trf7970a: Remove unnecessary local variable initializationMark A. Greer1-1/+1
2014-09-24NFC: trf7970a: Remove useless local variableMark A. Greer1-2/+1
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
2014-09-07NFC: trf7970a: Call spi_setup() to configure SPI communicationMark A. Greer1-0/+6
2014-09-07NFC: trf7970a: Remove trf7970a_tg_listen_mdaa()Mark A. Greer1-12/+0
2014-09-07NFC: trf7970a: Remove incorrect of_node_put() callMark A. Greer1-2/+0
2014-09-01NFC: trf7970a: Make gpio labels more readableMark A. Greer1-2/+2
2014-09-01NFC: trf7970a: Add quirk to keep EN2 lowMark A. Greer1-3/+16
2014-09-01NFC: trf7970a: Move IRQ Status Read quirk to device treeMark A. Greer1-5/+6
2014-09-01NFC: trf7970a: Add VIN voltage override supportMark A. Greer1-1/+9
2014-05-26NFC: trf7970a: Add support for Felica Type 3 tagsMark A. Greer1-1/+12
2014-04-22NFC: trf7970a: Add support for the ISO/IEC 14443-B and Type 4B tagsMark A. Greer1-1/+7
2014-04-22NFC: trf7970a: Add 'autosuspend-delay' DTS propertyMark A. Greer1-2/+17
2014-04-22NFC: trf7970a: Don't return value from trf7970a_switch_rf_on()Mark A. Greer1-13/+6
2014-04-22NFC: trf7970a: Add pm_runtime supportMark A. Greer1-37/+85
2014-04-22NFC: trf7970a: Turn RF on after hardware is configuredMark A. Greer1-5/+16
2014-04-22NFC: trf7970a: Set correct Vin voltage in Chip Status Control registerMark A. Greer1-3/+8
2014-04-22NFC: trf7970a: Allow different Modulator and SYS_CLK Control register valuesMark A. Greer1-1/+4
2014-04-22NFC: trf7970a: Set 'Modulator and SYS_CLK Control' after 'ISO Control'Mark A. Greer1-5/+5