summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* NFC: trf7970a: Disable SYS_CLK OutputMark A. Greer2014-09-071-0/+6
* NFC: trf7970a: Remove unnecessary sleepMark A. Greer2014-09-071-2/+0
* NFC: trf7970a: FIFO Size is really 127 bytesMark A. Greer2014-09-071-1/+1
* NFC: trf7970a: Ignore Overflow bit in FIFO Status RegisterMark A. Greer2014-09-071-13/+3
* NFC: trf7970a: Use spi_sync() instead of spi_write_then_read()Mark A. Greer2014-09-071-3/+16
* NFC: trf7970a: Call spi_setup() to configure SPI communicationMark A. Greer2014-09-071-0/+6
* NFC: trf7970a: Remove trf7970a_tg_listen_mdaa()Mark A. Greer2014-09-071-12/+0
* NFC: trf7970a: Remove incorrect of_node_put() callMark A. Greer2014-09-071-2/+0
* NFC: NCI: Fix NCI RF FRAME interface usageVincent Cuissard2014-09-011-2/+5
* NFC: NCI: Fix nci_register_device init sequenceVincent Cuissard2014-09-011-8/+5
* NFC: NCI: Add support of ISO15693Vincent Cuissard2014-09-013-3/+52
* NFC: trf7970a: Make gpio labels more readableMark A. Greer2014-09-011-2/+2
* NFC: trf7970a: Document the 'en2-rf-quirk' DT propertyMark A. Greer2014-09-011-0/+3
* NFC: trf7970a: Add quirk to keep EN2 lowMark A. Greer2014-09-011-3/+16
* NFC: trf7970a: Document the 'irq-status-read-quirk' DT propertyMark A. Greer2014-09-011-0/+3
* NFC: trf7970a: Move IRQ Status Read quirk to device treeMark A. Greer2014-09-011-5/+6
* NFC: trf7970a: Document the 'vin-voltage-override' DTS propertyMark A. Greer2014-09-011-0/+2
* NFC: trf7970a: Add VIN voltage override supportMark A. Greer2014-09-011-1/+9
* NFC: digital: Add Inititor-side PSL supportMark A. Greer2014-08-311-0/+101
* carl9170: tx: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat2014-08-281-1/+1
* ath9k: Fix channel context timerSujith Manoharan2014-08-281-1/+1
* ath9k: Add more debug statements for channel contextSujith Manoharan2014-08-282-12/+81
* ath9k: Disable fastcc for channel context modeSujith Manoharan2014-08-281-0/+3
* rt2x00: support Ralink 5362.Canek Peláez Valdés2014-08-282-1/+9
* ath9k: Fix channel context creationSujith Manoharan2014-08-282-1/+23
* ath9k: Fix interface limitsSujith Manoharan2014-08-281-2/+4
* ath9k: Print the event/state in ath_chanctx_eventSujith Manoharan2014-08-282-2/+38
OpenPOWER on IntegriCloud