aboutsummaryrefslogtreecommitdiff
path: root/drivers/nfc/trf7970a.c
AgeCommit message (Expand)Author
2015-08-19NFC: trf7970a: Add NULL check to clear up smatch warningMark Greer
2015-08-19NFC: trf7970a: SDD_EN is bit 5 not bit 3Mark Greer
2015-06-08NFC: trf7970a: Handle extra byte in response to Type 5 RMB commandsMark A. Greer
2014-12-15NFC / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki
2014-09-24NFC: trf7970a: Unlock mutex before exiting _trf7970a_tg_listen()Mark A. Greer
2014-09-24NFC: trf7970a: Unlock mutex before exiting trf7970a_irq()Mark A. Greer
2014-09-24NFC: trf7970a: Remove unnecessary local variable initializationMark A. Greer
2014-09-24NFC: trf7970a: Remove useless local variableMark A. Greer
2014-09-07NFC: trf7970a: Add Target Mode Detection SupportMark A. Greer
2014-09-07NFC: trf7970a: Add Target Mode SupportMark A. Greer
2014-09-07NFC: trf7970a: Handle timeout values of zeroMark A. Greer
2014-09-07NFC: trf7970a: Cancel timer when error encounteredMark A. Greer
2014-09-07NFC: trf7970a: Don't turn on RF if there is already an RF fieldMark A. Greer
2014-09-07NFC: trf7970a: trf7970a_init() turns off the RF transmitterMark A. Greer
2014-09-07NFC: trf7970a: Don't turn off RF if its already offMark A. Greer
2014-09-07NFC: trf7970a: Add '_in_' to initiator routinesMark A. Greer
2014-09-07NFC: trf7970a: Delay after initializationMark A. Greer
2014-09-07NFC: trf7970a: Add System Suspend/Resume supportMark A. Greer
2014-09-07NFC: trf7970a: Create startup and shutdown routinesMark A. Greer
2014-09-07NFC: trf7970a: Don't assume CONFIG_PM_RUNTIME is enabledMark A. Greer
2014-09-07NFC: trf7970a: Rename TRF7970A_ST_OFF to TRF7970A_ST_RF_OFFMark A. Greer
2014-09-07NFC: trf7970a: Return error code when turning on RF failsMark A. Greer
2014-09-07NFC: trf7970a: Ensure no more RX data before completing receiveMark A. Greer
2014-09-07NFC: trf7970a: Reread FIFO Status Register when draining FIFOMark A. Greer
2014-09-07NFC: trf7970a: Handle low-watermark IRQ when transmittingMark A. Greer
2014-09-07NFC: trf7970a: Only fill FIFO if there is spaceMark A. Greer
2014-09-07NFC: trf7970a: Prefix TX data when refilling FIFOMark A. Greer
2014-09-07NFC: trf7970a: Remove unnecessary FIFO reset & RSSI readMark A. Greer
2014-09-07NFC: trf7970a: Clear possible spurious interrupt before transmittingMark A. Greer
2014-09-07NFC: trf7970a: Recalculate driver timeout valuesMark A. Greer
2014-09-07NFC: trf7970a: Add RF technology specific guard timesMark A. Greer
2014-09-07NFC: trf7970a: Initialize when enabling RFMark A. Greer
2014-09-07NFC: trf7970a: Disable SYS_CLK OutputMark A. Greer
2014-09-07NFC: trf7970a: Remove unnecessary sleepMark A. Greer
2014-09-07NFC: trf7970a: FIFO Size is really 127 bytesMark A. Greer
2014-09-07NFC: trf7970a: Ignore Overflow bit in FIFO Status RegisterMark A. Greer
2014-09-07NFC: trf7970a: Use spi_sync() instead of spi_write_then_read()Mark A. Greer
2014-09-07NFC: trf7970a: Call spi_setup() to configure SPI communicationMark A. Greer
2014-09-07NFC: trf7970a: Remove trf7970a_tg_listen_mdaa()Mark A. Greer
2014-09-07NFC: trf7970a: Remove incorrect of_node_put() callMark A. Greer
2014-09-01NFC: trf7970a: Make gpio labels more readableMark A. Greer
2014-09-01NFC: trf7970a: Add quirk to keep EN2 lowMark A. Greer
2014-09-01NFC: trf7970a: Move IRQ Status Read quirk to device treeMark A. Greer
2014-09-01NFC: trf7970a: Add VIN voltage override supportMark A. Greer
2014-05-26NFC: trf7970a: Add support for Felica Type 3 tagsMark A. Greer
2014-04-22NFC: trf7970a: Add support for the ISO/IEC 14443-B and Type 4B tagsMark A. Greer
2014-04-22NFC: trf7970a: Add 'autosuspend-delay' DTS propertyMark A. Greer
2014-04-22NFC: trf7970a: Don't return value from trf7970a_switch_rf_on()Mark A. Greer
2014-04-22NFC: trf7970a: Add pm_runtime supportMark A. Greer
2014-04-22NFC: trf7970a: Turn RF on after hardware is configuredMark A. Greer