1. 074912d s5p-mfc: Fix unbalanced call to clock management by Marek Szyprowski · 7 years ago
  2. e2f95f8 s5p-mfc: Fix race between interrupt routine and device functions by Marek Szyprowski · 7 years ago
  3. 3bef757 s5p-mfc: Fix clock management in s5p_mfc_release() function by Marek Szyprowski · 8 years ago
  4. 3fbe140 s5p-mfc: fix failure path of s5p_mfc_alloc_memdev() by Marek Szyprowski · 8 years ago
  5. ed90013 [media] s5p-mfc: Remove deprecated create_singlethread_workqueue by Bhaktipriya Shridhar · 8 years ago
  6. 06f0a57 [media] media: s5p-mfc remove unnecessary error messages by Shuah Khan · 8 years ago
  7. 8fe47dc [media] media: s5p-mfc Fix misspelled error message and checkpatch errors by Shuah Khan · 8 years ago
  8. 05b72d4 [media] s5p-mfc: remove redundant return value check of platform_get_resource() by Wei Yongjun · 8 years ago
  9. 02d9a33 [media] media: s5p-mfc remove void function return statement by Shuah Khan · 8 years ago
  10. d695c12 [media] media: s5p-mfc fix invalid memory access from s5p_mfc_release() by Shuah Khan · 8 years ago
  11. d188b67 [media] media: Doc s5p-mfc add missing fields to s5p_mfc_dev structure definition by Shuah Khan · 8 years ago
  12. 36c0f8b [media] vb2: replace void *alloc_ctxs by struct device *alloc_devs by Hans Verkuil · 8 years ago
  13. 2548fee [media] media/platform: convert drivers to use the new vb2_queue dev field by Hans Verkuil · 8 years ago
  14. e0d80c8 [media] s5p-mfc: improve v4l2_capability driver and card fields by Javier Martinez Canillas · 8 years ago
  15. 4759bb4 [media] s5p-mfc: set capablity bus_info as required by VIDIOC_QUERYCAP by Javier Martinez Canillas · 8 years ago
  16. 6d2b749 [media] s5p-mfc: use vb2_is_streaming() to check vb2 queue status by Javier Martinez Canillas · 8 years ago
  17. c8e913e [media] s5p-mfc: don't print errors on VIDIOC_REQBUFS unsupported mem type by Javier Martinez Canillas · 8 years ago
  18. e4be125 [media] s5p-mfc: fix typo in s5p_mfc_dec function comment by Javier Martinez Canillas · 8 years ago
  19. e4fac74 [media] s5p-mfc: fix error path in driver probe by Marek Szyprowski · 8 years ago
  20. b16a2d8 [media] s5p-mfc: fix null pointer deference in clk_core_enable() by Shuah Khan · 8 years ago
  21. 6610ef0 [media] s5p-mfc: fix memory leak in s5p_mfc_remove() by Shuah Khan · 8 years ago
  22. 7d48ea9 [media] s5p-mfc: fix video device release double release in probe error path by Shuah Khan · 8 years ago
  23. 4cf11a4 [media] s5p-mfc: fix a typo in s5p_mfc_dec by ayaka · 8 years ago
  24. ee0829f [media] s5p-mfc: remove unnecessary check in try_fmt by ayaka · 8 years ago
  25. bcbf298 [media] s5p-mfc: Add handling of buffer freeing reqbufs request by ayaka · 8 years ago
  26. 9bd5d86 [media] s5p-mfc: don't close instance after free OUTPUT buffers by ayaka · 8 years ago
  27. 8b120e7 [media] s5p-mfc: Don't try to put pm->clock if lookup failed by Javier Martinez Canillas · 8 years ago
  28. 675f9bc [media] media: s5p-mfc: fix compilation issue on archs other than ARM (32bit) by Marek Szyprowski · 8 years ago
  29. 04f7767 media: s5p-mfc: add iommu support by Marek Szyprowski · 8 years ago
  30. c79667d media: s5p-mfc: replace custom reserved memory handling code with generic one by Marek Szyprowski · 8 years ago
  31. 712b617 media: set proper max seg size for devices on Exynos SoCs by Marek Szyprowski · 8 years ago
  32. c974c43 s5p-mfc: Fix race between s5p_mfc_probe() and s5p_mfc_open() by Javier Martinez Canillas · 8 years ago
  33. 6311f12 s5p-mfc: Add release callback for memory region devs by Javier Martinez Canillas · 8 years ago
  34. 29debab s5p-mfc: Set device name for reserved memory region devs by Javier Martinez Canillas · 8 years ago
  35. ed3e34e [media] s5p-mfc: remove non-device-tree init code by Marek Szyprowski · 9 years ago
  36. 5a33287 [media] s5p-mfc: add the support of V4L2_CID_MPEG_VIDEO_FORCE_KEY_FRAME by Wu-Cheng Li · 9 years ago
  37. 54774f8 [media] s5p-mfc: remove volatile attribute from MFC register addresses by Andrzej Hajda · 9 years ago
  38. fdd1d4b [media] s5p-mfc: merge together s5p_mfc_hw_call and s5p_mfc_hw_call_void by Andrzej Hajda · 9 years ago
  39. 7969b12 [media] s5p-mfc: use spinlock to protect MFC context by Andrzej Hajda · 9 years ago
  40. 8eceb9a [media] s5p-mfc: remove unnecessary callbacks by Andrzej Hajda · 9 years ago
  41. 62bbd72 [media] s5p-mfc: make queue cleanup code common by Andrzej Hajda · 9 years ago
  42. 05d1d0f [media] s5p-mfc: use one implementation of s5p_mfc_get_new_ctx by Andrzej Hajda · 9 years ago
  43. 4e9691a [media] s5p-mfc: constify s5p_mfc_codec_ops structures by Julia Lawall · 9 years ago
  44. d6dd645 [media] media: videobuf2: Move timestamp to vb2_buffer by Junghak Sung · 9 years ago
  45. df9ecb0 [media] vb2: drop v4l2_format argument from queue_setup by Hans Verkuil · 9 years ago
  46. 0f8017b [media] media/core: Replace ctrl_class with which by Ricardo Ribalda · 9 years ago
  47. 33119e8 [media] media: videobuf2: Change queue_setup argument by Junghak Sung · 9 years ago
  48. 4d0b0ed [media] s5p-mfc: use MFC_BUF_FLAG_EOS to identify last buffers in decoder capture queue by Andrzej Hajda · 9 years ago
  49. 96c5777 [media] s5p-mfc: end-of-stream handling for newer encoders by Andrzej Hajda · 9 years ago
  50. f6375ea [media] s5p-mfc: fix spelling errors by Ingi Kim · 9 years ago
  51. 2d70071 [media] media: videobuf2: Restructure vb2_buffer by Junghak Sung · 9 years ago
  52. c139990 [media] media: videobuf2: Replace videobuf2-core with videobuf2-v4l2 by Junghak Sung · 9 years ago
  53. f5b5fbd [media] s5p-mfc: Correct misuse of %0x<decimal> by Joe Perches · 9 years ago
  54. 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
  55. 1af2198 [media] s5p-mfc: add additional check for incorrect memory configuration by Marek Szyprowski · 9 years ago
  56. 490a977 [media] s5p-mfc: add return value check in mfc_sys_init_cmd by Marek Szyprowski · 9 years ago
  57. d44da04 [media] s5p-mfc: fix state check from encoder queue_setup by Seung-Woo Kim · 9 years ago
  58. 971bd8f treewide: Fix typo in printk by Masanari Iida · 9 years ago
  59. 1d03def [media] media: s5p-mfc: fix sparse warnings by Marek Szyprowski · 9 years ago
  60. 52722ca [media] s5p-mfc: Set last buffer flag by Philipp Zabel · 9 years ago
  61. 6425f64 [media] media: platform: s5p: Constify platform_device_id by Krzysztof Kozlowski · 9 years ago
  62. 69148bc [media] s5p-mfc: fix bad indentation by Mauro Carvalho Chehab · 9 years ago
  63. 1ed991a [media] s5p_mfc: remove a dead code by Mauro Carvalho Chehab · 9 years ago
  64. 676ee36 Merge branch 'patchwork' into v4l_for_linus by Mauro Carvalho Chehab · 9 years ago
  65. e6c9dec [media] s5p-mfc: set allow_zero_bytesused flag for vb2_queue_init by Kamil Debski · 9 years ago
  66. 6c9fe76 [media] media: s5p-mfc: fix broken pointer cast on 64bit arch by Marek Szyprowski · 9 years ago
  67. a301ea1 [media] media: s5p-mfc: fix mmap support for 64bit arch by Marek Szyprowski · 9 years ago
  68. a0f10c1 [media] media: s5p-mfc: fix broken pointer cast on 64bit arch by Marek Szyprowski · 9 years ago
  69. 05b676a [media] media: s5p-mfc: fix mmap support for 64bit arch by Marek Szyprowski · 9 years ago
  70. 41f03a0 [media] s5p-mfc: Fix NULL pointer dereference caused by not set q->lock by Kamil Debski · 9 years ago
  71. ea0944e [media] s5p-mfc: remove unnecessary version.h inclusion by Fabian Frederick · 10 years ago
  72. 68e77d2 [media] s5p-mfc-dec: Don't use encoder stop command by Nicolas Dufresne · 10 years ago
  73. 1b880ef [media] s5p-mfc-v6+: Use display_delay_enable CID by Nicolas Dufresne · 10 years ago
  74. 654a731 [media] media: s5p-mfc: use vb2_ops_wait_prepare/finish helper by Prabhakar Lad · 10 years ago
  75. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  76. 2183a58 Merge tag 'media/v3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 10 years ago
  77. e243c7c media / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM by Rafael J. Wysocki · 10 years ago
  78. 8c17e5e [media] media/platform: fix querycap by Hans Verkuil · 10 years ago
  79. 4895cc4 [media] s5p-mfc: fix sparse error by Hans Verkuil · 10 years ago
  80. 749ae71 [media] s5p_mfc: Remove redundant casts by Rasmus Villemoes · 10 years ago
  81. bf69877 [media] s5p-mfc: correct the formats info for encoder by ayaka · 10 years ago
  82. f203536 [media] s5p-mfc: fix a race in interrupt flags handling by Pawel Osciak · 10 years ago
  83. 9841dde [media] s5p-mfc: fix V4L2_CID_MIN_BUFFERS_FOR_CAPTURE on resolution change by Pawel Osciak · 10 years ago
  84. f1c3f44a [media] s5p-mfc: Remove unused alloc field from private buffer struct by Pawel Osciak · 10 years ago
  85. 1625864 [media] s5p-mfc: flush dpbs when resolution changes by Kiran AVND · 10 years ago
  86. b16e644 [media] s5p-mfc: De-init MFC when watchdog kicks in by Arun Mankuzhi · 10 years ago
  87. 773e635 [media] s5p-mfc: modify mfc wakeup sequence for V8 by Arun Mankuzhi · 10 years ago
  88. 9a7bc6b [media] s5p-mfc: Don't crash the kernel if the watchdog kicks in by Pawel Osciak · 10 years ago
  89. 5932f74 [media] s5p-mfc: declare s5p_mfc_bus_reset as static by Mauro Carvalho Chehab · 10 years ago
  90. 09accda [media] s5p-mfc: check mfc bus ctrl before reset by Kiran AVND · 10 years ago
  91. d7dce6a [media] s5p-mfc: keep RISC ON during reset for V7/V8 by Kiran AVND · 10 years ago
  92. bb21c54 [media] s5p-mfc: Only set timestamp/timecode for new frames by Ilja Friedel · 10 years ago
  93. 6437099 [media] s5p-mfc: clear 'enter_suspend' flag if suspend fails by Prathyush K · 10 years ago
  94. 53c5149 [media] s5p-mfc: Fix REQBUFS(0) for encoder by Pawel Osciak · 10 years ago
  95. c4b1ce0 [media] s5p-mfc: support MIN_BUFFERS query for encoder by Kiran AVND · 10 years ago
  96. f38a46c media: platform: s5p-mfc: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  97. 03ce781 [media] s5p-mfc: Fix several printk warnings by Mauro Carvalho Chehab · 10 years ago
  98. f1a0c18 [media] s5p_mfc_opr: Fix warnings by Mauro Carvalho Chehab · 10 years ago
  99. 4966bac [media] s5p_mfc_opr_v6: get rid of warnings when compiled with 64 bits by Mauro Carvalho Chehab · 10 years ago
  100. e13f7d5 [media] s5p_mfc_opr_v5: Fix lots of warnings on x86_64 by Mauro Carvalho Chehab · 10 years ago