summaryrefslogtreecommitdiff
path: root/drivers/media/rc
AgeCommit message (Expand)AuthorFilesLines
2016-07-08[media] media: rc: nuvoton: clean up initialization of wakeup registersHeiner Kallweit1-22/+3
2016-07-08[media] media: rc: nuvoton: remove interrupt handling for wakeupHeiner Kallweit2-57/+2
2016-07-08[media] media: rc: nuvoton: fix rx fifo overrun handlingHeiner Kallweit1-10/+4
2016-07-08[media] rc-main: fix kernel oops after unloading keymap moduleHans Verkuil1-2/+8
2016-06-30ir-rx51: use hrtimer instead of dmtimerIvaylo Dimitrov1-129/+37
2016-06-30ir-rx51: add DT support to driverIvaylo Dimitrov1-1/+10
2016-06-30ir-rx51: use PWM framework instead of OMAP dmtimerIvaylo Dimitrov1-41/+44
2016-06-30ir-rx51: Fix build after multiarch changes broke itIvaylo Dimitrov2-47/+54
2016-06-22[media] rc: Add HDMI CEC protocol handlingKamil Debski1-0/+1
2016-05-07[media] drivers/media/rc: postpone kfree(rc_dev)Max Kellermann1-1/+6
2016-05-07[media] mceusb: add support for SMK eHome receiverOlli Salonen1-0/+3
2016-05-07[media] mceusb: add support for Adaptec eHome receiverOlli Salonen1-0/+3
2016-05-07[media] media: rc: remove unneeded mutex in rc_register_deviceHeiner Kallweit1-2/+0
2016-05-07[media] ati_remote: avoid fragile snprintf useRasmus Villemoes1-7/+4
2016-03-10[media] mceusb: use %*ph for small buffer dumpsMauro Carvalho Chehab1-3/+2
2016-03-05[media] media: rc: nuvoton: switch attribute wakeup_data to textHeiner Kallweit1-32/+53
2016-03-03[media] rc: sunxi-cir: support module autoloadingEmilio López1-0/+1
2016-03-03[media] igorplugusb: fix leaks in error pathSean Young1-5/+12
2016-03-03[media] Fix AverMedia RM-KS remote keymapPhilippe Valembois1-28/+28
2016-03-03[media] media: rc: nuvoton: support reading / writing wakeup sequence via sysfsHeiner Kallweit2-0/+88
2016-03-03[media] rc-core: allow calling rc_open with device not initializedMauro Carvalho Chehab1-26/+21
2016-03-01[media] lirc_dev: avoid double mutex unlockMauro Carvalho Chehab1-2/+5
2016-03-01[media] ati_remote: Put timeouts at the accel arrayMauro Carvalho Chehab1-20/+27
2016-02-16[media] rc-core: don't lock device at rc_register_device()Mauro Carvalho Chehab1-19/+26
2016-02-02[media] rc/nuvoton_cir: fix locking issue when calling nvt_disable_cirHeiner Kallweit1-8/+6
2016-02-02[media] rc/nuvoton_cir: fix locking issue when calling nvt_enable_wakeHeiner Kallweit1-6/+10
2016-02-02[media] rc/nuvoton_cir: fix locking issue with nvt_enable_cirHeiner Kallweit1-18/+15
2016-02-01[media] media: rc: nuvoton-cir: improve locking in both interrupt handlersHeiner Kallweit1-12/+12
2016-02-01[media] media: rc: nuvoton-cir: fix interrupt handlingHeiner Kallweit1-17/+12
2016-02-01[media] media: rc: nuvoton-cir: fix wakeup interrupt bitsHeiner Kallweit1-4/+1
2016-02-01[media] media: rc: nuvoton-cir: add locking to calls of nvt_enable_wakeHeiner Kallweit1-6/+12
2016-02-01[media] media: rc: nuvoton-cir: improve nvt_hw_detectHeiner Kallweit2-5/+15
2016-01-25[media] nuvoton-cir: fix setting ioport base addressHeiner Kallweit1-4/+18
2016-01-25[media] nuvoton-cir: remove unneeded call to nvt_set_cir_irenHeiner Kallweit1-3/+0
2016-01-25[media] nuvoton-cir: remove unneeded EFM operation in nvt_cir_isrHeiner Kallweit1-4/+0
2016-01-25[media] nuvoton-cir: improve logical device handlingHeiner Kallweit1-9/+13
2016-01-25[media] nuvoton-cir: factor out logical device enablingHeiner Kallweit1-11/+11
2016-01-25[media] nuvoton-cir: use IR_DEFAULT_TIMEOUT and consider SAMPLE_PERIODHeiner Kallweit1-2/+2
2016-01-25[media] nuvoton-cir: fix clearing wake fifoHeiner Kallweit1-1/+9
2016-01-25[media] nuvoton-cir: factor out logical device disablingHeiner Kallweit1-12/+11
2016-01-25[media] nuvoton-cir: simplify nvt_cir_tx_inactiveHeiner Kallweit1-4/+1
2016-01-25[media] nuvoton-cir: simplify nvt_select_logical_ devHeiner Kallweit1-2/+1
2016-01-25[media] nuvoton-cir: use request_muxed_region for accessing EFM registersHeiner Kallweit1-1/+8
2016-01-25[media] media: rc: raw: improve FIFO handlingHeiner Kallweit2-16/+13
2016-01-25[media] media: rc: nuvoton: mark wakeup-related resourcesHeiner Kallweit1-2/+2
2015-12-23[media] rc: sunxi-cir: Initialize the spinlock properlyChen-Yu Tsai1-0/+2
2015-12-21[media] ir-lirc-codec.c: don't leak lirc->drv-rbufMauro Carvalho Chehab1-0/+1
2015-12-03[media] media: rc: remove unneeded codeHeiner Kallweit3-20/+1
2015-11-19[media] media: rc: move check whether a protocol is enabled to the coreHeiner Kallweit10-31/+3
2015-11-19[media] media: rc: load decoder modules on-demandHeiner Kallweit2-74/+0