summaryrefslogtreecommitdiffstats
path: root/drivers/media
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 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-071-1/+1
|\ \
| * | PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'Luc Van Oostenryck2020-07-071-1/+1
* | | Merge tag 'media/v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2020-08-07155-3034/+9351
|\ \ \
| * | | 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: radio: remove redundant assignment to variable retvalColin Ian King2020-08-061-1/+1
| * | | media: mtk-mdp: Fix a refcounting bug on error in initDan Carpenter2020-08-061-4/+12
| * | | media: meye: fix missing pm_mchip_mode fieldHans Verkuil2020-08-061-2/+0
| * | | media: cafe-driver: use generic power managementVaibhav Gupta2020-08-063-29/+7
| * | | media: saa7164: use generic power managementVaibhav Gupta2020-08-061-3/+0
| * | | media: videobuf2: Print videobuf2 buffer state by nameEzequiel Garcia2020-07-191-8/+27
| * | | media: tw68: use generic power managementVaibhav Gupta2020-07-191-19/+11
| * | | media: meye: use generic power managementVaibhav Gupta2020-07-191-10/+5
| * | | media: cx88: use generic power managementVaibhav Gupta2020-07-191-44/+16
| * | | media: cx25821: use generic power managementVaibhav Gupta2020-07-191-3/+0
| * | | media: cx23885: use generic power managementVaibhav Gupta2020-07-191-3/+0
| * | | media: sta2x11: use generic power managementVaibhav Gupta2020-07-191-48/+15
| * | | media: v4l2-async: Log message in case of heterogeneous fwnode matchLaurent Pinchart2020-07-191-1/+23
| * | | media: v4l2-async: Pass notifier pointer to match functionsLaurent Pinchart2020-07-191-7/+11
| * | | media: v4l2-async: Accept endpoints and devices for fwnode matchingLaurent Pinchart2020-07-191-1/+42
| * | | media: i2c: Add RDACM20 driverJacopo Mondi2020-07-195-0/+1247
| * | | media: i2c: Add MAX9286 driverKieran Bingham2020-07-193-0/+1334
| * | | media: i2c: dw9768: Add DW9768 VCM driverDongchun Zhu2020-07-193-0/+567
| * | | media: i2c: imx290: replace msleep(10) with usleep_range(10000, 11000)Andrey Konovalov2020-07-191-3/+3
| * | | media: tw68: Replace http links with https onesAlexander A. Klimov2020-07-191-1/+1
| * | | media: tw5864-core: Replace http links with https onesAlexander A. Klimov2020-07-191-1/+1
| * | | media: rtl2832_sdr: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-191-1/+1
| * | | media: ivtv: Replace http links with https onesAlexander A. Klimov2020-07-191-1/+1
| * | | media: imon: Replace http links with https onesAlexander A. Klimov2020-07-191-1/+1
| * | | media: cx18: Replace http links with https onesAlexander A. Klimov2020-07-191-1/+1
| * | | media: vimc: Add a control to display info on test imageKaaira Gupta2020-07-194-0/+84
| * | | media: tpg: Add function to return colors' order of test imageKaaira Gupta2020-07-191-2/+28
| * | | media: tpg: change char argument to const charKaaira Gupta2020-07-191-5/+5
| * | | 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