index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
/
v4l2-core
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-05
media: v4l2-fwnode: Demote warning to debug level
Fabio Estevam
1
-1
/
+1
2018-12-03
media: v4l2-pci-skeleton: depend on CONFIG_SAMPLES
Michael Tretter
1
-0
/
+1
2018-12-03
media: v4l: ioctl: Allow drivers to fill in the format description
Sakari Ailus
1
-1
/
+1
2018-12-03
media: v4l: Fix MPEG-2 slice Intra DC Precision validation
Jonas Karlman
1
-1
/
+2
2018-12-03
media: v4l: Add 4bpp packed depth confidence format CNF4
Sergey Dorodnicov
1
-0
/
+1
2018-11-23
media: v4l2-mem2mem: Avoid calling .device_run in v4l2_m2m_job_finish
Ezequiel Garcia
1
-1
/
+24
2018-11-23
media: v4l2-mem2mem: Simplify exiting the function in __v4l2_m2m_try_schedule
Sakari Ailus
1
-16
/
+13
2018-11-23
media: v4l2-ioctl.c: Simplify locking for m2m devices
Ezequiel Garcia
1
-45
/
+2
2018-11-23
media: mem2mem: Require capture and output mutexes to match
Ezequiel Garcia
1
-5
/
+7
2018-11-23
media: v4l: constify v4l2_ioctls[]
Eric Biggers
1
-1
/
+1
2018-11-20
media: vidioc_cropcap -> vidioc_g_pixelaspect
Hans Verkuil
2
-9
/
+12
2018-11-20
media: v4l2-ioctl: remove unused vidioc_g/s_crop
Hans Verkuil
2
-6
/
+2
2018-11-20
media: v4l2-ioctl: add QUIRK_INVERTED_CROP
Hans Verkuil
1
-1
/
+16
2018-11-20
media: v4l2-ioctl: don't use CROP/COMPOSE_ACTIVE
Hans Verkuil
1
-4
/
+4
2018-11-06
media: v4l: event: Add subscription to list before calling "add" operation
Sakari Ailus
1
-19
/
+24
2018-11-06
media: Rename vb2_m2m_request_queue -> v4l2_m2m_request_queue
Ezequiel Garcia
1
-2
/
+2
2018-11-06
media: v4l: fix uapi mpeg slice params definition
Arnd Bergmann
1
-0
/
+5
2018-10-31
Merge tag 'media/v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
7
-61
/
+717
2018-10-29
Merge tag 'media/v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
11
-440
/
+1182
2018-10-05
media: v4l: ctrl: Provide unlocked variant of v4l2_ctrl_grab
Sakari Ailus
1
-4
/
+4
2018-10-05
media: v4l: ctrl: Remove old documentation from v4l2_ctrl_grab
Sakari Ailus
1
-6
/
+0
2018-10-05
media: v4l2-fwnode: simplify v4l2_fwnode_reference_parse_int_props() call
Mauro Carvalho Chehab
1
-11
/
+12
2018-10-05
media: v4l2-fwnode: cleanup functions that parse endpoints
Mauro Carvalho Chehab
1
-36
/
+28
2018-10-05
media: v4l2-core: cleanup coding style at V4L2 async/fwnode
Mauro Carvalho Chehab
2
-99
/
+131
2018-10-04
media: v4l: fwnode: Support parsing of CSI-2 C-PHY endpoints
Sakari Ailus
1
-3
/
+7
2018-10-04
media: v4l: fwnode: Use V4L2 fwnode endpoint media bus type if set
Sakari Ailus
1
-8
/
+19
2018-10-04
media: v4l: fwnode: Print bus type
Sakari Ailus
1
-0
/
+38
2018-10-04
media: v4l: fwnode: Use default parallel flags
Sakari Ailus
1
-0
/
+19
2018-10-04
media: v4l: fwnode: Use media bus type for bus parser selection
Sakari Ailus
1
-20
/
+80
2018-10-04
media: v4l: fwnode: Only zero the struct if bus type is set to V4L2_MBUS_UNKNOWN
Sakari Ailus
1
-4
/
+6
2018-10-04
media: v4l: fwnode: Parse the graph endpoint as last
Sakari Ailus
1
-1
/
+7
2018-10-04
media: v4l: fwnode: Support default CSI-2 lane mapping for drivers
Sakari Ailus
1
-14
/
+46
2018-10-04
media: v4l: fwnode: Support driver-defined lane mapping defaults
Sakari Ailus
1
-8
/
+12
2018-10-04
media: v4l: fwnode: Only assign configuration if there is no error
Sakari Ailus
1
-12
/
+18
2018-10-04
media: v4l: fwnode: Read lane inversion information despite lane numbering
Sakari Ailus
1
-30
/
+35
2018-10-04
media: v4l: fwnode: Make use of newly specified bus types
Sakari Ailus
1
-10
/
+38
2018-10-04
media: v4l: fwnode: Detect bus type correctly
Sakari Ailus
1
-14
/
+17
2018-10-04
media: v4l: fwnode: Let the caller provide V4L2 fwnode endpoint
Sakari Ailus
1
-30
/
+19
2018-10-04
media: v4l: mediabus: Recognise CSI-2 D-PHY and C-PHY
Sakari Ailus
1
-1
/
+1
2018-10-04
media: v4l: fwnode: Add definitions for CSI-2 D-PHY, parallel and Bt.656 busses
Sakari Ailus
1
-0
/
+3
2018-10-04
media: v4l: fwnode: The CSI-2 clock is continuous if it's not non-continuous
Sakari Ailus
1
-1
/
+1
2018-10-04
media: v4l: fwnode: Use fwnode_graph_for_each_endpoint
Sakari Ailus
1
-2
/
+1
2018-10-04
media: v4l: fwnode: Add debug prints for V4L2 endpoint property parsing
Sakari Ailus
1
-23
/
+85
2018-10-04
media: v4l2: async: Remove notifier subdevs array
Steve Longerbeam
1
-89
/
+25
2018-10-04
media: v4l2-fwnode: Add a convenience function for registering subdevs with n...
Steve Longerbeam
1
-0
/
+64
2018-10-04
media: v4l2-fwnode: Switch to v4l2_async_notifier_add_subdev
Steve Longerbeam
2
-108
/
+28
2018-10-04
media: v4l2: async: Add convenience functions to allocate and add asd's
Steve Longerbeam
1
-0
/
+76
2018-10-04
media: v4l2: async: Add v4l2_async_notifier_add_subdev
Steve Longerbeam
1
-42
/
+149
2018-10-04
media: v4l2: async: Allow searching for asd of any type
Steve Longerbeam
1
-31
/
+46
2018-10-04
media: v4l2-fwnode: ignore endpoints that have no remote port parent
Steve Longerbeam
1
-1
/
+1
[next]