summaryrefslogtreecommitdiff
path: root/drivers/staging/media
AgeCommit message (Expand)Author
2016-10-02staging: media: replace unsigned with unsigned intElizabeth Ferdman
2016-09-27staging: media: lirc: Replace data type with pointer in sizeof()Namrata A Shettar
2016-09-27staging: media: lirc: Add space around binary operatorsNamrata A Shettar
2016-09-27staging: media: lirc: Remove unnecessary blank linesNamrata A Shettar
2016-09-27staging: media: lirc: Convert 'unsigned' to 'unsigned int'Namrata A Shettar
2016-09-27staging: media: lirc: Replace data type with pointer of same typeNamrata A Shettar
2016-09-27staging: media: lirc: Add space around '*'Namrata A Shettar
2016-09-27staging: media: lirc: Remove multiple blank linesNamrata A Shettar
2016-09-20staging: media: cxd2099: replace printk with dev_infoEva Rachel Retuya
2016-09-20staging: media: bcm2048: Merge assignment with returnRehas Sachdeva
2016-09-20staging: media: davinci_vpfe: Merge assignment with returnRehas Sachdeva
2016-09-17staging: media: davinci_vpfe: Replace explicit NULL comparison with ! operatorsayli karnik
2016-09-17staging: media: davinci_vpfe: Use BIT macro instead of left shifting 1sayli karnik
2016-09-16staging: media: lirc: lirc_imon: Fix alignment with the open parenthesisAnchal Jain
2016-09-16staging: media: lirc: lirc_imon: Add space around the operatorsAnchal Jain
2016-09-16staging: media: lirc: lirc_imon: Remove a blank line before a close parenthes...Anchal Jain
2016-09-16staging: media: lirc: lirc_imon: Remove unnecessary blank lineAnchal Jain
2016-09-16staging: media: lirc: lirc_imon: Remove multiple blank linesAnchal Jain
2016-09-16staging: media: lirc: lirc_bt829: Remove explicit NULL comparisonAnchal Jain
2016-08-15staging: media: lirc: lirc_sasem: don't print error when allocating urb failsWolfram Sang
2016-08-15staging: media: lirc: lirc_imon: don't print error when allocating urb failsWolfram Sang
2016-07-28[media] cec: fix off-by-one memsetHans Verkuil
2016-07-28[media] staging: add MEDIA_SUPPORT dependencyArnd Bergmann
2016-07-19[media] cec: always check all_device_types and featuresHans Verkuil
2016-07-19[media] cec: poll should check if there is room in the tx queueHans Verkuil
2016-07-19[media] cec: fix test for unconfigured adapter in main message loopHans Verkuil
2016-07-19[media] cec: limit the size of the transmit queueHans Verkuil
2016-07-19[media] cec: zero unused msg part after msg->lenHans Verkuil
2016-07-19[media] cec: don't set fh to NULL in CEC_TRANSMITHans Verkuil
2016-07-19[media] cec: clear all status fields before transmit and always fill in sequenceHans Verkuil
2016-07-19[media] cec: CEC_RECEIVE overwrote the timeout fieldHans Verkuil
2016-07-15[media] s5p-cec/TODO: add TODO itemHans Verkuil
2016-07-15[media] cec/TODO: drop comment about sphinx documentationHans Verkuil
2016-07-15[media] cec: set timestamp for selfie transmitsHans Verkuil
2016-07-15[media] cec: don't zero reply and timeout on errorHans Verkuil
2016-07-13[media] drivers: staging: media: lirc: lirc_parallel: Fix multiline comments ...Aayush Gupta
2016-07-13[media] pulse8-cec: fix non static symbol warningWei Yongjun
2016-07-13[media] cec: split the timestamp into an rx and tx timestampHans Verkuil
2016-07-13[media] cec: add sanity check for msg->lenHans Verkuil
2016-07-12[media] cec-adap.c: work around gcc-4.4.4 anon union initializer bugAndrew Morton
2016-07-12[media] pulse8-cec: declare function as staticMauro Carvalho Chehab
2016-07-12[media] pulse8-cec: add TODO fileHans Verkuil
2016-07-12[media] pulse8-cec: new driver for the Pulse-Eight USB-CEC AdapterHans Verkuil
2016-07-12[media] cec: CEC_RECEIVE is allowed in monitor modeHans Verkuil
2016-07-12[media] cec: add check if adapter is unregisteredHans Verkuil
2016-07-08[media] cec: fix Kconfig dependency problemsHans Verkuil
2016-07-08[media] cec: add MEDIA_SUPPORT dependencyArnd Bergmann
2016-07-08[media] s5p_cec: mark suspend/resume as __maybe_unusedArnd Bergmann
2016-07-08[media] cec-adap: prevent write to out-of-bounds array indexHans Verkuil
2016-07-08[media] cec-adap: on reply, restore the tx_status value from the transmitHans Verkuil