summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-03-03[media] media: Move media_get_uptr() macro out of the media.h user space headerSakari Ailus1-5/+0
2016-03-03v4l2-mc.h: Add stubs for the V4L2 PM/pipeline routinesMauro Carvalho Chehab1-2/+14
2016-03-03[media] v4l: Add generic pipeline power management codeSakari Ailus1-1/+42
2016-03-03[media] media: Always keep a graph walk large enough aroundSakari Ailus1-0/+3
2016-03-03[media] v4l2-mc: Fix parameter descriptionMauro Carvalho Chehab1-2/+2
2016-03-03[media] media-entity: include linux/bug.h for WARN_ONPhilipp Zabel1-0/+1
2016-03-03[media] UVC: Add support for R200 depth cameraAviv Greenberg1-0/+3
2016-03-03[media] au0828: use standard demod pads structMauro Carvalho Chehab1-0/+2
2016-03-03[media] rc-core: allow calling rc_open with device not initializedMauro Carvalho Chehab1-2/+2
2016-03-03[media] media.h: use hex values for IF and AUDIO entities tooHans Verkuil1-5/+5
2016-03-03Merge branch 'v4l_for_linus' into patchworkMauro Carvalho Chehab1-10/+10
2016-03-03[media] media.h: use hex values for range offsets, move connectors base up.Hans Verkuil1-10/+10
2016-03-02[media] media-device.h: fix compiler warningHans Verkuil1-2/+0
2016-02-27[media] media: v4l-core add enable/disable source common interfacesShuah Khan2-1/+65
2016-02-27[media] media: Media Controller non-locking __media_entity_pipeline_start/stop()Shuah Khan1-0/+19
2016-02-27[media] media: Media Controller enable/disable source handler APIShuah Khan1-0/+30
2016-02-27[media] media: Media Controller register/unregister entity_notify APIShuah Khan1-0/+56
2016-02-27[media] media: Add ALSA Media Controller function entitiesShuah Khan1-0/+7
2016-02-27[media] uapi/media.h: Declare interface types for ALSAShuah Khan1-0/+10
2016-02-23[media] media_device: move allocation out of media_device_*_initMauro Carvalho Chehab1-14/+18
2016-02-23[media] media-device: move PCI/USB helper functions from v4l2-mcMauro Carvalho Chehab2-46/+53
2016-02-19[media] v4l: vsp1: Implement atomic update for the DRM driverLaurent Pinchart1-3/+6
2016-02-19[media] v4l: vsp1: Add VSP+DU supportLaurent Pinchart1-0/+30
2016-02-19[media] v4l: Add YUV 4:2:2 and YUV 4:4:4 tri-planar non-contiguous formatsLaurent Pinchart1-0/+4
2016-02-19[media] v4l: add V4L2_CID_MPEG_VIDEO_FORCE_KEY_FRAMEWu-Cheng Li1-0/+1
2016-02-16Merge branch 'fixes' into patchworkMauro Carvalho Chehab1-13/+13
2016-02-16[media] media.h: get rid of MEDIA_ENT_F_CONN_TESTMauro Carvalho Chehab1-2/+0
2016-02-16[media] media.h: get rid of MEDIA_ENT_F_CONN_TESTMauro Carvalho Chehab1-2/+0
2016-02-16[media] [for,v4.5] media.h: increase the spacing between function rangesHans Verkuil1-11/+11
2016-02-16[media] tvp5150: replace MEDIA_ENT_F_CONN_TEST by a controlMauro Carvalho Chehab1-2/+1
2016-02-16[media] allow overriding the driver nameMauro Carvalho Chehab1-0/+5
2016-02-16[media] rc-core: don't lock device at rc_register_device()Mauro Carvalho Chehab1-0/+2
2016-02-16[media] v4l2-mc: add a routine to create USB media_deviceMauro Carvalho Chehab1-5/+34
2016-02-16[media] v4l2-mc.h: prevent it for being included twiceMauro Carvalho Chehab1-0/+5
2016-02-11[media] tvp5150: add HW input connectors supportJavier Martinez Canillas1-0/+2
2016-02-11[media] tvp5150: move input definition header to dt-bindingsJavier Martinez Canillas1-3/+3
2016-02-10[media] tvp5150: add internal signal generator to HW input listJavier Martinez Canillas1-0/+1
2016-02-10[media] v4l2-subdev: add registered_async subdev core operationJavier Martinez Canillas1-0/+3
2016-02-10[media] v4l2-ctrls: remove unclaimed v4l2_ctrl_add_ctrl() interfaceVladimir Zapolskiy1-12/+0
2016-02-10[media] v4l2-ctrls: add V4L2_CID_DV_RX/TX_IT_CONTENT_TYPE controlsHans Verkuil1-0/+10
2016-02-10[media] v4l2-mc: add an ancillary routine for PCI-based MCMauro Carvalho Chehab1-1/+23
2016-02-10[media] add media controller support to videobuf2-dvbMauro Carvalho Chehab1-0/+5
2016-02-10[media] v4l2-mc: add a generic function to create the media graphMauro Carvalho Chehab1-0/+25
2016-02-09Merge tag 'v4.5-rc3' into patchworkMauro Carvalho Chehab41-111/+264
2016-02-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-20/+6
2016-02-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2-2/+22
2016-02-06Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds3-17/+70
2016-02-06Merge tag 'pm+acpi-4.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2016-02-06radix-tree: fix oops after radix_tree_iter_retryKonstantin Khlebnikov1-3/+3
2016-02-06mm: replace vma_lock_anon_vma with anon_vma_lock_read/writeKonstantin Khlebnikov1-14/+0