index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
/
common
/
saa7146
/
saa7146_video.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-15
media: common: saa7146: add support for missing .vidioc_try_fmt_vbi_cap
Hans Verkuil
1
-0
/
+1
2023-04-15
media: common: saa7146: allow S_STD(G_STD)
Hans Verkuil
1
-3
/
+8
2023-04-15
media: common: saa7146: check minimum video format size
Hans Verkuil
1
-0
/
+4
2023-04-15
media: common: saa7146: fix compliance problems with field handling
Hans Verkuil
1
-9
/
+10
2023-04-15
media: saa7146: convert to vb2
Hans Verkuil
1
-357
/
+133
2023-04-15
media: common: saa7146: use for_each_sg_dma_page
Hans Verkuil
1
-51
/
+25
2023-04-15
media: common: saa7146: fix broken V4L2_PIX_FMT_YUV422P support
Hans Verkuil
1
-1
/
+1
2023-04-15
media: common: saa7146: drop 'fmt' from struct saa7146_buf
Hans Verkuil
1
-6
/
+6
2023-04-15
media: saa7146: drop 'dev' and 'resources' from struct saa7146_fh
Hans Verkuil
1
-32
/
+28
2023-03-20
media: saa7146: drop overlay support
Hans Verkuil
1
-322
/
+4
2023-02-09
media: Revert "media: saa7146: deprecate hexium_gemini/orion, mxb and ttpci"
Hans Verkuil
1
-0
/
+1286
2022-08-29
media: saa7146: deprecate hexium_gemini/orion, mxb and ttpci
Hans Verkuil
1
-1286
/
+0
2022-04-24
media: v4l: ioctl: Set bus_info in v4l_querycap()
Sakari Ailus
1
-1
/
+0
2021-03-11
media: saa7146: use sg_dma_len when building pgtable
Tasos Sahanidis
1
-2
/
+1
2020-11-16
media: v4l2: allocate v4l2_clip objects early
Arnd Bergmann
1
-4
/
+2
2020-01-08
media: saa7146: Avoid using BUG_ON as an assertion
Aditya Pakki
1
-2
/
+4
2019-07-22
media: media/pci: don't set description for ENUM_FMT
Hans Verkuil
1
-14
/
+2
2019-06-24
media: media/pci: set device_caps in struct video_device
Hans Verkuil
1
-14
/
+4
2019-03-01
media: common: fix several typos
Mauro Carvalho Chehab
1
-1
/
+1
2018-09-11
media: replace strcpy() by strscpy()
Mauro Carvalho Chehab
1
-1
/
+1
2018-09-11
media: use strscpy() instead of strlcpy()
Mauro Carvalho Chehab
1
-3
/
+3
2018-01-04
media: replace all <spaces><tab> occurrences
Mauro Carvalho Chehab
1
-4
/
+4
2017-12-08
media: use ARRAY_SIZE
Jérémy Lefaure
1
-5
/
+4
2017-10-31
media: saa7146: Convert timers to use timer_setup()
Kees Cook
1
-2
/
+1
2017-10-04
[media] saa7146: make saa7146_use_ops const
Bhumika Goyal
1
-1
/
+1
2017-08-26
media: saa7146: constify videobuf_queue_ops structures
Arvind Yadav
1
-1
/
+1
2017-04-10
[media] saa7146: use setup_timer
Geliang Tang
1
-3
/
+2
2016-11-24
[media] saa7146: Fix for while releasing video buffers
Andrey Utkin
1
-0
/
+4
2016-01-15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2015-12-08
treewide: Fix typos in printk
Masanari Iida
1
-1
/
+1
2015-11-17
[media] include/media: move driver interface headers to a separate dir
Mauro Carvalho Chehab
1
-1
/
+1
2013-06-17
[media] v4l2: remove g_chip_ident from bridge drivers where it is easy to do so
Hans Verkuil
1
-23
/
+0
2013-03-24
[media] v4l2: pass std by value to the write-only s_std ioctl
Hans Verkuil
1
-2
/
+2
2012-09-26
[media] v4l2: make vidioc_s_fbuf const
Hans Verkuil
1
-1
/
+1
2012-08-14
[media] saa7146: Move it to its own directory
Mauro Carvalho Chehab
1
-0
/
+1332