aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/rc/sunxi-cir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-28media: rc-core: rename ir_raw_event_reset to ir_raw_event_overflowSean Young1-1/+1
2021-09-30media: rc: sunxi-cir: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing1-3/+1
2021-01-27media: sunxi-cir: Implement suspend/resume/shutdown callbacksSamuel Holland1-0/+21
2021-01-27media: sunxi-cir: Factor out hardware initializationSamuel Holland1-54/+74
2021-01-27media: sunxi-cir: Remove unnecessary spinlockSamuel Holland1-10/+0
2021-01-27media: sunxi-cir: Clean up dead register writesSamuel Holland1-10/+0
2020-11-25media: sunxi-cir: allow timeout to be set at runtimeSean Young1-8/+40
2020-11-25media: sunxi-cir: ensure IR is handled when it is continuousSean Young1-0/+2
2020-09-03media: rc: harmonize infrared durations to microsecondsSean Young1-2/+2
2019-08-07media: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-1/+0
2019-08-04media: rc: sunxi: Add RXSTA bits definitionClément Péron1-6/+12
2019-08-04media: rc: sunxi: Add A31 compatibleClément Péron1-0/+9
2019-08-04media: rc: Introduce sunxi_ir_quirksClément Péron1-14/+47
2019-06-27media: rc: remove redundant dev_err messageDing Xiang1-1/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2018-10-04media: rc: Remove init_ir_raw_event and DEFINE_IR_RAW_EVENT macrosSean Young1-1/+1
2018-03-21media: rc: update sunxi-ir driver to get base clock frequency from devicetreePhilipp Rossak1-8/+11
2017-08-20media: rc: rename RC_TYPE_* to RC_PROTO_* and RC_BIT_* to RC_PROTO_BIT_*Sean Young1-1/+1
2017-08-20media: rc: sunxi-cir: 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] rc: sunxi-cir: simplify optional reset handlingPhilipp Zabel1-14/+7
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
2016-03-03[media] rc: sunxi-cir: support module autoloadingEmilio López1-0/+1
2015-12-23[media] rc: sunxi-cir: Initialize the spinlock properlyChen-Yu Tsai1-0/+2
2015-01-29[media] rc: sunxi-cir: Add support for the larger fifo found on sun5i and sun6iHans de Goede1-9/+12
2015-01-29[media] rc: sunxi-cir: Add support for an optional reset controllerHans de Goede1-2/+23
2014-10-20media: rc: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-07-25[media] rc-core: remove protocol arraysDavid Härdeman1-1/+1
2014-07-04[media] rc: add sunxi-ir driverAlexander Bersenev1-0/+318