summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* media: rc: pwm-ir-tx: Switch to atomic PWM APIMaíra Canal2021-11-151-9/+9
* media: rc: ir-spi: Drop empty spi_driver remove callbackUwe Kleine-König2021-11-151-6/+0
* media: mtk-vcodec: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2021-11-152-2/+0
* media: mtk-vpu: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2021-11-151-3/+1
* media: correct MEDIA_TEST_SUPPORT help textRandy Dunlap2021-11-151-4/+4
* media: mtk-vcodec: vdec: remove redundant 'pfb' assignmentTzung-Bi Shih2021-11-151-1/+0
* media: stm32-dma2d: fix compile-testing failedDillon Min2021-11-151-1/+2
* media: stm32-dma2d: fix compile errors when W=1Dillon Min2021-11-151-10/+0
* media: aspeed: Update signal status immediately to ensure sane hw stateJammy Huang2021-11-151-3/+3
* media: drivers/index.rst: add missing rkisp1 entryHans Verkuil2021-11-151-0/+1
* media: mtk-vcodec: Align width and height to 64 bytesYunfei Dong2021-11-152-2/+3
* media: v4l2-ioctl.c: readbuffers depends on V4L2_CAP_READWRITEHans Verkuil2021-11-151-1/+3
* media: cec-ioc-receive.rst: clarify sequence and status fieldsHans Verkuil2021-11-151-23/+26
* media: docs: Fix newline typoKwang Son2021-11-152-30/+30
* media: em28xx: fix memory leak in em28xx_init_devDongliang Mu2021-11-151-6/+12
* media: dt-bindings: adv748x: Convert bindings to json-schemaNiklas Söderlund2021-11-153-116/+213
* media: s5p-mfc: Use 'bitmap_zalloc()' when applicableChristophe JAILLET2021-11-151-6/+3
* media: tw5864: Disable PCI device when finishedKieran Bingham2021-11-151-0/+1
* media: tw5864: Simplify 'tw5864_finidev()'Christophe JAILLET2021-11-151-3/+1
* media: gspca: Make use of the helper macro kthread_run()Cai Huoqing2021-11-151-3/+2
* media: aspeed: fix mode-detect always time out at 2nd runJammy Huang2021-11-151-4/+4
* media: atomisp: Remove unneeded null checkXu Wang2021-11-151-17/+15
* media: atomisp: get rid of atomisp_get_frame_pgnr() abstractionMauro Carvalho Chehab2021-11-153-19/+1
* media: atomisp: simplify asd check on open() fopsMauro Carvalho Chehab2021-11-151-1/+1
* media: atomisp: check before deference asd variableMauro Carvalho Chehab2021-11-151-2/+4
* media: atomisp: only initialize mode if pipe is not nullMauro Carvalho Chehab2021-11-151-1/+1
* media: atomisp: fix uninitialized bug in gmin_get_pmic_id_and_addr()Dan Carpenter2021-11-151-1/+1
* media: atomisp-ov2680: properly set the vts valueMauro Carvalho Chehab2021-11-151-2/+2
* media: atomisp-ov2680: initialize return varMauro Carvalho Chehab2021-11-151-1/+1
* media: atomisp-ov2680: Fix ov2680_set_fmt() messing up high exposure settingsHans de Goede2021-11-152-26/+11
* media: atomisp-ov2680: Fix ov2680_set_fmt() clobbering the exposureHans de Goede2021-11-151-24/+0
* media: atomisp-ov2680: Fix ov2680_write_reg() always writing 0 to 16 bit regi...Hans de Goede2021-11-151-1/+1
* media: atomisp-ov2680: Fix and simplify ov2680_q_exposure()Hans de Goede2021-11-151-21/+6
* media: atomisp-ov2680: Make ov2680_read_reg() support 24 bit registersHans de Goede2021-11-151-7/+7
* media: atomisp-ov2680: Save/restore exposure and gain over sensor power-downHans de Goede2021-11-152-1/+17
* media: atomisp-ov2680: Move ov2680_init_registers() call to power_up()Hans de Goede2021-11-151-2/+6
* media: atomisp-ov2680: Remove the ov2680_res and N_RES global variablesHans de Goede2021-11-152-24/+7
* media: atomisp-ov2680: Push the input_lock taking up into ov2680_s_power()Hans de Goede2021-11-151-12/+8
* media: atomisp-ov2680: Turn on power only onceHans de Goede2021-11-152-14/+14
* media: atomisp-ov2680: Remove a bunch of unused vars from ov2680_deviceHans de Goede2021-11-152-29/+0
* media: atomisp: register first the preview devnodeMauro Carvalho Chehab2021-11-151-7/+9
* media: atomisp: set per-device's default modeMauro Carvalho Chehab2021-11-155-7/+23
* media: atomisp: get rid of ISP2401_NEW_INPUT_SYSTEMMauro Carvalho Chehab2021-11-155-28/+17
* media: atomisp: return errors from ia_css_dma_configure_from_info()Mauro Carvalho Chehab2021-11-1511-27/+78
* media: atomisp: add return codes for pipeline config functionsMauro Carvalho Chehab2021-11-1523-129/+87
* media: atomisp: sh_css_sp: better handle pipeline config errorsMauro Carvalho Chehab2021-11-151-20/+46
* media: atomisp: propagate errors at ia_css_*_configure()Mauro Carvalho Chehab2021-11-1520-126/+82
* media: atomisp: cleanup ia_css_isp_configs() codeMauro Carvalho Chehab2021-11-152-406/+284
* media: atomisp: unify ia_css_isp_params.cMauro Carvalho Chehab2021-11-153-3429/+3
* media: atomisp: drop duplicated ia_css_isp_states.cMauro Carvalho Chehab2021-11-153-227/+2