summaryrefslogtreecommitdiffstats
path: root/drivers/media/rc/img-ir
AgeCommit message (Expand)AuthorLines
2026-03-17media: rc: fix race between unregister and urb/irq callbacksSean Young-2/+4
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-3/+4
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-3/+3
2024-10-12media: Switch back to struct platform_driver::remove()Uwe Kleine-König-1/+1
2023-04-11media: img-ir-core: Convert to platform remove callback returning voidUwe Kleine-König-3/+2
2021-09-30media: rc: img-ir: Make use of the helper function devm_platform_ioremap_reso...Cai Huoqing-3/+1
2021-03-11media: fix incorrect kernel doc usagesHans Verkuil-1/+1
2021-01-27media: rc: select CONFIG_BITREVERSE where neededArnd Bergmann-0/+1
2019-08-07media: Remove dev_err() usage after platform_get_irq()Stephen Boyd-3/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-65/+13
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2018-03-05media: img-ir: Drop METAG dependencyJames Hogan-1/+1
2017-11-27media: img-ir-hw: fix one kernel-doc commentMauro Carvalho Chehab-1/+1
2017-11-15Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-13/+11
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-31media: rc: Convert timers to use timer_setup()Kees Cook-10/+9
2017-10-04[media] media: img-ir: delete an error message for a failed memory allocationMarkus Elfring-3/+2
2017-08-20media: rc: rename RC_TYPE_* to RC_PROTO_* and RC_BIT_* to RC_PROTO_BIT_*Sean Young-37/+38
2017-08-20media: rc: simplify ir_raw_event_store_edge()Sean Young-2/+2
2017-08-20media: rc-core: rename input_name to device_nameSean Young-2/+2
2017-06-06[media] rc-core: img-ir - leave the internals of rc_dev aloneDavid Härdeman-4/+0
2017-01-30[media] rc-main: assign driver type during allocationAndi Shyti-3/+2
2017-01-30[media] rc: change wakeup_protocols to list all protocol variantsSean Young-13/+47
2016-09-22[media] rc: split nec protocol into its three variantsSean Young-2/+4
2015-04-08[media] rc: img-ir: fix error in parameters passed to irq_free()Sifan Naeem-1/+1
2015-04-08[media] rc: img-ir: Add and enable sys clock for img-irSifan Naeem-4/+27
2014-12-23[media] rc: img-ir: add philips rc6 decoder moduleSifan Naeem-0/+130
2014-12-23[media] rc: img-ir: add philips rc5 decoder moduleSifan Naeem-0/+100
2014-12-23[media] rc: img-ir: biphase enabled with workaroundSifan Naeem-3/+61
2014-12-23[media] rc: img-ir: pass toggle bit to the rc driverSifan Naeem-3/+7
2014-12-23[media] rc: img-ir: add scancode requests to a structSifan Naeem-39/+53
2014-12-04[media] img-ir: Don't set driver's module ownerJames Hogan-1/+0
2014-12-04[media] img-ir: Depend on METAG or MIPS or COMPILE_TESTJames Hogan-0/+1
2014-12-04[media] img-ir/hw: Drop [un]register_decoder declarationsJames Hogan-3/+0
2014-12-04[media] img-ir/hw: Fix potential deadlock stopping timerJames Hogan-3/+22
2014-12-04[media] img-ir/hw: Always read data to clear bufferDylan Rajaratnam-2/+4
2014-09-03[media] img-ir: fix sparse warningsHans Verkuil-6/+6
2014-07-25[media] rc-core: remove protocol arraysDavid Härdeman-8/+8
2014-07-23[media] rc-core: document the protocol typeDavid Härdeman-13/+28
2014-06-17[media] rc: img-ir: Expand copyright headers with GPL noticesJames Hogan-0/+55
2014-04-06[media] rc-core: split dev->s_filterDavid Härdeman-1/+14
2014-04-06[media] rc-core: do not change 32bit NEC scancode format for nowDavid Härdeman-12/+15
2014-03-14[media] rc: img-ir: hw: Fix min/max bits setupJames Hogan-3/+3
2014-03-14[media] rc: img-ir: jvc: Remove unused no-leader timingsJames Hogan-11/+0
2014-03-14[media] rc: img-ir: hw: Remove unnecessary semi-colonJames Hogan-1/+1
2014-03-11[media] rc: img-ir: add Sanyo decoder moduleJames Hogan-0/+134
2014-03-11[media] rc: img-ir: add Sharp decoder moduleJames Hogan-0/+111
2014-03-11[media] rc: img-ir: add Sony decoder moduleJames Hogan-0/+157
2014-03-11[media] rc: img-ir: add JVC decoder moduleJames Hogan-0/+104
2014-03-11[media] rc: img-ir: add NEC decoder moduleJames Hogan-0/+161