index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
media
/
imx
/
imx-media-dev.c
Age
Commit message (
Expand
)
Author
2024-10-09
staging: Switch back to struct platform_driver::remove()
Sergio Paracuellos
2023-07-28
media: v4l: async: Rename v4l2_async_subdev as v4l2_async_connection
Sakari Ailus
2023-04-15
media: staging: media: imx-media-dev: Convert to platform remove callback ret...
Uwe Kleine-König
2021-09-30
media: v4l: async: Rename async nf functions, clean up long lines
Sakari Ailus
2021-01-12
media: imx: Unregister csc/scaler only if registered
Ezequiel Garcia
2020-05-18
media: imx: silence a couple debug messages
Steve Longerbeam
2019-08-26
media: imx: add csc/scaler mem2mem device
Philipp Zabel
2019-05-28
media: staging/imx: Re-organize modules
Steve Longerbeam
2019-05-28
media: staging/imx: Switch to sync registration for IPU subdevs
Steve Longerbeam
2019-05-08
Merge tag 'media/v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
2019-04-03
staging: media: imx: add proper SPDX identifiers on files that did not have t...
Greg Kroah-Hartman
2019-03-29
media: staging/imx: Fix inconsistent long line breaks
Lucas Leonardo Ciancaglini
2019-03-19
media: imx: Don't register IPU subdevs/links if CSI port missing
Steve Longerbeam
2019-03-19
media: imx: Rename functions that add IPU-internal subdevs
Steve Longerbeam
2019-02-18
media: staging/imx: rearrange group id to take in account IPU
Rui Miguel Silva
2019-02-18
media: staging/imx: refactor imx media device probe
Rui Miguel Silva
2019-01-21
media: imx: queue subdev events to reachable video devices
Steve Longerbeam
2018-10-31
Merge tag 'media/v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
2018-10-29
Merge tag 'media/v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
2018-10-04
media: staging/imx: Switch to v4l2_async_notifier_add_*_subdev
Steve Longerbeam
2018-10-04
media: staging/imx: Rename root notifier
Steve Longerbeam
2018-10-04
media: staging/imx: Loop through all registered subdevs for media links
Steve Longerbeam
2018-09-11
media: use strscpy() instead of strlcpy()
Mauro Carvalho Chehab
2018-09-10
staging: Convert to using %pOFn instead of device_node.name
Rob Herring
2018-08-31
media: v4l2-ctrls: v4l2_ctrl_add_handler: add from_other_dev
Hans Verkuil
2018-06-12
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
2017-12-29
media: imx: fix breakages when compiling for arm
Mauro Carvalho Chehab
2017-12-29
media: v4l2-async: simplify v4l2_async_subdev structure
Mauro Carvalho Chehab
2017-12-15
media: staging/imx: convert static vdev lists to list_head
Steve Longerbeam
2017-12-15
media: staging/imx: remove static subdev arrays
Steve Longerbeam
2017-12-15
media: staging/imx: pass fwnode handle to find/add async subdev
Steve Longerbeam
2017-12-15
media: staging/imx: remove devname string from imx_media_subdev
Steve Longerbeam
2017-12-15
media: staging/imx: remove static media link arrays
Steve Longerbeam
2017-12-15
media: staging/imx: get CSI bus type from nearest upstream entity
Steve Longerbeam
2017-12-11
media: staging/imx: fix complete handler
Russell King
2017-10-31
media: v4l: async: Move async subdev notifier operations to a separate structure
Laurent Pinchart
2017-09-23
media: staging/imx: Fix uninitialized variable warning
Laurent Pinchart
2017-08-08
media: staging/imx: remove confusing IS_ERR_OR_NULL usage
Arnd Bergmann
2017-06-20
[media] media: Add i.MX media core driver
Steve Longerbeam