summaryrefslogtreecommitdiff
path: root/drivers/media
AgeCommit message (Expand)Author
2020-07-19media: ti-vpe: cal: Split media initialization and cleanup to functionsLaurent Pinchart
2020-07-19media: ti-vpe: cal: Replace number of ports numerical value by macroLaurent Pinchart
2020-07-19media: ti-vpe: cal: Remove isvcirqset() and isportirqset() macrosLaurent Pinchart
2020-07-19media: ti-vpe: cal: Move CAL_NUM_CSI2_PORTS from cal_regs.h to cal.cLaurent Pinchart
2020-07-19media: ti-vpe: cal: Decouple context and phy cleanup at remove timeLaurent Pinchart
2020-07-19media: ti-vpe: cal: Operate on phy instances in cal_quickdump_regs()Laurent Pinchart
2020-07-19media: ti-vpe: cal: Replace context with phy in async notifier entriesLaurent Pinchart
2020-07-19media: ti-vpe: cal: Move async notifiers from contexts to cal_devLaurent Pinchart
2020-07-19media: ti-vpe: cal: Allow multiple contexts per subdev notifierLaurent Pinchart
2020-07-19media: ti-vpe: cal: Move all sensor-related init to .bound() notifierLaurent Pinchart
2020-07-19media: ti-vpe: cal: Use ARRAY_SIZE to replace numerical valueLaurent Pinchart
2020-07-19media: ti-vpe: cal: Move DT parsing to CAMERARXLaurent Pinchart
2020-07-19media: ti-vpe: cal: Add cal_camerarx_destroy() to cleanup CAMERARXLaurent Pinchart
2020-07-19media: ti-vpe: cal: Unregister video device before cleanupLaurent Pinchart
2020-07-19media: ti-vpe: cal: Add context V4L2 cleanup and unregister functionsLaurent Pinchart
2020-07-19media: ti-vpe: cal: Split video device initialization and registrationLaurent Pinchart
2020-07-19media: ti-vpe: cal: Move v4l2_device from cal_ctx to cal_devLaurent Pinchart
2020-07-19media: ti-vpe: cal: Decouple control handler from v4l2_deviceLaurent Pinchart
2020-07-19media: ti-vpe: cal: Fix usage of v4l2_fwnode_endpoint_parse()Laurent Pinchart
2020-07-19media: ti-vpe: cal: Use of_graph_get_endpoint_by_regs() to parse OFLaurent Pinchart
2020-07-19media: ti-vpe: cal: Hardcode virtual channel to 0Laurent Pinchart
2020-07-19media: ti-vpe: cal: Rename cal_create_instance() to cal_ctx_create()Laurent Pinchart
2020-07-19media: ti-vpe: cal: Add comments to cal_probe() to delimitate sectionsLaurent Pinchart
2020-07-19media: ti-vpe: cal: Inline cal_get_camerarx_regmap() in callerLaurent Pinchart
2020-07-19media: ti-vpe: cal: Use syscon_regmap_lookup_by_phandle_args()Laurent Pinchart
2020-07-19media: ti-vpe: cal: Split CAMERARX syscon regmap retrieval to a functionLaurent Pinchart
2020-07-19media: ti-vpe: cal: Drop struct cal_dev v4l2_dev fieldLaurent Pinchart
2020-07-19media: ti-vpe: cal: Use a loop to create CAMERARX and context instancesLaurent Pinchart
2020-07-19media: ti-vpe: cal: Use ctx_info() instead of v4l2_info()Laurent Pinchart
2020-07-19media: ti-vpe: cal: Get struct device without going through v4l2_deviceLaurent Pinchart
2020-07-19media: ti-vpe: cal: Use correct device name for bus_infoLaurent Pinchart
2020-07-19media: ti-vpe: cal: Rename cal_ctx.csi2_port to cal_ctx.indexLaurent Pinchart
2020-07-19media: ti-vpe: cal: Reorganize remaining code in sectionsLaurent Pinchart
2020-07-19media: ti-vpe: cal: Create consistent naming for context functionsLaurent Pinchart
2020-07-19media: ti-vpe: cal: Inline cal_data_get_num_csi2_phy() in its callerLaurent Pinchart
2020-07-19media: ti-vpe: cal: Group CAMERARX-related functions togetherLaurent Pinchart
2020-07-19media: ti-vpe: cal: Create consistent naming for CAMERARX functionsLaurent Pinchart
2020-07-19media: ti-vpe: cal: Store sensor-related data in cal_camerarxLaurent Pinchart
2020-07-19media: ti-vpe: cal: Add print macros for the cal_camerarx instancesLaurent Pinchart
2020-07-19media: ti-vpe: cal: Use dev_* print macrosLaurent Pinchart
2020-07-19media: ti-vpe: cal: Store instance ID and cal pointer in cal_camerarxLaurent Pinchart
2020-07-19media: ti-vpe: cal: Remove internal phy structure from cal_camerarxLaurent Pinchart
2020-07-19media: ti-vpe: cal: Name all cal_camerarx pointers consistentlyLaurent Pinchart
2020-07-19media: ti-vpe: cal: Name all cal_dev pointers consistentlyLaurent Pinchart
2020-07-19media: ti-vpe: cal: Rename cal_csi2_phy to cal_camerarx_dataLaurent Pinchart
2020-07-19media: ti-vpe: cal: Rename cc_data to cal_camerarxLaurent Pinchart
2020-07-19media: ti-vpe: cal: Move function to avoid forward declarationLaurent Pinchart
2020-07-19media: ti-vpe: cal: Remove flags field from struct cal_devLaurent Pinchart
2020-07-19media: ti-vpe: cal: Remove unused structure fieldsLaurent Pinchart
2020-07-19media: ti-vpe: cal: Remove static const cal_regmap_config templateLaurent Pinchart