1. 1b09a2a media: ir-kbd-i2c: convert to i2c_new_dummy_device() by Wolfram Sang · 5 years ago
  2. b3185ab media: ir-kbd-i2c: remove outdated comments by Wolfram Sang · 5 years ago
  3. 3ef9dff treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 137 by Thomas Gleixner · 6 years ago
  4. 7bc8a0d media: rc: probe zilog transmitter when zilog receiver is found by Sean Young · 7 years ago
  5. 9863bc4 media: ir-kbd-i2c: change the if logic to avoid a warning by Mauro Carvalho Chehab · 7 years ago
  6. c3902da media: ir-kbd-i2c: improve error handling code by Mauro Carvalho Chehab · 7 years ago
  7. 1cb2603 media: i2c: enable i2c IR for hardware which isn't HD-PVR by Sean Young · 7 years ago
  8. acaa34b media: rc: implement zilog transmitter by Sean Young · 7 years ago
  9. ab5222e media: merge ir_tx_z8f0811_haup and ir_rx_z8f0811_haup i2c devices by Sean Young · 7 years ago
  10. a6927d8 media: rc: i2c: only poll if the rc device is opened by Sean Young · 7 years ago
  11. 50a762b media: rc: i2c: use dev_dbg rather hand-rolled debug by Sean Young · 7 years ago
  12. afc7f24 media: rc: i2c: set parent of rc device and improve name by Sean Young · 7 years ago
  13. 831c4c8 [media] media: rc: ensure that protocols are enabled for scancode drivers by Sean Young · 7 years ago
  14. 6d741bf media: rc: rename RC_TYPE_* to RC_PROTO_* and RC_BIT_* to RC_PROTO_BIT_* by Sean Young · 7 years ago
  15. 518f4b2 media: rc-core: rename input_name to device_name by Sean Young · 8 years ago
  16. 0f7499f [media] rc-main: assign driver type during allocation by Andi Shyti · 8 years ago
  17. bcb6331 [media] media: Drop FSF's postal address from the source code files by Sakari Ailus · 8 years ago
  18. 9cdbe14 rc: print correct variable for z8f0811 by Arnd Bergmann · 8 years ago
  19. 00bb820 [media] rc: Hauppauge z8f0811 can decode RC6 by Sean Young · 8 years ago
  20. 329d88d [media] media: i2c: Don't export ir-kbd-i2c module alias by Javier Martinez Canillas · 9 years ago
  21. b5dcee2 [media] include/media: split I2C headers from V4L2 core by Mauro Carvalho Chehab · 9 years ago
  22. ed8d1cf [media] Export I2C module alias information in missing drivers by Javier Martinez Canillas · 9 years ago
  23. 8f1aeed [media] i2c: Deletion of an unnecessary check before the function call "rc_unregister_device" by Markus Elfring · 10 years ago
  24. c5540fb [media] rc-core: remove protocol arrays by David Härdeman · 11 years ago
  25. 120703f [media] rc-core: document the protocol type by David Härdeman · 11 years ago
  26. 4dd9bb9 [media] rc-core: improve ir-kbd-i2c get_key functions by David Härdeman · 11 years ago
  27. 1a1934f [media] rc: abstract access to allowed/enabled protocols by James Hogan · 11 years ago
  28. 39c1cb2 [media] media_tree: Fix spelling errors by Jonathan McCrohan · 11 years ago
  29. c02b211 [media] media: i2c: Convert to devm_kzalloc() by Laurent Pinchart · 12 years ago
  30. 34fe278 [media] saa7134: Add AverMedia A706 AverTV Satellite Hybrid+FM by Ondrej Zary · 12 years ago
  31. 9719afa [media] rc-core: don't treat dev->rc_map.rc_type as a bitmap by David Härdeman · 12 years ago
  32. c003ab1 [media] rc-core: add separate defines for protocol bitmaps and numbers by David Härdeman · 12 years ago
  33. cb7a01a [media] move i2c files into drivers/media/i2c by Mauro Carvalho Chehab · 12 years ago[Renamed from drivers/media/video/ir-kbd-i2c.c]
  34. c6e8d86 [media] convert drivers/media/* to use module_i2c_driver() by Axel Lin · 13 years ago
  35. 7528cd2 [media] cx231xx: Fix unregister logic by Mauro Carvalho Chehab · 13 years ago
  36. 90bf3aa [media] cx231xx-input: stop polling if the device got removed. by Mauro Carvalho Chehab · 13 years ago
  37. 6e5b960 [media] ir-kbd-i2c: pass device code w/key in hauppauge case by Jarod Wilson · 14 years ago
  38. 2062410 [media] rc/keymaps: Remove the obsolete rc-rc5-tv keymap by Mauro Carvalho Chehab · 14 years ago
  39. af86ce7 [media] remove the old RC_MAP_HAUPPAUGE_NEW RC map by Mauro Carvalho Chehab · 14 years ago
  40. 8df5991 [media] ir-kbd-i2c: improve remote behavior with z8 behind usb by Jarod Wilson · 14 years ago
  41. c69a4af [media] ir-kbd-i2c: Add back defaults setting for Zilog Z8's at addr 0x71 by Andy Walls · 14 years ago
  42. e6bcb2f [media] ir-kbd-i2c: Make IR debug messages more useful by Mauro Carvalho Chehab · 14 years ago
  43. a9cd591 [media] ir-kbd-i2c: Add HD PVR IR Rx support to ir-kbd-i2c by Andy Walls · 14 years ago
  44. 52b6614 [media] rc: Rename remote controller type to rc_type instead of ir_type by Mauro Carvalho Chehab · 14 years ago
  45. ca86674 [media] Rename all public generic RC functions from ir_ to rc_ by Mauro Carvalho Chehab · 14 years ago
  46. 6bda964 [media] rc: rename the remaining things to rc_core by Mauro Carvalho Chehab · 14 years ago
  47. 2eb2583 [media] ir-kbd-i2c: add rc_dev as a parameter to the driver by Mauro Carvalho Chehab · 14 years ago
  48. d8b4b58 [media] ir-core: make struct rc_dev the primary interface by David Härdeman · 14 years ago
  49. 62c6503 [media] ir-core: remove remaining users of the ir-functions keyhandlers by David Härdeman · 14 years ago
  50. f3dc65d i2c: Drivers shouldn't include <linux/i2c-id.h> by Jean Delvare · 14 years ago
  51. c72ba8e V4L/DVB: saa7134: get rid of I2C_HW_SAA7134 by Mauro Carvalho Chehab · 14 years ago
  52. 44243fc V4L/DVB: Remove the usage of I2C_HW_B_CX2388x on ir-kbd-i2c.c by Mauro Carvalho Chehab · 14 years ago
  53. c0c4682 V4L/DVB: bttv: Move PV951 IR to the right driver by Mauro Carvalho Chehab · 14 years ago
  54. a40231a V4L/DVB: ir-kbd-i2c: remove obsolete I2C_HW_B_CX2341X test by Hans Verkuil · 14 years ago
  55. 0dc5094 V4L/DVB: ir-core: partially convert ir-kbd-i2c.c to not use ir-functions.c by David Härdeman · 15 years ago
  56. 02858ee V4L/DVB: ir-core: Make use of the new IR keymap modules by Mauro Carvalho Chehab · 15 years ago
  57. b2245ba V4L/DVB: ir: prepare IR code for a parameter change at register function by Mauro Carvalho Chehab · 15 years ago
  58. d705d2a V4L/DVB: ir: use IR_KEYTABLE where an IR table is needed by Mauro Carvalho Chehab · 15 years ago
  59. 727e625 V4L/DVB: ir-core: export driver name used by IR via uevent by Mauro Carvalho Chehab · 15 years ago
  60. ca39d84 V4L/DVB: em28xx: fix for "Leadtek winfast tv usbii deluxe" by Magnus Alm · 15 years ago
  61. 971e829 V4L/DVB (13680): ir: use unsigned long instead of enum by Mauro Carvalho Chehab · 15 years ago
  62. e93854d V4L/DVB (13634): ir-core: allow passing IR device parameters to ir-core by Mauro Carvalho Chehab · 15 years ago
  63. 579e7d6 V4L/DVB (13617): ir: move input_register_device() to happen inside ir_input_register() by Mauro Carvalho Chehab · 15 years ago
  64. 38ef6aa V4L/DVB (13616): IR: rename ir_input_free as ir_input_unregister by Mauro Carvalho Chehab · 15 years ago
  65. d995a18 V4L/DVB (13591): add support for IR on FlyDVB Trio (saa7134) by Lukas Karas · 15 years ago
  66. 055cd55 V4L/DVB (13537): ir: Prepare the code for dynamic keycode table allocation by Mauro Carvalho Chehab · 15 years ago
  67. 8573b74 V4L/DVB (13533): ir: use dynamic tables, instead of static ones by Mauro Carvalho Chehab · 15 years ago
  68. 7ef68e60 V4L/DVB (13236): ir-kbd-i2c: Don't reject unknown I2C addresses by Jean Delvare · 15 years ago
  69. 715a223 V4L/DVB (12595): common/ir: use a struct for keycode tables by Mauro Carvalho Chehab · 15 years ago
  70. f5d887a V4L/DVB (12368): ir-kbd-i2c: Add support for Z8F0811/Hauppage IR transceivers by Andy Walls · 15 years ago
  71. 1b6e59e3 V4L/DVB (12366): ir-kbd-i2c: Allow use of ir-kdb-i2c internal get_key funcs and set ir_type by Andy Walls · 15 years ago
  72. 157da27 V4L/DVB (12365): ir-kbd-i2c: Remove superfulous inlines by Jean Delvare · 15 years ago
  73. 9a4cc5a V4L/DVB (11846): ir-kbd-i2c: Don't assume all IR receivers are supported by Jean Delvare · 16 years ago
  74. 4d7a2d6 V4L/DVB (11845): ir-kbd-i2c: Use initialization data by Jean Delvare · 16 years ago
  75. c668f32 V4L/DVB (11844): ir-kbd-i2c: Switch to the new-style device binding model by Jean Delvare · 16 years ago
  76. 1df8e98 V4L/DVB (11843): ir-kbd-i2c: Don't use i2c_client.name for our own needs by Jean Delvare · 16 years ago
  77. c1089bd V4L/DVB (10939): ir-kbd-i2c: Prevent general protection fault on rmmod by Jean Delvare · 16 years ago
  78. cb3bf50 V4L/DVB (10632): Added support for AVerMedia Cardbus Hybrid remote control by Oldřich Jedlička · 16 years ago
  79. af128a1 V4L/DVB (9521): V4L: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  80. ba340b4 V4L/DVB (9168): Add support for MSI TV@nywhere Plus remote by Brian Rogers · 16 years ago
  81. 34c0802 V4L/DVB (9016): HVR3000/4000 Hauppauge related IR cleanups by Darron Broad · 16 years ago
  82. 1c22dad V4L/DVB (8395): saa7134: Fix Kbuild dependency of ir-kbd-i2c by Mauro Carvalho Chehab · 16 years ago
  83. 37c45df V4L/DVB (7751): ir-kbd-i2c: Save a temporary memory allocation in ir_probe by Jean Delvare · 17 years ago
  84. 7e28adb V4L/DVB (7518): media/video/ replace remaining __FUNCTION__ occurrences by Harvey Harrison · 17 years ago
  85. d6f34d7 V4L/DVB (7332): ir-kbd-i2c: Minor optimization in ir_probe by Jean Delvare · 17 years ago
  86. a588585 V4L/DVB (7286): limit stack usage of ir-kbd-i2c.c by Marcin Slusarz · 17 years ago
  87. ff699e6 V4L/DVB (7094): static memory by Douglas Schilling Landgraf · 17 years ago
  88. d313584 drivers: Remove unnecessary inclusions of asm/semaphore.h by Matthew Wilcox · 17 years ago
  89. e8018c9 V4L/DVB (6973): Add Beholder TV 401/405/407/409/505/507/609/M6 support by Andrey J. Melnikoff (TEMHOTA) · 17 years ago
  90. 415a197 V4L/DVB (6352): ir-kbd-i2c: Missing break statement by Trent Piepho · 17 years ago
  91. 9bc37ca V4L/DVB (6196): cx23885: add support for DViCO FusionHDTV 5 Express by Michael Krufky · 17 years ago
  92. 3c44358 V4L/DVB (6179): Clean up FusionHDTV ir code by Michael Krufky · 17 years ago
  93. d54d698 V4L/DVB (6178): add IR remote support for FusionHDTV 5 RT Gold by Chaogui Zhang · 17 years ago
  94. 9c12224 V4L/DVB (6079): Cleanup: remove linux/moduleparam.h from drivers/media files by Mauro Carvalho Chehab · 17 years ago
  95. 39cf1e8 V4L/DVB (5786): Ir-kbd-i2c: add support for Hauppauge HVR1300 remote by Jan Frey · 18 years ago
  96. 8083c52 V4L/DVB (5684): V4L: ir-kbd-i2c - switch to using msecs_to_jiffies() by Dmitry Torokhov · 18 years ago
  97. 53c4e95 V4L/DVB (5479): Use ARRAY_SIZE instead of a magic number by Mauro Carvalho Chehab · 18 years ago
  98. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 18 years ago
  99. 177aaaf V4L/DVB (4898): Saa7134: add support for remote control of Hauppauge HVR1110 by Thomas Genty · 18 years ago
  100. b07b478 V4L/DVB (4854): Handle errors from input_register_device() by Dmitry Torokhov · 18 years ago