summaryrefslogtreecommitdiffstats
path: root/drivers/staging/media
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v4.8' into patchworkMauro Carvalho Chehab2016-10-055-31/+45
|\
| * [media] cec: fix ioctl return code when not registeredHans Verkuil2016-09-091-1/+1
| * [media] cec: don't Feature Abort broadcast msgs when unregisteredHans Verkuil2016-09-091-2/+1
| * [media] pulse8-cec: fix error handlingHans Verkuil2016-08-221-4/+4
| * [media] pulse8-cec: set correct Signal Free TimeHans Verkuil2016-08-221-1/+1
| * [media] cec: ignore messages when log_addr_mask == 0Hans Verkuil2016-08-221-0/+3
| * [media] cec: add item to TODOHans Verkuil2016-08-221-0/+1
| * [media] cec: set unclaimed addresses to CEC_LOG_ADDR_INVALIDHans Verkuil2016-08-221-0/+4
| * [media] cec: add CEC_LOG_ADDRS_FL_ALLOW_UNREG_FALLBACK flagHans Verkuil2016-08-222-1/+5
| * [media] cec: improve lockingHans Verkuil2016-08-221-11/+14
| * [media] cec: rename cec_devnode fhs_lock to just lockHans Verkuil2016-08-223-13/+13
* | [media] staging: lirc: add missing platform_device_del() on errorWei Yongjun2016-09-221-4/+6
* | [media] s5p-cec: Fix memory allocation failure checkChristophe JAILLET2016-09-221-1/+1
* | [media] s5p-cec: fix system and runtime PM integrationMarek Szyprowski2016-09-221-15/+2
* | [media] staging: media: omap4iss: mark omap4iss_flush() staticBaoyou Xie2016-09-191-1/+1
* | [media] pulse8-cec: avoid uninitialized data useArnd Bergmann2016-09-191-1/+3
* | [media] cec: fix Kconfig help textJean Delvare2016-09-191-3/+0
* | [media] pulse8-cec: store logical address maskJohan Fjeldtvedt2016-09-191-0/+34
* | [media] add stih-cec driverBenjamin Gaignard2016-09-195-0/+392
* | [media] pulse8-cec: fix compiler warningHans Verkuil2016-09-121-1/+1
* | [media] media: Move media_device link_notify operation to an ops structureLaurent Pinchart2016-09-091-1/+5
* | [media] pulse8-cec: some small fixesJohan Fjeldtvedt2016-09-061-23/+10
* | [media] pulse8-cec: sync configuration with adapterJohan Fjeldtvedt2016-09-061-38/+228
* | [media] pulse8-cec: add notes about behavior in autonomous modeJohan Fjeldtvedt2016-09-061-0/+23
* | [media] pulse8-cec: serialize communication with adapterJohan Fjeldtvedt2016-09-061-20/+32
* | [media] cec: allow configuration both from within driver and from user spaceJohan Fjeldtvedt2016-09-061-4/+0
* | [media] staging: media: lirc: lirc_sasem: don't print error when allocating u...Wolfram Sang2016-08-241-5/+0
* | [media] staging: media: lirc: lirc_imon: don't print error when allocating ur...Wolfram Sang2016-08-241-7/+2
* | [media] v4l2: remove g/s_crop from video opsHans Verkuil2016-08-241-0/+99
* | [media] cec: Delete an unnecessary check before the function call "rc_free_de...Markus Elfring2016-08-241-2/+1
* | [media] tw686x-kh: remove obsolete driverHans Verkuil2016-08-249-1202/+0
|/
* [media] cec: fix off-by-one memsetHans Verkuil2016-07-281-1/+1
* [media] staging: add MEDIA_SUPPORT dependencyArnd Bergmann2016-07-281-1/+1
* [media] cec: always check all_device_types and featuresHans Verkuil2016-07-191-12/+14
* [media] cec: poll should check if there is room in the tx queueHans Verkuil2016-07-191-1/+2
* [media] cec: fix test for unconfigured adapter in main message loopHans Verkuil2016-07-191-2/+2
* [media] cec: limit the size of the transmit queueHans Verkuil2016-07-191-10/+23
* [media] cec: zero unused msg part after msg->lenHans Verkuil2016-07-191-0/+2
* [media] cec: don't set fh to NULL in CEC_TRANSMITHans Verkuil2016-07-191-6/+3
* [media] cec: clear all status fields before transmit and always fill in sequenceHans Verkuil2016-07-191-9/+13
* [media] cec: CEC_RECEIVE overwrote the timeout fieldHans Verkuil2016-07-191-0/+3
* [media] s5p-cec/TODO: add TODO itemHans Verkuil2016-07-151-3/+7
* [media] cec/TODO: drop comment about sphinx documentationHans Verkuil2016-07-151-1/+0
* [media] cec: set timestamp for selfie transmitsHans Verkuil2016-07-151-0/+1
* [media] cec: don't zero reply and timeout on errorHans Verkuil2016-07-151-14/+5
* [media] drivers: staging: media: lirc: lirc_parallel: Fix multiline comments ...Aayush Gupta2016-07-131-4/+4
* [media] pulse8-cec: fix non static symbol warningWei Yongjun2016-07-131-1/+1
* [media] cec: split the timestamp into an rx and tx timestampHans Verkuil2016-07-131-12/+12
* [media] cec: add sanity check for msg->lenHans Verkuil2016-07-131-0/+3
* [media] cec-adap.c: work around gcc-4.4.4 anon union initializer bugAndrew Morton2016-07-121-1/+5