aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-25staging: r8188eu: remove rtl8188e_InitializeFirmwareVars()Michael Straube3-13/+3
2022-01-25staging: r8188eu: remove Firmware* from struct hal_data_8188eMichael Straube2-10/+5
2022-01-23media: hevc: Embedded indexes in RPSBenjamin Gaignard1-19/+6
2022-01-23media: hevc: Remove RPS named flagsBenjamin Gaignard2-2/+2
2022-01-23media: imx: imx8mq-mipi_csi2: fix system resumeMartin Kepplinger1-24/+47
2022-01-23media: imx: imx8mq-mipi-csi2: remove wrong irq config write operationMartin Kepplinger1-3/+0
2022-01-23media: staging: media: imx: imx7-mipi-csis: Make subdev name uniqueLaurent Pinchart1-4/+2
2022-01-23media: staging: media: imx: imx7_mipi_csis: Add timings override through debugfsLaurent Pinchart1-6/+29
2022-01-23media: staging: media: imx: imx7-mipi-csis: Dump MIPI_CSIS_FRAME_COUNTER_CH0 registerLaurent Pinchart1-0/+3
2022-01-23media: staging: media: zoran: drop read/write supportHans Verkuil2-13/+1
2022-01-23media: staging: media: zoran: drop kernel log spamHans Verkuil2-15/+15
2022-01-23media: staging: media: zoran: fix TRY_FMT handlingHans Verkuil1-1/+2
2022-01-23media: staging: media: zoran: fix various V4L2 compliance errorsHans Verkuil2-4/+11
2022-01-23media: staging: media: zoran: calculate the right buffer number for zoran_reap_stat_comCorentin Labbe1-1/+6
2022-01-23media: staging: media: zoran: fix counting buffer in reserveCorentin Labbe1-0/+1
2022-01-23media: staging: media: zoran: clean unused codeCorentin Labbe4-54/+0
2022-01-23media: staging: media: zoran: fix usage of vb2_dma_contig_set_max_seg_sizeCorentin Labbe1-2/+4
2022-01-23media: staging: media: zoran: introduce zoran_i2c_initCorentin Labbe1-19/+54
2022-01-23media: staging: media: zoran: move config select on primary kconfigCorentin Labbe1-13/+10
2022-01-23media: staging: media: zoran: move videodev allocCorentin Labbe3-33/+54
2022-01-23media: staging: media: zoran: remove vidmemCorentin Labbe1-15/+0
2022-01-23media: staging: media: zoran: merge all modulesCorentin Labbe11-102/+125
2022-01-23media: staging: media: zoran: videocode: remove procfsCorentin Labbe2-23/+4
2022-01-23media: staging: media: zoran: add debugfsCorentin Labbe3-0/+39
2022-01-23media: staging: media: zoran: rename debug module parameterCorentin Labbe4-19/+18
2022-01-23media: staging: media: zoran: use module_pci_driverCorentin Labbe1-20/+1
2022-01-23media: staging: media: zoran: move module parameter checks to zoran_probeCorentin Labbe1-31/+33
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-8/+8
2022-01-12Merge tag 'staging-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds137-7478/+1743
2022-01-12Merge tag 'media/v5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-2/+0
2022-01-10Merge tag 'devprop-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-4/+8
2022-01-10Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+1
2022-01-10Merge tag 'media/v5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds149-9260/+6469
2022-01-10Merge tag 'drivers-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus 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
2022-01-06staging: r8188eu: remove unneeded parameter from rtl8188e_SetHalODMVarMichael Straube5-29/+16
2022-01-06staging: pi433: add comment to rx_lock mutex definitionPaulo Miguel Almeida1-1/+1
2022-01-06staging: pi433: fix frequency deviation checkPaulo Miguel Almeida1-3/+15
2022-01-06staging: vc04_services: rename BM2835 to BCM2835 in headers commentsGaston Gonzalez12-12/+12
2022-01-06staging: vc04_services: rename string literal containing bm2835_* to bcm2835*_Gaston Gonzalez1-5/+3
2022-01-06staging: vc04_services: rename variables containing bm2835_* to bcm2835_*Gaston Gonzalez2-21/+14
2022-01-06staging: vc04_services: rename functions containing bm2835_* to bcm2835_*Gaston Gonzalez3-14/+10