index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
v4l2-core
/
v4l2-async.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[media] v4l2-async: failing functions shouldn't have side effects
Tuukka Toivonen
2017-02-03
1
-10
/
+11
*
[media] v4l: async: make v4l2 coexist with devicetree nodes in a dt overlay
Javi Merino
2017-02-03
1
-1
/
+2
*
[media] v4l2-async: Use kmalloc_array() in v4l2_async_notifier_unregister()
Markus Elfring
2017-01-31
1
-1
/
+1
*
[media] v4l2-async: remove unneeded .registered_async callback
Javier Martinez Canillas
2016-08-24
1
-7
/
+0
*
[media] v4l2-async: Don't fail if registered_async isn't implemented
Javier Martinez Canillas
2016-02-19
1
-1
/
+1
*
[media] v4l2-async: call registered_async after subdev registration
Javier Martinez Canillas
2016-02-10
1
-0
/
+7
*
v4l: async: Add a pointer to of_node to struct v4l2_subdev, match it
Sakari Ailus
2015-06-15
1
-12
/
+27
*
[media] v4l2-async: Don't use dynamic static allocation
Mauro Carvalho Chehab
2013-11-08
1
-3
/
+27
*
[media] v4l2-async: Use proper list head for iteration over registered subdevs
Sylwester Nawrocki
2013-08-18
1
-1
/
+1
*
[media] v4l: async: Make it safe to unregister unregistered notifier
Laurent Pinchart
2013-08-18
1
-0
/
+6
*
[media] V4L: Merge struct v4l2_async_subdev_list with struct v4l2_subdev
Sylwester Nawrocki
2013-07-30
1
-38
/
+29
*
[media] V4L: Rename subdev field of struct v4l2_async_notifier
Sylwester Nawrocki
2013-07-30
1
-1
/
+1
*
[media] V4L: Add V4L2_ASYNC_MATCH_OF subdev matching type
Sylwester Nawrocki
2013-07-30
1
-0
/
+9
*
[media] V4L: Rename v4l2_async_bus_* to v4l2_async_match_*
Sylwester Nawrocki
2013-07-30
1
-13
/
+13
*
[media] V4L: Drop bus_type check in v4l2-async match functions
Sylwester Nawrocki
2013-07-30
1
-3
/
+1
*
[media] V4L2: fix compilation if CONFIG_I2C is undefined
Guennadi Liakhovetski
2013-06-28
1
-0
/
+4
*
[media] V4L2: support asynchronous subdevice registration
Guennadi Liakhovetski
2013-06-21
1
-0
/
+280