summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | | Merge branch 'for-linville' of git://github.com/kvalo/athJohn W. Linville2014-09-2628-440/+1017
|\ \ \
| * | | ath10k: use ether_addr_copy()Kalle Valo2014-09-184-21/+21
| * | | ath10k: reformat help text in ath10k_read_simulate_fw_crash()Kalle Valo2014-09-181-9/+5
| * | | ath10k: miscellaneous checkpatch fixesKalle Valo2014-09-185-11/+8
| * | | ath10k: else is not generally useful after a break or returnKalle Valo2014-09-184-17/+18
| * | | ath10k: don't use return on void functionsKalle Valo2014-09-181-1/+0
| * | | ath10k: fix space after a cast style errorsKalle Valo2014-09-181-7/+7
| * | | ath10k: fix missing a blank line after declarationsKalle Valo2014-09-183-9/+15
| * | | ath10k: fix use of multiple blank linesKalle Valo2014-09-1813-29/+0
| * | | ath10k: fix checkpatch warnings about parenthesis alignmentKalle Valo2014-09-189-51/+55
| * | | ath10k: fix parenthesis alignment warning in ath10k_htt_rx_alloc()Kalle Valo2014-09-181-3/+4
| * | | ath10k: fix debugfs_create_dir() checkingMichal Kazior2014-09-111-2/+6
| * | | ath10k: support firmware crash-by-assertBen Greear2014-09-111-1/+27
| * | | ath10k: add testmodeKalle Valo2014-09-1111-30/+614
| * | | ath10k: make ath10k_wmi_cmd_send() publicKalle Valo2014-09-112-3/+6
| * | | ath10k: ATH10K_DEBUGFS depends on DEBUG_FSMatteo Croce2014-09-101-1/+1
| * | | ath10k: use proper service bitmap sizeMichal Kazior2014-09-104-11/+9
| * | | ath10k: move fw_crash_dump allocationMichal Kazior2014-09-103-22/+41
| * | | ath10k: don't access tx_info while overwriting itMichal Kazior2014-09-021-5/+4
| * | | ath10k: add device/driver strings to tracepointsMichal Kazior2014-09-024-38/+89
| * | | ath10k: remove diag_*_access functionsMichal Kazior2014-09-021-85/+24