summaryrefslogtreecommitdiff
path: root/drivers/staging/media/atomisp/pci/atomisp_v4l2.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-08media: atomisp: Remove useless msleep(10) before power-on on BYTHans de Goede1-8/+0
2023-02-08media: atomisp: Remove non working doorbell check from punit_ddr_dvfs_enable()Hans de Goede1-13/+4
2023-02-08media: atomisp: Move power-management over to a custom pm-domainHans de Goede1-12/+32
2022-11-25media: atomisp: Remove atomisp_ospm_dphy_up()/_down() functionsHans de Goede1-12/+12
2022-11-25media: atomisp: Remove atomisp_ospm_dphy_down() call from probe error pathHans de Goede1-2/+0
2022-11-25media: atomisp: Move calling of css_[un]init() to power_on()/_off()Hans de Goede1-1/+4
2022-11-25media: atomisp: Remove duplication between runtime-pm and normal-pm codeHans de Goede1-40/+6
2022-11-25media: atomisp: Remove sw_contex.power_state checksHans de Goede1-13/+6
2022-11-25media: atomisp: Remove atomisp_mrfld_power_down()/_up()Hans de Goede1-17/+5
2022-11-25media: atomisp: Remove double atomisp_mrfld_power_down()/_up() calls from ato...Hans de Goede1-2/+2
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_enti...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 statem...Aline Santana Cordeiro1-2/+2
2021-05-10media: staging: media: atomisp: pci: Correct identation in block of condition...Aline Santana Cordeiro1-1/+1
2020-10-22Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus 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-24treewide: 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