aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-01media: cec: expose the new connector info APIDariusz Marcinkiewicz3-5/+22
2019-10-01media: cec/cec-adap.c: use new UI_CMD definesHans Verkuil1-3/+7
2019-10-01media: imx: enable V4L2_PIX_FMT_XBGR32, _BGRX32, and _RGBX32Philipp Zabel1-1/+9
2019-10-01media: hantro: h264: Fix the frame_num wraparound caseBoris Brezillon1-1/+22
2019-10-01media: hantro: h264: Rename POC_CMP() into HANTRO_CMP()Boris Brezillon1-11/+11
2019-10-01media: hantro: h264: Fix a comment in b1_ref_list_cmp()Boris Brezillon1-1/+1
2019-10-01media: rcar-vin: Add support for V4L2_FIELD_ALTERNATENiklas Söderlund2-35/+39
2019-10-01media: rcar-vin: Do not reset the crop and compose rectangles in s_fmtNiklas Söderlund1-2/+2
2019-10-01media: rcar-vin: Rename rectangle holding the video source informationNiklas Söderlund2-18/+19
2019-10-01media: rcar-vin: Make use of V4L2_FIELD_IS_INTERLACED() macroNiklas Söderlund1-8/+3
2019-10-01media: rcar-vin: Fix incorrect return statement in rvin_try_format()Niklas Söderlund1-1/+2
2019-10-01media: hantro: Simplify buffer helpersEzequiel Garcia9-37/+25
2019-10-01media: hantro: Simplify macroblock macrosEzequiel Garcia10-42/+30
2019-10-01media: vim2m: Fix abort issueJernej Skrabec1-0/+3
2019-10-01media: vivid: Set vid_cap_streaming and vid_out_streaming to trueVandana BN2-6/+0
2019-10-01media: v4l2-dv-timings.c: fix format stringHans Verkuil1-1/+1
2019-10-01media: vim2m: Fix BUG_ON in vim2m_device_release()Kefeng Wang1-0/+1
2019-10-01media: mtk-vcodec: vdec: clean up vidioc_vdec_s_fmt a bitAlexandre Courbot1-4/+14
2019-10-01media: mtk-vcodec: vdec: set VPI IPI handler in one placeAlexandre Courbot5-13/+8
2019-10-01media: mtk-vcodec: vdec: fix incorrect pointer dereferenceYunfei Dong1-1/+1
2019-10-01media: em28xx: make various arrays static const, makes object smallerColin Ian King1-15/+15
2019-10-01media: s3c-camif: make array 'registers' static const, makes object smallerColin Ian King1-1/+1
2019-10-01media: hantro: streamline open, reuse error pathPhilipp Zabel1-7/+6
2019-10-01media: seco-cec: Add a missing 'release_region()' in an error handling pathChristophe JAILLET1-0/+1
2019-10-01media: cedrus: fix various format-related compliance issuesHans Verkuil3-25/+14
2019-10-01media: cedrus: choose default pixelformat in try_fmtHans Verkuil1-26/+20
2019-10-01media: cedrus: fill in bus_info for media deviceHans Verkuil1-0/+2
2019-10-01media: am437x-vpfe: Switch to SPDX LicensingBenoit Parrot3-35/+3
2019-10-01media: am437x-vpfe: Remove per bus width static dataBenoit Parrot2-56/+16
2019-10-01media: am437x-vpfe: TRY_FMT ioctl is not really trying anythingBenoit Parrot2-171/+171
2019-10-01media: am437x-vpfe: fix function trace debug logBenoit Parrot1-59/+13
2019-10-01media: am437x-vpfe: Use a per instance format array instead of a static oneBenoit Parrot2-69/+75
2019-10-01media: am437x-vpfe: Setting STD to current value is not an errorBenoit Parrot1-0/+4
2019-10-01media: am437x-vpfe: Streamlined vb2 buffer cleanupBenoit Parrot1-28/+25
2019-10-01media: am437x-vpfe: fix start streaming error pathBenoit Parrot1-0/+1
2019-10-01media: am437x-vpfe: Wait for end of frame before tear-downBenoit Parrot2-26/+29
2019-10-01media: am437x-vpfe: Rework ISR routine for clarityBenoit Parrot1-62/+66
2019-10-01media: am437x-vpfe: Fix missing first lineBenoit Parrot1-4/+0
2019-10-01media: am437x-vpfe: Fix suspend path to always handle pinctrl configDave Gerlach1-24/+22
2019-10-01media: vimc: move duplicated IS_SRC and IS_SINK to common headerShuah Khan3-12/+11
2019-10-01media: vimc: Fix gpf in rmmod path when stream is activeShuah Khan4-2/+4
2019-10-01media: vimc: Collapse component structure into a single monolithic driverShuah Khan8-385/+195
2019-10-01media: mc-device.c: fix memleak in media_device_register_entityzhengbin1-32/+33
2019-10-01media: i2c: mt9m001: make array init_regs static, makes object smallerColin Ian King1-1/+1
2019-09-30Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds3-16/+39
2019-09-30Merge tag 'mmc-v5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds9-35/+410
2019-09-29Merge branch 'entropy'Linus Torvalds1-1/+61
2019-09-29random: try to actively add entropy rather than passively wait for itLinus Torvalds1-1/+61
2019-09-29Merge tag 'fixes-5.4-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/fixesOlof Johansson1-15/+37
2019-09-29Merge tag 'scmi-fixes-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/fixesOlof Johansson14-193/+927