index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
NFC: NCI: Add support of ISO15693
Vincent Cuissard
2014-09-01
3
-3
/
+52
*
NFC: trf7970a: Make gpio labels more readable
Mark A. Greer
2014-09-01
1
-2
/
+2
*
NFC: trf7970a: Document the 'en2-rf-quirk' DT property
Mark A. Greer
2014-09-01
1
-0
/
+3
*
NFC: trf7970a: Add quirk to keep EN2 low
Mark A. Greer
2014-09-01
1
-3
/
+16
*
NFC: trf7970a: Document the 'irq-status-read-quirk' DT property
Mark A. Greer
2014-09-01
1
-0
/
+3
*
NFC: trf7970a: Move IRQ Status Read quirk to device tree
Mark A. Greer
2014-09-01
1
-5
/
+6
*
NFC: trf7970a: Document the 'vin-voltage-override' DTS property
Mark A. Greer
2014-09-01
1
-0
/
+2
*
NFC: trf7970a: Add VIN voltage override support
Mark A. Greer
2014-09-01
1
-1
/
+9
*
NFC: digital: Add Inititor-side PSL support
Mark A. Greer
2014-08-31
1
-0
/
+101
*
carl9170: tx: Replace rcu_assign_pointer() with RCU_INIT_POINTER()
Andreea-Cristina Bernat
2014-08-28
1
-1
/
+1
*
ath9k: Fix channel context timer
Sujith Manoharan
2014-08-28
1
-1
/
+1
*
ath9k: Add more debug statements for channel context
Sujith Manoharan
2014-08-28
2
-12
/
+81
*
ath9k: Disable fastcc for channel context mode
Sujith Manoharan
2014-08-28
1
-0
/
+3
*
rt2x00: support Ralink 5362.
Canek Peláez Valdés
2014-08-28
2
-1
/
+9
*
ath9k: Fix channel context creation
Sujith Manoharan
2014-08-28
2
-1
/
+23
*
ath9k: Fix interface limits
Sujith Manoharan
2014-08-28
1
-2
/
+4
*
ath9k: Print the event/state in ath_chanctx_event
Sujith Manoharan
2014-08-28
2
-2
/
+38
*
ath9k: Add new chanctx events
Sujith Manoharan
2014-08-28
2
-0
/
+6
*
ath9k: Fix ath_chanctx_get()
Sujith Manoharan
2014-08-28
1
-4
/
+10
*
ath9k: Move ath9k_beacon_add_noa to channel.c
Sujith Manoharan
2014-08-28
3
-49
/
+56
*
ath9k: Remove redundant ifdef
Sujith Manoharan
2014-08-28
1
-2
/
+0
*
ath9k: Fix channel context variables in ath_softc
Sujith Manoharan
2014-08-28
1
-2
/
+6
*
ath9k: Fix 'offchannel' in ath_softc
Sujith Manoharan
2014-08-28
2
-1
/
+3
*
ath9k: Fix function argument type
Sujith Manoharan
2014-08-28
1
-2
/
+2
*
ath9k: Use ath_chanctx_check_active properly
Sujith Manoharan
2014-08-28
2
-47
/
+50
*
ath9k: Add ath9k_offchannel_init
Sujith Manoharan
2014-08-28
3
-8
/
+30
*
ath9k: Add ath9k_chanctx_wake_queues
Sujith Manoharan
2014-08-28
3
-13
/
+32
*
ath9k: Add wrappers for beacon events
Sujith Manoharan
2014-08-28
4
-9
/
+32
*
ath9k: Fix function declarations
Sujith Manoharan
2014-08-28
1
-3
/
+3
*
ath9k: Fix channel context events
Sujith Manoharan
2014-08-28
6
-33
/
+57
*
ath9k: Make ath_chanctx_switch static
Sujith Manoharan
2014-08-28
2
-39
/
+37
*
ath9k: Make ath_chanctx_get_oper_chan static
Sujith Manoharan
2014-08-28
2
-19
/
+18
*
ath9k: Make ath_chanctx_offchan_switch static
Sujith Manoharan
2014-08-28
2
-15
/
+13
*
ath9k: Conditionally compile more functions
Sujith Manoharan
2014-08-28
1
-19
/
+19
*
ath9k: Exclude more functions
Sujith Manoharan
2014-08-28
2
-61
/
+60
*
ath9k: Conditionally compile a few functions
Sujith Manoharan
2014-08-28
1
-146
/
+146
*
ath9k: Cleanup mgd_prepare_tx callback
Sujith Manoharan
2014-08-28
3
-34
/
+34
*
ath9k: Make ath_chanctx_work static
Sujith Manoharan
2014-08-28
2
-10
/
+9
*
ath9k: Add a routine to tear down channel contexts
Sujith Manoharan
2014-08-28
4
-2
/
+13
*
ath9k: Add a routine for initializing channel contexts
Sujith Manoharan
2014-08-28
3
-15
/
+25
*
carl9170: Remove redundant protection check
Andreea-Cristina Bernat
2014-08-28
1
-10
/
+1
*
ath9k: Isolate ath9k_use_chanctx module parameter
Sujith Manoharan
2014-08-28
5
-32
/
+62
*
ath9k: Isolate P2P powersave routines
Sujith Manoharan
2014-08-28
5
-36
/
+111
*
ath9k: Move P2P functions to channel.c
Sujith Manoharan
2014-08-28
3
-87
/
+87
*
ath9k: Add a config option for channel context
Sujith Manoharan
2014-08-28
1
-0
/
+9
*
ath9k: Add debug information
Sujith Manoharan
2014-08-28
2
-12
/
+122
*
ath9k: Move channel operations to channel.c
Sujith Manoharan
2014-08-28
3
-202
/
+205
*
ath9k: Handle failure to allocate HW timer
Sujith Manoharan
2014-08-28
1
-1
/
+3
*
ath9k: Add a debug level for channel context
Sujith Manoharan
2014-08-28
2
-0
/
+3
*
ath5k: remove redundant null check before kfree()
Bob Copeland
2014-08-28
1
-2
/
+1
[next]