1. 6db0168 [media] media: rc: nuvoton: simplify nvt_get_rx_ir_data a little by Heiner Kallweit · 8 years ago
  2. a2006ca [media] media: rc: nuvoton: remove unneeded call to ir_raw_event_handle by Heiner Kallweit · 8 years ago
  3. bacf835 [media] media: rc: nuvoton: remove usage of b_idx in nvt_get_rx_ir_data by Heiner Kallweit · 8 years ago
  4. d14f291 [media] media: rc: nuvoton: ignore spurious interrupt when logical device is being disabled by Heiner Kallweit · 8 years ago
  5. 5cac1f67 [media] rc: nuvoton: fix hang if chip is configured for alternative EFM IO address by Heiner Kallweit · 8 years ago
  6. d1e3e57 [media] media: rc: nuvoton: remove unneeded check in nvt_get_rx_ir_data by Heiner Kallweit · 8 years ago
  7. 228942e [media] media: rc: nuvoton: simplify interrupt handling code by Heiner Kallweit · 8 years ago
  8. e5283f5 [media] media: rc: nuvoton: remove study states by Heiner Kallweit · 8 years ago
  9. bdd36bd [media] media: rc: nuvoton: remove unneeded code in nvt_process_rx_ir_data by Heiner Kallweit · 8 years ago
  10. 7ac7b02 [media] media: rc: nuvoton: simplify a few functions by Heiner Kallweit · 8 years ago
  11. cb359a8 [media] media: rc: nuvoton: remove wake states by Heiner Kallweit · 8 years ago
  12. 594ccee [media] media: rc: nuvoton: clean up initialization of wakeup registers by Heiner Kallweit · 8 years ago
  13. cb48b36 [media] media: rc: nuvoton: remove interrupt handling for wakeup by Heiner Kallweit · 8 years ago
  14. 398d9da [media] media: rc: nuvoton: fix rx fifo overrun handling by Heiner Kallweit · 8 years ago
  15. 0221200 [media] media: rc: nuvoton: switch attribute wakeup_data to text by Heiner Kallweit · 9 years ago
  16. 449c1fc [media] media: rc: nuvoton: support reading / writing wakeup sequence via sysfs by Heiner Kallweit · 9 years ago
  17. 137aa36 [media] rc/nuvoton_cir: fix locking issue when calling nvt_disable_cir by Heiner Kallweit · 9 years ago
  18. b883af3 [media] rc/nuvoton_cir: fix locking issue when calling nvt_enable_wake by Heiner Kallweit · 9 years ago
  19. 842096f [media] rc/nuvoton_cir: fix locking issue with nvt_enable_cir by Heiner Kallweit · 9 years ago
  20. e60c1e8 [media] media: rc: nuvoton-cir: improve locking in both interrupt handlers by Heiner Kallweit · 9 years ago
  21. d42fd29 [media] media: rc: nuvoton-cir: fix interrupt handling by Heiner Kallweit · 9 years ago
  22. fb2b006 [media] media: rc: nuvoton-cir: add locking to calls of nvt_enable_wake by Heiner Kallweit · 9 years ago
  23. 3f1321c [media] media: rc: nuvoton-cir: improve nvt_hw_detect by Heiner Kallweit · 9 years ago
  24. fb16aaf [media] nuvoton-cir: fix setting ioport base address by Heiner Kallweit · 9 years ago
  25. d790c9b [media] nuvoton-cir: remove unneeded call to nvt_set_cir_iren by Heiner Kallweit · 9 years ago
  26. 0c6fbfd [media] nuvoton-cir: remove unneeded EFM operation in nvt_cir_isr by Heiner Kallweit · 9 years ago
  27. ccca00d [media] nuvoton-cir: improve logical device handling by Heiner Kallweit · 9 years ago
  28. 0890655 [media] nuvoton-cir: factor out logical device enabling by Heiner Kallweit · 9 years ago
  29. e1a7d98 [media] nuvoton-cir: fix clearing wake fifo by Heiner Kallweit · 9 years ago
  30. a17ede9 [media] nuvoton-cir: factor out logical device disabling by Heiner Kallweit · 9 years ago
  31. 1feac49 [media] nuvoton-cir: simplify nvt_cir_tx_inactive by Heiner Kallweit · 9 years ago
  32. 7a89836 [media] nuvoton-cir: simplify nvt_select_logical_ dev by Heiner Kallweit · 9 years ago
  33. 3def9ad [media] nuvoton-cir: use request_muxed_region for accessing EFM registers by Heiner Kallweit · 9 years ago
  34. 33cb540 [media] media: rc: nuvoton: mark wakeup-related resources by Heiner Kallweit · 9 years ago
  35. 211477f [media] media: rc: nuvoton-cir: replace nvt_pr with dev_ functions by Heiner Kallweit · 9 years ago
  36. af08233 [media] media: rc: nuvoton-cir: switch chip detection message to info level by Heiner Kallweit · 9 years ago
  37. 068fb7d [media] media: rc: nuvoton-cir: simplify debug code by Heiner Kallweit · 9 years ago
  38. d0b528d [media] media: rc: nuvoton-cir: add support for the NCT6779D by Heiner Kallweit · 9 years ago
  39. 6a5a336 [media] media: rc: nuvoton-cir: make nvt_hw_detect void by Heiner Kallweit · 9 years ago
  40. b5cf725 [media] media: rc: nuvoton-cir: improve chip detection by Heiner Kallweit · 9 years ago
  41. 099256e [media] media: rc: nuvoton-cir: switch resource handling to devm functions by Heiner Kallweit · 9 years ago
  42. d5b0431 [media] media: rc: nuvoton-cir: remove unneeded lock by Heiner Kallweit · 9 years ago
  43. 2bbf9e0 [media] media: rc: nuvoton-cir: remove unneeded IRQ_RETVAL usage by Heiner Kallweit · 9 years ago
  44. 23f28f2 Revert "[media] rc: nuvoton-cir: Add support for writing wakeup samples via sysfs filter callback" by David Härdeman · 9 years ago
  45. da7ee60 [media] rc: nuvoton-cir: Add support for writing wakeup samples via sysfs filter callback by Antti Seppälä · 9 years ago
  46. af638a0 PNP: media/rc: Use module_pnp_driver to register driver by Peter Huewe · 10 years ago
  47. f2747cf [media] nuvoton-cir: just return 0 instead of using a var by Mauro Carvalho Chehab · 10 years ago
  48. d6740d8 [media] rc-core: fix various sparse warnings by David Härdeman · 10 years ago
  49. c5540fb [media] rc-core: remove protocol arrays by David Härdeman · 10 years ago
  50. 1a1934f [media] rc: abstract access to allowed/enabled protocols by James Hogan · 11 years ago
  51. c3c2077 [media] nuvoton-cir: Activate PNP device when probing by Antti Seppälä · 11 years ago
  52. dee88f4 [media] nuvoton-cir: Don't touch PS/2 interrupts while initializing by Antti Seppälä · 11 years ago
  53. f73e185 [media] rc: nuvoton-cir: fix potential double free in nvt_probe() by Wei Yongjun · 11 years ago
  54. a32f7d1 Merge branch 'v4l_for_linus' into staging/for_v3.9 by Mauro Carvalho Chehab · 12 years ago
  55. 4c62e97 Drivers: media: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  56. 9fa3520 [media] rc: Call rc_register_device before irq setup by Matthijs Kooijman · 12 years ago
  57. d62b681 [media] rc: Set rdev before irq setup by Matthijs Kooijman · 12 years ago
  58. 70ef699 [media] rc: Make probe cleanup goto labels more verbose by Matthijs Kooijman · 12 years ago
  59. 230dc94 [media] nuvoton-cir: carrier detect support is broken - remove it by Mauro Carvalho Chehab · 12 years ago
  60. 8e1803f [media] nuvoton-cir: get rid of warning: no previous prototype by Mauro Carvalho Chehab · 12 years ago
  61. c003ab1 [media] rc-core: add separate defines for protocol bitmaps and numbers by David Härdeman · 12 years ago
  62. 48cafec [media] rc: divide by zero bugs in s_tx_carrier() by Dan Carpenter · 12 years ago
  63. 563cd5c [media] media: Use pr_info not homegrown pr_reg macro by Joe Perches · 12 years ago
  64. f27b853 [media] rc: Fix invalid free_region and/or free_irq on probe failure by Ben Hutchings · 12 years ago
  65. 9ef449c [media] rc: Postpone ISR registration by Luis Henriques · 12 years ago
  66. de4ed0c11 [media] nuvoton-cir: simplify raw IR sample handling by Jarod Wilson · 13 years ago
  67. 5588dc2 [media] rc-core: lirc use unsigned int by David Härdeman · 13 years ago
  68. d7b290a [media] nuvoton-cir: make idle timeout more sane by Jarod Wilson · 13 years ago
  69. 589e116 [media] nuvoton-cir: in_use isn't actually in use, remove it by Jarod Wilson · 13 years ago
  70. 46872d2 [media] nuvoton-cir: minor tweaks to rc dev init by Jarod Wilson · 13 years ago
  71. 39381d4 [media] rc/nuvoton-cir: enable CIR on w83667hg chip variant by Jarod Wilson · 13 years ago
  72. 362d3a3 [media] rc/nuvoton-cir: only warn about unknown chips by Jarod Wilson · 13 years ago
  73. 3198ed1 [media] nuvoton-cir: fix wake from suspend by Jarod Wilson · 14 years ago
  74. b4608fa [media] rc: use time unit conversion macros correctly by Jarod Wilson · 14 years ago
  75. 5df465df [media] drivers/media: nuvoton: fix chip id probe v2 by Nicolas Kaiser · 14 years ago
  76. 52b6614 [media] rc: Rename remote controller type to rc_type instead of ir_type by Mauro Carvalho Chehab · 14 years ago
  77. 6bda964 [media] rc: rename the remaining things to rc_core by Mauro Carvalho Chehab · 14 years ago
  78. d8b4b58 [media] ir-core: make struct rc_dev the primary interface by David Härdeman · 14 years ago
  79. 32cf86f [media] rename drivers/media/IR to drives/media/rc by Mauro Carvalho Chehab · 14 years ago[Renamed from drivers/media/IR/nuvoton-cir.c]
  80. b758281 [media] nuvoton-cir: improve buffer parsing responsiveness by Jarod Wilson · 14 years ago
  81. 4651918 [media] IR: extend ir_raw_event and do refactoring by Maxim Levitsky · 14 years ago
  82. 4e6e29a [media] IR/nuvoton: address all checkpatch.pl issues by Jarod Wilson · 14 years ago
  83. fbdc781 [media] nuvoton-cir: add proper rx fifo overrun handling by Jarod Wilson · 14 years ago
  84. 6d2f5c2 [media] IR: add driver for Nuvoton w836x7hg integrated CIR by Jarod Wilson · 14 years ago