summaryrefslogtreecommitdiffstats
path: root/drivers/media
Commit message (Expand)AuthorAgeFilesLines
...
| * | | media: ti-vpe: cal: add vc and datatype fields to cal_ctxTomi Valkeinen2021-07-123-2/+8
| * | | media: ti-vpe: cal: add cal_ctx_wr_dma_enable and fix a raceTomi Valkeinen2021-07-121-2/+11
| * | | media: ti-vpe: cal: add 'use_pix_proc' fieldTomi Valkeinen2021-07-122-3/+9
| * | | media: ti-vpe: cal: allocate pix proc dynamicallyTomi Valkeinen2021-07-122-1/+44
| * | | media: ti-vpe: cal: disable csi2 ctx and pix proc at ctx_stopTomi Valkeinen2021-07-121-0/+6
| * | | media: ti-vpe: cal: remove wait when stopping camerarxTomi Valkeinen2021-07-121-13/+2
| * | | media: ti-vpe: cal: catch VC errorsTomi Valkeinen2021-07-122-4/+31
| * | | 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: saa7164: remove redundant continue statementColin Ian King2021-07-121-3/+0
| * | | media: saa7134: convert list_for_each to entry variantYang Yingliang2021-07-121-3/+1
| * | | media: drivers/media/platform/marvell-ccic/mcam-core.c : fix typo 'gettig' > ...Herman2021-07-121-1/+1
| * | | media: vivid: increase max number of allowedHans Verkuil2021-07-121-1/+1
| * | | media: TDA1997x: enable EDID supportKrzysztof Hałasa2021-07-121-0/+1
| * | | media: drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c : fix typo 'in deed im...Herman2021-07-121-1/+1
| * | | media: saa7134: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-07-121-3/+4
| * | | media: i2c: tvp5150: deleted the repeated wordlijian2021-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: drivers/media/usb/gspca: fix typo Fliker -> FlickerHerman2021-07-122-70/+70
| * | | media: drivers/media/pci/tw5864/Tw5864-reg.h: fix typo issuesHerman2021-07-121-1/+1
| * | | media: ivtv: prevent going past the hw arraysMauro Carvalho Chehab2021-07-122-26/+58
| * | | media: uvc: don't do DMA on stackMauro Carvalho Chehab2021-07-121-11/+23
| * | | media: sti: don't copy past the sizeMauro Carvalho Chehab2021-07-121-2/+1
| * | | media: dib8000: rewrite the init prbs logicMauro Carvalho Chehab2021-07-121-17/+41
| * | | media: gspca: Drop default mEzequiel Garcia2021-07-121-1/+0
| * | | media: dvbsky: add support for MyGica T230C2_LITE and T230AJán Čáni2021-07-121-10/+27
* | | | Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-09-011-2/+1
|\ \ \ \
| * \ \ \ Merge 5.14-rc5 into driver-core-nextGreg Kroah-Hartman2021-08-095-6/+45
| |\ \ \ \
| * \ \ \ \ Merge 5.14-rc3 into driver-core-nextGreg Kroah-Hartman2021-07-273-11/+11
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | bus: Make remove callback return voidUwe Kleine-König2021-07-211-2/+1
| | |_|/ / | |/| | |
* | | | | Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-08-311-3/+3
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | bpf: Allow to specify user-provided bpf_cookie for BPF perf linksAndrii Nakryiko2021-08-171-2/+2
| * | | | bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko2021-08-171-1/+1
| | |_|/ | |/| |
* / | | media: ipu3-cio2: Drop reference on error path in cio2_bridge_connect_sensor()Andy Shevchenko2021-08-261-1/+1
|/ / /
* | | Merge tag 'media/v5.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2021-08-035-6/+45
|\ \ \ | |_|/ |/| |
| * | media: atmel: fix build when ISC=m and XISC=yEugen Hristev2021-07-303-2/+22
| * | media: videobuf2-core: dequeue if start_streaming failsHans Verkuil2021-07-301-1/+12
| * | media: rtl28xxu: fix zero-length control requestJohan Hovold2021-07-301-1/+10