summaryrefslogtreecommitdiff
path: root/drivers/staging/media/atomisp/pci/atomisp_v4l2.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-09media: atomisp: Remove atomisp_video_init() parametrizationHans de Goede1-18/+6
2023-06-09media: atomisp: Remove unused fields from struct atomisp_input_subdevHans de Goede1-7/+0
2023-06-09media: atomisp: Drop MRFLD_PORT_NUM defineHans de Goede1-4/+4
2023-06-09media: atomisp: Allow system suspend to continue with open /dev/video# nodesHans de Goede1-8/+15
2023-06-09media: atomisp: Turn asd->streaming state tracker into a boolHans de Goede1-1/+1
2023-06-09media: atomisp: Remove atomisp_subdev_register_video_nodes() helperHans de Goede1-1/+3
2023-06-09media: atomisp: Remove Continuous capture and SDV run-modesHans de Goede1-91/+0
2023-04-15media: atomisp: Drop support for streaming from 2 sensors at onceHans de Goede1-25/+11
2023-04-15media: atomisp: Remove remaining instance of call to trace_printkTsuchiya Yuto1-2/+2
2023-04-15media: atomisp: Remove unused SOC_CAMERA, XENON_FLASH and FILE_INPUT subdev t...Hans de Goede1-8/+2
2023-04-15media: atomisp: Remove delayed_init related codeHans de Goede1-25/+0
2023-02-08media: atomisp: Remove atomisp_gmin_find_subdev()Hans de Goede1-47/+7
2023-02-08media: atomisp: Remove deferred firmware loading supportHans de Goede1-28/+14
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