summaryrefslogtreecommitdiffstats
path: root/drivers/staging
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2018-04-052-11/+11
|\
| * staging: rts5208: rename SG_END macroArnd Bergmann2018-03-012-11/+11
* | Merge tag 'staging-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-04576-95013/+23960
|\ \
| * | staging: rtl8723bs: Remove yield call, replace with cond_resched()Thomas Avery2018-03-291-1/+1
| * | staging: rtl8723bs: Replace yield() call with cond_resched()Thomas Avery2018-03-291-1/+1
| * | staging: rtl8723bs: Remove unecessary newlines from 'odm.h'.Quytelda Kahja2018-03-291-27/+0
| * | staging: rtl8723bs: Rework 'struct _ODM_Phy_Status_Info_' coding style.Quytelda Kahja2018-03-297-84/+90
| * | staging: rtl8723bs: Rework 'struct _ODM_Per_Pkt_Info_' coding style.Quytelda Kahja2018-03-295-42/+43
| * | staging: rtl8723bs: Replace NULL pointer comparison with '!'.Quytelda Kahja2018-03-291-1/+1
| * | staging: rtl8723bs: Factor out rtl8723bs_recv_tasklet() sections.Quytelda Kahja2018-03-291-26/+69
| * | staging: rtl8723bs: Fix function signature that goes over 80 characters.Quytelda Kahja2018-03-291-1/+2
| * | staging: rtl8723bs: Fix lines too long in update_recvframe_attrib().Quytelda Kahja2018-03-291-8/+22
| * | staging: rtl8723bs: Remove unnecessary blank lines in 'rtl8723bs_recv.c'.Quytelda Kahja2018-03-291-7/+0
| * | staging: rtl8723bs: Change camel case to snake case in 'rtl8723bs_recv.c'.Quytelda Kahja2018-03-291-16/+16
| * | staging: rtl8723bs: Add missing braces in else statement.Quytelda Kahja2018-03-291-1/+2
| * | staging: rtl8723bs: Add spaces around ternary operators.Quytelda Kahja2018-03-291-1/+1
| * | staging: rtl8723bs: Fix lines with trailing open parentheses.Quytelda Kahja2018-03-291-6/+5
| * | staging: rtl8723bs: Remove unnecessary length #define's.Quytelda Kahja2018-03-292-19/+3
| * | staging: rtl8723bs: Fix IEEE80211 authentication algorithm constants.Quytelda Kahja2018-03-292-12/+8
| * | staging: rtl8723bs: Fix alignment in rtw_wx_set_auth().Quytelda Kahja2018-03-291-3/+3
| * | staging: rtl8723bs: Remove braces from single statement conditionals.Quytelda Kahja2018-03-291-9/+9
| * | staging: rtl8723bs: Remove unecessary braces from switch statement.Quytelda Kahja2018-03-291-27/+23
| * | staging: rtl8723bs: Fix newlines in rtw_wx_set_auth().Quytelda Kahja2018-03-291-9/+1
| * | staging: rtl8723bs: Replace RTW_IEEE80211_STYPE_* with IEEE80211_STYPE_*.Quytelda Kahja2018-03-293-45/+2
| * | staging: rtl8723bs: Replace RTW_IEEE80211_FTYPE_* with IEEE80211_FTYPE_*.Quytelda Kahja2018-03-293-8/+3
| * | staging: rtl8723bs: Replace RTW_IEEE80211_FCTL_* with IEEE80211_FCTL_*.Quytelda Kahja2018-03-293-20/+6
| * | staging: rtl8723bs: Remove #defines shadowing enums in 'linux/ieee80211.h'Quytelda Kahja2018-03-291-56/+0
| * | drivers: staging: rtl8192e: fixed a space coding style issueRene Hickersberger2018-03-291-1/+1
| * | staging: r8822be: fix typos in header guard macrosColin Ian King2018-03-292-2/+2
| * | staging: bcm2835-audio: Release resources on module_exit()Kirill Marinushkin2018-03-291-29/+25
| * | staging: comedi: s626: Use Preferred kernel typePaul McQuade2018-03-291-4/+4
| * | staging: mt7621-dts: Replace spaces with tabs in indentationNishka Dasgupta2018-03-291-1/+1
| * | staging: ks7010: Remove unused member 'reg_net' from 'ks_wlan_private'.Quytelda Kahja2018-03-291-1/+0
| * | staging: ks7010: Change mac_address_valid to a bool instead of int.Quytelda Kahja2018-03-293-5/+5
| * | staging: ks7010: Remove unecessary cast.Quytelda Kahja2018-03-291-1/+1
| * | staging: ks7010: replace uint8_t in favour of u8 in michael_get_micSergio Paracuellos2018-03-291-1/+1
| * | staging: ks7010: replace uint8_t in favour of u8 in michael_appendSergio Paracuellos2018-03-291-3/+3
| * | staging: ks7010: replace uint8_t in favour of u8 in michael_initSergio Paracuellos2018-03-291-1/+1
| * | staging: ks7010: remove some dead code from ks_wlan_set_essid functionSergio Paracuellos2018-03-291-15/+0
| * | staging: ks7010: replace MichaelBlockFunction macro with inline functionSergio Paracuellos2018-03-291-15/+16
| * | staging: ks7010: replace GetUInt32 macro with get_unaligned_le32Sergio Paracuellos2018-03-291-7/+4
| * | staging: ks7010: replace PutUInt32 macro with put_unaligned_le32()Sergio Paracuellos2018-03-291-11/+3
| * | staging: ks7010: avoid camel cases in MichaelGetMIC functionSergio Paracuellos2018-03-291-14/+13
| * | staging: ks7010: replace macro MichaelClear with inline functionSergio Paracuellos2018-03-291-8/+8
| * | staging: ks7010: avoid camel cases in MichaelAppend functionSergio Paracuellos2018-03-291-23/+22
| * | staging: ks7010: avoid camel cases for MichaelInitFunctionSergio Paracuellos2018-03-291-6/+5
| * | staging: ks7010: avoid camel cases in MichaelMICFunctionSergio Paracuellos2018-03-293-23/+21
| * | staging: vt6655: Delete unused typedef enum _chip_typeNishka Dasgupta2018-03-281-4/+0
| * | staging: vt6655: Delete unused typedef struct _versionNishka Dasgupta2018-03-281-7/+0
| * | staging: vt6655: Delete unused typedef enum _CARD_STATUS_TYPENishka Dasgupta2018-03-281-6/+0