aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/atomisp/pci/atomisp_v4l2.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-24media: atomisp: Remove const/fixed camera_capsHans de Goede1-18/+0
2022-09-24media: atomisp: Use video_dev.lock for ioctl lockingHans de Goede1-0/+1
2022-09-24media: atomisp: Drop streamoff_mutexHans de Goede1-1/+0
2022-09-24media: atomisp: Remove watchdog timerHans de Goede1-41/+2
2022-09-24media: atomisp: Use a normal mutex for the main lockHans de Goede1-1/+1
2022-09-24media: atomisp: Remove loading mutexHans de Goede1-7/+0
2022-09-24media: atomisp: Register /dev/* nodes at the end of atomisp_pci_probe()Hans de Goede1-12/+28
2022-09-24media: atomisp: Split subdev and video-node registration into 2 stepsHans de Goede1-1/+3
2022-09-24media: atomisp: Remove the ACC device nodeHans de Goede1-18/+0
2022-09-24media: atomisp: Remove atomisp_file_fops and atomisp_file_ioctl_opsHans de Goede1-6/+0
2022-09-24media: atomisp: Remove file-injection supportHans de Goede1-30/+0
2022-07-08media: atomisp: remove atomisp_acc.cHans de Goede1-4/+0
2022-07-08media: atomisp: remove pool related kernel cmdline optionsHans de Goede1-17/+0
2022-07-08media: atomisp: remove hmm_mem_statsHans de Goede1-1/+0
2022-07-08media: atomisp: remove hmm_pool_[un]register()Hans de Goede1-10/+0
2022-02-08media: staging: media: atomisp: Use BIT macro instead of left shiftingMoses Christopher Bollavarapu1-9/+10
2022-02-08media: atomisp: Don't use ifdef ISP2400Hans de Goede1-1/+1
2021-11-15media: atomisp: set per-device's default modeMauro Carvalho Chehab1-1/+3
2021-11-15media: atomisp: get rid of ISP2401_NEW_INPUT_SYSTEMMauro Carvalho Chehab1-12/+2
2021-11-15media: atomisp: Fix up the open v load raceAlan1-0/+6
2021-11-15media: atomisp: fix punit_ddr_dvfs_enable() argument for mrfld_power up caseTsuchiya Yuto1-4/+4
2021-11-15media: atomisp: add missing media_device_cleanup() in atomisp_unregister_entities()Tsuchiya Yuto1-0/+1
2021-07-22media: atomisp: pci: fix error return code in atomisp_pci_probe()Yang Yingliang1-1/+2
2021-07-22media: atomisp: Fix runtime PM imbalance in atomisp_pci_probeDinghao Liu1-0/+1
2021-05-19media: staging: media: atomisp: pci: Balance braces around conditional statements in file atomisp_v4l2.cAline Santana Cordeiro1-2/+2
2021-05-10media: staging: media: atomisp: pci: Correct identation in block of conditional statements in file atomisp_v4l2.cAline Santana Cordeiro1-1/+1
2020-10-22Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1
2020-09-29PCI/PM: Rename pci_dev.d3_delay to d3hot_delayKrzysztof WilczyƄski1-1/+1
2020-09-07Merge tag 'v5.9-rc4' into patchworkMauro Carvalho Chehab1-1/+1
2020-09-07media: atomisp: get rid of some cleanup leftoversMauro Carvalho Chehab1-3/+0
2020-09-03media: atomisp: Replace deprecated MSI APIsSuraj Upadhyay1-3/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-19Revert "media: atomisp: keep the ISP powered on when setting it"Mauro Carvalho Chehab1-6/+2
2020-07-19media: atomisp: fix mask and shift operation on ISPSSPM0Colin Ian King1-1/+1
2020-07-18media: atomisp: Replace direct access to MMIO with proper helpersAndy Shevchenko1-11/+5
2020-07-18media: atomisp: Unify pdev to be pointer to struct pci_deviceAndy Shevchenko1-136/+112
2020-07-18media: atomisp: Get rid of struct pci_dev in struct atomisp_deviceAndy Shevchenko1-16/+17
2020-07-18media: atomisp: don't pass struct device_driver as parameterAndy Shevchenko1-1/+1
2020-07-18media: atomisp: move CCK endpoint address to generic headerAndy Shevchenko1-1/+1
2020-06-11media: atomisp: use strscpy() instead of less secure variantsMauro Carvalho Chehab1-1/+1
2020-06-11media: atomisp: change the detection of ISP2401 at runtimeMauro Carvalho Chehab1-13/+4
2020-06-11media: atomisp: don't set hpll_freq twice with different valuesMauro Carvalho Chehab1-4/+6
2020-06-11media: atomisp: get rid of a detection hack for a BYT Andorid-based tabletMauro Carvalho Chehab1-65/+18
2020-06-11media: atomisp: comment an unused codeMauro Carvalho Chehab1-0/+8
2020-06-11media: atomisp: re-enable warnings againMauro Carvalho Chehab1-2/+2
2020-06-11media: atomisp: add SPDX headersMauro Carvalho Chehab1-0/+1
2020-06-11media: atomisp: allow passing firmware name at modprobe timeMauro Carvalho Chehab1-13/+21
2020-06-11media: atomisp: do another round of coding style cleanupMauro Carvalho Chehab1-1/+3
2020-06-11media: atomisp: remove some trivial wrappers from compat css20Mauro Carvalho Chehab1-6/+9
2020-06-11media: atomisp: Remove second increment of count in atomisp_subdev_probeNathan Chancellor1-1/+0