1. b91c7b4 media: marvell-ccic: fix DMA s/g desc number calculation by Lubomir Rintel · 5 years ago
  2. 5f3cc48 [media] mcam-core: use v4l2_s_ctrl instead of the s_ctrl op by Hans Verkuil · 8 years ago
  3. 36c0f8b [media] vb2: replace void *alloc_ctxs by struct device *alloc_devs by Hans Verkuil · 8 years ago
  4. 1ad70ce [media] media/platform: convert drivers to use the new vb2_queue dev field by Hans Verkuil · 8 years ago
  5. d6dd645 [media] media: videobuf2: Move timestamp to vb2_buffer by Junghak Sung · 9 years ago
  6. df9ecb0 [media] vb2: drop v4l2_format argument from queue_setup by Hans Verkuil · 9 years ago
  7. eb4b0ec [media] include/media: move platform_data to linux/platform_data/media by Mauro Carvalho Chehab · 9 years ago
  8. b5dcee2 [media] include/media: split I2C headers from V4L2 core by Mauro Carvalho Chehab · 9 years ago
  9. 33119e8 [media] media: videobuf2: Change queue_setup argument by Junghak Sung · 9 years ago
  10. 2d70071 [media] media: videobuf2: Restructure vb2_buffer by Junghak Sung · 9 years ago
  11. c139990 [media] media: videobuf2: Replace videobuf2-core with videobuf2-v4l2 by Junghak Sung · 9 years ago
  12. ccf509f [media] marvell-ccic: fix RGB444 format by Hans Verkuil · 9 years ago
  13. 4c0a65a Merge tag 'v4.1-rc3' into patchwork by Mauro Carvalho Chehab · 9 years ago
  14. ebf984b [media] v4l2: replace s_mbus_fmt by set_fmt in bridge drivers by Hans Verkuil · 9 years ago
  15. 5eab498 [media] v4l2: replace try_mbus_fmt by set_fmt in bridge drivers by Hans Verkuil · 9 years ago
  16. 90ca75f [media] marvell-ccic: fix memory leak on failure path in cafe_smbus_setup() by Alexey Khoroshilov · 9 years ago
  17. 8380b7e [media] marvell-ccic: fix V4L2_PIX_FMT_SBGGR8 support by Hans Verkuil · 9 years ago
  18. 85ad0a3 [media] marvell-ccic: drop support for PIX_FMT_422P by Hans Verkuil · 9 years ago
  19. 47ba7db [media] marvell-ccic: fix the bytesperline and sizeimage calculations by Hans Verkuil · 9 years ago
  20. 989b784 [media] marvell-ccic: drop V4L2_PIX_FMT_JPEG dead code by Hans Verkuil · 9 years ago
  21. 6eb40d5 [media] marvell-ccic: add planar support to dma-vmalloc by Hans Verkuil · 9 years ago
  22. ca657b2 [media] marvell-ccic: correctly requeue buffers by Hans Verkuil · 9 years ago
  23. 5342342 [media] marvell-ccic: fix streaming issues by Hans Verkuil · 9 years ago
  24. ca16a64 [media] marvell-ccic: add DMABUF support for all three DMA modes by Hans Verkuil · 9 years ago
  25. e198d0ff [media] marvell-ccic: add create_bufs support by Hans Verkuil · 9 years ago
  26. 949bd40 [media] marvell-ccic: use vb2 helpers and core locking by Hans Verkuil · 9 years ago
  27. 87d1843 [media] marvell-ccic: implement control events by Hans Verkuil · 9 years ago
  28. 44fbcb1 [media] marvell-ccic: switch to struct v4l2_fh by Hans Verkuil · 9 years ago
  29. 1e4cbe6 [media] marvell-ccic: control handler fixes by Hans Verkuil · 9 years ago
  30. 2e6e609 [media] marvell-ccic: fill in colorspace by Hans Verkuil · 9 years ago
  31. 5a878f9 [media] marvell-ccic: webcam drivers shouldn't support g/s_std by Hans Verkuil · 9 years ago
  32. b7b6839 [media] marvell-ccic: fill in bus_info by Hans Verkuil · 9 years ago
  33. 17d3675 [media] marvell-ccic: fix vb2 warning by Hans Verkuil · 9 years ago
  34. 2a700d8 [media] marvell-ccic: fix Y'CbCr ordering by Hans Verkuil · 9 years ago
  35. 17bef88 [media] v4l2-subdev: add support for the new enum_frame_interval 'which' field by Hans Verkuil · 9 years ago
  36. caaee5f [media] marvell-ccic: MMP_CAMERA no longer builds by Arnd Bergmann · 9 years ago
  37. 94acbe1 [media] VIDEO_CAFE_CCIC should select VIDEOBUF2_DMA_SG by Geert Uytterhoeven · 9 years ago
  38. 21a7e05 [media] media: drivers shouldn't touch debug field in video_device by Hans Verkuil · 10 years ago
  39. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 years ago
  40. 519694f [media] media: marvell-ccic: use vb2_ops_wait_prepare/finish helper by Prabhakar Lad · 10 years ago
  41. a020c74 [media] media/platform: fix querycap by Hans Verkuil · 10 years ago
  42. d790b7e [media] vb2-dma-sg: move dma_(un)map_sg here by Hans Verkuil · 10 years ago
  43. 0c3a14c [media] vb2-dma-sg: add allocation context to dma-sg by Hans Verkuil · 10 years ago
  44. 27ffaeb [media] platform: Make use of media_bus_format enum by Boris BREZILLON · 10 years ago
  45. ea1251b media: platform: marvell-ccic: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  46. a7459a9 [media] marvel-ccic: don't initialize static vars with 0 by Mauro Carvalho Chehab · 10 years ago
  47. 12bd88e [media] be sure that HAS_DMA is enabled for vb2-dma-contig by Mauro Carvalho Chehab · 10 years ago
  48. e37559b [media] vb2: stop_streaming should return void by Hans Verkuil · 10 years ago
  49. 0647064 [media] vb2: change result code of buf_finish to void by Hans Verkuil · 10 years ago
  50. fa507e4 [media] media: marvell-ccic: use devm to release clk by Libin Yang · 11 years ago
  51. fe4a0f1 [media] marvell-ccic: drop resource free in driver remove by Libin Yang · 11 years ago
  52. 23c4919c [media] marvell-ccic: drop free_irq for devm_request_irq allocated irq by Wei Yongjun · 11 years ago
  53. 2230124 [media] videobuf2-dma-sg: Replace vb2_dma_sg_desc with sg_table by Ricardo Ribalda · 11 years ago
  54. 5be789f [media] marvell-ccic/mmp-driver.c: simplify use of devm_ioremap_resource by Julia Lawall · 11 years ago
  55. 578e99d [media] marvell-ccic: switch to resource managed allocation and request by Libin Yang · 11 years ago
  56. 0a0b3fb [media] marvell-ccic: add SOF / EOF pair check for marvell-ccic driver by Libin Yang · 11 years ago
  57. ad6ac45 [media] marvell-ccic: add new formats support for marvell-ccic driver by Libin Yang · 11 years ago
  58. 1d3953f [media] marvell-ccic: refine mcam_set_contig_buffer function by Libin Yang · 11 years ago
  59. 7c269f45 [media] marvell-ccic: reset ccic phy when stop streaming for stability by Libin Yang · 11 years ago
  60. 0e394f4 [media] marvell-ccic: add clock tree support for marvell-ccic driver by Libin Yang · 11 years ago
  61. 05fed81 [media] marvell-ccic: add MIPI support for marvell-ccic driver by Libin Yang · 11 years ago
  62. 8c84ac5 [media] mcam-core: replace current_norm by g_std by Hans Verkuil · 11 years ago
  63. 4e032f3 [media] marvell-ccic: check register address by Hans Verkuil · 11 years ago
  64. 7486af1 [media] marvell-ccic: remove g_chip_ident by Hans Verkuil · 11 years ago
  65. 977ba3b [media] v4l2: add const to argument of write-only s_register ioctl by Hans Verkuil · 11 years ago
  66. 314527a [media] v4l2: pass std by value to the write-only s_std ioctl by Hans Verkuil · 11 years ago
  67. 593403c [media] mcam-core: implement the control framework by Javier Martin · 11 years ago
  68. f1c16ad [media] [V2,04/24] platform/marvell-ccic/mcam-core.h: use IS_ENABLED() macro by Peter Senna Tschudin · 11 years ago
  69. f698957a [media] marvell-ccic: use internal variable replace global frame stats variable by Libin Yang · 11 years ago
  70. 2c3fb08 [media] rename drivers/media/video as .../platform by Mauro Carvalho Chehab · 12 years ago