aboutsummaryrefslogtreecommitdiff
path: root/drivers/nfc/trf7970a.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-25nfc: fix typoGravatar wengjianfeng 1-1/+1
2020-10-20nfc: remove unneeded breakGravatar Tom Rix 1-1/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-2/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 417Gravatar Thomas Gleixner 1-4/+1
2017-06-28NFC: trf7970a: Correct register settings for 27MHz clockGravatar Geoff Lansberry 1-0/+7
2017-06-23Revert "NFC: trf7970a: Handle extra byte in response to Type 5 RMB commands"Gravatar Mark Greer 1-21/+4
2017-06-22NFC: trf7970a: fix check of clock frequencies, use && instead of ||Gravatar Colin Ian King 1-1/+1
2017-06-18NFC: trf7970a: Clean up coding style issuesGravatar Mark Greer 1-144/+147
2017-06-18NFC: trf7970a: Convert to descriptor based GPIO interfaceGravatar Mark Greer 1-36/+25
2017-06-18NFC: trf7970a: Remove support for 'vin-voltage-override' DT propertyGravatar Mark Greer 1-10/+1
2017-06-18NFC: trf7970a: Remove useless commentGravatar Mark Greer 1-1/+1
2017-06-18NFC: trf7970a: Only check 'en2-rf-quirk' if EN2 is specifiedGravatar Mark Greer 1-3/+3
2017-06-18NFC: trf7970a: Fix inaccurate comment in trf7970a_probe()Gravatar Mark Greer 1-1/+1
2017-06-18NFC: trf7970a: Don't de-assert EN2 unless it was assertedGravatar Mark Greer 1-2/+4
2017-04-05NFC: trf7970a: Add device tree option of 1.8 Volt IO voltageGravatar Geoff Lansberry 1-1/+25
2017-04-05NFC: trf7970a: add device tree option for 27MHz clockGravatar Geoff Lansberry 1-11/+39
2017-04-02NFC: Make EN2 pin optional in the TRF7970A driverGravatar Guan Ben 1-12/+14
2016-07-04NFC: trf7970a: add TI recommended write of zero to Register 0x18Gravatar Geoff Lansberry 1-0/+4
2015-12-29NFC: trf7970a: use to_spi_deviceGravatar Geliang Tang 1-4/+4
2015-11-05Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Gravatar Linus Torvalds 1-1/+0
2015-10-28spi: Drop owner assignment from spi_driversGravatar Andrew F. Davis 1-1/+0
2015-10-19NFC: trf7970a: Add OF match tableGravatar Javier Martinez Canillas 1-0/+7
2015-08-19NFC: trf7970a: Add NULL check to clear up smatch warningGravatar Mark Greer 1-1/+3
2015-08-19NFC: trf7970a: SDD_EN is bit 5 not bit 3Gravatar Mark Greer 1-1/+1
2015-06-08NFC: trf7970a: Handle extra byte in response to Type 5 RMB commandsGravatar Mark A. Greer 1-4/+19
2014-12-15NFC / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMGravatar Rafael J. Wysocki 1-1/+1
2014-09-24NFC: trf7970a: Unlock mutex before exiting _trf7970a_tg_listen()Gravatar Mark A. Greer 1-4/+4
2014-09-24NFC: trf7970a: Unlock mutex before exiting trf7970a_irq()Gravatar Mark A. Greer 1-2/+3
2014-09-24NFC: trf7970a: Remove unnecessary local variable initializationGravatar Mark A. Greer 1-1/+1
2014-09-24NFC: trf7970a: Remove useless local variableGravatar Mark A. Greer 1-2/+1
2014-09-07NFC: trf7970a: Add Target Mode Detection SupportGravatar Mark A. Greer 1-6/+154
2014-09-07NFC: trf7970a: Add Target Mode SupportGravatar Mark A. Greer 1-35/+339
2014-09-07NFC: trf7970a: Handle timeout values of zeroGravatar Mark A. Greer 1-7/+22
2014-09-07NFC: trf7970a: Cancel timer when error encounteredGravatar Mark A. Greer 1-0/+2
2014-09-07NFC: trf7970a: Don't turn on RF if there is already an RF fieldGravatar Mark A. Greer 1-2/+49
2014-09-07NFC: trf7970a: trf7970a_init() turns off the RF transmitterGravatar Mark A. Greer 1-0/+2
2014-09-07NFC: trf7970a: Don't turn off RF if its already offGravatar Mark A. Greer 1-0/+4
2014-09-07NFC: trf7970a: Add '_in_' to initiator routinesGravatar Mark A. Greer 1-4/+4
2014-09-07NFC: trf7970a: Delay after initializationGravatar Mark A. Greer 1-0/+2
2014-09-07NFC: trf7970a: Add System Suspend/Resume supportGravatar Mark A. Greer 1-0/+37
2014-09-07NFC: trf7970a: Create startup and shutdown routinesGravatar Mark A. Greer 1-29/+43
2014-09-07NFC: trf7970a: Don't assume CONFIG_PM_RUNTIME is enabledGravatar Mark A. Greer 1-36/+96
2014-09-07NFC: trf7970a: Rename TRF7970A_ST_OFF to TRF7970A_ST_RF_OFFGravatar Mark A. Greer 1-8/+8
2014-09-07NFC: trf7970a: Return error code when turning on RF failsGravatar Mark A. Greer 1-6/+15
2014-09-07NFC: trf7970a: Ensure no more RX data before completing receiveGravatar Mark A. Greer 1-1/+1
2014-09-07NFC: trf7970a: Reread FIFO Status Register when draining FIFOGravatar Mark A. Greer 1-0/+15
2014-09-07NFC: trf7970a: Handle low-watermark IRQ when transmittingGravatar Mark A. Greer 1-1/+11
2014-09-07NFC: trf7970a: Only fill FIFO if there is spaceGravatar Mark A. Greer 1-0/+6
2014-09-07NFC: trf7970a: Prefix TX data when refilling FIFOGravatar Mark A. Greer 1-15/+24
2014-09-07NFC: trf7970a: Remove unnecessary FIFO reset & RSSI readGravatar Mark A. Greer 1-9/+0