summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform
Commit message (Expand)AuthorAgeFilesLines
* media: vicodec: process all 4 components for RGB32 formatsHans Verkuil2020-02-241-25/+9
* Merge tag 'tag-chrome-platform-for-v5.6' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2020-02-041-1/+0
|\
| * cros_ec: treewide: Remove 'include/linux/mfd/cros_ec.h'Enric Balletbo i Serra2020-01-071-1/+0
* | Merge tag 'media/v5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2020-01-3141-476/+2863
|\ \
| * | media: platform: VIDEO_MEDIATEK_JPEG can also depend on MTK_IOMMUMaoguang Meng2020-01-231-1/+1
| * | media: rcar-vin: Use correct pixel format when aligning formatNiklas Söderlund2020-01-231-1/+1
| * | media: platform: sti: c8sectpfe: c8sectpfe-dvb: convert to use i2c_new_client...Wolfram Sang2020-01-091-2/+3
| * | media: mtk-vcodec: use v4l2_m2m_buffer where appropriateAlexandre Courbot2020-01-095-45/+52
| * | media: davinci/vpfe_capture.c: Avoid BUG_ON for register failureAditya Pakki2020-01-091-15/+16
| * | media: sti: bdisp: fix a possible sleep-in-atomic-context bug in bdisp_device...Jia-Ju Bai2020-01-081-3/+3
| * | Merge tag 'v5.5-rc5' into patchworkMauro Carvalho Chehab2020-01-081-12/+12
| |\ \
| * | | media: sun4i-csi: Add support for A10 CSI1 camera sensor interfaceChen-Yu Tsai2020-01-042-5/+32
| * | | media: sun4i-csi: Deal with DRAM offsetChen-Yu Tsai2020-01-041-0/+22
| * | | media: sun4i-csi: Fix [HV]sync polarity handlingChen-Yu Tsai2020-01-042-7/+15
| * | | media: sun4i-csi: Fix data sampling polarity handlingChen-Yu Tsai2020-01-041-1/+1
| * | | media: omap3isp: Don't restart CCDC if we're about to stopSakari Ailus2020-01-031-4/+8
| * | | media: omap3isp: Ignore failure of stopping streaming on external subdevSakari Ailus2020-01-031-4/+4
| * | | media: vivid: support multiplanar touch devicesHans Verkuil2019-12-164-8/+60
| * | | media: vivid: set field to NONE for touchHans Verkuil2019-12-161-0/+1
| * | | media: vimc: Implement get/set selection in sinkGuilherme Alcarde Gallo2019-12-161-15/+151
| * | | media: sun8i: Remove redundant dev_err call in deinterlace_probe()Wei Yongjun2019-12-161-4/+1
| * | | media: mtk-vcodec: Remove extra area allocation in an input buffer on encodingHirokazu Honda2019-12-161-6/+3
| * | | media: atmel: atmel-isi: initialize the try_crop for the pads in try_fmtEugen Hristev2019-12-161-0/+27
| * | | media: atmel: atmel-isi: properly initialize pad_cfgEugen Hristev2019-12-161-1/+1
| * | | media: atmel: atmel-isi: add support for mono sensors, GRAY and Y16Eugen Hristev2019-12-162-1/+14
| * | | media: atmel: atmel-isc-base: initialize the try_crop for the pads in try_fmtEugen Hristev2019-12-161-0/+34
| * | | media: atmel: atmel-isc-base: fix enum calls default formatEugen Hristev2019-12-161-3/+2
| * | | media: atmel: atmel-isc-base: properly initialize pad_cfgEugen Hristev2019-12-161-1/+1
| * | | media: atmel: atmel-isc-base: add support for Y10 formatEugen Hristev2019-12-161-6/+29
| * | | media: atmel: atmel-isc-base: allow 8 bit direct dumpEugen Hristev2019-12-161-9/+9
| * | | media: coda: avoid hardware lockups with more than 13 capture buffersPhilipp Zabel2019-12-161-9/+14
| * | | media: coda: remove redundant platform_get_irq error messagePhilipp Zabel2019-12-161-3/+1
| * | | media: coda: jpeg: add CODA960 JPEG encoder supportPhilipp Zabel2019-12-164-2/+756
| * | | media: coda: jpeg: add JPEG register definitions for CODA960Philipp Zabel2019-12-161-0/+83
| * | | media: coda: jpeg: merge Huffman table bits and valuesPhilipp Zabel2019-12-161-24/+16
| * | | media: coda: do not skip finish_run if abortingPhilipp Zabel2019-12-162-1/+7
| * | | media: ti-vpe: csc: fix single vs multiplanar format handlingBenoit Parrot2019-12-131-20/+12
| * | | media: pxa_camera: add missed tasklet_killChuhong Yuan2019-12-131-0/+2
| * | | media: vivid: Add touch supportVandana BN2019-12-138-13/+739
| * | | media: platform: mtk-mdp: add missed destroy_workqueue in removeChuhong Yuan2019-12-131-0/+3
| * | | media: bdisp: add missed destroy_workqueue in remove and probe failureChuhong Yuan2019-12-131-4/+9
| * | | media: ti-vpe: cal: fix enum_mbus_code/frame_size subdev argumentsBenoit Parrot2019-12-091-0/+2
| * | | media: ti-vpe: cal: Fix a WARN issued when start streaming failsBenoit Parrot2019-12-091-0/+5
| * | | media: ti-vpe: cal: Properly calculate max resolution boundaryBenoit Parrot2019-12-091-5/+11
| * | | media: ti-vpe: cal: Add subdev s_power hooksBenoit Parrot2019-12-091-0/+12
| * | | media: ti-vpe: cal: Add AM654 supportBenoit Parrot2019-12-092-2/+26
| * | | media: ti-vpe: cal: Add DRA76x supportBenoit Parrot2019-12-091-0/+34
| * | | media: ti-vpe: cal: Align DPHY init sequence with docsBenoit Parrot2019-12-091-27/+172
| * | | media: ti-vpe: cal: Fix pixel processing parametersBenoit Parrot2019-12-091-3/+38
| * | | media: ti-vpe: cal: Fix ths_term/ths_settle parametersBenoit Parrot2019-12-091-54/+44