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
/
v4l2-core
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-30
media: v4l2-core: Fix kernel-doc markups
Mauro Carvalho Chehab
5
-8
/
+12
2017-11-27
media: videobuf2: don't use kernel-doc "/**" markups
Mauro Carvalho Chehab
2
-33
/
+33
2017-11-16
Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-2
/
+2
2017-11-16
Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
4
-200
/
+1049
2017-11-07
media: v4l2-ctrls: Don't validate BITMASK twice
Andy Shevchenko
1
-4
/
+0
2017-11-07
media: v4l: async: fix unregister for implicitly registered sub-device notifiers
Niklas Söderlund
1
-1
/
+1
2017-11-07
media: v4l: async: fix return of unitialized variable ret
Colin Ian King
1
-1
/
+0
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
3
-0
/
+3
2017-11-01
media: v4l2-fwnode: use the cached value instead of getting again
Mauro Carvalho Chehab
1
-2
/
+1
2017-10-31
media: v4l: fwnode: Add a convenience function for registering sensors
Sakari Ailus
2
-4
/
+56
2017-10-31
media: v4l: fwnode: Add convenience function for parsing common external refs
Sakari Ailus
1
-0
/
+35
2017-10-31
media: v4l: fwnode: Add a helper function to obtain device / integer references
Sakari Ailus
1
-0
/
+287
2017-10-31
media: v4l: fwnode: Add a helper function for parsing generic references
Sakari Ailus
1
-0
/
+69
2017-10-31
media: v4l: fwnode: Move KernelDoc documentation to the header
Sakari Ailus
1
-75
/
+0
2017-10-31
media: v4l: async: Ensure only unique fwnodes are registered to notifiers
Sakari Ailus
1
-7
/
+79
2017-10-31
media: v4l: async: Allow binding notifiers to sub-devices
Sakari Ailus
1
-40
/
+172
2017-10-31
media: v4l: async: Prepare for async sub-device notifiers
Sakari Ailus
1
-19
/
+50
2017-10-31
media: v4l: async: Allow async notifier register call succeed with no subdevs
Sakari Ailus
1
-2
/
+10
2017-10-31
media: v4l: async: Register sub-devices before calling bound callback
Sakari Ailus
1
-3
/
+3
2017-10-31
media: v4l: async: Introduce helpers for calling async ops callbacks
Sakari Ailus
1
-17
/
+39
2017-10-31
media: v4l: async: Move async subdev notifier operations to a separate structure
Laurent Pinchart
1
-16
/
+14
2017-10-31
media: v4l: fwnode: Support generic parsing of graph endpoints in a device
Sakari Ailus
2
-0
/
+227
2017-10-31
media: v4l: async: Use more intuitive names for internal functions
Sakari Ailus
1
-9
/
+10
2017-10-31
media: v4l: async: Correctly serialise async sub-device unregistration
Sakari Ailus
1
-11
/
+7
2017-10-31
media: v4l: async: Fix notifier complete callback error handling
Sakari Ailus
1
-18
/
+60
2017-10-31
media: v4l: async: fix unbind error in v4l2_async_notifier_unregister()
Niklas Söderlund
1
-4
/
+4
2017-10-31
media: v4l: async: Don't set sd->dev NULL in v4l2_async_cleanup
Sakari Ailus
1
-1
/
+0
2017-10-31
media: v4l: async: Remove re-probing support
Sakari Ailus
1
-53
/
+1
2017-10-31
media: v4l2-ctrl: Fix flags field on Control events
Ricardo Ribalda
1
-4
/
+12
2017-10-04
[media] v4l2-ctrls.c: allow empty control handlers
Hans Verkuil
1
-1
/
+1
2017-09-28
Merge drm-upstream/drm-next into drm-intel-next-queued
Jani Nikula
10
-145
/
+216
2017-09-23
media: v4l-ioctl: Fix typo on v4l_print_frmsizeenum
Ricardo Ribalda
1
-3
/
+6
2017-09-07
lib/scatterlist: Fix offset type in sg_alloc_table_from_pages
Tvrtko Ursulin
1
-2
/
+2
2017-09-05
media: Revert "[media] v4l: async: make v4l2 coexist with devicetree nodes in...
Rob Herring
1
-6
/
+1
2017-08-27
media: v4l2-flash-led-class: Create separate sub-devices for indicators
Sakari Ailus
1
-46
/
+67
2017-08-26
media: v4l: Add packed Bayer raw12 pixel formats
Sakari Ailus
1
-4
/
+8
2017-08-26
media: vb2: add bidirectional flag in vb2_queue
Stanimir Varbanov
4
-14
/
+18
2017-08-26
media: v4l: fwnode: Use a less clash-prone name for MAX_DATA_LANES macro
Sakari Ailus
1
-2
/
+3
2017-08-26
media: v4l: fwnode: The clock lane is the first lane in lane_polarities
Sakari Ailus
1
-1
/
+1
2017-08-26
media: v4l: fwnode: Fix lane-polarities property parsing
Sakari Ailus
1
-3
/
+7
2017-08-20
media: Convert to using %pOF instead of full_name
Rob Herring
1
-2
/
+1
2017-08-20
media: v4l2-compat-ioctl32.c: add capabilities field to, v4l2_input32
Hans Verkuil
1
-1
/
+2
2017-08-09
media: v4l2-compat-ioctl32: Fix timespec conversion
Daniel Mentz
1
-1
/
+2
2017-08-09
media: v4l2-compat-ioctl32: Copy v4l2_window->global_alpha
Daniel Mentz
1
-2
/
+5
2017-08-08
media: vb2: core: Lower the log level of debug outputs
Hirokazu Honda
1
-5
/
+5
2017-07-26
media: v4l2-flash: Flash ops aren't mandatory
Sakari Ailus
1
-6
/
+5
2017-07-26
media: v4l2-flash: Use led_classdev instead of led_classdev_flash for indicator
Sakari Ailus
1
-12
/
+7
2017-07-26
media: v4l2-fwnode: link_frequency is an optional property
Sakari Ailus
1
-15
/
+15
2017-07-20
media: v4l2-fwnode: make v4l2_fwnode_endpoint_parse_csi1_bus static
Mauro Carvalho Chehab
1
-3
/
+4
2017-07-20
media: v4l2-fwnode: suppress a warning at OF parsing logic
Mauro Carvalho Chehab
1
-18
/
+14
[next]