aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/rc/lirc_dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-20media: rc: Directly use ida_free()keliu1-3/+3
2022-01-28media: lirc: report ir receiver overflowSean Young1-7/+6
2022-01-28media: rc-core: rename ir_raw_event_reset to ir_raw_event_overflowSean Young1-4/+4
2022-01-24media: lirc: simplify gap calculationSean Young1-13/+6
2021-12-14media: lirc: always send timeout reportsSean Young1-5/+0
2021-07-22media: rc: rename s_learning_mode() to s_wideband_receiver()Sean Young1-3/+3
2020-11-17media: rc: validate that "rc_proto" is reasonableDan Carpenter1-1/+2
2020-09-03media: rc: rename ir_lirc_* functions to lirc_*Sean Young1-28/+27
2020-09-03media: rc: harmonize infrared durations to microsecondsSean Young1-22/+15
2020-09-03media: rc: rename lirc char dev region to "lirc"Sean Young1-2/+1
2020-03-12media: rc: make scancodes 64 bitSean Young1-6/+1
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann1-3/+1
2019-06-21media: rc: IR signal for Panasonic air conditioner too longSean Young1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-11/+1
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov1-1/+1
2018-06-07Merge tag 'media/v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-3/+28
2018-05-30media: rc: introduce BPF_PROG_LIRC_MODE2Sean Young1-0/+30
2018-04-20media: rc: per-protocol repeat period and minimum keyup timerSean Young1-1/+1
2018-04-20media: rc: add ioctl to get the current timeoutSean Young1-0/+7
2018-04-20media: rc: report receiver and transmitter type on device registerSean Young1-2/+20
2018-02-27media: rc: no need to announce major numberSean Young1-2/+2
2018-02-14media: rc: get start time just before calling driver txSean Young1-2/+2
2018-02-14media: rc: remove useless if statementSean Young1-1/+1
2018-02-14media: rc: remove IR_dprintk() from rc-coreSean Young1-5/+5
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-6/+6
2018-02-06Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-339/+642
2018-01-23media: lirc: lirc daemon fails to detect raw IR deviceSean Young1-2/+2
2018-01-23media: lirc: add module alias for lirc_devSean Young1-0/+2
2018-01-23media: lirc: don't kfree the uninitialized pointer txbufColin Ian King1-2/+3
2017-12-18media: lirc: release lock before sleepSean Young1-1/+5
2017-12-18media: lirc: no need to recalculate durationSean Young1-9/+1
2017-12-18media: lirc: do not pass ERR_PTR to kfreeSean Young1-17/+18
2017-12-18media: lirc: when transmitting scancodes, block until transmit is doneSean Young1-11/+11
2017-12-14media: lirc: improve lockingSean Young1-102/+137
2017-12-14media: lirc: allow lirc device to be opened more than onceSean Young1-113/+134
2017-12-14media: rc: include <uapi/linux/lirc.h> rather than <media/lirc.h>Sean Young1-1/+1
2017-12-14media: rc: move ir-lirc-codec.c contents into lirc_dev.cSean Young1-0/+604
2017-12-14media: lirc: scancode rc devices should have a lirc device tooSean Young1-1/+4
2017-12-14media: lirc: implement reading scancodeSean Young1-0/+13
2017-12-14media: lirc: remove last remnants of lirc kapiSean Young1-97/+48
2017-12-14media: lirc: remove name from lirc_devSean Young1-6/+3
2017-12-14media: lirc: create rc-core open and close lirc functionsSean Young1-65/+3
2017-12-14media: lirc: move lirc_dev->attached to rc_dev->registeredSean Young1-3/+1
2017-12-14media: lirc: use kfifo rather than lirc_buffer for raw IRSean Young1-183/+16
2017-12-14media: lirc: merge lirc_dev_fop_ioctl and ir_lirc_ioctlSean Young1-59/+3
2017-12-14media: lirc: lirc interface should not be a raw decoderSean Young1-34/+13
2017-12-14media: lirc: remove LIRCCODE and LIRC_GET_LENGTHSean Young1-12/+0
2017-11-27media: annotate ->poll() instancesAl Viro1-2/+2
2017-10-11media: lirc_dev: remove min_timeout and max_timeoutDavid Härdeman1-18/+0
2017-10-04[media] media: lirc_dev: merge struct irctl into struct lirc_devDavid Härdeman1-175/+139