summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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
2014-09-07NFC: trf7970a: Clear possible spurious interrupt before transmittingMark A. Greer1-0/+6
2014-09-07NFC: trf7970a: Recalculate driver timeout valuesMark A. Greer1-3/+12
2014-09-07NFC: trf7970a: Add RF technology specific guard timesMark A. Greer1-1/+13
2014-09-07NFC: trf7970a: Initialize when enabling RFMark A. Greer1-6/+8
2014-09-07NFC: trf7970a: Disable SYS_CLK OutputMark A. Greer1-0/+6
2014-09-07NFC: trf7970a: Remove unnecessary sleepMark A. Greer1-2/+0
2014-09-07NFC: trf7970a: FIFO Size is really 127 bytesMark A. Greer1-1/+1
2014-09-07NFC: trf7970a: Ignore Overflow bit in FIFO Status RegisterMark A. Greer1-13/+3
2014-09-07NFC: trf7970a: Use spi_sync() instead of spi_write_then_read()Mark A. Greer1-3/+16
2014-09-07NFC: trf7970a: Call spi_setup() to configure SPI communicationMark A. Greer1-0/+6
2014-09-07NFC: trf7970a: Remove trf7970a_tg_listen_mdaa()Mark A. Greer1-12/+0
2014-09-07NFC: trf7970a: Remove incorrect of_node_put() callMark A. Greer1-2/+0
2014-09-01NFC: trf7970a: Make gpio labels more readableMark A. Greer1-2/+2
2014-09-01NFC: trf7970a: Add quirk to keep EN2 lowMark A. Greer1-3/+16
2014-09-01NFC: trf7970a: Move IRQ Status Read quirk to device treeMark A. Greer1-5/+6
2014-09-01NFC: trf7970a: Add VIN voltage override supportMark A. Greer1-1/+9
2014-08-28carl9170: tx: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat1-1/+1
2014-08-28ath9k: Fix channel context timerSujith Manoharan1-1/+1
2014-08-28ath9k: Add more debug statements for channel contextSujith Manoharan2-12/+81
2014-08-28ath9k: Disable fastcc for channel context modeSujith Manoharan1-0/+3
2014-08-28rt2x00: support Ralink 5362.Canek Peláez Valdés2-1/+9
2014-08-28ath9k: Fix channel context creationSujith Manoharan2-1/+23
2014-08-28ath9k: Fix interface limitsSujith Manoharan1-2/+4
2014-08-28ath9k: Print the event/state in ath_chanctx_eventSujith Manoharan2-2/+38
2014-08-28ath9k: Add new chanctx eventsSujith Manoharan2-0/+6
2014-08-28ath9k: Fix ath_chanctx_get()Sujith Manoharan1-4/+10
2014-08-28ath9k: Move ath9k_beacon_add_noa to channel.cSujith Manoharan3-49/+56
2014-08-28ath9k: Remove redundant ifdefSujith Manoharan1-2/+0
2014-08-28ath9k: Fix channel context variables in ath_softcSujith Manoharan1-2/+6
2014-08-28ath9k: Fix 'offchannel' in ath_softcSujith Manoharan2-1/+3
2014-08-28ath9k: Fix function argument typeSujith Manoharan1-2/+2
2014-08-28ath9k: Use ath_chanctx_check_active properlySujith Manoharan2-47/+50
2014-08-28ath9k: Add ath9k_offchannel_initSujith Manoharan3-8/+30
2014-08-28ath9k: Add ath9k_chanctx_wake_queuesSujith Manoharan3-13/+32
2014-08-28ath9k: Add wrappers for beacon eventsSujith Manoharan4-9/+32
2014-08-28ath9k: Fix function declarationsSujith Manoharan1-3/+3
2014-08-28ath9k: Fix channel context eventsSujith Manoharan6-33/+57
2014-08-28ath9k: Make ath_chanctx_switch staticSujith Manoharan2-39/+37
2014-08-28ath9k: Make ath_chanctx_get_oper_chan staticSujith Manoharan2-19/+18
2014-08-28ath9k: Make ath_chanctx_offchan_switch staticSujith Manoharan2-15/+13
2014-08-28ath9k: Conditionally compile more functionsSujith Manoharan1-19/+19
2014-08-28ath9k: Exclude more functionsSujith Manoharan2-61/+60
2014-08-28ath9k: Conditionally compile a few functionsSujith Manoharan1-146/+146
2014-08-28ath9k: Cleanup mgd_prepare_tx callbackSujith Manoharan3-34/+34
2014-08-28ath9k: Make ath_chanctx_work staticSujith Manoharan2-10/+9
2014-08-28ath9k: Add a routine to tear down channel contextsSujith Manoharan4-2/+13
2014-08-28ath9k: Add a routine for initializing channel contextsSujith Manoharan3-15/+25
2014-08-28carl9170: Remove redundant protection checkAndreea-Cristina Bernat1-10/+1