index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
/
v4l2-core
/
v4l2-async.c
Age
Commit message (
Expand
)
Author
2017-09-05
media: Revert "[media] v4l: async: make v4l2 coexist with devicetree nodes in...
Rob Herring
2017-06-20
[media] v4l2-core: Use kvmalloc() for potentially big allocations
Tomasz Figa
2017-06-20
[media] v4l: async: check for v4l2_dev in v4l2_async_notifier_register()
Niklas Söderlund
2017-06-06
[media] v4l: Switch from V4L2 OF not V4L2 fwnode API
Sakari Ailus
2017-06-06
[media] v4l: async: Add fwnode match support
Sakari Ailus
2017-02-03
[media] v4l2-async: failing functions shouldn't have side effects
Tuukka Toivonen
2017-02-03
[media] v4l: async: make v4l2 coexist with devicetree nodes in a dt overlay
Javi Merino
2017-01-31
[media] v4l2-async: Use kmalloc_array() in v4l2_async_notifier_unregister()
Markus Elfring
2016-08-24
[media] v4l2-async: remove unneeded .registered_async callback
Javier Martinez Canillas
2016-02-19
[media] v4l2-async: Don't fail if registered_async isn't implemented
Javier Martinez Canillas
2016-02-10
[media] v4l2-async: call registered_async after subdev registration
Javier Martinez Canillas
2015-06-15
v4l: async: Add a pointer to of_node to struct v4l2_subdev, match it
Sakari Ailus
2013-11-08
[media] v4l2-async: Don't use dynamic static allocation
Mauro Carvalho Chehab
2013-08-18
[media] v4l2-async: Use proper list head for iteration over registered subdevs
Sylwester Nawrocki
2013-08-18
[media] v4l: async: Make it safe to unregister unregistered notifier
Laurent Pinchart
2013-07-30
[media] V4L: Merge struct v4l2_async_subdev_list with struct v4l2_subdev
Sylwester Nawrocki
2013-07-30
[media] V4L: Rename subdev field of struct v4l2_async_notifier
Sylwester Nawrocki
2013-07-30
[media] V4L: Add V4L2_ASYNC_MATCH_OF subdev matching type
Sylwester Nawrocki
2013-07-30
[media] V4L: Rename v4l2_async_bus_* to v4l2_async_match_*
Sylwester Nawrocki
2013-07-30
[media] V4L: Drop bus_type check in v4l2-async match functions
Sylwester Nawrocki
2013-06-28
[media] V4L2: fix compilation if CONFIG_I2C is undefined
Guennadi Liakhovetski
2013-06-21
[media] V4L2: support asynchronous subdevice registration
Guennadi Liakhovetski