Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
af6074fc9aa4b29517375634189ada1869eea598
/
drivers
/
media
/
platform
/
marvell-ccic
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
5303135
media: platform: make video_device const
by Bhumika Goyal
· 7 years ago
8c8808e
media: marvell-ccic: constify pci_device_id
by Arvind Yadav
· 7 years ago
8e10fd8
media: marvell-ccic: constify i2c_algorithm structure
by Gustavo A. R. Silva
· 8 years ago
06eeefe
[media] media drivers: annotate fall-through
by Mauro Carvalho Chehab
· 8 years ago
a4585c3
[media] marvell-ccic: don't break long lines
by Mauro Carvalho Chehab
· 8 years ago
5f3cc48
[media] mcam-core: use v4l2_s_ctrl instead of the s_ctrl op
by Hans Verkuil
· 9 years ago
36c0f8b
[media] vb2: replace void *alloc_ctxs by struct device *alloc_devs
by Hans Verkuil
· 9 years ago
1ad70ce
[media] media/platform: convert drivers to use the new vb2_queue dev field
by Hans Verkuil
· 9 years ago
d6dd645
[media] media: videobuf2: Move timestamp to vb2_buffer
by Junghak Sung
· 9 years ago
df9ecb0c
[media] vb2: drop v4l2_format argument from queue_setup
by Hans Verkuil
· 9 years ago
eb4b0ec
[media] include/media: move platform_data to linux/platform_data/media
by Mauro Carvalho Chehab
· 9 years ago
b5dcee2
[media] include/media: split I2C headers from V4L2 core
by Mauro Carvalho Chehab
· 9 years ago
33119e8
[media] media: videobuf2: Change queue_setup argument
by Junghak Sung
· 9 years ago
2d70071
[media] media: videobuf2: Restructure vb2_buffer
by Junghak Sung
· 9 years ago
c139990
[media] media: videobuf2: Replace videobuf2-core with videobuf2-v4l2
by Junghak Sung
· 9 years ago
ccf509f
[media] marvell-ccic: fix RGB444 format
by Hans Verkuil
· 10 years ago
4c0a65a
Merge tag 'v4.1-rc3' into patchwork
by Mauro Carvalho Chehab
· 10 years ago
ebf984b
[media] v4l2: replace s_mbus_fmt by set_fmt in bridge drivers
by Hans Verkuil
· 10 years ago
5eab498
[media] v4l2: replace try_mbus_fmt by set_fmt in bridge drivers
by Hans Verkuil
· 10 years ago
90ca75f
[media] marvell-ccic: fix memory leak on failure path in cafe_smbus_setup()
by Alexey Khoroshilov
· 10 years ago
8380b7e
[media] marvell-ccic: fix V4L2_PIX_FMT_SBGGR8 support
by Hans Verkuil
· 10 years ago
85ad0a3
[media] marvell-ccic: drop support for PIX_FMT_422P
by Hans Verkuil
· 10 years ago
47ba7db
[media] marvell-ccic: fix the bytesperline and sizeimage calculations
by Hans Verkuil
· 10 years ago
989b784
[media] marvell-ccic: drop V4L2_PIX_FMT_JPEG dead code
by Hans Verkuil
· 10 years ago
6eb40d5
[media] marvell-ccic: add planar support to dma-vmalloc
by Hans Verkuil
· 10 years ago
ca657b2
[media] marvell-ccic: correctly requeue buffers
by Hans Verkuil
· 10 years ago
5342342
[media] marvell-ccic: fix streaming issues
by Hans Verkuil
· 10 years ago
ca16a64
[media] marvell-ccic: add DMABUF support for all three DMA modes
by Hans Verkuil
· 10 years ago
e198d0ff
[media] marvell-ccic: add create_bufs support
by Hans Verkuil
· 10 years ago
949bd40
[media] marvell-ccic: use vb2 helpers and core locking
by Hans Verkuil
· 10 years ago
87d1843
[media] marvell-ccic: implement control events
by Hans Verkuil
· 10 years ago
44fbcb1
[media] marvell-ccic: switch to struct v4l2_fh
by Hans Verkuil
· 10 years ago
1e4cbe6
[media] marvell-ccic: control handler fixes
by Hans Verkuil
· 10 years ago
2e6e609
[media] marvell-ccic: fill in colorspace
by Hans Verkuil
· 10 years ago
5a878f9
[media] marvell-ccic: webcam drivers shouldn't support g/s_std
by Hans Verkuil
· 10 years ago
b7b6839
[media] marvell-ccic: fill in bus_info
by Hans Verkuil
· 10 years ago
17d3675
[media] marvell-ccic: fix vb2 warning
by Hans Verkuil
· 10 years ago
2a700d8
[media] marvell-ccic: fix Y'CbCr ordering
by Hans Verkuil
· 10 years ago
17bef88
[media] v4l2-subdev: add support for the new enum_frame_interval 'which' field
by Hans Verkuil
· 10 years ago
caaee5f
[media] marvell-ccic: MMP_CAMERA no longer builds
by Arnd Bergmann
· 10 years ago
94acbe1
[media] VIDEO_CAFE_CCIC should select VIDEOBUF2_DMA_SG
by Geert Uytterhoeven
· 10 years ago
21a7e05
[media] media: drivers shouldn't touch debug field in video_device
by Hans Verkuil
· 10 years ago
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
519694f
[media] media: marvell-ccic: use vb2_ops_wait_prepare/finish helper
by Prabhakar Lad
· 10 years ago
a020c74
[media] media/platform: fix querycap
by Hans Verkuil
· 10 years ago
d790b7e
[media] vb2-dma-sg: move dma_(un)map_sg here
by Hans Verkuil
· 10 years ago
0c3a14c
[media] vb2-dma-sg: add allocation context to dma-sg
by Hans Verkuil
· 10 years ago
27ffaeb
[media] platform: Make use of media_bus_format enum
by Boris BREZILLON
· 10 years ago
ea1251b
media: platform: marvell-ccic: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
a7459a9
[media] marvel-ccic: don't initialize static vars with 0
by Mauro Carvalho Chehab
· 10 years ago
12bd88e
[media] be sure that HAS_DMA is enabled for vb2-dma-contig
by Mauro Carvalho Chehab
· 10 years ago
e37559b
[media] vb2: stop_streaming should return void
by Hans Verkuil
· 11 years ago
0647064
[media] vb2: change result code of buf_finish to void
by Hans Verkuil
· 11 years ago
fa507e4
[media] media: marvell-ccic: use devm to release clk
by Libin Yang
· 11 years ago
fe4a0f1
[media] marvell-ccic: drop resource free in driver remove
by Libin Yang
· 11 years ago
23c4919c
[media] marvell-ccic: drop free_irq for devm_request_irq allocated irq
by Wei Yongjun
· 11 years ago
2230124
[media] videobuf2-dma-sg: Replace vb2_dma_sg_desc with sg_table
by Ricardo Ribalda
· 11 years ago
5be789f
[media] marvell-ccic/mmp-driver.c: simplify use of devm_ioremap_resource
by Julia Lawall
· 11 years ago
578e99d
[media] marvell-ccic: switch to resource managed allocation and request
by Libin Yang
· 12 years ago
0a0b3fb
[media] marvell-ccic: add SOF / EOF pair check for marvell-ccic driver
by Libin Yang
· 12 years ago
ad6ac45
[media] marvell-ccic: add new formats support for marvell-ccic driver
by Libin Yang
· 12 years ago
1d3953f
[media] marvell-ccic: refine mcam_set_contig_buffer function
by Libin Yang
· 12 years ago
7c269f45
[media] marvell-ccic: reset ccic phy when stop streaming for stability
by Libin Yang
· 12 years ago
0e394f4
[media] marvell-ccic: add clock tree support for marvell-ccic driver
by Libin Yang
· 12 years ago
05fed81
[media] marvell-ccic: add MIPI support for marvell-ccic driver
by Libin Yang
· 12 years ago
8c84ac5
[media] mcam-core: replace current_norm by g_std
by Hans Verkuil
· 12 years ago
4e032f3
[media] marvell-ccic: check register address
by Hans Verkuil
· 12 years ago
7486af1
[media] marvell-ccic: remove g_chip_ident
by Hans Verkuil
· 12 years ago
977ba3b1
[media] v4l2: add const to argument of write-only s_register ioctl
by Hans Verkuil
· 12 years ago
314527acb
[media] v4l2: pass std by value to the write-only s_std ioctl
by Hans Verkuil
· 12 years ago
593403c
[media] mcam-core: implement the control framework
by Javier Martin
· 12 years ago
f1c16ad
[media] [V2,04/24] platform/marvell-ccic/mcam-core.h: use IS_ENABLED() macro
by Peter Senna Tschudin
· 12 years ago
f698957a
[media] marvell-ccic: use internal variable replace global frame stats variable
by Libin Yang
· 12 years ago
2c3fb08
[media] rename drivers/media/video as .../platform
by Mauro Carvalho Chehab
· 12 years ago