summaryrefslogtreecommitdiffstats
path: root/drivers/media/rc/st_rc.c
Commit message (Expand)AuthorAgeFilesLines
* media: rc: add missing io.hAndy Shevchenko2024-05-081-0/+1
* media: st_rc: Convert to platform remove callback returning voidUwe Kleine-König2023-04-111-3/+2
* media: rc-core: rename ir_raw_event_reset to ir_raw_event_overflowSean Young2022-01-281-1/+1
* media: rc: st_rc: Make use of the helper function devm_platform_ioremap_resou...Cai Huoqing2021-09-301-4/+1
* media: st_rc: Handle errors of clk_prepare_enable()Evgeny Novikov2021-06-081-4/+18
* media: rc: harmonize infrared durations to microsecondsSean Young2020-09-031-3/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* media: rc: Remove init_ir_raw_event and DEFINE_IR_RAW_EVENT macrosSean Young2018-10-041-3/+2
* media: st_rc: Don't stay on an IRQ handler foreverMauro Carvalho Chehab2018-04-171-6/+10
* media: drivers: remove "/**" from non-kernel-doc commentsMauro Carvalho Chehab2017-11-301-3/+3
* media: rc: rename RC_TYPE_* to RC_PROTO_* and RC_BIT_* to RC_PROTO_BIT_*Sean Young2017-08-201-1/+1
* media: st-rc: explicitly request exclusive reset controlPhilipp Zabel2017-08-201-1/+1
* media: rc-core: rename input_name to device_nameSean Young2017-08-201-1/+1
* [media] st_rc: simplify optional reset handlingPhilipp Zabel2017-03-241-7/+6
* [media] rc: lirc keymap no longer makes any senseSean Young2017-03-241-1/+1
* [media] rc-main: assign driver type during allocationAndi Shyti2017-01-301-2/+1
* [media] rc: raw IR drivers cannot handle cec, unknown or otherSean Young2017-01-301-1/+1
* [media] media: st-rc: remove misuse of IRQF_NO_SUSPEND flagSudeep Holla2015-11-191-5/+9
* [media] use CONFIG_PM_SLEEP for suspend/resumeMauro Carvalho Chehab2015-06-241-1/+1
* [media] st_rc: fix build warningFabio Estevam2015-05-131-4/+4
* [media] constify of_device_id arrayFabian Frederick2015-05-121-1/+1
* [media] st_rc: fix address space castingMauro Carvalho Chehab2014-09-261-4/+4
* [media] media: st-rc: Remove .owner field for driverSrinivas Kandagatla2014-09-231-1/+0
* [media] media: st-rc: move pm ops setup out of conditional compilationSrinivas Kandagatla2014-09-231-3/+2
* [media] media: st-rc: move to using reset_control_get_optionalSrinivas Kandagatla2014-09-231-1/+1
* [media] rc-core: remove protocol arraysDavid Härdeman2014-07-251-1/+1
* [media] rc: abstract access to allowed/enabled protocolsJames Hogan2014-03-111-1/+1
* [media] media: st-rc: Add reset supportSrinivas Kandagatla2014-01-151-0/+13
* [media] media: st-rc: Add ST remote control driverSrinivas Kandagatla2013-10-311-0/+395