summaryrefslogtreecommitdiffstats
path: root/drivers/staging/media
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-221-1/+1
|\
| * PCI/PM: Rename pci_dev.d3_delay to d3hot_delayKrzysztof Wilczyński2020-09-291-1/+1
* | Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-151-2/+8
|\ \
| * \ Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/torv...Christoph Hellwig2020-09-251-1/+6
| |\ \
| * | | dma-mapping: introduce DMA range map, supplanting dma_pfn_offsetJim Quinlan2020-09-171-2/+8
* | | | Merge tag 'usb-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-10-156-412/+0
|\ \ \ \
| * \ \ \ Merge tag 'phy-for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/phy...Greg Kroah-Hartman2020-10-026-412/+0
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | phy: Move phy-rockchip-dphy-rx0 out of stagingEzequiel Garcia2020-08-316-412/+0
| | | |/ | | |/|
* | | | Merge tag 'staging-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-153-45/+34
|\ \ \ \
| * | | | Merge 5.9-rc5 into staging-nextGreg Kroah-Hartman2020-09-1411-16/+20
| |\| | |
| * | | | staging: tegra-vde: fix common struct sg_table related issuesMarek Szyprowski2020-09-051-2/+2
| * | | | staging: media: atomisp: Convert to GPIO descriptorsLinus Walleij2020-08-282-43/+32
| | |/ / | |/| |
* | | | media: staging: rkisp1: uapi: Do not use BIT() macroNiklas Söderlund2020-10-081-22/+22
* | | | media: zoran.rst: place it at the right place this timeMauro Carvalho Chehab2020-10-041-1/+1
* | | | media: atomisp: fixes build breakage for ISP2400 due to a cleanupMauro Carvalho Chehab2020-10-011-3/+11
* | | | media: zoran: fix mixed case on varsMauro Carvalho Chehab2020-10-0110-350/+350
* | | | media: zoran: get rid of an unused varMauro Carvalho Chehab2020-10-011-1/+0
* | | | media: zoran: use upper case for card typesMauro Carvalho Chehab2020-10-012-14/+14
* | | | media: zoran: fix sparse warningsHans Verkuil2020-10-011-8/+7
* | | | media: zoran: fix smatch warningHans Verkuil2020-10-011-4/+4
* | | | media: zoran: update TODOCorentin Labbe2020-10-011-4/+19
* | | | media: zoran: convert to vb2Corentin Labbe2020-10-015-1934/+137
* | | | media: zoran: remove deprecated .vidioc_g_jpegcompCorentin Labbe2020-10-012-49/+22
* | | | media: zoran: fix some compliance testCorentin Labbe2020-10-011-1/+11
* | | | media: zoran: fix use of buffer_size and sizeimageCorentin Labbe2020-10-012-3/+8
* | | | media: zoran: remove test_interruptsCorentin Labbe2020-10-013-46/+0
* | | | media: zoran: add vidioc_g_parmCorentin Labbe2020-10-011-0/+9
* | | | media: zoran: remove framebuffer supportCorentin Labbe2020-10-013-95/+0
* | | | media: zoran: enable makefileCorentin Labbe2020-10-011-0/+1
* | | | media: zoran: device support only 32bit DMA addressCorentin Labbe2020-10-011-0/+6
* | | | media: zoran: disable outputCorentin Labbe2020-10-012-8/+14
* | | | media: zoran: Add vb_queueCorentin Labbe2020-10-014-0/+271
* | | | media: zoran: Add more check for complianceCorentin Labbe2020-10-011-0/+17
* | | | media: zoran: constify codec_nameCorentin Labbe2020-10-011-3/+3
* | | | media: zoran: constify struct tvnormCorentin Labbe2020-10-017-22/+22
* | | | media: zoran: add stat_com bufferCorentin Labbe2020-10-012-1/+14
* | | | media: zoran: use devm_ioremapCorentin Labbe2020-10-011-5/+2
* | | | media: zoran: use pci_request_regionsCorentin Labbe2020-10-011-1/+8
* | | | media: zoran: use devm for videocodec_master allocCorentin Labbe2020-10-011-17/+5
* | | | media: zoran: convert mdelay to udelayCorentin Labbe2020-10-011-2/+2
* | | | media: zoran: convert zoran alloc to devmCorentin Labbe2020-10-011-3/+1
* | | | media: zoran: convert irq to pci irqCorentin Labbe2020-10-011-4/+3
* | | | media: zoran: zoran does not support STD_ALLCorentin Labbe2020-10-011-1/+1
* | | | media: zoran: use ZR_NORMCorentin Labbe2020-10-013-7/+11
* | | | media: zoran: Use DMA coherent for stat_comCorentin Labbe2020-10-013-9/+18
* | | | media: zoran: remove overlayCorentin Labbe2020-10-014-482/+12
* | | | media: zoran: Change zoran_v4l_set_format parameter from zoran_fh to zoranCorentin Labbe2020-10-011-4/+2
* | | | media: zoran: Use video_drvdata to get struct zoranCorentin Labbe2020-10-011-26/+14
* | | | media: zoran: move overlay_settings out of zoran_fhCorentin Labbe2020-10-013-28/+21
* | | | media: zoran: move jpg_settings out of zoran_fhCorentin Labbe2020-10-012-58/+47