1. d80ca8b [media] media: rc: move check whether a protocol is enabled to the core by Heiner Kallweit · 9 years ago
  2. acc1c3c [media] media: rc: load decoder modules on-demand by Heiner Kallweit · 9 years ago
  3. 93cffffc [media] media: rc: fix decoder module unloading by Heiner Kallweit · 9 years ago
  4. 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
  5. 72c5b7b Revert "[media] rc: rc-ir-raw: Add scancode encoder callback" by David Härdeman · 9 years ago
  6. 86f2166 Revert "[media] rc: rc-ir-raw: Add Manchester encoder (phase encoder) helper" by David Härdeman · 9 years ago
  7. 3a03b86 Revert "[media] rc: rc-core: Add support for encode_wakeup drivers" by David Härdeman · 9 years ago
  8. fcb1309 [media] rc-core: use an IDA rather than a bitmap by David Härdeman · 10 years ago
  9. 0d830b2 [media] rc: rc-core: Add support for encode_wakeup drivers by James Hogan · 10 years ago
  10. 1d971d9 [media] rc: rc-ir-raw: Add Manchester encoder (phase encoder) helper by Antti Seppälä · 10 years ago
  11. 9869da5 [media] rc: rc-ir-raw: Add scancode encoder callback by James Hogan · 10 years ago
  12. 14edb59 [media] rc-core: fix protocol_change regression in ir_raw_event_register by Tomas Melin · 10 years ago
  13. 1dee9b5 [media] rc: Add support for decoding XMP protocol by Marcel J.E. Mol · 10 years ago
  14. 4924a31 [media] rc-core: rename ir-raw.c by David Härdeman · 11 years ago[Renamed (99%) from drivers/media/rc/ir-raw.c]
  15. c5540fb [media] rc-core: remove protocol arrays by David Härdeman · 11 years ago
  16. da6e162 [media] rc-core: simplify sysfs code by David Härdeman · 11 years ago
  17. 1a1934f [media] rc: abstract access to allowed/enabled protocols by James Hogan · 11 years ago
  18. 37e59f8 [media, edac] Change my email address by Mauro Carvalho Chehab · 11 years ago
  19. 324a667 [media] rc: ir-raw: Load ir-sharp-decoder module at init by James Hogan · 11 years ago
  20. 9719afa [media] rc-core: don't treat dev->rc_map.rc_type as a bitmap by David Härdeman · 12 years ago
  21. a4bb6f3 [media] media/rc: fix oops on unloading module rc-core by Konstantin Khlebnikov · 12 years ago
  22. b83bfd1 [media] rc: do not wake up rc thread unless there is something to do by Sean Young · 12 years ago
  23. 004ac38 [media] [3.3.0] ir-raw: remove BUG_ON in ir_raw_event_thread by Srinivas Kandagatla · 13 years ago
  24. 12cbfd0 Merge tag 'v3.2-rc2' into staging/for_v3.3 by Mauro Carvalho Chehab · 13 years ago
  25. b32e724 [media] rc: Add support for decoding Sanyo protocol by Mauro Carvalho Chehab · 13 years ago
  26. 35a2463 drivers/media: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required by Paul Gortmaker · 13 years ago
  27. dff65de drivers/media: ir-raw.c needs kmod.h for request_module by Stephen Rothwell · 13 years ago
  28. f5f2cc6 [media] rc-core support for Microsoft IR keyboard/mouse by Jarod Wilson · 13 years ago
  29. 3f5c4c7 [media] rc: fix ghost keypresses with certain hw by Jarod Wilson · 13 years ago
  30. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  31. 8358783 [media] ir-raw: Properly initialize the IR event (BZ#27202) by Mauro Carvalho Chehab · 14 years ago
  32. 2dbd61b [media] ir-raw: fix sparse non-ANSI function warning by Randy Dunlap · 14 years ago
  33. 829ba9f [media] rc-core: fix some leftovers from the renaming patches by David Härdeman · 14 years ago
  34. 03c9a80 [media] rc: Rename IR raw interface to ir-raw.c by Mauro Carvalho Chehab · 14 years ago[Renamed from drivers/media/rc/rc-raw.c]
  35. 6bda964 [media] rc: rename the remaining things to rc_core by Mauro Carvalho Chehab · 14 years ago
  36. d8b4b58 [media] ir-core: make struct rc_dev the primary interface by David Härdeman · 14 years ago
  37. f62de67 [media] Rename rc-core files from ir- to rc- by Mauro Carvalho Chehab · 14 years ago[Renamed (99%) from drivers/media/rc/ir-raw-event.c]
  38. 32cf86f [media] rename drivers/media/IR to drives/media/rc by Mauro Carvalho Chehab · 14 years ago[Renamed from drivers/media/IR/ir-raw-event.c]
  39. 74c4792 [media] ir-raw-event: Fix a stupid error at a printk by Mauro Carvalho Chehab · 14 years ago
  40. 4651918 [media] IR: extend ir_raw_event and do refactoring by Maxim Levitsky · 14 years ago
  41. c6ef1e7 [media] IR: plug races in IR raw thread by Maxim Levitsky · 14 years ago
  42. 028816b V4L/DVB: IR: ir-raw-event: null pointer dereference by Dan Carpenter · 14 years ago
  43. 4a702eb V4L/DVB: IR: add helper function for hardware with small o/b buffer by Maxim Levitsky · 14 years ago
  44. 0d2cb1d V4L/DVB: IR: replace workqueue with kthread by Maxim Levitsky · 14 years ago
  45. 45a568f V4L/DVB: IR: replace spinlock with mutex by Maxim Levitsky · 14 years ago
  46. 510fcb7 V4L/DVB: IR: minor fixes by Maxim Levitsky · 14 years ago
  47. ca41469 V4L/DVB: IR: add ir-core to lirc userspace decoder bridge driver by Jarod Wilson · 14 years ago
  48. c216369 V4L/DVB: ir-core: move decoding state to ir_raw_event_ctrl by David Härdeman · 14 years ago
  49. 667c9eb V4L/DVB: ir-core: centralize sysfs raw decoder enabling/disabling by David Härdeman · 14 years ago
  50. c228426 V4L/DVB: IR: let all protocol decoders have a go at raw data by Jarod Wilson · 15 years ago
  51. 3fe29c8 V4L/DVB: ir-core: Add Sony support to ir-core by David Härdeman · 15 years ago
  52. bf670f6 V4L/DVB: ir-core: Add JVC support to ir-core by David Härdeman · 15 years ago
  53. e40b112 V4L/DVB: ir-core: change duration to be coded as a u32 integer by David Härdeman · 15 years ago
  54. 784a493 V4L/DVB: Add RC6 support to ir-core by David Härdeman · 15 years ago
  55. 5fa2989 V4L/DVB: ir-core: Remove warining noise if decoders compiled builtin by Mauro Carvalho Chehab · 15 years ago
  56. 3f113e3 V4L/DVB: ir-core: move subsystem internal calls to ir-core-priv.h by Mauro Carvalho Chehab · 15 years ago
  57. 724e249 V4L/DVB: Teach drivers/media/IR/ir-raw-event.c to use durations by David Härdeman · 15 years ago
  58. 626cf69 V4L/DVB: ir-core: Distinguish sysfs attributes for in-hardware and raw decoders by Mauro Carvalho Chehab · 15 years ago
  59. 6eb9435 V4L/DVB: ir: Make sure that the spinlocks are properly initialized by Mauro Carvalho Chehab · 15 years ago
  60. 587835a V4L-DVB: ir-core: remove the ancillary buffer by Mauro Carvalho Chehab · 15 years ago
  61. db1423a V4L-DVB: ir-rc5-decoder: Add a decoder for RC-5 IR protocol by Mauro Carvalho Chehab · 15 years ago
  62. a374fef V4L/DVB: ir-core: improve keyup/keydown logic by David Härdeman · 15 years ago
  63. 20d5f11 V4L/DVB: ir-nec-decoder: Add sysfs node to enable/disable per irrcv by Mauro Carvalho Chehab · 15 years ago
  64. 93c312f V4L/DVB: ir-core: prepare to add more operations for ir decoders by Mauro Carvalho Chehab · 15 years ago
  65. 995187b V4L/DVB: ir-core: dynamically load the compiled IR protocols by Mauro Carvalho Chehab · 15 years ago
  66. 9f15478 V4L/DVB: saa7134: don't wait too much to generate an IR event on raw_decode by Mauro Carvalho Chehab · 15 years ago
  67. a3572c3 V4L/DVB: ir-core: Add logic to decode IR protocols at the IR core by Mauro Carvalho Chehab · 15 years ago