summaryrefslogtreecommitdiff
path: root/drivers/media/rc
AgeCommit message (Expand)AuthorFilesLines
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner9-14/+14
2025-03-25Merge tag 'media/v6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds4-33/+113
2025-03-04media: rc: reduce useless padding in struct rc_dev etcSean Young1-2/+2
2025-02-18media: Switch to use hrtimer_setup()Nam Cao1-2/+1
2025-02-13media: rc: add keymap for Siemens Gigaset RC20 remoteMichael Klein2-0/+72
2025-02-13media: streamzap: prevent processing IR data on URB failureMurad Masimov1-30/+38
2025-02-13media: streamzap: fix race between device disconnection and urb callbackMurad Masimov1-1/+1
2024-12-11media: rc: iguanair: handle timeoutsOliver Neukum1-1/+3
2024-12-11media: mceusb: don't include 'pm_wakeup.h' directlyWolfram Sang1-1/+0
2024-12-11media: imon: don't push static constants on stack for %*phSean Young1-1/+1
2024-12-11media: mceusb: don't push static constants on stack for %*phSean Young1-2/+2
2024-11-20Merge tag 'media/v6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds10-14/+11
2024-11-11Merge tag 'v6.12-rc7' into __tmp-hansg-linux-tags_media_atomisp_6_13_1Mauro Carvalho Chehab2-2/+2
2024-11-03fdget(), trivial conversionsAl Viro1-9/+4
2024-10-29media: ati_remote: don't push static constants on stack for %*phAndy Shevchenko1-3/+3
2024-10-12media: Switch back to struct platform_driver::remove()Uwe Kleine-König7-7/+7
2024-10-08media: gpio-ir-tx: Remove redundant call to local_irq_disable()Sean Young1-4/+0
2024-10-08media: gpio-ir-tx: Driver does not behave with PREEMPT_RTSean Young1-0/+1
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro2-2/+2
2024-09-27[tree-wide] finally take no_llseek outAl Viro1-1/+0
2024-09-23Merge tag 'media/v6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds4-5/+27
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro1-4/+4
2024-07-31media: rc: remove unused tx_resolution fieldSean Young3-5/+0
2024-07-31media: rc: meson-ir: support PM suspend/resumeZelong Dong1-0/+27
2024-07-26Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+3
2024-06-29media: rc: add keymap for MyGica UTV3 remoteNils Rothaug2-0/+70
2024-06-21media: Convert from tasklet to BH workqueueAllen Pais1-1/+1
2024-06-20media: rc: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-05-31media: imon: Fix race getting ictx->lockRicardo Ribalda1-4/+1
2024-05-31media: mceusb: No need for vendor/product ID in nameSean Young1-9/+2
2024-05-30lirc: rc_dev_get_from_fd(): fix file leakAl Viro1-1/+3
2024-05-19Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...Linus Torvalds4-0/+4
2024-05-08media: rc: add missing io.hAndy Shevchenko4-0/+4
2024-03-25media: imon: Convert sprintf/snprintf to sysfs_emitLi Zhijian1-6/+6
2024-03-25media: lirc_dev: Make lirc_class constantRicardo B. Marliere1-9/+9
2024-03-25media: ir-spi: Unify indentation and comment styleAndy Shevchenko1-7/+5
2024-03-25media: ir-spi: Remove trailing comma in the terminator entryAndy Shevchenko1-2/+2
2024-03-25media: ir-spi: Utilise temporary variable for struct deviceAndy Shevchenko1-3/+3
2024-03-25media: ir-spi: Make use of device propertiesAndy Shevchenko1-4/+4
2024-03-25media: ir-spi: Don't use "proxy" headersAndy Shevchenko1-4/+9
2024-03-25media: rc: gpio-ir-recv: Remove unused of_gpio.hAndy Shevchenko1-1/+0
2024-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-5/+11
2024-02-01media: pwm-ir-tx: Depend on CONFIG_HIGH_RES_TIMERSSean Young1-0/+1
2024-02-01media: ir_toy: fix a memleak in irtoy_txZhipeng Lu1-0/+2
2024-02-01media: rc: bpf attach/detach requires write permissionSean Young3-5/+8
2024-01-24bpf: Take into account BPF token when fetching helper protosAndrii Nakryiko1-1/+1
2024-01-12Merge tag 'pwm/for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-7/+80
2023-12-20media: pwm-ir-tx: Trigger edges from hrtimer interrupt contextSean Young1-5/+78
2023-12-20pwm: Rename pwm_apply_state() to pwm_apply_might_sleep()Sean Young1-2/+2
2023-11-16media: meson-ir-tx: Drop usage of platform_driver_probe()Uwe Kleine-König1-3/+3