summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* media: vb2: use lock if wait_prepare/finish are NULLHans Verkuil2024-10-121-3/+10
* media: vb2: vb2_core_queue_init(): sanity check lock and wait_prepare/finishHans Verkuil2024-10-121-0/+8
* media: video-i2c: set lock before calling vb2_queue_init()Hans Verkuil2024-10-121-1/+1
* media: rcar_drif.c: set lock before calling vb2_queue_init()Hans Verkuil2024-10-121-1/+1
* media: airspy: set lock before calling vb2_queue_init()Hans Verkuil2024-10-121-1/+1
* media: hackrf: set lock before calling vb2_queue_init()Hans Verkuil2024-10-121-2/+2
* media: msi2500: set lock before calling vb2_queue_init()Hans Verkuil2024-10-121-1/+1
* media: pwc: set lock before calling vb2_queue_init()Hans Verkuil2024-10-121-1/+1
* media: venus: add missing wait_prepare/finish opsHans Verkuil2024-10-122-0/+4
* media: pisp_be: add missing wait_prepare/finish opsHans Verkuil2024-10-121-0/+2
* media: omap3isp: add missing wait_prepare/finish opsHans Verkuil2024-10-121-0/+18
* media: i2c: tc358743: export InfoFrames to debugfsHans Verkuil2024-10-121-1/+35
* media: i2c: adv7842: export InfoFrames to debugfsHans Verkuil2024-10-121-32/+88
* media: i2c: adv7604: export InfoFrames to debugfsHans Verkuil2024-10-121-20/+70
* media: i2c: adv7511-v4l2: export InfoFrames to debugfsHans Verkuil2024-10-121-17/+74
* media: v4l2-core: add v4l2_debugfs_if_alloc/free()Hans Verkuil2024-10-121-0/+67
* media: v4l2-core: add v4l2_debugfs_root()Hans Verkuil2024-10-121-0/+14
* media: dvb-core: add missing buffer index checkHans Verkuil2024-10-121-1/+7
* media: uvcvideo: Exit early if there is not int_urbRicardo Ribalda2024-10-081-1/+4
* media: uvcvideo: Avoid race condition during unregisterRicardo Ribalda2024-10-081-1/+1
* media: uvcvideo: Refactor the status irq APIRicardo Ribalda2024-10-084-33/+68
* media: uvcvideo: Require entities to have a non-zero unique IDThadeu Lima de Souza Cascardo2024-10-081-27/+43
* media: uvcvideo: Force UVC version to 1.0a for 0408:4033Ricardo Ribalda2024-10-081-0/+11
* media: uvcvideo: Add a quirk for the Kaiweets KTI-W02 infrared cameraDavid Given2024-10-081-0/+11
* media: uvcvideo: Add support for the D3DFMT_R5G6B5 pixmap typeDavid Given2024-10-081-0/+4
* media: uvcvideo: RealSense D421 Depth module metadataDmitry Perchanov2024-10-081-0/+9
* media: uvcvideo: Add luma 16-bit interlaced pixel formatDmitry Perchanov2024-10-081-0/+4
* media: v4l: Add luma 16-bit interlaced pixel formatDmitry Perchanov2024-10-081-0/+1
* media: chips-media: wave5: Support YUV422 raw pixel-formats on the encoder.Jackson.lee2024-10-081-15/+74
* media: chips-media: wave5: Use helpers to calculate bytesperline and sizeimage.Jackson.lee2024-10-086-319/+239
* media: chips-media: wave5: Support runtime suspend/resumeJackson.lee2024-10-087-26/+118
* media: chips-media: wave5: Support SPS/PPS generation for each IDRJackson.lee2024-10-083-5/+29
* media: staging: drop omap4issHans Verkuil2024-10-0820-8393/+0
* media: gpio-ir-tx: Remove redundant call to local_irq_disable()Sean Young2024-10-081-4/+0
* media: gpio-ir-tx: Driver does not behave with PREEMPT_RTSean Young2024-10-081-0/+1
* Merge tag 'mailbox-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2024-09-298-48/+21
|\
| * mailbox, remoteproc: omap2+: fix compile testingArnd Bergmann2024-09-273-6/+4
| * mailbox: Use of_property_match_string() instead of open-codingRob Herring (Arm)2024-09-221-16/+6
| * mailbox: bcm2835: Fix timeout during suspend modeStefan Wahren2024-09-221-1/+2
| * mailbox: sprd: Use devm_clk_get_enabled() helpersHuan Yang2024-09-221-21/+4
| * mailbox: rockchip: fix a typo in module autoloadingLiao Chen2024-09-221-1/+1
| * mailbox: imx: use device name in interrupt namePeng Fan2024-09-221-3/+3
| * mailbox: ARM_MHU_V3 should depend on ARM64Geert Uytterhoeven2024-09-221-0/+1
* | Merge tag 'i2c-for-6.12-rc1-additional_fixes' of git://git.kernel.org/pub/scm...Linus Torvalds2024-09-296-3/+58
|\ \
| * \ Merge tag 'i2c-host-fixes-6.12-rc1' of git://git.kernel.org/pub/scm/linux/ker...Wolfram Sang2024-09-276-3/+58
| |\ \
| | * | i2c: xiic: Fix pm_runtime_set_suspended() with runtime pm enabledJinjie Ruan2024-09-271-1/+1
| | * | i2c: keba: I2C_KEBA should depend on KEBA_CP500Geert Uytterhoeven2024-09-271-0/+1
| | * | i2c: synquacer: Deal with optional PCLK correctlyArd Biesheuvel2024-09-241-2/+3
| | * | i2c: designware: fix controller is holding SCL low while ENABLE bit is disabledKimriver Liu2024-09-243-0/+53
* | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2024-09-2934-154/+415
|\ \ \ \