summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform
AgeCommit message (Expand)AuthorLines
2020-08-11Merge tag 'iommu-updates-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+3
2020-08-07Merge tag 'media/v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds-2467/+3783
2020-08-06media: camss: fix memory leaks on error handling paths in probeEvgeny Novikov-10/+20
2020-08-06media: davinci: vpif_capture: fix potential double freeEvgeny Novikov-2/+0
2020-08-06media: mtk-mdp: Fix a refcounting bug on error in initDan Carpenter-4/+12
2020-08-06media: cafe-driver: use generic power managementVaibhav Gupta-29/+7
2020-07-19media: vpss: clean up resources in initEvgeny Novikov-4/+16
2020-07-19media: ti-vpe: cal: Split CAMERARX handling to cal-camerarx.cLaurent Pinchart-682/+713
2020-07-19media: ti-vpe: cal: Move CAL I/O accessors to cal.hLaurent Pinchart-150/+169
2020-07-19media: ti-vpe: cal: Split video node handling to cal-video.cLaurent Pinchart-1063/+1137
2020-07-19media: ti-vpe: cal: Use 'unsigned int' type instead of 'unsigned'Laurent Pinchart-1/+1
2020-07-19media: ti-vpe: cal: Remove unneeded phy->sensor NULL checkLaurent Pinchart-3/+0
2020-07-19media: ti-vpe: cal: Don't store external rate in cal_camerarxLaurent Pinchart-14/+21
2020-07-19media: ti-vpe: cal: Refactor camerarx start and stopLaurent Pinchart-76/+94
2020-07-19media: ti-vpe: cal: Reorder camerarx functions to prepare refactoringLaurent Pinchart-214/+214
2020-07-19media: ti-vpe: cal: Inline cal_camerarx_max_lanes() in its only callerLaurent Pinchart-8/+2
2020-07-19media: ti-vpe: cal: Allocate cal_ctx active_fmt array dynamicallyLaurent Pinchart-1/+7
2020-07-19media: ti-vpe: cal: Init formats in cal_ctx_v4l2_register()Laurent Pinchart-44/+39
2020-07-19media: ti-vpe: cal: Register a media deviceLaurent Pinchart-22/+49
2020-07-19media: ti-vpe: cal: Store struct device in cal_devLaurent Pinchart-28/+27
2020-07-19media: ti-vpe: cal: Print revision and hwinfo in a more readable formatLaurent Pinchart-7/+22
2020-07-19media: ti-vpe: cal: Read hardware revision earlier during probeLaurent Pinchart-13/+13
2020-07-19media: ti-vpe: cal: Split media initialization and cleanup to functionsLaurent Pinchart-26/+90
2020-07-19media: ti-vpe: cal: Replace number of ports numerical value by macroLaurent Pinchart-1/+1
2020-07-19media: ti-vpe: cal: Remove isvcirqset() and isportirqset() macrosLaurent Pinchart-7/+2
2020-07-19media: ti-vpe: cal: Move CAL_NUM_CSI2_PORTS from cal_regs.h to cal.cLaurent Pinchart-5/+4
2020-07-19media: ti-vpe: cal: Decouple context and phy cleanup at remove timeLaurent Pinchart-9/+15
2020-07-19media: ti-vpe: cal: Operate on phy instances in cal_quickdump_regs()Laurent Pinchart-13/+11
2020-07-19media: ti-vpe: cal: Replace context with phy in async notifier entriesLaurent Pinchart-12/+12
2020-07-19media: ti-vpe: cal: Move async notifiers from contexts to cal_devLaurent Pinchart-46/+71
2020-07-19media: ti-vpe: cal: Allow multiple contexts per subdev notifierLaurent Pinchart-1/+16
2020-07-19media: ti-vpe: cal: Move all sensor-related init to .bound() notifierLaurent Pinchart-64/+68
2020-07-19media: ti-vpe: cal: Use ARRAY_SIZE to replace numerical valueLaurent Pinchart-4/+4
2020-07-19media: ti-vpe: cal: Move DT parsing to CAMERARXLaurent Pinchart-74/+111
2020-07-19media: ti-vpe: cal: Add cal_camerarx_destroy() to cleanup CAMERARXLaurent Pinchart-6/+30
2020-07-19media: ti-vpe: cal: Unregister video device before cleanupLaurent Pinchart-1/+1
2020-07-19media: ti-vpe: cal: Add context V4L2 cleanup and unregister functionsLaurent Pinchart-3/+13
2020-07-19media: ti-vpe: cal: Split video device initialization and registrationLaurent Pinchart-28/+42
2020-07-19media: ti-vpe: cal: Move v4l2_device from cal_ctx to cal_devLaurent Pinchart-22/+22
2020-07-19media: ti-vpe: cal: Decouple control handler from v4l2_deviceLaurent Pinchart-15/+19
2020-07-19media: ti-vpe: cal: Fix usage of v4l2_fwnode_endpoint_parse()Laurent Pinchart-5/+4
2020-07-19media: ti-vpe: cal: Use of_graph_get_endpoint_by_regs() to parse OFLaurent Pinchart-107/+7
2020-07-19media: ti-vpe: cal: Hardcode virtual channel to 0Laurent Pinchart-7/+1
2020-07-19media: ti-vpe: cal: Rename cal_create_instance() to cal_ctx_create()Laurent Pinchart-2/+2
2020-07-19media: ti-vpe: cal: Add comments to cal_probe() to delimitate sectionsLaurent Pinchart-6/+5
2020-07-19media: ti-vpe: cal: Inline cal_get_camerarx_regmap() in callerLaurent Pinchart-43/+32
2020-07-19media: ti-vpe: cal: Use syscon_regmap_lookup_by_phandle_args()Laurent Pinchart-11/+8
2020-07-19media: ti-vpe: cal: Split CAMERARX syscon regmap retrieval to a functionLaurent Pinchart-31/+42
2020-07-19media: ti-vpe: cal: Drop struct cal_dev v4l2_dev fieldLaurent Pinchart-5/+0
2020-07-19media: ti-vpe: cal: Use a loop to create CAMERARX and context instancesLaurent Pinchart-15/+6