summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-12-13media: v4l2: Fix fourcc names for BAYER12PDaniel Gomez1-1/+1
2019-12-13media: pxa_camera: add missed tasklet_killChuhong Yuan1-0/+2
2019-12-13media: vidioc-g-dv-timings.rst: fix wrong porchHans Verkuil1-1/+1
2019-12-13media: vivid: Add touch supportVandana BN8-13/+739
2019-12-13media: usb: go7007: s2250-board: add missed i2c_unregister_deviceChuhong Yuan1-0/+1
2019-12-13media: cx23885: Add support for AVerMedia CE310BForest Crossman3-1/+27
2019-12-13media: platform: mtk-mdp: add missed destroy_workqueue in removeChuhong Yuan1-0/+3
2019-12-13media: bdisp: add missed destroy_workqueue in remove and probe failureChuhong Yuan1-4/+9
2019-12-13media: dvb-usb/dvb-usb-urb.c: initialize actlen to 0Hans Verkuil1-1/+1
2019-12-13media: gspca: zero usb_bufHans Verkuil1-1/+1
2019-12-13media: v4l2-subdev: remove wrong @cond from kdocsWolfram Sang1-1/+1
2019-12-13media: i2c: adv748x: Fix unsafe macrosGustavo A. R. Silva1-4/+4
2019-12-13media: pulse8-cec: fix lost cec_transmit_attempt_done() callHans Verkuil1-4/+13
2019-12-13media: cec: check 'transmit_in_progress', not 'transmitting'Hans Verkuil1-8/+12
2019-12-13media: cec: avoid decrementing transmit_queue_sz if it is 0Hans Verkuil1-2/+12
2019-12-13media: cec: CEC 2.0-only bcast messages were ignoredHans Verkuil1-3/+3
2019-12-09media: dt-bindings: media: cal: convert binding to yamlBenoit Parrot3-81/+203
2019-12-09media: ti-vpe: cal: fix enum_mbus_code/frame_size subdev argumentsBenoit Parrot1-0/+2
2019-12-09media: ti-vpe: cal: Fix a WARN issued when start streaming failsBenoit Parrot1-0/+5
2019-12-09media: ti-vpe: cal: Properly calculate max resolution boundaryBenoit Parrot1-5/+11
2019-12-09media: ti-vpe: cal: Add subdev s_power hooksBenoit Parrot1-0/+12
2019-12-09media: ti-vpe: cal: Add AM654 supportBenoit Parrot2-2/+26
2019-12-09media: dt-bindings: media: cal: update binding to add AM654 supportBenoit Parrot1-0/+1
2019-12-09media: ti-vpe: cal: Add DRA76x supportBenoit Parrot1-0/+34
2019-12-09media: dt-bindings: media: cal: update binding to add DRA76x supportBenoit Parrot1-0/+1
2019-12-09media: ti-vpe: cal: Align DPHY init sequence with docsBenoit Parrot1-27/+172
2019-12-09media: ti-vpe: cal: Fix pixel processing parametersBenoit Parrot1-3/+38
2019-12-09media: ti-vpe: cal: Fix ths_term/ths_settle parametersBenoit Parrot1-54/+44
2019-12-09media: ti-vpe: cal: add CSI2 PHY LDO errata supportBenoit Parrot2-2/+82
2019-12-09media: dt-bindings: media: cal: update binding to add PHY LDO errata supportBenoit Parrot1-1/+3
2019-12-09media: ti-vpe: cal: Restrict DMA to avoid memory corruptionNikhil Devshatwar1-2/+4
2019-12-09media: ti-vpe: cal: Enable DMABUF exportBenoit Parrot1-0/+1
2019-12-09media: ti-vpe: cal: Add per platform data supportBenoit Parrot1-73/+209
2019-12-09media: ti-vpe: cal: switch BIT_MASK to BITBenoit Parrot1-97/+97
2019-12-09media: dt-bindings: media: cal: update binding exampleBenoit Parrot1-15/+16
2019-12-09media: dt-bindings: media: cal: update binding to use sysconBenoit Parrot1-5/+9
2019-12-09Linux 5.5-rc1Linus Torvalds1-2/+2
2019-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds119-628/+1025
2019-12-08Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds12-32/+36
2019-12-08Merge tag '5.5-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds13-72/+265
2019-12-08Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-6/+5
2019-12-08Merge tag 'ntb-5.5' of git://github.com/jonmason/ntbLinus Torvalds1-0/+1
2019-12-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds7-17/+51
2019-12-08Merge tag 'iomap-5.5-merge-14' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-12/+28
2019-12-08Merge tag 'xfs-5.5-merge-17' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-12/+17
2019-12-08Merge tag 'for-linus-5.5-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-7/+43
2019-12-08Merge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds37-137/+343
2019-12-08Merge tag 'nfs-for-5.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds49-622/+1756
2019-12-08smb3: improve check for when we send the security descriptor context on createSteve French1-0/+2
2019-12-08Merge tag 'vfio-v5.5-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2-23/+5