summaryrefslogtreecommitdiffstats
path: root/drivers/media/rc
AgeCommit message (Expand)AuthorLines
2024-12-11media: rc: iguanair: handle timeoutsOliver Neukum-1/+3
2024-12-11media: mceusb: don't include 'pm_wakeup.h' directlyWolfram Sang-1/+0
2024-12-11media: imon: don't push static constants on stack for %*phSean Young-1/+1
2024-12-11media: mceusb: don't push static constants on stack for %*phSean Young-2/+2
2024-11-20Merge tag 'media/v6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds-14/+11
2024-11-11Merge tag 'v6.12-rc7' into __tmp-hansg-linux-tags_media_atomisp_6_13_1Mauro Carvalho Chehab-2/+2
2024-11-03fdget(), trivial conversionsAl Viro-9/+4
2024-10-29media: ati_remote: don't push static constants on stack for %*phAndy Shevchenko-3/+3
2024-10-12media: Switch back to struct platform_driver::remove()Uwe Kleine-König-7/+7
2024-10-08media: gpio-ir-tx: Remove redundant call to local_irq_disable()Sean Young-4/+0
2024-10-08media: gpio-ir-tx: Driver does not behave with PREEMPT_RTSean Young-0/+1
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-2/+2
2024-09-27[tree-wide] finally take no_llseek outAl Viro-1/+0
2024-09-23Merge tag 'media/v6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds-5/+27
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro-4/+4
2024-07-31media: rc: remove unused tx_resolution fieldSean Young-5/+0
2024-07-31media: rc: meson-ir: support PM suspend/resumeZelong Dong-0/+27
2024-07-26Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-1/+3
2024-06-29media: rc: add keymap for MyGica UTV3 remoteNils Rothaug-0/+70
2024-06-21media: Convert from tasklet to BH workqueueAllen Pais-1/+1
2024-06-20media: rc: add missing MODULE_DESCRIPTION() macroJeff Johnson-0/+1
2024-05-31media: imon: Fix race getting ictx->lockRicardo Ribalda-4/+1
2024-05-31media: mceusb: No need for vendor/product ID in nameSean Young-9/+2
2024-05-30lirc: rc_dev_get_from_fd(): fix file leakAl Viro-1/+3
2024-05-19Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...Linus Torvalds-0/+4
2024-05-08media: rc: add missing io.hAndy Shevchenko-0/+4
2024-03-25media: imon: Convert sprintf/snprintf to sysfs_emitLi Zhijian-6/+6
2024-03-25media: lirc_dev: Make lirc_class constantRicardo B. Marliere-9/+9
2024-03-25media: ir-spi: Unify indentation and comment styleAndy Shevchenko-7/+5
2024-03-25media: ir-spi: Remove trailing comma in the terminator entryAndy Shevchenko-2/+2
2024-03-25media: ir-spi: Utilise temporary variable for struct deviceAndy Shevchenko-3/+3
2024-03-25media: ir-spi: Make use of device propertiesAndy Shevchenko-4/+4
2024-03-25media: ir-spi: Don't use "proxy" headersAndy Shevchenko-4/+9
2024-03-25media: rc: gpio-ir-recv: Remove unused of_gpio.hAndy Shevchenko-1/+0
2024-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-5/+11
2024-02-01media: pwm-ir-tx: Depend on CONFIG_HIGH_RES_TIMERSSean Young-0/+1
2024-02-01media: ir_toy: fix a memleak in irtoy_txZhipeng Lu-0/+2
2024-02-01media: rc: bpf attach/detach requires write permissionSean Young-5/+8
2024-01-24bpf: Take into account BPF token when fetching helper protosAndrii Nakryiko-1/+1
2024-01-12Merge tag 'pwm/for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-7/+80
2023-12-20media: pwm-ir-tx: Trigger edges from hrtimer interrupt contextSean Young-5/+78
2023-12-20pwm: Rename pwm_apply_state() to pwm_apply_might_sleep()Sean Young-2/+2
2023-11-16media: meson-ir-tx: Drop usage of platform_driver_probe()Uwe Kleine-König-3/+3
2023-11-16media: meson-ir-tx: Simplify and improve using dev_err_probe()Uwe Kleine-König-10/+6
2023-11-16media: meson-ir-tx: Convert to use devm_rc_register_device()Uwe Kleine-König-11/+1
2023-11-16media: ir-hix5hd2: Use device_get_match_data()Rob Herring-5/+5
2023-10-11media: lirc: drop trailing space from scancode transmitSean Young-1/+5
2023-10-11media: sharp: fix sharp encodingSean Young-3/+5
2023-10-07media: imon: fix access to invalid resource for the second interfaceTakashi Iwai-0/+6
2023-10-07media: rc: keymaps: add missing MODULE_DESCRIPTION to keymapsHans Verkuil-0/+133