aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/rc/rc-main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-31[media] rc: remove excessive spaces from error messageSean Young1-2/+1
2017-01-30[media] rc-core: add support for IR raw transmittersAndi Shyti1-17/+25
2017-01-30[media] rc-main: split setup and unregister functionsAndi Shyti1-62/+81
2017-01-30[media] rc-main: assign driver type during allocationAndi Shyti1-3/+6
2017-01-30[media] rc: rc-core: Add support for encode_wakeup driversJames Hogan1-5/+21
2017-01-30[media] rc: Add scancode validationSean Young1-3/+68
2017-01-30[media] rc: change wakeup_protocols to list all protocol variantsSean Young1-58/+195
2017-01-30[media] rc5x: document that this is the 20 bit variantSean Young1-1/+1
2016-11-18[media] rc-main: clear rc_map.name in ir_free_table()Max Kellermann1-0/+1
2016-11-18[media] rc-main: use pr_foo() macrosMauro Carvalho Chehab1-3/+5
2016-10-24[media] rc: core: add managed versions of rc_allocate_device and rc_register_deviceHeiner Kallweit1-1/+57
2016-10-21[media] rc: don't break long linesMauro Carvalho Chehab1-2/+1
2016-09-22[media] rc: split nec protocol into its three variantsSean Young1-1/+3
2016-09-22[media] Partly revert "[media] rc-core: allow calling rc_open with device not initialized"Ole Ernst1-5/+4
2016-07-08Merge branch 'topic/cec' into patchworkMauro Carvalho Chehab1-0/+1
2016-07-08[media] rc-main: fix kernel oops after unloading keymap moduleHans Verkuil1-2/+8
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] media: rc: remove unneeded mutex in rc_register_deviceHeiner Kallweit1-2/+0
2016-03-03[media] rc-core: allow calling rc_open with device not initializedMauro Carvalho Chehab1-26/+21
2016-02-16[media] rc-core: don't lock device at rc_register_device()Mauro Carvalho Chehab1-19/+26
2015-12-03[media] media: rc: remove unneeded codeHeiner Kallweit1-3/+1
2015-11-19[media] media: rc: constify struct proto_namesHeiner Kallweit1-2/+2
2015-11-19[media] media: rc: preparation for on-demand decoder module loadingHeiner Kallweit1-13/+59
2015-11-19[media] media: rc-core: simplify logging in rc_register_deviceHeiner Kallweit1-4/+2
2015-11-19[media] rc: allow rc modules to be loaded if rc-main is not a moduleRussell King1-1/+1
2015-09-05Merge tag 'media/v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-28/+46
2015-08-19Revert "[media] rc: rc-core: Add support for encode_wakeup drivers"David Härdeman1-6/+1
2015-08-11[media] rc-core: improve the lirc protocol reportingDavid Härdeman1-1/+18
2015-07-06[media] rc-core: remove the LIRC "protocol"David Härdeman1-5/+9
2015-07-06[media] rc-core: use an IDA rather than a bitmapDavid Härdeman1-20/+20
2015-07-06[media] rc-core: fix remove uevent generationDavid Härdeman1-3/+0
2015-05-14[media] rc: rc-core: Add support for encode_wakeup driversJames Hogan1-1/+6
2015-04-30[media] rc: fix bad indentingMauro Carvalho Chehab1-1/+1
2014-12-23[media] rc-main: Re-apply filter for no-op protocol changeJames Hogan1-7/+7
2014-11-25[media] rc: Deletion of unnecessary checks before two function callsMarkus Elfring1-2/+1
2014-11-11Merge tag 'v3.18-rc4' into patchworkMauro Carvalho Chehab1-0/+2
2014-11-05[media] rc-main: Fix rc_type handlingMauro Carvalho Chehab1-1/+1
2014-10-30[media] rc-main: fix lockdep splash for rc-mainTomas Melin1-0/+3
2014-10-30[media] rc-core: fix protocol_change regression in ir_raw_event_registerTomas Melin1-0/+2
2014-07-30[media] rc-main: allow raw protocol drivers to restrict the allowed protosMauro Carvalho Chehab1-3/+2
2014-07-26[media] rc: Add support for decoding XMP protocolMarcel J.E. Mol1-0/+1
2014-07-25[media] rc-core: rename dev->scanmask to dev->scancode_maskDavid Härdeman1-2/+2
2014-07-25[media] rc-core: remove protocol arraysDavid Härdeman1-15/+15
2014-07-23[media] rc-core: simplify sysfs codeDavid Härdeman1-121/+144
2014-07-23[media] rc-core: document the protocol typeDavid Härdeman1-12/+18
2014-04-06[media] rc-core: remove generic scancode filterDavid Härdeman1-35/+53
2014-04-06[media] rc-core: split dev->s_filterDavid Härdeman1-7/+17
2014-03-13[media] media: rc-core: use %s in rc_map_get() module loadKees Cook1-1/+1
2014-03-11[media] rc-main: fix missing unlock if no devno leftJames Hogan1-8/+8