summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2014-09-07NFC: trf7970a: Handle timeout values of zeroMark A. Greer
2014-09-07NFC: trf7970a: Cancel timer when error encounteredMark A. Greer
2014-09-07NFC: trf7970a: Don't turn on RF if there is already an RF fieldMark A. Greer
2014-09-07NFC: trf7970a: trf7970a_init() turns off the RF transmitterMark A. Greer
2014-09-07NFC: trf7970a: Don't turn off RF if its already offMark A. Greer
2014-09-07NFC: trf7970a: Add '_in_' to initiator routinesMark A. Greer
2014-09-07NFC: trf7970a: Delay after initializationMark A. Greer
2014-09-07NFC: trf7970a: Add System Suspend/Resume supportMark A. Greer
2014-09-07NFC: trf7970a: Create startup and shutdown routinesMark A. Greer
2014-09-07NFC: trf7970a: Don't assume CONFIG_PM_RUNTIME is enabledMark A. Greer
2014-09-07NFC: trf7970a: Rename TRF7970A_ST_OFF to TRF7970A_ST_RF_OFFMark A. Greer
2014-09-07NFC: trf7970a: Return error code when turning on RF failsMark A. Greer
2014-09-07NFC: trf7970a: Ensure no more RX data before completing receiveMark A. Greer
2014-09-07NFC: trf7970a: Reread FIFO Status Register when draining FIFOMark A. Greer
2014-09-07NFC: trf7970a: Handle low-watermark IRQ when transmittingMark A. Greer
2014-09-07NFC: trf7970a: Only fill FIFO if there is spaceMark A. Greer
2014-09-07NFC: trf7970a: Prefix TX data when refilling FIFOMark A. Greer
2014-09-07NFC: trf7970a: Remove unnecessary FIFO reset & RSSI readMark A. Greer
2014-09-07NFC: trf7970a: Clear possible spurious interrupt before transmittingMark A. Greer
2014-09-07NFC: trf7970a: Recalculate driver timeout valuesMark A. Greer
2014-09-07NFC: trf7970a: Add RF technology specific guard timesMark A. Greer
2014-09-07NFC: trf7970a: Initialize when enabling RFMark A. Greer
2014-09-07NFC: trf7970a: Disable SYS_CLK OutputMark A. Greer
2014-09-07NFC: trf7970a: Remove unnecessary sleepMark A. Greer
2014-09-07NFC: trf7970a: FIFO Size is really 127 bytesMark A. Greer
2014-09-07NFC: trf7970a: Ignore Overflow bit in FIFO Status RegisterMark A. Greer
2014-09-07NFC: trf7970a: Use spi_sync() instead of spi_write_then_read()Mark A. Greer
2014-09-07NFC: trf7970a: Call spi_setup() to configure SPI communicationMark A. Greer
2014-09-07NFC: trf7970a: Remove trf7970a_tg_listen_mdaa()Mark A. Greer
2014-09-07NFC: trf7970a: Remove incorrect of_node_put() callMark A. Greer
2014-09-01NFC: trf7970a: Make gpio labels more readableMark A. Greer
2014-09-01NFC: trf7970a: Add quirk to keep EN2 lowMark A. Greer
2014-09-01NFC: trf7970a: Move IRQ Status Read quirk to device treeMark A. Greer
2014-09-01NFC: trf7970a: Add VIN voltage override supportMark A. Greer
2014-08-28carl9170: tx: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat
2014-08-28ath9k: Fix channel context timerSujith Manoharan
2014-08-28ath9k: Add more debug statements for channel contextSujith Manoharan
2014-08-28ath9k: Disable fastcc for channel context modeSujith Manoharan
2014-08-28rt2x00: support Ralink 5362.Canek Peláez Valdés
2014-08-28ath9k: Fix channel context creationSujith Manoharan
2014-08-28ath9k: Fix interface limitsSujith Manoharan
2014-08-28ath9k: Print the event/state in ath_chanctx_eventSujith Manoharan
2014-08-28ath9k: Add new chanctx eventsSujith Manoharan
2014-08-28ath9k: Fix ath_chanctx_get()Sujith Manoharan
2014-08-28ath9k: Move ath9k_beacon_add_noa to channel.cSujith Manoharan
2014-08-28ath9k: Remove redundant ifdefSujith Manoharan
2014-08-28ath9k: Fix channel context variables in ath_softcSujith Manoharan
2014-08-28ath9k: Fix 'offchannel' in ath_softcSujith Manoharan
2014-08-28ath9k: Fix function argument typeSujith Manoharan
2014-08-28ath9k: Use ath_chanctx_check_active properlySujith Manoharan