summaryrefslogtreecommitdiff
path: root/drivers/staging
AgeCommit message (Expand)AuthorFilesLines
2022-04-13staging: wfx: fix an error handling in wfx_init_common()Xiaoke Wang1-1/+6
2022-04-13staging: wfx: apply the necessary SDIO quirks for the Silabs WF200Jérôme Pouiller1-3/+0
2022-04-13staging: vchiq_core: handle NULL result of find_service_by_handleStefan Wahren1-0/+6
2022-04-13staging: vchiq_arm: Avoid NULL ptr deref in vchiq_dump_platform_instancesStefan Wahren1-0/+3
2022-04-08staging: mt7621-dts: fix pinctrl-0 items to be size-1 items on ethernetArınç ÜNAL1-1/+1
2022-04-08media: atomisp: fix bad usage at error handling logicMauro Carvalho Chehab1-9/+19
2022-04-08media: atomisp: fix dummy_ptr check to avoid duplicate active_boTsuchiya Yuto1-3/+4
2022-04-08media: atomisp_gmin_platform: Add DMI quirk to not turn AXP ELDO2 regulator o...Hans de Goede1-0/+18
2022-04-08media: staging: media: zoran: fix various V4L2 compliance errorsHans Verkuil2-4/+11
2022-04-08media: staging: media: zoran: calculate the right buffer number for zoran_rea...Corentin Labbe1-1/+6
2022-04-08media: staging: media: zoran: move videodev allocCorentin Labbe3-33/+54
2022-04-08staging: mt7621-dts: fix GB-PC2 devicetreeArınç ÜNAL1-8/+102
2022-04-08staging: mt7621-dts: fix pinctrl properties for ethernetArınç ÜNAL2-15/+14
2022-04-08staging: mt7621-dts: fix formattingArınç ÜNAL1-3/+12
2022-04-08staging: mt7621-dts: fix LEDs and pinctrl on GB-PC1 devicetreeArınç ÜNAL1-22/+18
2022-04-08staging: r8188eu: fix endless loop in recv_funcMartin Kaiser1-2/+1
2022-04-08staging:iio:adc:ad7280a: Fix handing of device address bit reversing.Jonathan Cameron1-2/+2
2022-04-08staging: qlge: add unregister_netdev in qlge_probeHangyu Hua1-4/+7
2022-04-08staging: r8188eu: release_firmware is not called if allocation failsMichael Straube1-1/+1
2022-04-08media: hantro: sunxi: Fix VP9 stepsJernej Skrabec1-2/+2
2022-04-08media: cedrus: h264: Fix neighbour info buffer sizeJernej Skrabec1-1/+1
2022-04-08media: cedrus: H265: Fix neighbour info buffer sizeJernej Skrabec1-1/+1
2022-04-08media: hantro: Fix overfill bottom register field nameChen-Yu Tsai2-2/+2
2022-04-08media: meson: vdec: potential dereference of null pointerJiasheng Jiang3-5/+14
2022-04-08media: imx: imx8mq-mipi_csi2: fix system resumeMartin Kepplinger1-24/+47
2022-04-08media: imx: imx8mq-mipi-csi2: remove wrong irq config write operationMartin Kepplinger1-3/+0
2022-04-08media: staging: media: imx: imx7-mipi-csis: Make subdev name uniqueLaurent Pinchart1-4/+2
2022-04-08media: staging: media: zoran: fix usage of vb2_dma_contig_set_max_seg_sizeCorentin Labbe1-2/+4
2022-03-02staging: rtl8723bs: Improve the comment explaining the locking rulesHans de Goede1-2/+6
2022-03-02staging: rtl8723bs: Fix access-point mode deadlockHans de Goede5-24/+33
2022-03-02staging: gdm724x: fix use after free in gdm_lte_rx()Dan Carpenter1-2/+3
2022-02-15staging: fbtft: fb_st7789v: reset display before initializationOliver Graute1-0/+2
2022-01-25staging: fbtft: Fix error path in fbtft_driver_module_init()Uwe Kleine-König1-1/+4
2022-01-25staging: vc04_services: Fix RCU dereference checkPadmanabha Srinivasaiah1-2/+18
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-8/+8
2022-01-12Merge tag 'staging-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds137-7478/+1743
2022-01-12Merge tag 'media/v5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds1-2/+0
2022-01-11Merge tag 'devprop-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+8
2022-01-11Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-1/+1
2022-01-11Merge tag 'media/v5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds149-9260/+6469
2022-01-10Merge tag 'drivers-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds1-11/+52
2022-01-10media: atomisp: Do not define input_system_cfg2400_t twiceNathan Chancellor1-2/+0
2022-01-06staging: r8188eu: rename camelcase variable uintPeerChannelAlberto Merciai1-18/+18
2022-01-06staging: r8188eu: make BW20_24G_Diff a 1-D arrayMartin Kaiser3-4/+4
2022-01-06staging: r8188eu: make OFDM_24G_Diff a 1-D arrayMartin Kaiser3-4/+4
2022-01-06staging: r8188eu: BW40_24G_Diff is set but not usedMartin Kaiser2-3/+0
2022-01-06staging: r8188eu: CCK_24G_Diff is set but not usedMartin Kaiser2-3/+0
2022-01-06staging: r8188eu: make Index24G_BW40_Base a 1-D arrayMartin Kaiser3-7/+7
2022-01-06staging: r8188eu: make Index24G_CCK_Base a 1-D arrayMartin Kaiser3-4/+4
2022-01-06staging: r8188eu: rfPath is always 0Martin Kaiser1-15/+14