summaryrefslogtreecommitdiffstats
path: root/drivers/media/rc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-012-2/+2
|\
| * constify a bunch of struct file_operations instancesAl Viro2013-04-092-2/+2
* | [media] media/rc/imon.c: kill urb when send_packet() is interruptedKevin Baradon2013-04-231-1/+3
* | [media] media/rc/imon.c: do not try to register 2nd intf if 1st intf failedKevin Baradon2013-04-231-1/+8
* | [media] imon: Use large delays earlierKevin Baradon2013-04-231-6/+7
* | [media] mceusb: add some missing cmd sizesWilliam Steidtmann2013-04-161-2/+9
* | [media] rc: fix single line indentation of keymaps/MakefileAntti Palosaari2013-04-141-1/+1
* | [media] rc: add rc-reddoAntti Palosaari2013-04-142-0/+87
* | [media] rc: ene_ir: fix potential double free in ene_probe()Wei Yongjun2013-04-141-0/+1
* | [media] rc: nuvoton-cir: fix potential double free in nvt_probe()Wei Yongjun2013-04-141-0/+1
* | [media] rc: ite-cir: fix potential double free in ite_probe()Wei Yongjun2013-04-141-0/+1
* | [media] rc: winbond-cir: fix potential double free in wbcir_probe()Wei Yongjun2013-04-141-0/+1
* | [media] MEDIA: ttusbir, fix double freeJiri Slaby2013-04-081-0/+1
* | Merge tag 'v3.9-rc5' into patchworkMauro Carvalho Chehab2013-04-011-1/+1
|\ \
| * | [media] ir: IR_RX51 only works on OMAP2Arnd Bergmann2013-03-181-1/+1
| |/
* | [media] rc-core: don't treat dev->rc_map.rc_type as a bitmapDavid Härdeman2013-03-2312-38/+25
* | [media] media/rc/imon.c: avoid flooding syslog with "unknown keypress" when k...Kevin Baradon2013-03-211-11/+0
* | [media] media/rc/imon.c: make send_packet() delay larger for 15c2:0036Kevin Baradon2013-03-211-4/+13
* | [media] rc-core: rename ir_input_class to rc_classDavid Härdeman2013-03-191-6/+6
* | [media] rc-core: initialize rc-core earlier if built-inDavid Härdeman2013-03-191-1/+1
* | [media] redrat3: missing endian conversions and warningsSean Young2013-03-191-59/+12
* | [media] redrat3: remove memcpys and fix unaligned memory accessSean Young2013-03-191-248/+103
* | [media] redrat3: limit periods to hardware limitsSean Young2013-03-191-29/+24
* | [media] Media: remove incorrect __init/__exit markupsDmitry Torokhov2013-03-181-2/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-14/+5
|\
| * lirc: get rid of bogus checksAl Viro2013-02-261-10/+1
| * new helper: file_inode(file)Al Viro2013-02-221-7/+7
* | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-02-2417-162/+302
|\ \
| * | [media] media: rc: gpio-ir-recv: add support for device tree parsingSebastian Hesselbarth2013-02-131-0/+52
| * | [media] mceusb: move check earlier to make smatch happyDan Carpenter2013-02-131-4/+4
| * | [media] redrat3: fix transmit return value and overrunSean Young2013-02-081-12/+6
| * | [media] mceusb: make transmit work on HP transceiverSean Young2013-02-081-14/+11
| * | [media] mceusb: make transmit work on the Philips IR transceiverSean Young2013-02-081-5/+3
| * | [media] ttusbir: add missing endian conversionSean Young2013-02-081-3/+4
| * | [media] ttusbir: do not set led twice on resumeSean Young2013-02-081-2/+1
| * | [media] iguanair: intermittent initialization failureSean Young2013-02-051-10/+15
| * | [media] iguanair: ensure transmission mask is initializedSean Young2013-02-051-0/+1
| * | [media] winbond-cir: only enable higher sample resolution if neededSean Young2013-02-051-8/+19
| * | [media] imon: fix Knob event interpretation issues on ARMAlexandre Lissy2013-02-011-2/+2
| * | Merge branch 'v4l_for_linus' into staging/for_v3.9Mauro Carvalho Chehab2013-01-2413-36/+36
| |\|
| * | [media] media/rc: fix oops on unloading module rc-coreKonstantin Khlebnikov2012-12-272-24/+9
| * | [media] rc: unlock on error in store_protocols()Dan Carpenter2012-12-271-1/+2
| * | Merge tag 'v3.8-rc1' into staging/for_v3.9Mauro Carvalho Chehab2012-12-271-1/+0
| |\ \
| * | | [media] rc: unlock on error in show_protocols()Dan Carpenter2012-12-261-1/+3
| * | | [media] rc/keymaps: add RC keytable for MyGica X8507Alfredo Jesús Delaiti2012-12-232-0/+87
| * | | [media] rc: Call rc_register_device before irq setupMatthijs Kooijman2012-12-214-28/+28
| * | | [media] rc: Set rdev before irq setupMatthijs Kooijman2012-12-212-2/+5
| * | | [media] rc: Make probe cleanup goto labels more verboseMatthijs Kooijman2012-12-215-55/+60
| * | | [media] rc: Fix double free in gpio_ir_recv_remove()Jesper Juhl2012-12-211-1/+0
| * | | [media] rc: Fix double free in gpio_ir_recv_probe()Jesper Juhl2012-12-211-1/+1