aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-24Merge tag 'sfi-removal-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+0
2021-02-24Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-3/+1
2021-02-21Merge tag 'media/v5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds38-5615/+790
2021-02-20Merge tag 'staging-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds132-3746/+3219
2021-02-15media: atomisp: Remove unused headerAndy Shevchenko1-1/+0
2021-02-13staging: hikey9xx: Fix alignment of function parametersMukul Mehar1-2/+2
2021-02-13staging: greybus: Fixed a misspelling in hid.cPritthijit Nath1-1/+1
2021-02-13staging: wimax/i2400m: fix some byte order issues found by sparseAnirudh Rayabharam1-5/+10
2021-02-13staging: wimax: i2400m: fix some incorrect type warningsAyush1-4/+4
2021-02-13staging: greybus: minor code style fixManikantan Ravichandran1-2/+2
2021-02-13staging:wlan-ng: use memdup_user instead of kmalloc/copy_from_userIvan Safonov1-15/+13
2021-02-13staging:r8188eu: use IEEE80211_FCTL_* kernel definitionsIvan Safonov1-30/+21
2021-02-13staging: rtl8192e: remove multiple blank linesWilliam Durand1-2/+0
2021-02-12net: switchdev: pass flags and mask to both {PRE_,}BRIDGE_FLAGS attributesVladimir Oltean1-13/+21
2021-02-12staging: greybus: Fixed alignment issue in hid.cPritthijit Nath1-2/+2
2021-02-12staging: wfx: remove unused included header filesMuhammad Usama Anjum27-106/+0
2021-02-12staging: nvec: minor coding style fixFatih Yildirim1-1/+1
2021-02-12staging: wimax: Fix some coding style problemHemansh Agnihotri1-2/+1
2021-02-12staging: fbtft: add tearing signal detectCarlis1-0/+115
2021-02-12staging: vt6656: Fixed issue with alignment in rf.cPritthijit Nath1-1/+1
2021-02-11staging: qlge: Remove duplicate word in commentTom Seewald1-1/+1
2021-02-11staging: rtl8723bs: remove obsolete commented out codekarthik alapati1-38/+2
2021-02-11staging: rtl8723bs: fix function comments to follow kernel-dockarthik alapati1-112/+73
2021-02-11staging: wfx: avoid defining array of flexible structMuhammad Usama Anjum1-1/+1
2021-02-11staging: rtl8723bs: Replace one-element array with flexible-array member in struct ndis_80211_var_ieGustavo A. R. Silva1-1/+1
2021-02-11staging: Replace lkml.org links with loreKees Cook2-2/+3
2021-02-11Staging: vt6655: Replace a camel case variable nameYujia Qiao1-2/+2
2021-02-11staging: gdm724x: Fix DMA from stackAmey Narkhede1-3/+7
2021-02-10staging: rtl8723bs: remove blank line from include/autoconf.hPhillip Potter1-1/+0
2021-02-09staging: rtl8712: Remove multiple blank linesAakash Hemadri1-2/+0
2021-02-09staging: rtl8723bs: remove typedefs from rtl8723b_recv.hPhillip Potter2-5/+5
2021-02-09staging: rtl8723bs: fix blank lines and comments in rtl8723b_hal.hPhillip Potter1-5/+8
2021-02-09vme: make remove callback return voidUwe Kleine-König1-3/+1
2021-02-09staging: rtl8723bs: remove braces from two single line if blocksPhillip Potter1-4/+2
2021-02-09staging: rtl8723bs: fix braces for os_dep/mlme_linux.cPhillip Potter1-3/+3
2021-02-09staging: hikey9xx: make phy_ops struct constAtul Gopinathan1-1/+1
2021-02-09staging: hikey9xx: change spaces to tabsAtul Gopinathan2-2/+2
2021-02-08staging: rtl8192e: replace spaces with tab for a closing if bracePhillip Potter1-1/+1
2021-02-08staging: rtl8192e: remove braces from single-line blockPhillip Potter1-2/+1
2021-02-08staging: wfx: fix possible panic with re-queued framesJérôme Pouiller2-1/+10
2021-02-08staging: gasket: fix indentation and lines ending with open parenthesisMahak Gupta1-20/+22
2021-02-08staging: fieldbus: arcx-anybus: constify static structsRikard Falkeborn1-2/+2
2021-02-07staging: emxx_udc: Make incorrectly defined global staticKumar Kartikeya Dwivedi2-2/+3
2021-02-07staging: octeon: remove braces from single-line blockPhillip Potter1-2/+1
2021-02-06staging: vt665x: fix alignment constraintsArnd Bergmann2-7/+7
2021-02-06staging: rtl8723bs: remove unused structuresArnd Bergmann1-79/+0
2021-02-06staging: rtl8723bs: fix pointer declaration styleAyush1-4/+4
2021-02-06staging: bcm2835-audio: Replace unsafe strcpy() with strscpy()Juerg Haefliger3-7/+7
2021-02-06staging: qlge/qlge_main: Use min_t instead of minAmey Narkhede1-1/+1
2021-02-06media: v4l2-async: Improve v4l2_async_notifier_add_*_subdev() APILaurent Pinchart6-10/+10