summaryrefslogtreecommitdiff
path: root/drivers/media/platform/video-mux.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-04media: v4l2-subdev: Rename .init_cfg() operation to .init_state()Laurent Pinchart1-3/+7
2023-11-23media: v4l: subdev: Switch to stream-aware state functionsSakari Ailus1-9/+9
2023-08-10media: v4l: async: Set v4l2_device and subdev in async notifier initSakari Ailus1-2/+2
2023-07-28media: v4l: async: Rename v4l2_async_subdev as v4l2_async_connectionSakari Ailus1-3/+3
2023-05-26media: video-mux: update driver to active statePhilipp Zabel1-54/+24
2023-05-26media: video-mux: fix error pathsPhilipp Zabel1-8/+19
2023-05-25media: video-mux: Add missing media_entity_cleanup upon async register failAlexander Stein1-0/+1
2023-04-11media: video-mux: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2022-07-17media: mc-entity: Rename media_entity_remote_pad() to media_pad_remote_pad_fi...Laurent Pinchart1-1/+1
2022-04-24media: video-mux: Use dev_err_probe()Philipp Zabel1-3/+1
2021-09-30media: v4l: async: Rename async nf functions, clean up long linesSakari Ailus1-9/+8
2021-06-28media: video-mux: Skip dangling endpointsPhilipp Zabel1-1/+9
2021-06-17media: v4l2-subdev: add subdev-wide state structTomi Valkeinen1-10/+12
2021-02-06media: v4l2-async: Improve v4l2_async_notifier_add_*_subdev() APILaurent Pinchart1-1/+1
2021-02-06media: v4l2-async: Clean v4l2_async_notifier_add_fwnode_remote_subdevEzequiel Garcia1-10/+4
2020-05-18media: video-mux: Create media links in bound notifierSteve Longerbeam1-0/+22
2020-05-18media: video-mux: Implement get_fwnode_pad opSteve Longerbeam1-0/+1
2020-05-18media: video-mux: Parse information from firmware without using callbacksSteve Longerbeam1-24/+46
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-9/+1
2019-03-29media: video-mux: fix null pointer dereferencesKangjie Lu1-0/+5
2019-02-18media: video-mux: add bayer formatsRui Miguel Silva1-0/+20
2018-10-04media: platform: video-mux: Register a subdev notifierSteve Longerbeam1-1/+35
2018-09-12media: Convert to using %pOFn instead of device_node.nameRob Herring1-1/+1
2018-07-25media: video-mux: fix compliance failuresPhilipp Zabel1-4/+115
2018-05-04media: platform: video-mux: propagate format from sink to sourceChris Lesiak1-1/+15
2017-07-20media: platform: video-mux: convert to multiplexer frameworkPhilipp Zabel1-46/+7
2017-06-20[media] platform: add video-multiplexer subdevice driverPhilipp Zabel1-0/+334