aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/rc/st_rc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-3/+2
2018-04-17media: st_rc: Don't stay on an IRQ handler foreverMauro Carvalho Chehab1-6/+10
2017-11-30media: drivers: remove "/**" from non-kernel-doc commentsMauro Carvalho Chehab1-3/+3
2017-08-20media: rc: rename RC_TYPE_* to RC_PROTO_* and RC_BIT_* to RC_PROTO_BIT_*Sean Young1-1/+1
2017-08-20media: st-rc: explicitly request exclusive reset controlPhilipp Zabel1-1/+1
2017-08-20media: rc-core: rename input_name to device_nameSean Young1-1/+1
2017-03-24[media] st_rc: simplify optional reset handlingPhilipp Zabel1-7/+6
2017-03-24[media] rc: lirc keymap no longer makes any senseSean Young1-1/+1
2017-01-30[media] rc-main: assign driver type during allocationAndi Shyti1-2/+1
2017-01-30[media] rc: raw IR drivers cannot handle cec, unknown or otherSean Young1-1/+1
2015-11-19[media] media: st-rc: remove misuse of IRQF_NO_SUSPEND flagSudeep Holla1-5/+9
2015-06-24[media] use CONFIG_PM_SLEEP for suspend/resumeMauro Carvalho Chehab1-1/+1
2015-05-13[media] st_rc: fix build warningFabio Estevam1-4/+4
2015-05-12[media] constify of_device_id arrayFabian Frederick1-1/+1
2014-09-26[media] st_rc: fix address space castingMauro Carvalho Chehab1-4/+4
2014-09-23[media] media: st-rc: Remove .owner field for driverSrinivas Kandagatla1-1/+0
2014-09-23[media] media: st-rc: move pm ops setup out of conditional compilationSrinivas Kandagatla1-3/+2
2014-09-23[media] media: st-rc: move to using reset_control_get_optionalSrinivas Kandagatla1-1/+1
2014-07-25[media] rc-core: remove protocol arraysDavid Härdeman1-1/+1
2014-03-11[media] rc: abstract access to allowed/enabled protocolsJames Hogan1-1/+1
2014-01-15[media] media: st-rc: Add reset supportSrinivas Kandagatla1-0/+13
2013-10-31[media] media: st-rc: Add ST remote control driverSrinivas Kandagatla1-0/+395