summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-02-05media: adv7180: Fix cppcheck errorsBhavin Sharma1-2/+2
2024-02-05media: xc4000: Fix atomicity violation in xc4000_get_frequencyGui-Dong Han1-2/+2
2024-02-05media: verisilicon: Fix some typosrenjun wang3-3/+3
2024-02-05media: pci: cx23885: check cx23885_vdev_init() returnHans Verkuil1-0/+8
2024-02-05media: tc358746: fix the pll calculating functionDuc-Long, Le1-2/+2
2024-02-01media: ov08x40: Reduce start streaming timeJason Chen1-1152/+57
2024-02-01media: ov08x40: Modify the tline calculation in different modesJason Chen1-15/+51
2024-02-01media: ov08x40: Avoid sensor probing in D0 stateJason Chen1-11/+21
2024-02-01media: imx355: Use v4l2_link_freq_to_bitmap helperSakari Ailus1-39/+14
2024-02-01media: imx319: Use v4l2_link_freq_to_bitmap helperSakari Ailus1-39/+14
2024-02-01media: imx334: Use v4l2_link_freq_to_bitmap helperSakari Ailus1-29/+12
2024-02-01media: v4l: Add a helper for setting up link-frequencies controlSakari Ailus1-0/+47
2024-02-01media: i2c: isl7998x: convert to use maple tree register cacheBo Liu1-1/+1
2024-02-01media: i2c: max2175: convert to use maple tree register cacheBo Liu1-1/+1
2024-02-01media: i2c: tvp5150: convert to use maple tree register cacheBo Liu1-1/+1
2024-02-01media: i2c: mt9v032: convert to use maple tree register cacheBo Liu1-1/+1
2024-02-01media: i2c: imx274: convert to use maple tree register cacheBo Liu1-1/+1
2024-02-01media: i2c: imx214: convert to use maple tree register cacheBo Liu1-1/+1
2024-02-01media: i2c: imx415: Add more clock configurationsAlexander Stein1-5/+260
2024-02-01media: i2c: imx415: Convert to new CCI register access helpersAlexander Stein2-238/+170
2024-02-01media: v4l2: cci: print leading 0 on errorJulien Massot1-2/+2
2024-02-01media: i2c: st-vgxy61: Convert to CCI register access helpersJulien Massot2-237/+154
2024-02-01media: tc358743: register v4l2 async device only after successful setupAlexander Stein1-3/+4
2024-02-01media: hantro: add support for STM32MP25 VENCHugues Fruchet3-0/+92
2024-02-01media: hantro: add support for STM32MP25 VDECHugues Fruchet5-3/+114
2024-02-01media: platform: mtk-mdp3: add support for parallel pipe to improve FPSMoudy Ho9-56/+208
2024-02-01media: platform: mtk-mdp3: add mt8195 MDP3 component settingsMoudy Ho2-4/+851
2024-02-01media: platform: mtk-mdp3: add mt8195 shared memory configurationsMoudy Ho2-0/+286
2024-02-01media: platform: mtk-mdp3: add mt8195 platform configurationMoudy Ho6-0/+716
2024-02-01media: platform: mtk-mdp3: add support for blending multiple componentsMoudy Ho3-3/+43
2024-02-01media: platform: mtk-mdp3: extend GCE event waiting in RDMA and WROTMoudy Ho3-8/+23
2024-02-01media: platform: mtk-mdp3: avoid multiple driver registrationsMoudy Ho3-0/+10
2024-02-01media: platform: mtk-mdp3: add checks for dummy componentsMoudy Ho4-2/+74
2024-02-01media: platform: mtk-mdp3: introduce more MDP3 componentsMoudy Ho12-16/+318
2024-02-01media: platform: mtk-mdp3: introduce more pipelines from MT8195Moudy Ho2-27/+60
2024-02-01media: platform: mtk-mdp3: add support second sets of MUTEXMoudy Ho3-38/+74
2024-02-01media: platform: mtk-mdp3: add support second sets of MMSYSMoudy Ho4-32/+92
2024-02-01media: atomisp: Update TODOHans de Goede1-10/+0
2024-02-01media: atomisp: Remove unnecessary msleep(10) from atomisp_mrfld_power() erro...Hans de Goede1-3/+0
2024-02-01media: atomisp: Bind and do power-management without firmwareHans de Goede2-8/+25
2024-02-01media: atomisp: Move power-management [un]init into atomisp_pm_[un]init()Hans de Goede1-31/+38
2024-02-01media: atomisp: Replace atomisp_drvfs attr with using driver.dev_groups attrHans de Goede3-98/+60
2024-02-01media: atomisp: Fix probe()/remove() power-managementHans de Goede1-60/+36
2024-02-01media: atomisp: Group cpu_latency_qos_add_request() call together with other ...Hans de Goede1-3/+2
2024-02-01media: atomisp: Fix atomisp_pci_remove()Hans de Goede1-3/+4
2024-02-01media: atomisp: Fix probe error-exit pathHans de Goede1-20/+19
2024-02-01media: atomisp: Call pcim_enable_device() and pcim_iomap_regions() laterHans de Goede1-25/+20
2024-02-01media: atomisp: Drop is_valid_device() functionHans de Goede1-45/+5
2024-02-01media: atomisp: Remove remaining deferred firmware loading codeHans de Goede5-65/+14
2024-02-01media: atomisp: Remove s_routing subdev callHans de Goede1-8/+0