index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
v4l2-core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
media: subdev: Don't report V4L2_SUBDEV_CAP_STREAMS when the streams API is d...
Hans de Goede
2023-10-11
1
-0
/
+7
*
media: v4l: async: Avoid a goto in loop implementation
Sakari Ailus
2023-08-10
1
-14
/
+10
*
media: Add MIPI CCI register access helper functions
Hans de Goede
2023-08-10
3
-0
/
+176
*
media: subdev: Add debug prints to enable/disable_streams
Tomi Valkeinen
2023-08-10
1
-2
/
+12
*
media: subdev: Constify v4l2_subdev_set_routing_with_fmt() param
Tomi Valkeinen
2023-08-10
1
-1
/
+1
*
media: subdev: Drop implicit zeroing of stream field
Tomi Valkeinen
2023-08-10
1
-15
/
+0
*
media: mediatek: vcodec: Add capture format to support 10bit raster mode
Mingjia Zhang
2023-08-10
2
-0
/
+3
*
media: mediatek: vcodec: Add capture format to support 10bit tile mode
Mingjia Zhang
2023-08-10
2
-0
/
+3
*
media: v4l: async: Set v4l2_device and subdev in async notifier init
Sakari Ailus
2023-08-10
2
-29
/
+19
*
media: v4l: async: Support fwnode endpoint list matching for subdevs
Sakari Ailus
2023-07-28
2
-0
/
+54
*
media: v4l: async: Try more connections
Sakari Ailus
2023-07-28
1
-2
/
+2
*
media: v4l: async: Drop unneeded list entry initialisation
Sakari Ailus
2023-07-28
1
-2
/
+0
*
media: v4l: async: Allow multiple connections between entities
Sakari Ailus
2023-07-28
1
-73
/
+76
*
media: v4l: async: Obtain async connection based on sub-device
Sakari Ailus
2023-07-28
1
-0
/
+7
*
media: v4l: async: Rework internal lists
Sakari Ailus
2023-07-28
1
-48
/
+54
*
media: v4l: async: Drop duplicate handling when adding connections
Sakari Ailus
2023-07-28
1
-19
/
+8
*
media: v4l: async: Clean up error handling in v4l2_async_match_notify
Sakari Ailus
2023-07-28
1
-9
/
+12
*
media: v4l: async: Rename v4l2_async_subdev as v4l2_async_connection
Sakari Ailus
2023-07-28
2
-84
/
+83
*
media: v4l: async: Simplify async sub-device fwnode matching
Sakari Ailus
2023-07-28
1
-67
/
+21
*
media: v4l: async: Clean up list heads and entries
Sakari Ailus
2023-07-28
1
-27
/
+27
*
media: v4l: async: Only pass match information for async subdev validation
Sakari Ailus
2023-07-28
1
-53
/
+56
*
media: v4l: async: Rename V4L2_ASYNC_MATCH_ macros, add TYPE_
Sakari Ailus
2023-07-28
1
-11
/
+11
*
media: v4l: async: Make V4L2 async match information a struct
Sakari Ailus
2023-07-28
1
-9
/
+9
*
media: v4l: async: Don't check whether asd is NULL in validity check
Sakari Ailus
2023-07-28
1
-3
/
+0
*
media: v4l: async: Clean up testing for duplicate async subdevs
Sakari Ailus
2023-07-28
1
-12
/
+12
*
media: v4l: async: Add some debug prints
Sakari Ailus
2023-07-28
1
-8
/
+63
*
media: v4l: async: Drop v4l2_async_nf_parse_fwnode_endpoints()
Jacopo Mondi
2023-07-28
2
-100
/
+3
*
media: v4l2-core: Fix a potential resource leak in v4l2_fwnode_parse_link()
Christophe JAILLET
2023-07-14
1
-4
/
+14
*
Merge tag 'media/v6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
2023-07-05
6
-94
/
+434
|
\
|
*
media: Add NV15_4L4 pixel format
Benjamin Gaignard
2023-06-09
2
-0
/
+3
|
*
media: v4l2-common: Add support for fractional bpp
Nicolas Dufresne
2023-06-09
1
-80
/
+80
|
*
media: AV1: Make sure that bit depth in correctly initialize
Benjamin Gaignard
2023-06-09
1
-0
/
+5
|
*
media: Add AV1 uAPI
Daniel Almeida
2023-06-09
3
-0
/
+320
|
*
media: v4l2-mc: Drop subdev check in v4l2_create_fwnode_links_to_pad()
Vaishnav Achath
2023-05-26
1
-2
/
+1
|
*
media: mc: Make media_get_pad_index() use pad type flag
Sakari Ailus
2023-05-25
1
-13
/
+25
|
*
media: Switch i2c drivers back to use .probe()
Uwe Kleine-König
2023-05-25
1
-1
/
+1
*
|
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-06-28
1
-1
/
+1
|
\
\
|
*
|
mm/gup: remove vmas parameter from pin_user_pages()
Lorenzo Stoakes
2023-06-10
1
-1
/
+1
|
|
/
*
/
media: v4l2-mc: Drop subdev check in v4l2_create_fwnode_links_to_pad()
Vaishnav Achath
2023-06-02
1
-2
/
+1
|
/
*
media: Add ABGR64_12 video format
Ming Qian
2023-04-15
2
-0
/
+2
*
media: Add BGR48_12 video format
Ming Qian
2023-04-15
2
-0
/
+2
*
media: Add YUV48_12 video format
Ming Qian
2023-04-15
2
-0
/
+2
*
media: Add Y212 v4l2 format info
Ming Qian
2023-04-15
1
-0
/
+1
*
media: Add Y012 video format
Ming Qian
2023-04-15
1
-0
/
+1
*
media: Add P012 and P012M video format
Ming Qian
2023-04-15
2
-0
/
+4
*
media: v4l2-subdev: Add new ioctl for client capabilities
Tomi Valkeinen
2023-04-15
1
-0
/
+63
*
media: Accept non-subdev sinks in v4l2_create_fwnode_links_to_pad()
Laurent Pinchart
2023-04-11
1
-9
/
+6
*
media: v4l: async: Return async sub-devices to subnotifier list
Sakari Ailus
2023-04-11
1
-5
/
+8
*
media: add RealVideo format RV30 and RV40
Ming Qian
2023-04-10
1
-0
/
+2
*
media: add Sorenson Spark video format
Ming Qian
2023-04-10
1
-0
/
+1
[next]