summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iommu-updates-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-08-111-1/+3
|\
| * iommu/exynos: Use dev_iommu_priv_get/set()Joerg Roedel2020-06-301-1/+3
* | Merge tag 'media/v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2020-08-0764-2467/+3783
|\ \ | |/ |/|
| * media: camss: fix memory leaks on error handling paths in probeEvgeny Novikov2020-08-061-10/+20
| * media: davinci: vpif_capture: fix potential double freeEvgeny Novikov2020-08-061-2/+0
| * media: mtk-mdp: Fix a refcounting bug on error in initDan Carpenter2020-08-061-4/+12
| * media: cafe-driver: use generic power managementVaibhav Gupta2020-08-063-29/+7
| * media: vpss: clean up resources in initEvgeny Novikov2020-07-191-4/+16
| * media: ti-vpe: cal: Split CAMERARX handling to cal-camerarx.cLaurent Pinchart2020-07-194-682/+713
| * media: ti-vpe: cal: Move CAL I/O accessors to cal.hLaurent Pinchart2020-07-193-150/+169
| * media: ti-vpe: cal: Split video node handling to cal-video.cLaurent Pinchart2020-07-194-1063/+1137
| * media: ti-vpe: cal: Use 'unsigned int' type instead of 'unsigned'Laurent Pinchart2020-07-191-1/+1
| * media: ti-vpe: cal: Remove unneeded phy->sensor NULL checkLaurent Pinchart2020-07-191-3/+0
| * media: ti-vpe: cal: Don't store external rate in cal_camerarxLaurent Pinchart2020-07-191-14/+21
| * media: ti-vpe: cal: Refactor camerarx start and stopLaurent Pinchart2020-07-191-76/+94
| * media: ti-vpe: cal: Reorder camerarx functions to prepare refactoringLaurent Pinchart2020-07-191-214/+214
| * media: ti-vpe: cal: Inline cal_camerarx_max_lanes() in its only callerLaurent Pinchart2020-07-191-8/+2
| * media: ti-vpe: cal: Allocate cal_ctx active_fmt array dynamicallyLaurent Pinchart2020-07-191-1/+7
| * media: ti-vpe: cal: Init formats in cal_ctx_v4l2_register()Laurent Pinchart2020-07-191-44/+39
| * media: ti-vpe: cal: Register a media deviceLaurent Pinchart2020-07-191-22/+49
| * media: ti-vpe: cal: Store struct device in cal_devLaurent Pinchart2020-07-191-28/+27
| * media: ti-vpe: cal: Print revision and hwinfo in a more readable formatLaurent Pinchart2020-07-191-7/+22
| * 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