summaryrefslogtreecommitdiffstats
path: root/include/media
Commit message (Expand)AuthorAgeFilesLines
...
* [media] v4l: ctrls: Unlocked variants of v4l2_ctrl_s_ctrl{,_int64}()Sakari Ailus2014-07-221-2/+25
* [media] v4l: ctrls: Provide an unlocked variant of v4l2_ctrl_modify_range()Sakari Ailus2014-07-221-2/+16
* [media] v4l: ctrls: Move control lock/unlock above the control access functionsSakari Ailus2014-07-221-18/+18
* [media] v4l: vb2: Add fatal error condition flagLaurent Pinchart2014-07-171-0/+3
* [media] v4l2-ctrls/videodev2.h: add u8 and u16 typesHans Verkuil2014-07-171-0/+4
* [media] v4l2-ctrls: prepare for array supportHans Verkuil2014-07-171-3/+5
* [media] v4l2-ctrls: prepare for array supportHans Verkuil2014-07-171-0/+8
* [media] v4l2-ctrls: use ptrs for all but the s32 typeHans Verkuil2014-07-171-10/+2Star
* [media] v4l2-ctrls: compare values only onceHans Verkuil2014-07-171-0/+3
* [media] v4l2-ctrls: create type_opsHans Verkuil2014-07-171-0/+37
* [media] v4l2: integrate support for VIDIOC_QUERY_EXT_CTRLHans Verkuil2014-07-171-0/+2
* [media] v4l2-ctrls: add support for compound typesHans Verkuil2014-07-171-4/+19
* [media] v4l2-ctrls: increase internal min/max/step/def to 64 bitHans Verkuil2014-07-171-21/+21
* [media] media: v4l2-dev.h: remove V4L2_FL_USE_FH_PRIO flagRamakrishnan Muthukrishnan2014-07-041-2/+0Star
* Merge branch 'topic/omap3isp' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-06-131-0/+1
|\
| * [media] v4l: vb2: Add a function to discard all DONE buffersLaurent Pinchart2014-05-251-0/+1
* | [media] adv7604: Add LLC polarity configurationLaurent Pinchart2014-05-251-0/+1
* | [media] adv7604: Specify the default input through platform dataLaurent Pinchart2014-05-251-0/+2
* | [media] adv7604: Store I2C addresses and clients in arraysLaurent Pinchart2014-05-251-12/+18
* | [media] v4l: subdev: Remove deprecated video-level DV timings operationsLaurent Pinchart2014-05-251-4/+0Star
* | [media] adv7604: Make output format configurable through pad format operationsLaurent Pinchart2014-05-251-36/+20Star
* | [media] adv7604: Add sink padsLaurent Pinchart2014-05-251-12/+11Star
* | [media] adv7604: Add adv7611 supportLars-Peter Clausen2014-05-251-0/+10
* | [media] adv7604: Add missing include to linux/types.hLars-Peter Clausen2014-05-251-0/+2
* | [media] v4l: Add pad-level DV timings subdev operationsLaurent Pinchart2014-05-251-0/+4
|/
* [media] v4l: subdev: Move [gs]_std operation to video opsLaurent Pinchart2014-05-241-3/+3
* [media] v4l: Add source change eventArun Kumar K2014-05-241-0/+4
* [media] exynos4-is: Remove support for non-dt platformsSylwester Nawrocki2014-05-231-21/+0Star
* [media] v4l2-subdev.h: add g_tvnorms video opHans Verkuil2014-05-141-2/+6
* [media] v4l: V4L2_MBUS_FRAME_DESC_FL_BLOB is about 1D DMASakari Ailus2014-05-131-3/+6
* [media] v4l: Only get module if it's different than the driver for v4l2_devSakari Ailus2014-05-131-0/+1
* [media] media: Use a better owner for the media deviceSakari Ailus2014-05-132-2/+5
* [media] vb2: stop_streaming should return voidHans Verkuil2014-04-231-1/+1
* [media] vb2: Add videobuf2-dvb supportHans Verkuil2014-04-161-0/+58
* [media] vb2: add thread supportHans Verkuil2014-04-161-0/+32
* [media] vb2: add vb2_fileio_is_active and check it more oftenHans Verkuil2014-04-161-0/+17
* [media] media: davinci: vpfe: use v4l2_fh for priority handlingLad, Prabhakar2014-04-161-4/+2Star
* [media] media: davinci: vpbe: use v4l2_fh for priority handlingLad, Prabhakar2014-04-161-4/+2Star
* [media] v4l2-subdev.h: fix sparse error with v4l2_subdev_notifyHans Verkuil2014-04-162-5/+8
* [media] rc-core: remove generic scancode filterDavid Härdeman2014-04-061-0/+2
* [media] rc-core: split dev->s_filterDavid Härdeman2014-04-061-2/+4
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-04-048-39/+276
|\
| * [media] v4l: add enum_freq_bands support to tuner sub-deviceAntti Palosaari2014-03-131-0/+1
| * [media] rc: add wakeup_protocols sysfs fileJames Hogan2014-03-111-0/+3
| * [media] rc: add allowed/enabled wakeup protocol masksJames Hogan2014-03-111-8/+24
| * [media] rc: abstract access to allowed/enabled protocolsJames Hogan2014-03-111-0/+22
| * [media] v4l2: add VIDIOC_G/S_EDID support to the v4l2 coreHans Verkuil2014-03-112-2/+4
| * [media] lm3646: add new dual LED Flash driverDaniel Jeong2014-03-111-0/+87
| * [media] vb2: only call start_streaming if sufficient buffers are queuedHans Verkuil2014-03-111-4/+10
| * [media] vb2: rename queued_count to owned_by_drv_countHans Verkuil2014-03-111-2/+2