summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* staging: hikey9xx: split hi6421v600 irq into a separate driverMauro Carvalho Chehab2021-07-216-241/+322
* staging: hi6421-spmi-pmic: add a missing dot at copyrightMauro Carvalho Chehab2021-07-211-1/+1
* staging: hi6421-spmi-pmic: rename GPIO IRQ OF nodeMauro Carvalho Chehab2021-07-213-18/+9
* staging: hi6421-spmi-pmic: rename spmi_device structMauro Carvalho Chehab2021-07-211-5/+5
* staging: bcm2835-audio: Enclose complex macro value in parenthesesDiego Roux2021-07-211-1/+1
* staging: board: Fix uninitialized spinlock when attaching genpdGeert Uytterhoeven2021-07-211-1/+6
* staging/rtl8712: Remove all strcpy() uses in favor of strscpy()Len Baker2021-07-211-1/+1
* staging: rtl8712: Fix alignmentAlexander Greyling2021-07-211-1/+1
* staging: rtl8712: Remove some unused #define and enumChristophe JAILLET2021-07-211-48/+0
* staging: rtl8188eu: remove unnecessary loggingJan Gruber2021-07-211-5/+0
* staging: qlge: Remove unnecessary parentheses around referencesNishal Kulkarni2021-07-211-2/+2
* staging: rtl8188eu: remove cut_mask field from wl_pwr_cfgMartin Kaiser2021-07-212-29/+28
* staging: rtl8188eu: remove PWR_CMD_READMartin Kaiser2021-07-212-3/+0
* staging: rtl8188eu: remove constant function parameterMartin Kaiser2021-07-213-53/+42
* staging: rtl8188eu: remove unused power flows and transitionsMartin Kaiser2021-07-213-170/+0
* staging: rtl8188eu: remove efuse write supportMartin Kaiser2021-07-211-29/+3
* staging: rtl8188eu: remove struct eeprom_priv's EepromOrEfuseMartin Kaiser2021-07-214-13/+3
* staging: rtl8188eu: remove _CHIP_TYPE enumMartin Kaiser2021-07-211-10/+0
* staging: rtl8188eu: remove RTL871X_HCI_TYPE enumMartin Kaiser2021-07-211-7/+0
* staging: rtl8188eu: remove the "trigger gpio 0" hal variableMartin Kaiser2021-07-212-9/+0
* staging: rtl8188eu: merge two functionsMartin Kaiser2021-07-211-11/+4
* staging: rtl8188eu: move hal/mac_cfg.c and rename function and arrayPhillip Potter2021-07-214-7/+7
* staging: rtl8723bs: fix camel case argument name in macro is_supported_tx_cckFabio Aiuto2021-07-211-1/+1
* staging: rtl8723bs: fix camel case name in macro IsSupportedTxCCKFabio Aiuto2021-07-213-3/+3
* staging: rtl8723bs: remove unused macros in include/ieee80211.hFabio Aiuto2021-07-211-8/+0
* staging: rtl8723bs: fix post-commit camel case issuesFabio Aiuto2021-07-212-4/+4
* staging: rtl8723bs: fix camel case name in macro IsSupported24GFabio Aiuto2021-07-213-4/+4
* staging: rtl8723bs: fix camel case in argument of macro is_legacy_onlyFabio Aiuto2021-07-211-1/+1
* staging: rtl8723bs: fix camel case name in macro IsLegacyOnly()Fabio Aiuto2021-07-212-2/+2
* staging: rtl8723bs: fix camel case issueFabio Aiuto2021-07-211-1/+1
* staging: rtl8723bs: convert IsSupportedHT to snake_caseFabio Aiuto2021-07-214-4/+4
* staging: rtl8723bs: add get_channel cfg80211 implementationFabio Aiuto2021-07-211-1/+52
* staging: rtl8723bs: fix wpa_set_auth_algs() functionFabio Aiuto2021-07-211-3/+3
* staging: rtl8723bs: remove custom endian conversion macrosBryan Brattlof2021-07-211-11/+2
* staging: r8188eu: Fix while-loop that iterates only onceColin Ian King2021-07-211-3/+3
* staging: rtl8188eu: remove unnecessary bracesJan Gruber2021-07-211-2/+1
* staging: rtl8188eu: remove rtw_wx_set_rate handler functionPhillip Potter2021-07-211-75/+0
* staging: rtl8188eu: remove set but unused variable from rtw_get_sec_iePhillip Potter2021-07-211-3/+1
* Linux 5.14-rc2v5.14-rc2Linus Torvalds2021-07-181-1/+1
* Merge tag 'perf-tools-fixes-for-v5.14-2021-07-18' of git://git.kernel.org/pub...Linus Torvalds2021-07-1836-98/+391
|\
| * perf sched: Fix record failure when CONFIG_SCHEDSTATS is not setYang Jihong2021-07-181-4/+29
| * perf probe: Fix add event failure when running 32-bit perf in a 64-bit kernelYang Jihong2021-07-186-42/+38
| * perf data: Close all files in close_dir()Riccardo Mancini2021-07-181-1/+1
| * perf probe-file: Delete namelist in del_events() on the error pathRiccardo Mancini2021-07-181-2/+2
| * perf test bpf: Free obj_bufRiccardo Mancini2021-07-161-0/+2
| * perf trace: Free strings in trace__parse_events_option()Riccardo Mancini2021-07-151-0/+3
| * perf trace: Free syscall tp fields in evsel->privRiccardo Mancini2021-07-151-1/+16
| * perf trace: Free syscall->arg_fmtRiccardo Mancini2021-07-151-1/+15
| * perf trace: Free malloc'd trace fields on exitRiccardo Mancini2021-07-151-1/+10
| * perf lzma: Close lzma stream on exitRiccardo Mancini2021-07-151-3/+5