aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-17Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDaniel Vetter1-14/+0
2019-12-14Merge tag 'staging-5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds13-25/+56
2019-12-10fbtft: Fix the initialization from property algorithmAndy Shevchenko1-3/+3
2019-12-10staging: rtl8712: fix interface sanity checkJohan Hovold1-1/+1
2019-12-10staging: rtl8188eu: fix interface sanity checkJohan Hovold1-1/+1
2019-12-10staging: gigaset: add endpoint-type sanity checkJohan Hovold1-0/+12
2019-12-10staging: gigaset: fix illegal free on probe errorsJohan Hovold1-5/+1
2019-12-10staging: gigaset: fix general protection fault on probeJohan Hovold1-0/+5
2019-12-10staging: vchiq: call unregister_chrdev_region() when driver registration failsMarcelo Diop-Gonzalez1-1/+1
2019-12-10staging: exfat: fix multiple definition error of `rename_file'Brendan Higgins3-6/+6
2019-12-10staging/wlan-ng: add CRC32 dependency in KconfigKay Friedrich1-0/+1
2019-12-10staging: hp100: Fix build error without ETHERNETYueHaibing1-0/+1
2019-12-10staging: fbtft: Do not hardcode SPI CS polarity inversionLinus Walleij2-6/+19
2019-12-10staging: exfat: properly support discard in clr_alloc_bitmap()Andrea Righi1-2/+4
2019-12-10staging/octeon: Mark Ethernet driver as BROKENGuenter Roeck1-0/+1
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya2-2/+2
2019-12-03Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds3-11/+8
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds3-15/+3
2019-11-28Merge branch 'pci/resource'Bjorn Helgaas3-11/+8
2019-11-27Merge tag 'staging-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds248-8151/+15176
2019-11-26Merge tag 'media/v5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds41-442/+1539
2019-11-26Merge tag 'sound-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-4/+4
2019-11-25staging/android/ion: delete dma_buf->kmap/unmap implemenationDaniel Vetter1-14/+0
2019-11-25Merge tag 'asoc-v5.5-2' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai23-2155/+407
2019-11-22staging: vchiq: Have vchiq_dump_* functions return an error codeMarcelo Diop-Gonzalez4-52/+104
2019-11-22staging: vchiq: Refactor indentation in vchiq_dump_* functionsMarcelo Diop-Gonzalez1-51/+53
2019-11-22staging: fwserial: Fix Kconfig indentation (seven spaces)Krzysztof Kozlowski1-10/+10
2019-11-22staging: vchiq_dump: Replace min with min_tMarcelo Diop-Gonzalez1-2/+2
2019-11-22staging: vchiq: Fix block comment format in vchiq_dump()Marcelo Diop-Gonzalez1-3/+5
2019-11-22staging: octeon: indent with tabs instead of spacesGiovanni Gherdovich1-16/+16
2019-11-22staging: comedi: usbduxfast: usbduxfast_ai_cmdtest rounding errorBernd Porr1-7/+14
2019-11-20staging: most: core: remove sysfs attr remove_linkChristian Gromm1-86/+0
2019-11-20staging: vc04: Fix Kconfig indentationKrzysztof Kozlowski1-6/+6
2019-11-20staging: pi433: Fix Kconfig indentationKrzysztof Kozlowski1-12/+12
2019-11-20staging: nvec: Fix Kconfig indentationKrzysztof Kozlowski1-5/+5
2019-11-20staging: most: Fix Kconfig indentationKrzysztof Kozlowski1-4/+4
2019-11-20staging: fwserial: Fix Kconfig indentationKrzysztof Kozlowski1-3/+3
2019-11-20staging: fbtft: Fix Kconfig indentationKrzysztof Kozlowski1-6/+6
2019-11-20fbtft: Drop OF dependencyAndy Shevchenko2-3/+3
2019-11-20fbtft: Make use of device property APIAndy Shevchenko1-47/+58
2019-11-20fbtft: Drop useless #ifdef CONFIG_OF and dead codeAndy Shevchenko1-17/+2
2019-11-20fbtft: Describe function parameters in kernel-docAndy Shevchenko1-0/+1
2019-11-20fbtft: Make sure string is NULL terminatedAndy Shevchenko1-1/+1
2019-11-18staging: rtl8723bs: remove set but not used variable 'change', 'pos'zhengbin1-4/+1
2019-11-18staging: rtl8723bs: remove set but not used variable 'notify_ielen', 'notify_ie', 'notify_interval', 'notify_capability'zhengbin1-10/+0
2019-11-18staging: rtl8723bs: remove set but not used variable 'pmlmeinfo', 'pHalData'zhengbin1-10/+0
2019-11-18staging: rtl8723bs: remove set but not used variable 'pHalData', 'pdmpriv'zhengbin1-6/+0
2019-11-18staging: rtl8723bs: remove set but not used variable 'pHalData', 'pregistrypriv'zhengbin1-5/+0
2019-11-18staging: rtl8192e: remove set but not used variable 'frag'zhengbin1-2/+1
2019-11-16staging: rtl*: Remove tasklet callback castsKees Cook13-40/+31