index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
|
|
staging: rtl8723bs: Fix function call wrapping style
Javier F. Arias
2019-10-10
1
-3
/
+3
|
*
|
|
|
|
|
|
staging: rtl8723bs: Fix line over 80 characters
Javier F. Arias
2019-10-10
1
-1
/
+2
|
*
|
|
|
|
|
|
staging: rtl8723bs: Remove File operation APIs
Hans de Goede
2019-10-10
2
-140
/
+0
|
*
|
|
|
|
|
|
staging: rtl8723bs: Remove rtw_merge_string() function
Hans de Goede
2019-10-10
1
-7
/
+0
|
*
|
|
|
|
|
|
staging: rtl8723bs: Remove phy_Config*WithParaFile() configuration leftovers
Hans de Goede
2019-10-10
3
-39
/
+0
|
*
|
|
|
|
|
|
staging: rtl8723bs: Remove phy_Config*WithParaFile() functions
Hans de Goede
2019-10-10
4
-1124
/
+0
|
*
|
|
|
|
|
|
staging: rtl8723bs: Remove phy_Config*With*ParaFile() calls
Hans de Goede
2019-10-10
2
-105
/
+13
|
*
|
|
|
|
|
|
staging: rtl8723bs: Remove set but not used variable 'i'
zhengbin
2019-10-10
1
-2
/
+1
|
*
|
|
|
|
|
|
staging: rtl8723bs: Remove space before tab
Javier F. Arias
2019-10-10
1
-1
/
+1
|
*
|
|
|
|
|
|
staging: rtl8723bs: Replace string with identifier
Javier F. Arias
2019-10-10
1
-2
/
+2
|
*
|
|
|
|
|
|
staging: rtl8723bs: core: Remove typecast in call to kfree
Nachammai Karuppiah
2019-10-10
5
-11
/
+11
|
*
|
|
|
|
|
|
staging: wfx: Make some functions static in sta.c
zhengbin
2019-10-10
1
-8
/
+8
|
*
|
|
|
|
|
|
staging: wfx: Make function 'wfx_tx_queue_get' static
zhengbin
2019-10-10
1
-1
/
+3
|
*
|
|
|
|
|
|
staging: wfx: Make function 'sram_write_dma_safe', 'load_firmware_secure' static
zhengbin
2019-10-10
1
-2
/
+3
|
*
|
|
|
|
|
|
staging: wfx: fix swapped arguments in memset call
Colin Ian King
2019-10-10
1
-1
/
+1
|
*
|
|
|
|
|
|
staging: kpc2000: Remove unnecessary return variable
Wambui Karuga
2019-10-10
1
-3
/
+1
|
*
|
|
|
|
|
|
staging: comedi: Remove set but not used variable 'aref'
zhengbin
2019-10-08
1
-2
/
+1
|
*
|
|
|
|
|
|
staging: vchiq: don't print pointless kernel address
Matteo Croce
2019-10-08
1
-3
/
+0
|
*
|
|
|
|
|
|
staging: sm750fb: Remove set but not used variable 'actual_mx_clk'
zhengbin
2019-10-08
1
-2
/
+1
|
*
|
|
|
|
|
|
staging: sm750fb: Remove set but not used variable 'uiActualPixelClk'
zhengbin
2019-10-08
1
-2
/
+1
|
*
|
|
|
|
|
|
staging: bcm2835-audio: Need to judge the return value of vchi_msg_dequeue in...
zhengbin
2019-10-08
1
-0
/
+3
|
*
|
|
|
|
|
|
staging/octeon: Use stubs for MIPS && !CAVIUM_OCTEON_SOC
Paul Burton
2019-10-08
2
-2
/
+5
|
*
|
|
|
|
|
|
staging: rtl8723bs: os_dep: Remove typecast in kfree
Nachammai Karuppiah
2019-10-08
2
-6
/
+6
|
*
|
|
|
|
|
|
staging: rtl8723bs: Remove commented code
Javier F. Arias
2019-10-08
1
-8
/
+0
|
*
|
|
|
|
|
|
staging: rtl8723bs: fix typo of "mechanism" in comment
Antonio Borneo
2019-10-08
1
-1
/
+1
|
*
|
|
|
|
|
|
staging: octeon: Remove typedef declaration
Wambui Karuga
2019-10-08
1
-3
/
+3
|
*
|
|
|
|
|
|
staging: wfx: fix spelling mistake "hexdecimal" -> "hexadecimal"
Colin Ian King
2019-10-08
2
-2
/
+2
|
*
|
|
|
|
|
|
staging: wfx: avoid namespace contamination
Jérôme Pouiller
2019-10-08
3
-19
/
+19
|
*
|
|
|
|
|
|
staging: wfx: drop calls to BUG_ON()
Jérôme Pouiller
2019-10-08
8
-28
/
+28
|
*
|
|
|
|
|
|
staging: wfx: fix copy_{to,from}_user() usage
Jérôme Pouiller
2019-10-08
1
-3
/
+2
|
*
|
|
|
|
|
|
staging: wfx: correctly cast data on big-endian targets
Jérôme Pouiller
2019-10-08
1
-1
/
+1
|
*
|
|
|
|
|
|
staging: wfx: le16_to_cpus() takes a reference as parameter
Jérôme Pouiller
2019-10-08
1
-2
/
+2
|
*
|
|
|
|
|
|
staging: wfx: remove misused call to cpu_to_le16()
Jérôme Pouiller
2019-10-08
1
-1
/
+1
|
*
|
|
|
|
|
|
staging: wfx: simplify memory allocation in wfx_update_filtering()
Jérôme Pouiller
2019-10-08
2
-16
/
+22
|
*
|
|
|
|
|
|
staging: wlan-ng: p80211wep.c: use lib/crc32
Thomas Meyer
2019-10-07
1
-61
/
+3
|
*
|
|
|
|
|
|
staging: vc04_services: make use of devm_platform_ioremap_resource
Hariprasad Kelam
2019-10-07
1
-3
/
+1
|
*
|
|
|
|
|
|
staging: rtl8723bs: Remove set but not used variable 'adapter'
zhengbin
2019-10-07
1
-2
/
+0
|
*
|
|
|
|
|
|
staging: rtl8723bs: Remove set but not used variables 'ppp', 'type', 'data'
zhengbin
2019-10-07
1
-7
/
+2
|
*
|
|
|
|
|
|
staging: rtl8723bs: Remove set but not used variable 'prwskeylen'
zhengbin
2019-10-07
1
-9
/
+0
|
*
|
|
|
|
|
|
staging: rtl8723bs: Remove set but not used variable 'tmp_aid'
zhengbin
2019-10-07
1
-3
/
+0
|
*
|
|
|
|
|
|
staging: rtl8712: align arguments with open parenthesis in file rtl8712_led.c
Gabriela Bittencourt
2019-10-07
1
-1
/
+1
|
*
|
|
|
|
|
|
staging: rtl8723bs: Switch constant place in test
Javier F. Arias
2019-10-07
1
-1
/
+1
|
*
|
|
|
|
|
|
staging: vt6656: reorganize characters so the lines are under 80 ch
Gabriela Bittencourt
2019-10-07
1
-4
/
+4
|
*
|
|
|
|
|
|
staging: rtl8723bs: Remove unnecessary braces
Javier F. Arias
2019-10-07
1
-3
/
+2
|
*
|
|
|
|
|
|
staging: vt6656: remove duplicated blank line
Gabriela Bittencourt
2019-10-07
1
-1
/
+0
|
*
|
|
|
|
|
|
staging: mt7621-pci: add quirks for 'E2' revision using 'soc_device_attribute'
Sergio Paracuellos
2019-10-07
1
-6
/
+17
|
*
|
|
|
|
|
|
staging: rtl8192u: Fix indentation for cleaner code
Sumera Priyadarsini
2019-10-07
1
-2
/
+2
|
*
|
|
|
|
|
|
staging: rtl8723bs: Remove set but not used variable 'oldcnt'
zhengbin
2019-10-07
1
-2
/
+0
|
*
|
|
|
|
|
|
staging: rtl8188eu: remove unnecessary asignment and initialization
Michael Straube
2019-10-07
1
-2
/
+1
|
*
|
|
|
|
|
|
staging: wilc1000: don't use wdev while setting tx power
Adham Abozaeid
2019-10-07
1
-1
/
+15
[prev]
[next]