aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-07-07staging: mt7621-pci: Fix spacing around equals signPeter Vernia1-3/+3
2018-07-07staging: mt7621-pci: Fix spaces around parenthesis in pci-7621.cPeter Vernia1-14/+14
2018-07-07drivers/staging/gasket: Use refcount_read()Todd Poynor1-1/+1
2018-07-06staging: rtl8192u: Add space after ', ' character - Coding StyleJohn Whitmore1-26/+31
2018-07-06staging: rtl8192u: Add required space around '=' operator - StyleJohn Whitmore1-25/+25
2018-07-06staging: rtl8192u: Remove space after cast - Coding StyleJohn Whitmore1-15/+15
2018-07-06staging: rtl8192u: Add required spaces around '||' operator - SytleJohn Whitmore1-6/+6
2018-07-06staging: rtl8192u: Add space required around '==' opeartor - StyleJohn Whitmore1-7/+7
2018-07-06staging: rtl8192u: Remove superfluous blank lines - Coding StyleJohn Whitmore1-105/+0
2018-07-06staging: rtl8192u: Remove redundant definitions in headerJohn Whitmore1-117/+0
2018-07-06staging: rtl8192u: Use memset to initialize memory, instead of loop.John Whitmore1-4/+1
2018-07-06staging: rtl8192u: Use __func__ instead of hardcoded string - StyleJohn Whitmore1-6/+18
2018-07-06staging: rtl8188eu: rename Hal8188ERateAdaptiveMichael Straube4-2/+2
2018-07-06staging: rtl8188eu: rename Hal8188EPhyReg.hMichael Straube2-1/+1
2018-07-06staging: rtl8188eu: rename Hal8188EPhyCfg.hMichael Straube3-2/+2
2018-07-06staging: rtl8723bs: remove rtl8192c_rf.hMichael Straube2-29/+0
2018-07-06staging: wilc1000: fix static checker warning to unlock mutex in wilc_deinit()Ajay Singh1-9/+9
2018-07-06staging: rtl8188eu: remove rtw_mp_phy_regdef.hMichael Straube1-1078/+0
2018-07-06staging: rts5208: fix missing error check on call to rtsx_write_registerColin Ian King1-1/+1
2018-07-06Staging: Gasket: shift wrapping bug in gasket_read_modify_write_64()Dan Carpenter1-1/+1
2018-07-06Staging: Gasket: fix a couple off by one bugsDan Carpenter1-2/+2
2018-07-06Staging: Gasket: uninitialized return in gasket_mmap()Dan Carpenter1-1/+3
2018-07-06drivers/staging/gasket: Use 2-factor allocator callsKees Cook4-18/+21
2018-07-06staging: mt7621-pinctrl: replace core_initcall_sync with builtin_platform_driverSergio Paracuellos1-6/+1
2018-07-06staging: mt7621-pinctrl: remove 'rt2880_pinctrl_pin_dbg_show' callbackSergio Paracuellos1-8/+0
2018-07-06staging: mt7621-pinctrl: use ternary operator return in rt2880_get_group_nameSergio Paracuellos1-4/+1
2018-07-06staging: mt7621-pinctrl: refactor rt2880_pinctrl_dt_node_to_map functionSergio Paracuellos1-43/+15
2018-07-06staging: mt7621-dts: use 'function' and 'group' for pinctrl bindingsSergio Paracuellos1-24/+24
2018-07-06staging: mt7621-pinctrl: make use of pinctrl_utils_reserve_mapSergio Paracuellos1-3/+9
2018-07-06staging: mt7621-pinctrl: replace uint8_t type with u8 for 'gpio' fieldSergio Paracuellos1-4/+3
2018-07-06staging: mt7621-pinctrl: make use of pinctrl_utils_free_mapSergio Paracuellos1-14/+2
2018-07-06staging: mt7621-pinctrl: use tabs instead of spaces in some indentationsSergio Paracuellos1-3/+3
2018-07-06staging: mt7621-pinctrl: align function parameters in some functionsSergio Paracuellos1-15/+14
2018-07-06staging: mt7621-pinctrl: replace seq_printf with seq_putsSergio Paracuellos1-1/+1
2018-07-06staging: mt7621-pinctrl: avoid lines over 80 charsSergio Paracuellos1-11/+15
2018-07-06staging: mt7621-pinctrl: avoid space after if conditionSergio Paracuellos1-1/+1
2018-07-06staging: mt7621-mmc: Fix printk() facility levelSergej Perschin1-27/+27
2018-07-06staging: mt7621-gpio: use devm_kasprintf to set gpio banks labelsSergio Paracuellos1-10/+2
2018-07-06staging: mt7621-gpio: assign gpio chip custom changes after bgpio_initSergio Paracuellos1-3/+4
2018-07-06staging: mt7621-gpio: use custom xlate functionSergio Paracuellos1-0/+18
2018-07-06staging: mt7621-gpio: set irq chip name only onceSergio Paracuellos1-1/+1
2018-07-02staging: fbtft: indent fbtft_device_display - last entry - pdev - devRadek Dostál1-5/+5
2018-07-02staging: rtl8188eu: fix block comments - coding styleMichael Straube1-22/+28
2018-07-02staging: rtl8188eu: move return type to functions definition lineMichael Straube1-4/+4
2018-07-02staging: rtl8188eu: reorder switch cases and remove default breakMichael Straube1-4/+3
2018-07-02staging: rtl8723bs: simplify if else statementMichael Straube1-5/+1
2018-07-02staging: rtl8723bs: fix comparsion to true/false and brace issuesMichael Straube2-7/+6
2018-07-02staging: rtl8192u Remove redundant #include directiveJohn Whitmore1-1/+1
2018-07-02staging:r8188eu: Use lib80211 to encrypt (WEP) tx framesIvan Safonov1-35/+47
2018-07-02staging: rtl8723bs: remove pointless if else in rtw_sdio_resume()Michael Straube1-17/+2