aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/rc/img-ir (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-05media: img-ir: Drop METAG dependencyJames Hogan1-1/+1
2017-11-27media: img-ir-hw: fix one kernel-doc commentMauro Carvalho Chehab1-1/+1
2017-11-15Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds3-13/+11
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-31media: rc: Convert timers to use timer_setup()Kees Cook2-10/+9
2017-10-04[media] media: img-ir: delete an error message for a failed memory allocationMarkus Elfring1-3/+2
2017-08-20media: rc: rename RC_TYPE_* to RC_PROTO_* and RC_BIT_* to RC_PROTO_BIT_*Sean Young9-37/+38
2017-08-20media: rc: simplify ir_raw_event_store_edge()Sean Young1-2/+2
2017-08-20media: rc-core: rename input_name to device_nameSean Young2-2/+2
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 Shyti2-3/+2
2017-01-30[media] rc: change wakeup_protocols to list all protocol variantsSean Young3-13/+47
2016-09-22[media] rc: split nec protocol into its three variantsSean Young1-2/+4
2015-04-08[media] rc: img-ir: fix error in parameters passed to irq_free()Sifan Naeem1-1/+1
2015-04-08[media] rc: img-ir: Add and enable sys clock for img-irSifan Naeem2-4/+27
2014-12-23[media] rc: img-ir: add philips rc6 decoder moduleSifan Naeem5-0/+130
2014-12-23[media] rc: img-ir: add philips rc5 decoder moduleSifan Naeem5-0/+100
2014-12-23[media] rc: img-ir: biphase enabled with workaroundSifan Naeem2-3/+61
2014-12-23[media] rc: img-ir: pass toggle bit to the rc driverSifan Naeem2-3/+7
2014-12-23[media] rc: img-ir: add scancode requests to a structSifan Naeem7-39/+53
2014-12-04[media] img-ir: Don't set driver's module ownerJames Hogan1-1/+0
2014-12-04[media] img-ir: Depend on METAG or MIPS or COMPILE_TESTJames Hogan1-0/+1
2014-12-04[media] img-ir/hw: Drop [un]register_decoder declarationsJames Hogan1-3/+0
2014-12-04[media] img-ir/hw: Fix potential deadlock stopping timerJames Hogan2-3/+22
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 Verkuil2-6/+6
2014-07-25[media] rc-core: remove protocol arraysDavid Härdeman1-8/+8
2014-07-23[media] rc-core: document the protocol typeDavid Härdeman7-13/+28
2014-06-17[media] rc: img-ir: Expand copyright headers with GPL noticesJames Hogan11-0/+55
2014-04-06[media] rc-core: split dev->s_filterDavid Härdeman1-1/+14
2014-04-06[media] rc-core: do not change 32bit NEC scancode format for nowDavid Härdeman1-12/+15
2014-03-14[media] rc: img-ir: hw: Fix min/max bits setupJames Hogan1-3/+3
2014-03-14[media] rc: img-ir: jvc: Remove unused no-leader timingsJames Hogan1-11/+0
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 Hogan4-0/+134
2014-03-11[media] rc: img-ir: add Sharp decoder moduleJames Hogan4-0/+111
2014-03-11[media] rc: img-ir: add Sony decoder moduleJames Hogan4-0/+157
2014-03-11[media] rc: img-ir: add JVC decoder moduleJames Hogan4-0/+104
2014-03-11[media] rc: img-ir: add NEC decoder moduleJames Hogan4-0/+161
2014-03-11[media] rc: img-ir: add to buildJames Hogan2-0/+32
2014-03-11[media] rc: img-ir: add hardware decoder driverJames Hogan2-0/+1301
2014-03-11[media] rc: img-ir: add raw driverJames Hogan2-0/+211
2014-03-11[media] rc: img-ir: add base driverJames Hogan2-0/+342