1. e383ce0 [media] get rid of a number of problems at the cross references by Mauro Carvalho Chehab · 8 years ago
  2. c278256 Merge branch 'patchwork' into topic/docs-next by Mauro Carvalho Chehab · 8 years ago
  3. 5b6137dc [media] doc-rst: Fix issues with RC documentation by Mauro Carvalho Chehab · 8 years ago
  4. 4f253ce [media] redrat3: make hardware timeout configurable by Sean Young · 8 years ago
  5. 5f61ff8 [media] media: rc: reduce size of struct ir_raw_event by Heiner Kallweit · 8 years ago
  6. 078600f [media] rc-core: allow calling rc_open with device not initialized by Mauro Carvalho Chehab · 8 years ago
  7. c73bbaa [media] rc-core: don't lock device at rc_register_device() by Mauro Carvalho Chehab · 8 years ago
  8. c8e1bbc [media] rc-core: define a default timeout for drivers by Eric Nelson · 9 years ago
  9. 9cfcc65 Merge tag 'media/v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 9 years ago
  10. fa81084 [media] Docbook: Fix s_rx_carrier_range parameter description by Mauro Carvalho Chehab · 9 years ago
  11. 72c5b7b Revert "[media] rc: rc-ir-raw: Add scancode encoder callback" by David Härdeman · 9 years ago
  12. 3a03b86 Revert "[media] rc: rc-core: Add support for encode_wakeup drivers" by David Härdeman · 9 years ago
  13. 23f28f2 Revert "[media] rc: nuvoton-cir: Add support for writing wakeup samples via sysfs filter callback" by David Härdeman · 9 years ago
  14. fcb1309 [media] rc-core: use an IDA rather than a bitmap by David Härdeman · 9 years ago
  15. 6b20cf3 [media] rc: set IR_MAX_DURATION to 500 ms by Mauro Carvalho Chehab · 9 years ago
  16. da7ee60 [media] rc: nuvoton-cir: Add support for writing wakeup samples via sysfs filter callback by Antti Seppälä · 9 years ago
  17. 0d830b2 [media] rc: rc-core: Add support for encode_wakeup drivers by James Hogan · 9 years ago
  18. 9869da5 [media] rc: rc-ir-raw: Add scancode encoder callback by James Hogan · 9 years ago
  19. 7cec72c [media] rc-core: don't use dynamic_pr_debug for IR_dprintk() by Mauro Carvalho Chehab · 10 years ago
  20. 9d2f1d3 [media] rc-core: rename dev->scanmask to dev->scancode_mask by David Härdeman · 10 years ago
  21. c5540fb [media] rc-core: remove protocol arrays by David Härdeman · 10 years ago
  22. 120703f [media] rc-core: document the protocol type by David Härdeman · 10 years ago
  23. 99b0f3c [media] rc-core: remove generic scancode filter by David Härdeman · 10 years ago
  24. 23c843b [media] rc-core: split dev->s_filter by David Härdeman · 10 years ago
  25. ab88c66 [media] rc: add wakeup_protocols sysfs file by James Hogan · 10 years ago
  26. acff5f2 [media] rc: add allowed/enabled wakeup protocol masks by James Hogan · 10 years ago
  27. 1a1934f [media] rc: abstract access to allowed/enabled protocols by James Hogan · 10 years ago
  28. 37e59f8 [media, edac] Change my email address by Mauro Carvalho Chehab · 10 years ago
  29. 00942d1 [media] media: rc: add sysfs scancode filtering interface by James Hogan · 10 years ago
  30. 8b2ff32 [media] media: rc: Add rc_open/close and use count to rc_dev by Srinivas Kandagatla · 11 years ago
  31. 9719afa [media] rc-core: don't treat dev->rc_map.rc_type as a bitmap by David Härdeman · 11 years ago
  32. c003ab1 [media] rc-core: add separate defines for protocol bitmaps and numbers by David Härdeman · 12 years ago
  33. 86b0dbe [media] rc-core.h: Surround macro with do {} while (0) by Joe Perches · 13 years ago
  34. 5588dc2 [media] rc-core: lirc use unsigned int by David Härdeman · 13 years ago
  35. 08aeb7c [media] rc: add locking to fix register/show race by Jarod Wilson · 13 years ago
  36. 5aad724 [media] rc: fix up and genericize some time unit conversions by Jarod Wilson · 13 years ago
  37. 829ba9f [media] rc-core: fix some leftovers from the renaming patches by David Härdeman · 13 years ago
  38. b088ba6 [media] rc: Properly name the rc_map struct by Mauro Carvalho Chehab · 14 years ago
  39. 52b6614 [media] rc: Rename remote controller type to rc_type instead of ir_type by Mauro Carvalho Chehab · 14 years ago
  40. ca86674 [media] Rename all public generic RC functions from ir_ to rc_ by Mauro Carvalho Chehab · 14 years ago
  41. 6bda964 [media] rc: rename the remaining things to rc_core by Mauro Carvalho Chehab · 14 years ago[Renamed (98%) from include/media/ir-core.h]
  42. d8b4b58 [media] ir-core: make struct rc_dev the primary interface by David Härdeman · 14 years ago
  43. 4c7b355 [media] rc-core: Code cleanup after merging rc-sysfs and rc-map into rc-main by David Härdeman · 14 years ago
  44. 3ffea49 [media] ir-core: more cleanups of ir-functions.c by David Härdeman · 14 years ago
  45. 62c6503 [media] ir-core: remove remaining users of the ir-functions keyhandlers by David Härdeman · 14 years ago
  46. 4651918 [media] IR: extend ir_raw_event and do refactoring by Maxim Levitsky · 14 years ago
  47. ee08940 V4L/DVB: IR: export ir_keyup so imon driver can use it directly by Jarod Wilson · 14 years ago
  48. e589333 V4L/DVB: IR: extend interfaces to support more device settings by Maxim Levitsky · 14 years ago
  49. 4a702eb V4L/DVB: IR: add helper function for hardware with small o/b buffer by Maxim Levitsky · 14 years ago
  50. b378f43 V4L/DVB: IR: Allow not to compile keymaps in by Maxim Levitsky · 14 years ago
  51. 30eb1be V4L/DVB: IR TX: incoming IR buffer now an int pointer by Jarod Wilson · 14 years ago
  52. 9b7c54d V4L/DVB: IR: add tx callbacks to ir-core by Jarod Wilson · 14 years ago
  53. e40b112 V4L/DVB: ir-core: change duration to be coded as a u32 integer by David Härdeman · 14 years ago
  54. 1c0e0ee V4L/DVB: ir-core: make ir_g_keycode_from_table a public function by Jarod Wilson · 14 years ago
  55. 3f113e3 V4L/DVB: ir-core: move subsystem internal calls to ir-core-priv.h by Mauro Carvalho Chehab · 14 years ago
  56. 724e249 V4L/DVB: Teach drivers/media/IR/ir-raw-event.c to use durations by David Härdeman · 14 years ago
  57. 626cf69 V4L/DVB: ir-core: Distinguish sysfs attributes for in-hardware and raw decoders by Mauro Carvalho Chehab · 14 years ago
  58. 9dfe4e8 V4L/DVB: ir-core: Add support for badly-implemented hardware decoders by Mauro Carvalho Chehab · 14 years ago
  59. 4f9256b V4L/DVB: ir-core: move rc map code to rc-map.h by Mauro Carvalho Chehab · 14 years ago
  60. 587835a V4L-DVB: ir-core: remove the ancillary buffer by Mauro Carvalho Chehab · 14 years ago
  61. db1423a V4L-DVB: ir-rc5-decoder: Add a decoder for RC-5 IR protocol by Mauro Carvalho Chehab · 14 years ago
  62. a374fef V4L/DVB: ir-core: improve keyup/keydown logic by David Härdeman · 14 years ago
  63. b3074c0 V4L/DVB: drivers/media/IR - improve keytable code by David Härdeman · 14 years ago
  64. bd7261d V4L/DVB: ir-common: remove keymap tables from the module by Mauro Carvalho Chehab · 14 years ago
  65. 02858ee V4L/DVB: ir-core: Make use of the new IR keymap modules by Mauro Carvalho Chehab · 14 years ago
  66. b2245ba V4L/DVB: ir: prepare IR code for a parameter change at register function by Mauro Carvalho Chehab · 14 years ago
  67. 9ce50c1 V4L/DVB: ir-core: Add support for RC map code register by Mauro Carvalho Chehab · 14 years ago
  68. 77b7422d V4L/DVB: ir-common: move IR tables from ir-keymaps.c to a separate file by Mauro Carvalho Chehab · 14 years ago
  69. 716aab4 V4L/DVB: ir-core: Add callbacks for input/evdev open/close on IR core by Mauro Carvalho Chehab · 14 years ago
  70. 93c312f V4L/DVB: ir-core: prepare to add more operations for ir decoders by Mauro Carvalho Chehab · 14 years ago
  71. 995187b V4L/DVB: ir-core: dynamically load the compiled IR protocols by Mauro Carvalho Chehab · 14 years ago
  72. 9f15478 V4L/DVB: saa7134: don't wait too much to generate an IR event on raw_decode by Mauro Carvalho Chehab · 14 years ago
  73. ada3963 V4L/DVB: ir-core/saa7134: Move ir keyup/keydown code to the ir-core by Mauro Carvalho Chehab · 14 years ago
  74. 6660de5 V4L/DVB: ir-core: add two functions to report keyup/keydown events by Mauro Carvalho Chehab · 14 years ago
  75. a3572c3 V4L/DVB: ir-core: Add logic to decode IR protocols at the IR core by Mauro Carvalho Chehab · 14 years ago
  76. 727e625 V4L/DVB: ir-core: export driver name used by IR via uevent by Mauro Carvalho Chehab · 14 years ago
  77. 2915e5e V4L/DVB: ir-core: Add a macro to properly create IR tables by Mauro Carvalho Chehab · 14 years ago
  78. 945cdfa V4L/DVB: ir: use a real device instead of a virtual class by Mauro Carvalho Chehab · 14 years ago
  79. 8719cfd V4L/DVB (13833): ir-core: some functions can be static by Mauro Carvalho Chehab · 14 years ago
  80. 971e829 V4L/DVB (13680): ir: use unsigned long instead of enum by Mauro Carvalho Chehab · 14 years ago
  81. 53f8702 V4L/DVB (13635): ir-core: Implement protocol table type reading by Mauro Carvalho Chehab · 14 years ago
  82. e93854d V4L/DVB (13634): ir-core: allow passing IR device parameters to ir-core by Mauro Carvalho Chehab · 14 years ago
  83. 4714eda V4L/DVB (13633): ir-core: create a new class for remote controllers by Mauro Carvalho Chehab · 14 years ago
  84. 38ef6aa V4L/DVB (13616): IR: rename ir_input_free as ir_input_unregister by Mauro Carvalho Chehab · 14 years ago
  85. 75543cc V4L/DVB (13615): ir-core: create ir_input_register by Mauro Carvalho Chehab · 14 years ago
  86. 446e4a6 V4L/DVB (13613): IR: create ir-core module by Mauro Carvalho Chehab · 14 years ago