summaryrefslogtreecommitdiff
path: root/drivers/media/rc
AgeCommit message (Expand)Author
2017-09-05media: Revert "[media] lirc_dev: remove superfluous get/put_device() calls"Sean Young
2017-08-31media: serial_ir: fix tx timing calculation on 32-bitSean Young
2017-08-31media: rc: gpio-ir-tx: use ktime accessor functionsSean Young
2017-08-31media: rc: use ktime accessor functionsJasmin Jessich
2017-08-20media: rc: rename RC_TYPE_* to RC_PROTO_* and RC_BIT_* to RC_PROTO_BIT_*Sean Young
2017-08-20media: rc: per-protocol repeat periodSean Young
2017-08-20media: rc: ensure we do not read out of boundsSean Young
2017-08-20media: rc: simplify ir_raw_event_store_edge()Sean Young
2017-08-20media: rc: saa7134: add trailing space for timely decodingSean Young
2017-08-20media: rc-core: improve ir_raw_store_edge() handlingSean Young
2017-08-20media: winbond-cir: buffer overrun during transmitSean Young
2017-08-20media: mceusb: do not read data parameters unless requiredSean Young
2017-08-20media: rc: add zx-irdec remote control driverShawn Guo
2017-08-20media: rc: ir-nec-decoder: move scancode composing code into a shared functionShawn Guo
2017-08-20media: rc: sunxi-cir: explicitly request exclusive reset controlPhilipp Zabel
2017-08-20media: st-rc: explicitly request exclusive reset controlPhilipp Zabel
2017-08-20media: rc: nuvoton: remove rudimentary transmit functionalityHeiner Kallweit
2017-08-20media: rc: pwm-ir-tx: add new driverSean Young
2017-08-20media: rc: gpio-ir-tx: add new driverSean Young
2017-08-20media: rc: mce kbd decoder not needed for IR TX driversSean Young
2017-08-20media: rc-core: rename input_name to device_nameSean Young
2017-08-20media: rc: constify attribute_group structuresArvind Yadav
2017-08-20media: imon: constify attribute_group structuresArvind Yadav
2017-08-20media: sir_ir: remove unnecessary static in sir_interrupt()Gustavo A. R. Silva
2017-08-20media: rc-core: do not depend on MEDIA_SUPPORTSean Young
2017-08-20media: rc: mtk-cir: add support for MediaTek MT7622 SoCSean Wang
2017-08-20media: rc: mtk-cir: add platform data to adapt into various hardwareSean Wang
2017-08-20media: rc-core: consistent use of rc_repeat()David Härdeman
2017-07-26media: lirc: LIRC_GET_REC_RESOLUTION should return microsecondsSean Young
2017-06-13[media] rc-core: cleanup rc_register_device pt2David Härdeman
2017-06-13[media] rc-core: cleanup rc_register_deviceDavid Härdeman
2017-06-13[media] sir_ir: annotate hardware config module parametersSean Young
2017-06-07[media] ir-spi: Fix issues with lirc APIAnton Blanchard
2017-06-07[media] mceusb: drop redundant urb reinitialisationJohan Hovold
2017-06-07[media] mceusb: fix memory leaks in error pathJohan Hovold
2017-06-07Merge tag 'media/v4.12-2' into patchworkMauro Carvalho Chehab
2017-06-06[media] sir_ir: remove init_chrdev and init_sir_ir functionsSean Young
2017-06-06[media] sir_ir: remove init_port and drop_port functionsSean Young
2017-06-06[media] sir_ir: use dev managed resourcesSean Young
2017-06-06[media] sir_ir: attempt to free already free_irqSean Young
2017-06-06[media] rc-core: img-ir - leave the internals of rc_dev aloneDavid Härdeman
2017-06-06[media] rc-core: ati_remote - leave the internals of rc_dev aloneDavid Härdeman
2017-06-06[media] lirc_dev: cleanup includesDavid Härdeman
2017-06-06[media] lirc_dev: return POLLHUP and POLLERR when device is goneDavid Härdeman
2017-06-06[media] lirc_dev: remove unused module parameterDavid Härdeman
2017-06-06[media] lirc_dev: remove superfluous get/put_device() callsDavid Härdeman
2017-06-06[media] lirc_dev: remove lirc_irctl_init() and lirc_cdev_add()David Härdeman
2017-06-06[media] lirc_dev: merge lirc_register_driver() and lirc_allocate_driver()David Härdeman
2017-06-06[media] lirc_dev: make fops mandatoryDavid Härdeman
2017-06-06[media] lirc_dev: clarify error handlingDavid Härdeman