summaryrefslogtreecommitdiff
path: root/drivers/media/rc
AgeCommit message (Expand)Author
2017-01-30[media] rc: rc-ir-raw: Add pulse-distance modulation helperJames Hogan
2017-01-30[media] rc: rc-ir-raw: Add Manchester encoder (phase encoder) helperAntti Seppälä
2017-01-30[media] rc: rc-ir-raw: Add scancode encoder callbackJames Hogan
2017-01-30[media] rc: raw IR drivers cannot handle cec, unknown or otherSean Young
2017-01-30[media] winbond-cir: use sysfs wakeup filterSean Young
2017-01-30[media] rc: unify nec32 protocol scancode formatSean Young
2017-01-30[media] rc: Add scancode validationSean Young
2017-01-30[media] rc: change wakeup_protocols to list all protocol variantsSean Young
2017-01-30[media] rc5x: document that this is the 20 bit variantSean Young
2017-01-30[media] rc5x: 6th command bit is S2 bitSean Young
2017-01-30[media] rc: allow software timeout to be setSean Young
2017-01-30[media] serial_ir: generate timeoutSean Young
2017-01-30[media] lirc: LIRC_{G,S}ET_SEND_MODE fail if device cannot transmitSean Young
2017-01-30[media] lirc_dev: LIRC_{G,S}ET_REC_MODE do not workSean Young
2017-01-30[media] mceusb: LIRC_SET_SEND_CARRIER returns 0 on successSean Young
2017-01-30[media] cxusb: port to rc-coreSean Young
2017-01-30[media] rc: refactor raw handler kthreadHeiner Kallweit
2017-01-27[media] media: Drop FSF's postal address from the source code filesSakari Ailus
2016-12-25ktime: Get rid of the unionThomas Gleixner
2016-12-01[media] lirc: fix error paths in lirc_cdev_add()Sean Young
2016-11-23[media] mceusb: remove pointless mce_flush_rx_buffer functionSean Young
2016-11-23[media] mceusb: remove useless debug messageSean Young
2016-11-22[media] ir-hix5hd2: make hisilicon,power-syscon property deprecatedRuqiang Ju
2016-11-22[media] sanyo decoder: address was being truncatedSean Young
2016-11-22[media] serial_ir: fix reference to 8250 serial codeMauro Carvalho Chehab
2016-11-22[media] lirc_serial: move out of staging and rename to serial_irSean Young
2016-11-21[media] lirc: use-after free while reading from device and unpluggingSean Young
2016-11-21[media] lirc: prevent use-after freeSean Young
2016-11-21[media] lirc: might sleep error in lirc_dev_fop_readSean Young
2016-11-21[media] redrat3: increase set size for lengths to maximumSean Young
2016-11-21[media] redrat3: enable carrier reports using wideband receiverSean Young
2016-11-21[media] redrat3: fix error paths in probeSean Young
2016-11-21[media] redrat3: remove dead code and pointless messagesSean Young
2016-11-21[media] redrat3: don't include vendor/product id in nameSean Young
2016-11-21[media] winbond-cir: use name without space for pnp driverSean Young
2016-11-18[media] media: rc: nuvoton: replace usage of spin_lock_irqsave in ISRHeiner Kallweit
2016-11-18[media] media: rc: nuvoton: rename spinlock nvt_lockHeiner Kallweit
2016-11-18[media] media: rc: nuvoton: eliminate nvt->tx.lockHeiner Kallweit
2016-11-18[media] media: rc: nuvoton: eliminate member pdev from struct nvt_devHeiner Kallweit
2016-11-18[media] rc-main: clear rc_map.name in ir_free_table()Max Kellermann
2016-11-18[media] lirc_dev: remove compat_ioctl assignmentAndi Shyti
2016-11-18[media] winbond-cir: Use kmalloc_array() in wbcir_tx()Markus Elfring
2016-11-18[media] RedRat3: Return directly after a failed rc_allocate_device() in redra...Markus Elfring
2016-11-18[media] RedRat3: Delete an unnecessary variable initialisation in redrat3_ini...Markus Elfring
2016-11-18[media] RedRat3: Delete an unnecessary variable initialisation in redrat3_get...Markus Elfring
2016-11-18[media] RedRat3: Return directly after a failed kcalloc() in redrat3_transmit...Markus Elfring
2016-11-18[media] RedRat3: Improve another size determination in redrat3_reset()Markus Elfring
2016-11-18[media] RedRat3: Delete six messages for a failed memory allocationMarkus Elfring
2016-11-18[media] RedRat3: Use kcalloc() in two functionsMarkus Elfring
2016-11-18[media] rc-main: use pr_foo() macrosMauro Carvalho Chehab