summaryrefslogtreecommitdiffstats
path: root/drivers/nfc/trf7970a.c
Commit message (Expand)AuthorAgeFilesLines
* NFC: trf7970a: Correct register settings for 27MHz clockGeoff Lansberry2017-06-281-0/+7
* Revert "NFC: trf7970a: Handle extra byte in response to Type 5 RMB commands"Mark Greer2017-06-231-21/+4
* NFC: trf7970a: fix check of clock frequencies, use && instead of ||Colin Ian King2017-06-221-1/+1
* NFC: trf7970a: Clean up coding style issuesMark Greer2017-06-181-144/+147
* NFC: trf7970a: Convert to descriptor based GPIO interfaceMark Greer2017-06-181-36/+25
* NFC: trf7970a: Remove support for 'vin-voltage-override' DT propertyMark Greer2017-06-181-10/+1
* NFC: trf7970a: Remove useless commentMark Greer2017-06-181-1/+1
* NFC: trf7970a: Only check 'en2-rf-quirk' if EN2 is specifiedMark Greer2017-06-181-3/+3
* NFC: trf7970a: Fix inaccurate comment in trf7970a_probe()Mark Greer2017-06-181-1/+1
* NFC: trf7970a: Don't de-assert EN2 unless it was assertedMark Greer2017-06-181-2/+4
* NFC: trf7970a: Add device tree option of 1.8 Volt IO voltageGeoff Lansberry2017-04-051-1/+25
* NFC: trf7970a: add device tree option for 27MHz clockGeoff Lansberry2017-04-051-11/+39
* NFC: Make EN2 pin optional in the TRF7970A driverGuan Ben2017-04-021-12/+14
* NFC: trf7970a: add TI recommended write of zero to Register 0x18Geoff Lansberry2016-07-041-0/+4
* NFC: trf7970a: use to_spi_deviceGeliang Tang2015-12-291-4/+4
* Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2015-11-051-1/+0
|\
| * spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-281-1/+0
* | NFC: trf7970a: Add OF match tableJavier Martinez Canillas2015-10-191-0/+7
|/
* NFC: trf7970a: Add NULL check to clear up smatch warningMark Greer2015-08-191-1/+3
* NFC: trf7970a: SDD_EN is bit 5 not bit 3Mark Greer2015-08-191-1/+1
* NFC: trf7970a: Handle extra byte in response to Type 5 RMB commandsMark A. Greer2015-06-081-4/+19
* NFC / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki2014-12-151-1/+1
* NFC: trf7970a: Unlock mutex before exiting _trf7970a_tg_listen()Mark A. Greer2014-09-241-4/+4
* NFC: trf7970a: Unlock mutex before exiting trf7970a_irq()Mark A. Greer2014-09-241-2/+3
* NFC: trf7970a: Remove unnecessary local variable initializationMark A. Greer2014-09-241-1/+1
* NFC: trf7970a: Remove useless local variableMark A. Greer2014-09-241-2/+1
* NFC: trf7970a: Add Target Mode Detection SupportMark A. Greer2014-09-071-6/+154
* NFC: trf7970a: Add Target Mode SupportMark A. Greer2014-09-071-35/+339
* NFC: trf7970a: Handle timeout values of zeroMark A. Greer2014-09-071-7/+22
* NFC: trf7970a: Cancel timer when error encounteredMark A. Greer2014-09-071-0/+2
* NFC: trf7970a: Don't turn on RF if there is already an RF fieldMark A. Greer2014-09-071-2/+49
* NFC: trf7970a: trf7970a_init() turns off the RF transmitterMark A. Greer2014-09-071-0/+2
* NFC: trf7970a: Don't turn off RF if its already offMark A. Greer2014-09-071-0/+4
* NFC: trf7970a: Add '_in_' to initiator routinesMark A. Greer2014-09-071-4/+4
* NFC: trf7970a: Delay after initializationMark A. Greer2014-09-071-0/+2
* NFC: trf7970a: Add System Suspend/Resume supportMark A. Greer2014-09-071-0/+37
* NFC: trf7970a: Create startup and shutdown routinesMark A. Greer2014-09-071-29/+43
* NFC: trf7970a: Don't assume CONFIG_PM_RUNTIME is enabledMark A. Greer2014-09-071-36/+96
* NFC: trf7970a: Rename TRF7970A_ST_OFF to TRF7970A_ST_RF_OFFMark A. Greer2014-09-071-8/+8
* NFC: trf7970a: Return error code when turning on RF failsMark A. Greer2014-09-071-6/+15
* NFC: trf7970a: Ensure no more RX data before completing receiveMark A. Greer2014-09-071-1/+1
* NFC: trf7970a: Reread FIFO Status Register when draining FIFOMark A. Greer2014-09-071-0/+15
* NFC: trf7970a: Handle low-watermark IRQ when transmittingMark A. Greer2014-09-071-1/+11
* NFC: trf7970a: Only fill FIFO if there is spaceMark A. Greer2014-09-071-0/+6
* NFC: trf7970a: Prefix TX data when refilling FIFOMark A. Greer2014-09-071-15/+24
* NFC: trf7970a: Remove unnecessary FIFO reset & RSSI readMark A. Greer2014-09-071-9/+0
* NFC: trf7970a: Clear possible spurious interrupt before transmittingMark A. Greer2014-09-071-0/+6
* NFC: trf7970a: Recalculate driver timeout valuesMark A. Greer2014-09-071-3/+12
* NFC: trf7970a: Add RF technology specific guard timesMark A. Greer2014-09-071-1/+13
* NFC: trf7970a: Initialize when enabling RFMark A. Greer2014-09-071-6/+8
OpenPOWER on IntegriCloud