aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/media (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-19media: ti-vpe: cal: Use 'unsigned int' type instead of 'unsigned'Laurent Pinchart1-1/+1
2020-07-19media: ti-vpe: cal: Remove unneeded phy->sensor NULL checkLaurent Pinchart1-3/+0
2020-07-19media: ti-vpe: cal: Don't store external rate in cal_camerarxLaurent Pinchart1-14/+21
2020-07-19media: ti-vpe: cal: Refactor camerarx start and stopLaurent Pinchart1-76/+94
2020-07-19media: ti-vpe: cal: Reorder camerarx functions to prepare refactoringLaurent Pinchart1-214/+214
2020-07-19media: ti-vpe: cal: Inline cal_camerarx_max_lanes() in its only callerLaurent Pinchart1-8/+2
2020-07-19media: ti-vpe: cal: Allocate cal_ctx active_fmt array dynamicallyLaurent Pinchart1-1/+7
2020-07-19media: ti-vpe: cal: Init formats in cal_ctx_v4l2_register()Laurent Pinchart1-44/+39
2020-07-19media: ti-vpe: cal: Register a media deviceLaurent Pinchart1-22/+49
2020-07-19media: ti-vpe: cal: Store struct device in cal_devLaurent Pinchart1-28/+27
2020-07-19media: ti-vpe: cal: Print revision and hwinfo in a more readable formatLaurent Pinchart1-7/+22
2020-07-19media: ti-vpe: cal: Read hardware revision earlier during probeLaurent Pinchart1-13/+13
2020-07-19media: ti-vpe: cal: Split media initialization and cleanup to functionsLaurent Pinchart1-26/+90
2020-07-19media: ti-vpe: cal: Replace number of ports numerical value by macroLaurent Pinchart1-1/+1
2020-07-19media: ti-vpe: cal: Remove isvcirqset() and isportirqset() macrosLaurent Pinchart1-7/+2
2020-07-19media: ti-vpe: cal: Move CAL_NUM_CSI2_PORTS from cal_regs.h to cal.cLaurent Pinchart2-5/+4
2020-07-19media: ti-vpe: cal: Decouple context and phy cleanup at remove timeLaurent Pinchart1-9/+15
2020-07-19media: ti-vpe: cal: Operate on phy instances in cal_quickdump_regs()Laurent Pinchart1-13/+11
2020-07-19media: ti-vpe: cal: Replace context with phy in async notifier entriesLaurent Pinchart1-12/+12
2020-07-19media: ti-vpe: cal: Move async notifiers from contexts to cal_devLaurent Pinchart1-46/+71
2020-07-19media: ti-vpe: cal: Allow multiple contexts per subdev notifierLaurent Pinchart1-1/+16
2020-07-19media: ti-vpe: cal: Move all sensor-related init to .bound() notifierLaurent Pinchart1-64/+68
2020-07-19media: ti-vpe: cal: Use ARRAY_SIZE to replace numerical valueLaurent Pinchart1-4/+4
2020-07-19media: ti-vpe: cal: Move DT parsing to CAMERARXLaurent Pinchart1-74/+111
2020-07-19media: ti-vpe: cal: Add cal_camerarx_destroy() to cleanup CAMERARXLaurent Pinchart1-6/+30
2020-07-19media: ti-vpe: cal: Unregister video device before cleanupLaurent Pinchart1-1/+1
2020-07-19media: ti-vpe: cal: Add context V4L2 cleanup and unregister functionsLaurent Pinchart1-3/+13
2020-07-19media: ti-vpe: cal: Split video device initialization and registrationLaurent Pinchart1-28/+42
2020-07-19media: ti-vpe: cal: Move v4l2_device from cal_ctx to cal_devLaurent Pinchart1-22/+22
2020-07-19media: ti-vpe: cal: Decouple control handler from v4l2_deviceLaurent Pinchart1-15/+19
2020-07-19media: ti-vpe: cal: Fix usage of v4l2_fwnode_endpoint_parse()Laurent Pinchart1-5/+4
2020-07-19media: ti-vpe: cal: Use of_graph_get_endpoint_by_regs() to parse OFLaurent Pinchart1-107/+7
2020-07-19media: ti-vpe: cal: Hardcode virtual channel to 0Laurent Pinchart1-7/+1
2020-07-19media: ti-vpe: cal: Rename cal_create_instance() to cal_ctx_create()Laurent Pinchart1-2/+2
2020-07-19media: ti-vpe: cal: Add comments to cal_probe() to delimitate sectionsLaurent Pinchart1-6/+5
2020-07-19media: ti-vpe: cal: Inline cal_get_camerarx_regmap() in callerLaurent Pinchart1-43/+32
2020-07-19media: ti-vpe: cal: Use syscon_regmap_lookup_by_phandle_args()Laurent Pinchart1-11/+8
2020-07-19media: ti-vpe: cal: Split CAMERARX syscon regmap retrieval to a functionLaurent Pinchart1-31/+42
2020-07-19media: ti-vpe: cal: Drop struct cal_dev v4l2_dev fieldLaurent Pinchart1-5/+0
2020-07-19media: ti-vpe: cal: Use a loop to create CAMERARX and context instancesLaurent Pinchart1-15/+6
2020-07-19media: ti-vpe: cal: Use ctx_info() instead of v4l2_info()Laurent Pinchart1-2/+2
2020-07-19media: ti-vpe: cal: Get struct device without going through v4l2_deviceLaurent Pinchart1-1/+1
2020-07-19media: ti-vpe: cal: Use correct device name for bus_infoLaurent Pinchart1-1/+1
2020-07-19media: ti-vpe: cal: Rename cal_ctx.csi2_port to cal_ctx.indexLaurent Pinchart1-25/+25
2020-07-19media: ti-vpe: cal: Reorganize remaining code in sectionsLaurent Pinchart1-158/+182
2020-07-19media: ti-vpe: cal: Create consistent naming for context functionsLaurent Pinchart1-11/+16
2020-07-19media: ti-vpe: cal: Inline cal_data_get_num_csi2_phy() in its callerLaurent Pinchart1-7/+2
2020-07-19media: ti-vpe: cal: Group CAMERARX-related functions togetherLaurent Pinchart1-167/+166
2020-07-19media: ti-vpe: cal: Create consistent naming for CAMERARX functionsLaurent Pinchart1-124/+119
2020-07-19media: ti-vpe: cal: Store sensor-related data in cal_camerarxLaurent Pinchart1-29/+30