summaryrefslogtreecommitdiffstats
path: root/drivers/media
Commit message (Expand)AuthorAgeFilesLines
...
| * | | media: ti-vpe: cal: Read hardware revision earlier during probeLaurent Pinchart2020-07-191-13/+13
| * | | media: ti-vpe: cal: Split media initialization and cleanup to functionsLaurent Pinchart2020-07-191-26/+90
| * | | media: ti-vpe: cal: Replace number of ports numerical value by macroLaurent Pinchart2020-07-191-1/+1
| * | | media: ti-vpe: cal: Remove isvcirqset() and isportirqset() macrosLaurent Pinchart2020-07-191-7/+2
| * | | media: ti-vpe: cal: Move CAL_NUM_CSI2_PORTS from cal_regs.h to cal.cLaurent Pinchart2020-07-192-5/+4
| * | | media: ti-vpe: cal: Decouple context and phy cleanup at remove timeLaurent Pinchart2020-07-191-9/+15
| * | | media: ti-vpe: cal: Operate on phy instances in cal_quickdump_regs()Laurent Pinchart2020-07-191-13/+11
| * | | media: ti-vpe: cal: Replace context with phy in async notifier entriesLaurent Pinchart2020-07-191-12/+12
| * | | media: ti-vpe: cal: Move async notifiers from contexts to cal_devLaurent Pinchart2020-07-191-46/+71
| * | | media: ti-vpe: cal: Allow multiple contexts per subdev notifierLaurent Pinchart2020-07-191-1/+16
| * | | media: ti-vpe: cal: Move all sensor-related init to .bound() notifierLaurent Pinchart2020-07-191-64/+68
| * | | media: ti-vpe: cal: Use ARRAY_SIZE to replace numerical valueLaurent Pinchart2020-07-191-4/+4
| * | | media: ti-vpe: cal: Move DT parsing to CAMERARXLaurent Pinchart2020-07-191-74/+111
| * | | media: ti-vpe: cal: Add cal_camerarx_destroy() to cleanup CAMERARXLaurent Pinchart2020-07-191-6/+30
| * | | media: ti-vpe: cal: Unregister video device before cleanupLaurent Pinchart2020-07-191-1/+1
| * | | media: ti-vpe: cal: Add context V4L2 cleanup and unregister functionsLaurent Pinchart2020-07-191-3/+13
| * | | media: ti-vpe: cal: Split video device initialization and registrationLaurent Pinchart2020-07-191-28/+42
| * | | media: ti-vpe: cal: Move v4l2_device from cal_ctx to cal_devLaurent Pinchart2020-07-191-22/+22
| * | | media: ti-vpe: cal: Decouple control handler from v4l2_deviceLaurent Pinchart2020-07-191-15/+19
| * | | media: ti-vpe: cal: Fix usage of v4l2_fwnode_endpoint_parse()Laurent Pinchart2020-07-191-5/+4
| * | | media: ti-vpe: cal: Use of_graph_get_endpoint_by_regs() to parse OFLaurent Pinchart2020-07-191-107/+7
| * | | media: ti-vpe: cal: Hardcode virtual channel to 0Laurent Pinchart2020-07-191-7/+1
| * | | media: ti-vpe: cal: Rename cal_create_instance() to cal_ctx_create()Laurent Pinchart2020-07-191-2/+2
| * | | media: ti-vpe: cal: Add comments to cal_probe() to delimitate sectionsLaurent Pinchart2020-07-191-6/+5
| * | | media: ti-vpe: cal: Inline cal_get_camerarx_regmap() in callerLaurent Pinchart2020-07-191-43/+32
| * | | media: ti-vpe: cal: Use syscon_regmap_lookup_by_phandle_args()Laurent Pinchart2020-07-191-11/+8
| * | | media: ti-vpe: cal: Split CAMERARX syscon regmap retrieval to a functionLaurent Pinchart2020-07-191-31/+42
| * | | media: ti-vpe: cal: Drop struct cal_dev v4l2_dev fieldLaurent Pinchart2020-07-191-5/+0
| * | | media: ti-vpe: cal: Use a loop to create CAMERARX and context instancesLaurent Pinchart2020-07-191-15/+6
| * | | media: ti-vpe: cal: Use ctx_info() instead of v4l2_info()Laurent Pinchart2020-07-191-2/+2
| * | | media: ti-vpe: cal: Get struct device without going through v4l2_deviceLaurent Pinchart2020-07-191-1/+1
| * | | media: ti-vpe: cal: Use correct device name for bus_infoLaurent Pinchart2020-07-191-1/+1
| * | | media: ti-vpe: cal: Rename cal_ctx.csi2_port to cal_ctx.indexLaurent Pinchart2020-07-191-25/+25
| * | | media: ti-vpe: cal: Reorganize remaining code in sectionsLaurent Pinchart2020-07-191-158/+182
| * | | media: ti-vpe: cal: Create consistent naming for context functionsLaurent Pinchart2020-07-191-11/+16
| * | | media: ti-vpe: cal: Inline cal_data_get_num_csi2_phy() in its callerLaurent Pinchart2020-07-191-7/+2
| * | | media: ti-vpe: cal: Group CAMERARX-related functions togetherLaurent Pinchart2020-07-191-167/+166
| * | | media: ti-vpe: cal: Create consistent naming for CAMERARX functionsLaurent Pinchart2020-07-191-124/+119
| * | | media: ti-vpe: cal: Store sensor-related data in cal_camerarxLaurent Pinchart2020-07-191-29/+30
| * | | media: ti-vpe: cal: Add print macros for the cal_camerarx instancesLaurent Pinchart2020-07-191-0/+7
| * | | media: ti-vpe: cal: Use dev_* print macrosLaurent Pinchart2020-07-191-7/+11
| * | | media: ti-vpe: cal: Store instance ID and cal pointer in cal_camerarxLaurent Pinchart2020-07-191-6/+12
| * | | media: ti-vpe: cal: Remove internal phy structure from cal_camerarxLaurent Pinchart2020-07-191-15/+12
| * | | media: ti-vpe: cal: Name all cal_camerarx pointers consistentlyLaurent Pinchart2020-07-191-51/+51
| * | | media: ti-vpe: cal: Name all cal_dev pointers consistentlyLaurent Pinchart2020-07-191-182/+186
| * | | media: ti-vpe: cal: Rename cal_csi2_phy to cal_camerarx_dataLaurent Pinchart2020-07-191-17/+16
| * | | media: ti-vpe: cal: Rename cc_data to cal_camerarxLaurent Pinchart2020-07-191-19/+27
| * | | media: ti-vpe: cal: Move function to avoid forward declarationLaurent Pinchart2020-07-191-50/+48
| * | | media: ti-vpe: cal: Remove flags field from struct cal_devLaurent Pinchart2020-07-191-6/+1
| * | | media: ti-vpe: cal: Remove unused structure fieldsLaurent Pinchart2020-07-191-31/+3