summaryrefslogtreecommitdiff
path: root/drivers/media
AgeCommit message (Expand)Author
2024-01-22media: cadence: csi2rx: use match fwnode for media linkJulien Massot
2024-01-22media: tc358743: register v4l2 async device only after successful setupAlexander Stein
2024-01-22media: s5p-mfc: drop static device variable in s5p_mfc_pm.cKrzysztof Kozlowski
2024-01-22media: s5p-mfc: drop useless static s5p_mfc_dev in s5p_mfc_pm.cKrzysztof Kozlowski
2024-01-22media: s5p-mfc: drop useless clock refcnt debuggingKrzysztof Kozlowski
2024-01-22media: s5p-mfc: constify local pointers to s5p_mfc_enc_paramsKrzysztof Kozlowski
2024-01-22media: s5p-mfc: constify pointers to s5p_mfc_cmd_argsKrzysztof Kozlowski
2024-01-22media: s5p-mfc: constify struct structuresKrzysztof Kozlowski
2024-01-22media: s5p-mfc: constify s5p_mfc_fmt structuresKrzysztof Kozlowski
2024-01-22media: s5p-mfc: constify s5p_mfc_hw_ops structuresKrzysztof Kozlowski
2024-01-22media: s5p-mfc: constify s5p_mfc_hw_cmds structuresKrzysztof Kozlowski
2024-01-22media: s5p-mfc: constify s5p_mfc_variant structuresKrzysztof Kozlowski
2024-01-22media: s5p-mfc: constify s5p_mfc_buf_size structuresKrzysztof Kozlowski
2024-01-22media: s5p-mfc: constify fw_name stringsKrzysztof Kozlowski
2024-01-22media: s5p-mfc: drop unused get_*_def_fmt declarationsKrzysztof Kozlowski
2024-01-22media: s5p-mfc: drop unused static s5p_mfc_opsKrzysztof Kozlowski
2024-01-22media: s5p-mfc: drop unused static s5p_mfc_cmdsKrzysztof Kozlowski
2024-01-22media: fimc-is: constify local pointers to fimc_frameKrzysztof Kozlowski
2024-01-22media: fimc-is: constify local pointers to fimc_vid_capKrzysztof Kozlowski
2024-01-22media: fimc-is: constify local pointers to fimc_dma_offsetKrzysztof Kozlowski
2024-01-22media: fimc-is: constify pointers to v4l2_pix_format_mplaneKrzysztof Kozlowski
2024-01-22media: fimc-is: constify fimc_formats arrayKrzysztof Kozlowski
2024-01-22media: fimc-is: constify local pointers to fimc_fmtKrzysztof Kozlowski
2024-01-22media: fimc-is: constify several pointers in function argumentsKrzysztof Kozlowski
2024-01-22media: fimc-is: constify clock namesKrzysztof Kozlowski
2024-01-22media: fimc-is: drop unused fimc_vidioc_enum_fmt_mplane()Krzysztof Kozlowski
2024-01-22media: fimc-lite: constify pointers to v4l2_pix_format_mplaneKrzysztof Kozlowski
2024-01-22media: fimc-lite: constify several pointers in function argumentsKrzysztof Kozlowski
2024-01-22media: fimc-lite: drop unused flite_hw_set_camera_polarity()Krzysztof Kozlowski
2024-01-20media: solo6x10: replace max(a, min(b, c)) by clamp(b, a, c)Aurelien Jarno
2024-01-18Merge tag 'i2c-for-6.8-rc1-rebased' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-01-18media: netup_unidvb: Don't let i2c adapters declare I2C_CLASS_SPD support if ...Heiner Kallweit
2024-01-12Merge tag 'pwm/for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-01-12Merge tag 'media/v6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2024-01-12Merge tag 'drm-next-2024-01-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2024-01-11media: i2c: thp7312: select CONFIG_FW_LOADERArnd Bergmann
2023-12-20media: pwm-ir-tx: Trigger edges from hrtimer interrupt contextSean Young
2023-12-20pwm: Rename pwm_apply_state() to pwm_apply_might_sleep()Sean Young
2023-12-18media: vidtv: fix missing includeKent Overstreet
2023-12-14media: i2c: mt9m114: use fsleep() in place of udelay()Arnd Bergmann
2023-12-13media: videobuf2: core: Rename min_buffers_needed field in vb2_queueBenjamin Gaignard
2023-12-13media: i2c: thp7312: Store frame interval in subdev stateLaurent Pinchart
2023-12-13media: v4l2-subdev: Store frame interval in subdev stateLaurent Pinchart
2023-12-13media: v4l2-subdev: Add which field to struct v4l2_subdev_frame_intervalLaurent Pinchart
2023-12-13media: v4l2-subdev: Turn .[gs]_frame_interval into pad operationsLaurent Pinchart
2023-12-13media: s5p-mfc: DPB Count Independent of VIDIOC_REQBUFAakarsh Jain
2023-12-13media: s5p-mfc: Load firmware for each run in MFCv12.Aakarsh Jain
2023-12-13media: s5p-mfc: Set context for valid case before calling try_runAakarsh Jain
2023-12-13media: s5p-mfc: Add support for DMABUF for encoderAakarsh Jain
2023-12-13media: s5p-mfc: Add support for UHD encoding.Aakarsh Jain