summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform
Commit message (Expand)AuthorAgeFilesLines
...
| * media: ti-vpe: cal: clean up CAL_CSI2_VC_IRQ_* macrosTomi Valkeinen2021-07-121-24/+6
| * media: ti-vpe: cal: rename CAL_HL_IRQ_MASKTomi Valkeinen2021-07-122-7/+8
| * media: ti-vpe: cal: rename cal_ctx->index to dma_ctxTomi Valkeinen2021-07-123-25/+25
| * media: ti-vpe: cal: Add pixel processing contextTomi Valkeinen2021-07-122-4/+6
| * media: ti-vpe: cal: Add CSI2 contextTomi Valkeinen2021-07-123-20/+9
| * media: ti-vpe: cal: change index and cport to u8Tomi Valkeinen2021-07-121-2/+2
| * media: ti-vpe: cal: add cal_ctx_prepare/unprepareTomi Valkeinen2021-07-123-0/+20
| * media: ti-vpe: cal: use v4l2_get_link_freqTomi Valkeinen2021-07-121-33/+19
| * media: ti-vpe: cal: move global config from cal_ctx_wr_dma_config to runtime ...Tomi Valkeinen2021-07-121-11/+12
| * media: ti-vpe: cal: rename "sensor" to "source"Tomi Valkeinen2021-07-124-43/+43
| * media: ti-vpe: cal: remove unused cal_camerarx->dev fieldTomi Valkeinen2021-07-121-1/+0
| * media: ti-vpe: cal: fix error handling in cal_camerarx_createTomi Valkeinen2021-07-121-1/+3
| * media: ti-vpe: cal: add g/s_parm for legacy APITomi Valkeinen2021-07-121-0/+16
| * media: drivers/media/platform/marvell-ccic/mcam-core.c : fix typo 'gettig' > ...Herman2021-07-121-1/+1
| * media: drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c : fix typo 'in deed im...Herman2021-07-121-1/+1
| * media: drivers/media/platform/davinci/vpfe_capture.c : fix typo Proabably > P...Herman2021-07-121-1/+1
| * media: atmel: atmel-sama5d2-isc: fix YUYV formatEugen Hristev2021-07-121-0/+17
| * media: sti: don't copy past the sizeMauro Carvalho Chehab2021-07-121-2/+1
* | Merge tag 'media/v5.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2021-08-033-2/+22
|\ \ | |/ |/|
| * media: atmel: fix build when ISC=m and XISC=yEugen Hristev2021-07-303-2/+22
* | Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-07-051-1/+1
|\ \ | |/ |/|
| * Merge 5.13-rc4 into driver-core-nextGreg Kroah-Hartman2021-05-311-1/+0
| |\
| * | firmware: replace HOTPLUG with UEVENT in FW_ACTION definesShawn Guo2021-05-131-1/+1
* | | media: s5p-mfc: Fix display delay control creationMarek Szyprowski2021-06-281-0/+1
* | | media: mtk-vpu: on suspend, read/write regs only if vpu is runningDafna Hirschfeld2021-06-281-0/+6
* | | media: video-mux: Skip dangling endpointsPhilipp Zabel2021-06-281-1/+9
* | | media: mtk-vcodec: fix kerneldoc warningsHans Verkuil2021-06-173-14/+17
* | | media: imx-jpeg: Constify static struct mxc_jpeg_fmtRikard Falkeborn2021-06-172-17/+17
* | | media: imx-jpeg: Constify static struct v4l2_m2m_opsRikard Falkeborn2021-06-171-1/+1
* | | media: rcar-csi2: Add support for Y10 and Y8Niklas Söderlund2021-06-171-0/+2
* | | media: s5p-g2d: Fix a memory leak on ctx->fh.m2m_ctxDillon Min2021-06-171-0/+3
* | | media: marvell-ccic: set error code in probeEvgeny Novikov2021-06-171-3/+9
* | | media: coda: set debugfs blobs to read onlyWolfram Sang2021-06-171-2/+2
* | | media: subdev: disallow ioctl for saa6588/davinciArnd Bergmann2021-06-172-5/+3
* | | media: mtk-vcodec: Support MT8192 H264 4K encodingIrui Wang2021-06-172-25/+57
* | | media: mtk-vcodec: Add MT8192 H264 venc driverIrui Wang2021-06-172-0/+15
* | | media: mtk-vcodec: Support 34bits dma address for vencIrui Wang2021-06-171-0/+3
* | | media: mtk-vcodec: venc: remove redundant codeAlexandre Courbot2021-06-171-12/+4
* | | media: v4l2-subdev: add subdev-wide state structTomi Valkeinen2021-06-1746-620/+797
* | | media: venus: hfi_msgs.h: Replace one-element arrays with flexible-array membersGustavo A. R. Silva2021-06-172-10/+12
* | | media: venus: hfi_cmds: Fix packet size calculationGustavo A. R. Silva2021-06-171-4/+5
* | | media: xilinx: simplify get fourcc logicMauro Carvalho Chehab2021-06-172-7/+4
* | | media: sun6i-csi: add a missing return codeMauro Carvalho Chehab2021-06-171-1/+3
* | | media: atmel: atmel-isc: add microchip-xisc driverEugen Hristev2021-06-086-1/+671
* | | media: atmel: atmel-isc-sama5d2: remove duplicate defineEugen Hristev2021-06-081-2/+0
* | | media: atmel: atmel-isc-base: add support for more formats and additional pip...Eugen Hristev2021-06-081-10/+38
* | | media: atmel: atmel-isc-regs: add additional fields for sama7g5 type pipelineEugen Hristev2021-06-081-2/+14
* | | media: atmel: atmel-isc: create an adapt pipeline callback for product specificEugen Hristev2021-06-083-0/+20
* | | media: atmel: atmel-isc: move the formats list into product specific codeEugen Hristev2021-06-083-150/+165
* | | media: atmel: atmel-isc: create callback for RLP submodule product specificEugen Hristev2021-06-083-4/+15