summaryrefslogtreecommitdiff
path: root/drivers/media/rc
AgeCommit message (Expand)Author
2024-09-27[tree-wide] finally take no_llseek outAl Viro
2024-09-23Merge tag 'media/v6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro
2024-07-31media: rc: remove unused tx_resolution fieldSean Young
2024-07-31media: rc: meson-ir: support PM suspend/resumeZelong Dong
2024-07-26Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2024-06-29media: rc: add keymap for MyGica UTV3 remoteNils Rothaug
2024-06-21media: Convert from tasklet to BH workqueueAllen Pais
2024-06-20media: rc: add missing MODULE_DESCRIPTION() macroJeff Johnson
2024-05-31media: imon: Fix race getting ictx->lockRicardo Ribalda
2024-05-31media: mceusb: No need for vendor/product ID in nameSean Young
2024-05-30lirc: rc_dev_get_from_fd(): fix file leakAl Viro
2024-05-19Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-05-08media: rc: add missing io.hAndy Shevchenko
2024-03-25media: imon: Convert sprintf/snprintf to sysfs_emitLi Zhijian
2024-03-25media: lirc_dev: Make lirc_class constantRicardo B. Marliere
2024-03-25media: ir-spi: Unify indentation and comment styleAndy Shevchenko
2024-03-25media: ir-spi: Remove trailing comma in the terminator entryAndy Shevchenko
2024-03-25media: ir-spi: Utilise temporary variable for struct deviceAndy Shevchenko
2024-03-25media: ir-spi: Make use of device propertiesAndy Shevchenko
2024-03-25media: ir-spi: Don't use "proxy" headersAndy Shevchenko
2024-03-25media: rc: gpio-ir-recv: Remove unused of_gpio.hAndy Shevchenko
2024-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-01media: pwm-ir-tx: Depend on CONFIG_HIGH_RES_TIMERSSean Young
2024-02-01media: ir_toy: fix a memleak in irtoy_txZhipeng Lu
2024-02-01media: rc: bpf attach/detach requires write permissionSean Young
2024-01-24bpf: Take into account BPF token when fetching helper protosAndrii Nakryiko
2024-01-12Merge tag 'pwm/for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-12-20media: pwm-ir-tx: Trigger edges from hrtimer interrupt contextSean Young
2023-12-20pwm: Rename pwm_apply_state() to pwm_apply_might_sleep()Sean Young
2023-11-16media: meson-ir-tx: Drop usage of platform_driver_probe()Uwe Kleine-König
2023-11-16media: meson-ir-tx: Simplify and improve using dev_err_probe()Uwe Kleine-König
2023-11-16media: meson-ir-tx: Convert to use devm_rc_register_device()Uwe Kleine-König
2023-11-16media: ir-hix5hd2: Use device_get_match_data()Rob Herring
2023-10-11media: lirc: drop trailing space from scancode transmitSean Young
2023-10-11media: sharp: fix sharp encodingSean Young
2023-10-07media: imon: fix access to invalid resource for the second interfaceTakashi Iwai
2023-10-07media: rc: keymaps: add missing MODULE_DESCRIPTION to keymapsHans Verkuil
2023-09-27media: rc: ati_remote: increase mouse_name buffer sizeHans Verkuil
2023-09-27media: rc: meson-ir: support rc driver type RC_DRIVER_SCANCODEZelong Dong
2023-09-27media: rc: remove ir-rx51 in favour of generic pwm-ir-txSean Young
2023-07-19media: Explicitly include correct DT includesRob Herring
2023-07-14media: rc: ir-rx51: drop of_match_ptr for ID tableKrzysztof Kozlowski
2023-07-14media: rc: gpio-ir-tx: drop of_match_ptr for ID tableKrzysztof Kozlowski
2023-07-14media: rc: gpio-ir-recv: drop of_match_ptr for ID tableKrzysztof Kozlowski
2023-07-14media: rc: meson-ir: support MMIO regmaps to access registersZelong Dong
2023-07-14media: rc: meson-ir: rename Meson IR Controller register macrosZelong Dong
2023-07-14media: rc: meson-ir: sort Meson IR Controller register macrosZelong Dong
2023-06-28media: add HAS_IOPORT dependenciesNiklas Schnelle
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds