summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-07-29staging:rtl8192u: Remove proxy struct rtl819XPHY_REG_1T2RArray - StyleJohn Whitmore2-7/+4
2018-07-29staging:rtl8192u: Remove proxy struct rtl819XMACPHY_Array_PG - StyleJohn Whitmore2-3/+1
2018-07-29staging:rtl8192u: Rename msDelay to ms_delay - StyleJohn Whitmore2-4/+4
2018-07-29staging:rtl8192u: Rename Para2 to para_2 - styleJohn Whitmore2-6/+6
2018-07-29staging:rtl8192u: Rename Para1 > para_1 - StyleJohn Whitmore2-6/+6
2018-07-29staging:rtl8192u: Rename CmdID - StyleJohn Whitmore2-4/+4
2018-07-29staging:rtl8192u: Rename SwChnlCmd - StyleJohn Whitmore2-9/+9
2018-07-29staging:rtl8192u: Remove multiple blank lines - StyleJohn Whitmore1-3/+0
2018-07-29staging:rtl8192u: Rename ISR_BcnTimerIntr - StyleJohn Whitmore2-2/+2
2018-07-29staging:rtl8192u: Rename ISR_TxBcnErr bit definition - StyleJohn Whitmore2-2/+2
2018-07-29staging:rtl8192u: Rename bit definition ISR_TxBcnOk - StyleJohn Whitmore2-2/+2
2018-07-29staging: rtl8188eu: remove unused rtw_get_oper_choffset()Michael Straube2-6/+0
2018-07-29staging: rtl8188eu: remove unused rtw_get_oper_bw()Michael Straube2-6/+0
2018-07-29staging: rtl8188eu: remove unused CAM_empty_entry()Michael Straube2-6/+0
2018-07-29staging: rtl8188eu: remove unused ODM_RASupport_Init()Michael Straube2-12/+0
2018-07-29staging: wlan-ng: correction to comment in hfa384x_usbTim Collier1-1/+1
2018-07-29staging: wlan-ng: remove volatile from reapable field in hfa384x_usbctlxTim Collier1-1/+1
2018-07-29staging: rtl8188eu: remove unused sreset_get_wifi_status()Michael Straube2-28/+0
2018-07-29staging: mt7621-mmc: Use BIT macro instead of explicit shifting in board.hNishad Kamdar1-4/+4
2018-07-29staging: rtl8192u: ieee80211: Convert from ahash to shashKees Cook1-29/+28
2018-07-29staging: rtl8192e: ieee80211: Convert from ahash to shashKees Cook1-28/+28
2018-07-29staging: gasket: use NULL instead of 0 for null pointerDmitriy Cherkasov1-1/+1
2018-07-29staging: gasket: core: hold reference on device while in useTodd Poynor1-2/+2
2018-07-29staging: erofs: fix conditional uninitialized `pcn' in z_erofs_map_blocks_iterGao Xiang1-4/+21
2018-07-29staging: erofs: fix compile error without built-in decompression supportGao Xiang4-9/+11
2018-07-28staging: axis-fifo: fix return value check in axis_fifo_probe()Wei Yongjun1-2/+2
2018-07-28staging: gasket: page table: remove code for "no dma_ops"Todd Poynor3-55/+8
2018-07-28staging: gasket: sysfs: remove unnecessary NULL check on device ptrTodd Poynor1-5/+0
2018-07-28staging: gasket: apex: fixup undefined PCI classTodd Poynor1-0/+7
2018-07-28staging: gasket: sysfs: remove check for refcount already zeroTodd Poynor1-2/+0
2018-07-28staging: erofs: fix a compile warning of Z_EROFS_VLE_VMAP_ONSTACK_PAGESGao Xiang1-1/+1
2018-07-27staging: erofs: add a TODO and update MAINTAINERS for stagingGao Xiang1-0/+45
2018-07-27staging: erofs: introduce cached decompressionGao Xiang5-1/+427
2018-07-27staging: erofs: introduce VLE decompression supportGao Xiang6-2/+1418
2018-07-27staging: erofs: introduce workstation for decompressionGao Xiang3-3/+180
2018-07-27staging: erofs: introduce erofs shrinkerGao Xiang3-6/+101
2018-07-27staging: erofs: introduce superblock registrationGao Xiang3-0/+27
2018-07-27staging: erofs: add a generic z_erofs VLE decompressorGao Xiang5-1/+264
2018-07-27staging: erofs: introduce a customized LZ4 decompressionGao Xiang3-1/+479
2018-07-27staging: erofs: globalize prepare_bio and __submit_bioGao Xiang2-25/+42
2018-07-27staging: erofs: add erofs_allocpageGao Xiang3-1/+39
2018-07-27staging: erofs: add erofs_map_blocks_iterGao Xiang5-2/+300
2018-07-27staging: erofs: introduce pagevec for unzip subsystemGao Xiang1-0/+172
2018-07-27staging: erofs: <linux/tagptr.h>: introduce tagged pointerGao Xiang1-0/+110
2018-07-27staging: erofs: support tracepointChao Yu5-3/+261
2018-07-27staging: erofs: introduce error injection infrastructureChao Yu4-1/+103
2018-07-27staging: erofs: support special inodeChao Yu2-2/+35
2018-07-27staging: erofs: introduce xattr & acl supportGao Xiang8-1/+835
2018-07-27staging: erofs: update Kconfig and MakefileGao Xiang4-0/+50
2018-07-27staging: erofs: add namei functionsGao Xiang1-0/+243