aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/rc/sir_ir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-19media: sir_ir: remove broken driverSean Young1-438/+0
2020-09-03media: rc: harmonize infrared durations to microsecondsSean Young1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-10-04media: rc: Remove init_ir_raw_event and DEFINE_IR_RAW_EVENT macrosSean Young1-1/+1
2017-11-15media: rc: sir_ir: detect presence of portSean Young1-4/+36
2017-10-31media: rc: Convert timers to use timer_setup()Kees Cook1-2/+2
2017-08-20media: rc: rename RC_TYPE_* to RC_PROTO_* and RC_BIT_* to RC_PROTO_BIT_*Sean Young1-1/+1
2017-08-20media: rc-core: rename input_name to device_nameSean Young1-1/+1
2017-08-20media: sir_ir: remove unnecessary static in sir_interrupt()Gustavo A. R. Silva1-1/+1
2017-06-13[media] sir_ir: annotate hardware config module parametersSean Young1-2/+2
2017-06-06[media] sir_ir: remove init_chrdev and init_sir_ir functionsSean Young1-36/+22
2017-06-06[media] sir_ir: remove init_port and drop_port functionsSean Young1-22/+5
2017-06-06[media] sir_ir: use dev managed resourcesSean Young1-6/+3
2017-06-06[media] sir_ir: attempt to free already free_irqSean Young1-2/+2
2017-05-18[media] sir_ir: infinite loop in interrupt handlerSean Young1-0/+6
2017-04-05[media] rc: promote lirc_sir out of stagingSean Young1-0/+438