aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nfc/trf7970a.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-25nfc: fix typowengjianfeng1-1/+1
2020-10-20nfc: remove unneeded breakTom Rix1-1/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 417Thomas Gleixner1-4/+1
2017-06-28NFC: trf7970a: Correct register settings for 27MHz clockGeoff Lansberry1-0/+7
2017-06-23Revert "NFC: trf7970a: Handle extra byte in response to Type 5 RMB commands"Mark Greer1-21/+4
2017-06-22NFC: trf7970a: fix check of clock frequencies, use && instead of ||Colin Ian King1-1/+1
2017-06-18NFC: trf7970a: Clean up coding style issuesMark Greer1-144/+147
2017-06-18NFC: trf7970a: Convert to descriptor based GPIO interfaceMark Greer1-36/+25
2017-06-18NFC: trf7970a: Remove support for 'vin-voltage-override' DT propertyMark Greer1-10/+1
2017-06-18NFC: trf7970a: Remove useless commentMark Greer1-1/+1
2017-06-18NFC: trf7970a: Only check 'en2-rf-quirk' if EN2 is specifiedMark Greer1-3/+3
2017-06-18NFC: trf7970a: Fix inaccurate comment in trf7970a_probe()Mark Greer1-1/+1
2017-06-18NFC: trf7970a: Don't de-assert EN2 unless it was assertedMark Greer1-2/+4
2017-04-05NFC: trf7970a: Add device tree option of 1.8 Volt IO voltageGeoff Lansberry1-1/+25
2017-04-05NFC: trf7970a: add device tree option for 27MHz clockGeoff Lansberry1-11/+39
2017-04-02NFC: Make EN2 pin optional in the TRF7970A driverGuan Ben1-12/+14
2016-07-04NFC: trf7970a: add TI recommended write of zero to Register 0x18Geoff Lansberry1-0/+4
2015-12-29NFC: trf7970a: use to_spi_deviceGeliang Tang1-4/+4
2015-11-05Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds1-1/+0
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis1-1/+0
2015-10-19NFC: trf7970a: Add OF match tableJavier Martinez Canillas1-0/+7
2015-08-19NFC: trf7970a: Add NULL check to clear up smatch warningMark Greer1-1/+3
2015-08-19NFC: trf7970a: SDD_EN is bit 5 not bit 3Mark Greer1-1/+1
2015-06-08NFC: trf7970a: Handle extra byte in response to Type 5 RMB commandsMark A. Greer1-4/+19
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