aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/staging/media (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-04Merge tag 'arm-drivers-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds12-0/+3213
2020-06-03atomisp: avoid warning about unused functionLinus Torvalds1-6/+4
2020-06-03Merge tag 'media/v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds728-1643/+147728
2020-06-02staging: media: ipu3: use vmap instead of reimplementing itChristoph Hellwig2-25/+9
2020-05-28staging: tegra-video: fix V4L2 dependencyArnd Bergmann1-1/+1
2020-05-20media: dt-bindings: phy: phy-rockchip-dphy-rx0: move rockchip dphy rx0 bindings out of stagingHelen Koike1-73/+0
2020-05-20media: staging: dt-bindings: phy-rockchip-dphy-rx0: remove non-used reg propertyHelen Koike1-3/+0
2020-05-20media: atomisp: unify the version for isp2401 a0 and b0 versionsMauro Carvalho Chehab1-8/+2
2020-05-20media: atomisp: update TODO with the current dataMauro Carvalho Chehab1-19/+34
2020-05-20media: atomisp: adjust some code at sh_css that could be brokenMauro Carvalho Chehab1-5/+10
2020-05-20media: atomisp: don't produce errs for ignored IRQsMauro Carvalho Chehab1-2/+7
2020-05-20media: atomisp: print IRQ when debuggingMauro Carvalho Chehab1-0/+3
2020-05-20media: atomisp: isp_mmu: don't use kmem_cacheMauro Carvalho Chehab2-22/+3
2020-05-20media: atomisp: add a notice about possible leak resourcesMauro Carvalho Chehab7-7/+8
2020-05-20media: atomisp: disable the dynamic and reserved poolsMauro Carvalho Chehab1-0/+6
2020-05-20media: atomisp: turn on camera before setting itMauro Carvalho Chehab1-0/+5
2020-05-20media: atomisp: simplify ov2680 array write logicMauro Carvalho Chehab1-115/+13
2020-05-20media: atomisp-ov2680: get rid of the type fieldMauro Carvalho Chehab2-568/+536
2020-05-20media: atomisp: use read/write routines from mainstreamMauro Carvalho Chehab1-99/+61
2020-05-20media: atomisp: ov2680: improve debug messagesMauro Carvalho Chehab1-27/+41
2020-05-20media: atomisp: change the code to properly wait for sensorMauro Carvalho Chehab3-11/+20
2020-05-20media: atomisp: keep the ISP powered on when setting itMauro Carvalho Chehab1-2/+6
2020-05-20media: atomisp: fix the value for CamClk on Asus T101HAMauro Carvalho Chehab1-1/+1
2020-05-20media: atomisp: fix a slab error due to a wrong freeMauro Carvalho Chehab1-1/+4
2020-05-20media: atomisp: get rid of __bo_alloc() macroMauro Carvalho Chehab1-13/+2
2020-05-20media: atomisp: get rid of spmem_dump.cMauro Carvalho Chehab4-3907/+0
2020-05-20media: atomisp: fix an inverted logicMauro Carvalho Chehab1-2/+2
2020-05-20media: atomisp: remove a misplaced #endifMauro Carvalho Chehab1-1/+0
2020-05-20media: atomisp: simplify the power down/up codeMauro Carvalho Chehab1-64/+49
2020-05-20media: atomisp: use pcim_enable_device() againMauro Carvalho Chehab1-4/+1
2020-05-20media: atomisp: spctrl: be sure to zero .code_addr after freeMauro Carvalho Chehab1-1/+3
2020-05-20media: atomisp: add support for different PMIC configurationsMauro Carvalho Chehab1-50/+225
2020-05-20media: atomisp: move atomisp_gmin_platform.c to pci/ dirMauro Carvalho Chehab5-11/+2
2020-05-20media: atomisp: detect the PMIC typeMauro Carvalho Chehab1-10/+64
2020-05-20media: atomisp: warn if unsupported subdevs are foundMauro Carvalho Chehab1-0/+18
2020-05-20media: atomisp: reduce the risk of a race conditionMauro Carvalho Chehab1-2/+23
2020-05-20media: atomisp: print the type of PMIC that will be usedMauro Carvalho Chehab1-5/+18
2020-05-20media: atomisp: better display DMI and EFI found entriesMauro Carvalho Chehab5-19/+39
2020-05-20media: atomisp: Add some ACPI detection infoMauro Carvalho Chehab8-5/+86
2020-05-20media: atomisp: add -dDEBUG when building this driverMauro Carvalho Chehab2-0/+4
2020-05-20media: atomisp: make dfs_config_merr_117a struct constMauro Carvalho Chehab1-15/+2
2020-05-20media: atomisp: free PCI resources when probing failMauro Carvalho Chehab1-5/+20
2020-05-20media: atomisp: relax firmware version detection criteriaMauro Carvalho Chehab1-5/+5
2020-05-20media: atomisp: improve device detection codeMauro Carvalho Chehab1-26/+54
2020-05-20media: atomisp: fix clock rate frequency settingMauro Carvalho Chehab1-3/+11
2020-05-20media: atomisp: limit the name of the firmware fileMauro Carvalho Chehab1-1/+1
2020-05-20media: atomisp: print a better message when fw version is wrongMauro Carvalho Chehab6-134/+21
2020-05-20media: atomisp: move ia_css_configure_sc() implementationMauro Carvalho Chehab3-35/+29
2020-05-20media: atomisp: fix querycap initialization logicMauro Carvalho Chehab4-58/+48
2020-05-20media: atomisp: use add_qos_request instead of updateMauro Carvalho Chehab1-1/+1