summaryrefslogtreecommitdiff
path: root/drivers/media/rc/img-ir/img-ir-hw.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-11media: fix incorrect kernel doc usagesHans Verkuil1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2017-11-27media: img-ir-hw: fix one kernel-doc commentMauro Carvalho Chehab1-1/+1
2017-10-31media: rc: Convert timers to use timer_setup()Kees Cook1-7/+6
2017-08-20media: rc: rename RC_TYPE_* to RC_PROTO_* and RC_BIT_* to RC_PROTO_BIT_*Sean Young1-2/+2
2017-08-20media: rc-core: rename input_name to device_nameSean Young1-1/+1
2017-06-06[media] rc-core: img-ir - leave the internals of rc_dev aloneDavid Härdeman1-4/+0
2017-01-30[media] rc-main: assign driver type during allocationAndi Shyti1-1/+1
2017-01-30[media] rc: change wakeup_protocols to list all protocol variantsSean Young1-3/+10
2014-12-23[media] rc: img-ir: add philips rc6 decoder moduleSifan Naeem1-0/+3
2014-12-23[media] rc: img-ir: add philips rc5 decoder moduleSifan Naeem1-0/+3
2014-12-23[media] rc: img-ir: biphase enabled with workaroundSifan Naeem1-3/+57
2014-12-23[media] rc: img-ir: pass toggle bit to the rc driverSifan Naeem1-3/+5
2014-12-23[media] rc: img-ir: add scancode requests to a structSifan Naeem1-7/+9
2014-12-04[media] img-ir/hw: Fix potential deadlock stopping timerJames Hogan1-3/+19
2014-12-04[media] img-ir/hw: Always read data to clear bufferDylan Rajaratnam1-2/+4
2014-09-03[media] img-ir: fix sparse warningsHans Verkuil1-6/+0
2014-07-26[media] rc-core: remove protocol arraysDavid Härdeman1-8/+8
2014-07-24[media] rc-core: document the protocol typeDavid Härdeman1-4/+6
2014-06-17[media] rc: img-ir: Expand copyright headers with GPL noticesJames Hogan1-0/+5
2014-04-06[media] rc-core: split dev->s_filterDavid Härdeman1-1/+14
2014-03-14[media] rc: img-ir: hw: Fix min/max bits setupJames Hogan1-3/+3
2014-03-14[media] rc: img-ir: hw: Remove unnecessary semi-colonJames Hogan1-1/+1
2014-03-11[media] rc: img-ir: add Sanyo decoder moduleJames Hogan1-0/+4
2014-03-11[media] rc: img-ir: add Sharp decoder moduleJames Hogan1-0/+4
2014-03-11[media] rc: img-ir: add Sony decoder moduleJames Hogan1-0/+4
2014-03-11[media] rc: img-ir: add JVC decoder moduleJames Hogan1-0/+4
2014-03-11[media] rc: img-ir: add NEC decoder moduleJames Hogan1-0/+5
2014-03-11[media] rc: img-ir: add hardware decoder driverJames Hogan1-0/+1032