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
pinetabv-6.6.y-devel
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
starfive-6.6.48-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
/
v4l2-core
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-07
Merge tag 'media/v6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
9
-2630
/
+56
2023-10-11
media: subdev: Don't report V4L2_SUBDEV_CAP_STREAMS when the streams API is d...
Hans de Goede
1
-0
/
+7
2023-10-07
media: v4l: subdev: Print debug information on frame descriptor
Sakari Ailus
1
-1
/
+30
2023-10-07
media: v4l: subdev: Clear frame descriptor before get_frame_desc
Sakari Ailus
1
-0
/
+9
2023-10-07
media: v4l2-event: Annotate struct v4l2_subscribed_event with __counted_by
Kees Cook
1
-1
/
+1
2023-09-27
media: v4l: Add HEXTILE compressed format
Marvin Lin
1
-0
/
+1
2023-09-27
media: remove the old videobuf framework
Hans Verkuil
6
-2628
/
+0
2023-09-27
media: v4l2-subdev: Document and enforce .s_stream() requirements
Laurent Pinchart
1
-1
/
+16
2023-08-10
media: v4l: async: Avoid a goto in loop implementation
Sakari Ailus
1
-14
/
+10
2023-08-10
media: Add MIPI CCI register access helper functions
Hans de Goede
3
-0
/
+176
2023-08-10
media: subdev: Add debug prints to enable/disable_streams
Tomi Valkeinen
1
-2
/
+12
2023-08-10
media: subdev: Constify v4l2_subdev_set_routing_with_fmt() param
Tomi Valkeinen
1
-1
/
+1
2023-08-10
media: subdev: Drop implicit zeroing of stream field
Tomi Valkeinen
1
-15
/
+0
2023-08-10
media: mediatek: vcodec: Add capture format to support 10bit raster mode
Mingjia Zhang
2
-0
/
+3
2023-08-10
media: mediatek: vcodec: Add capture format to support 10bit tile mode
Mingjia Zhang
2
-0
/
+3
2023-08-10
media: v4l: async: Set v4l2_device and subdev in async notifier init
Sakari Ailus
2
-29
/
+19
2023-07-28
media: v4l: async: Support fwnode endpoint list matching for subdevs
Sakari Ailus
2
-0
/
+54
2023-07-28
media: v4l: async: Try more connections
Sakari Ailus
1
-2
/
+2
2023-07-28
media: v4l: async: Drop unneeded list entry initialisation
Sakari Ailus
1
-2
/
+0
2023-07-28
media: v4l: async: Allow multiple connections between entities
Sakari Ailus
1
-73
/
+76
2023-07-28
media: v4l: async: Obtain async connection based on sub-device
Sakari Ailus
1
-0
/
+7
2023-07-28
media: v4l: async: Rework internal lists
Sakari Ailus
1
-48
/
+54
2023-07-28
media: v4l: async: Drop duplicate handling when adding connections
Sakari Ailus
1
-19
/
+8
2023-07-28
media: v4l: async: Clean up error handling in v4l2_async_match_notify
Sakari Ailus
1
-9
/
+12
2023-07-28
media: v4l: async: Rename v4l2_async_subdev as v4l2_async_connection
Sakari Ailus
2
-84
/
+83
2023-07-28
media: v4l: async: Simplify async sub-device fwnode matching
Sakari Ailus
1
-67
/
+21
2023-07-28
media: v4l: async: Clean up list heads and entries
Sakari Ailus
1
-27
/
+27
2023-07-28
media: v4l: async: Only pass match information for async subdev validation
Sakari Ailus
1
-53
/
+56
2023-07-28
media: v4l: async: Rename V4L2_ASYNC_MATCH_ macros, add TYPE_
Sakari Ailus
1
-11
/
+11
2023-07-28
media: v4l: async: Make V4L2 async match information a struct
Sakari Ailus
1
-9
/
+9
2023-07-28
media: v4l: async: Don't check whether asd is NULL in validity check
Sakari Ailus
1
-3
/
+0
2023-07-28
media: v4l: async: Clean up testing for duplicate async subdevs
Sakari Ailus
1
-12
/
+12
2023-07-28
media: v4l: async: Add some debug prints
Sakari Ailus
1
-8
/
+63
2023-07-28
media: v4l: async: Drop v4l2_async_nf_parse_fwnode_endpoints()
Jacopo Mondi
2
-100
/
+3
2023-07-14
media: v4l2-core: Fix a potential resource leak in v4l2_fwnode_parse_link()
Christophe JAILLET
1
-4
/
+14
2023-07-05
Merge tag 'media/v6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
6
-94
/
+434
2023-06-28
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2023-06-10
mm/gup: remove vmas parameter from pin_user_pages()
Lorenzo Stoakes
1
-1
/
+1
2023-06-09
media: Add NV15_4L4 pixel format
Benjamin Gaignard
2
-0
/
+3
2023-06-09
media: v4l2-common: Add support for fractional bpp
Nicolas Dufresne
1
-80
/
+80
2023-06-09
media: AV1: Make sure that bit depth in correctly initialize
Benjamin Gaignard
1
-0
/
+5
2023-06-09
media: Add AV1 uAPI
Daniel Almeida
3
-0
/
+320
2023-06-02
media: v4l2-mc: Drop subdev check in v4l2_create_fwnode_links_to_pad()
Vaishnav Achath
1
-2
/
+1
2023-05-26
media: v4l2-mc: Drop subdev check in v4l2_create_fwnode_links_to_pad()
Vaishnav Achath
1
-2
/
+1
2023-05-25
media: mc: Make media_get_pad_index() use pad type flag
Sakari Ailus
1
-13
/
+25
2023-05-25
media: Switch i2c drivers back to use .probe()
Uwe Kleine-König
1
-1
/
+1
2023-04-15
media: Add ABGR64_12 video format
Ming Qian
2
-0
/
+2
2023-04-15
media: Add BGR48_12 video format
Ming Qian
2
-0
/
+2
2023-04-15
media: Add YUV48_12 video format
Ming Qian
2
-0
/
+2
2023-04-15
media: Add Y212 v4l2 format info
Ming Qian
1
-0
/
+1
[next]