summaryrefslogtreecommitdiff
path: root/drivers/staging/media/atomisp/pci/atomisp2/atomisp_cmd.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-28atomisp: remove hmm_load/store/clear indirectionsAlan Cox1-2/+2
2017-04-14staging: atomisp: move mipi_info assignment to next line in __get_asd_from_po...Daeseok Youn1-3/+5
2017-04-14staging: atomisp: replace "&isp->asd[i]" with "asd" in __get_asd_from_port()Daeseok Youn1-2/+2
2017-04-14staging: atomisp: remove enable_isp_irq function and add disable_isp_irqDaeseok Youn1-27/+9
2017-04-14staging: atomisp: use local variable to reduce number of referencesDaeseok Youn1-17/+20
2017-03-21staging: atomisp: remove useless condition in if-statementsDaeseok Youn1-4/+2
2017-03-21staging: atomisp: simplify if statement in atomisp_get_sensor_fps()Daeseok Youn1-12/+10
2017-03-21staging: atomisp: remove redudant condition in if-statementDaeseok Youn1-1/+1
2017-03-21staging: atomisp: remove else statement after returnDaeseok Youn1-3/+3
2017-03-21Staging: atomisp: fix an uninitialized variable bugDan Carpenter1-1/+1
2017-03-21atomisp: remove another pair of 2400/2401 differencesAlan Cox1-7/+0
2017-03-16staging: atomisp: fix "alignment should match open parenthesis"Daeseok Youn1-89/+90
2017-03-16staging: atomisp: remove useless #ifdef ISP2401 on top of atomisp_cmd.cDaeseok Youn1-3/+0
2017-03-16staging: atomisp: fix inconsistent indentingDaeseok Youn1-2/+2
2017-03-16staging: atomisp: fix unsigned int comparison with less than zeroDaeseok Youn1-2/+1
2017-03-14staging: atomisp: potential underflow in atomisp_get_metadata_by_type()Dan Carpenter1-1/+1
2017-03-14staging: media: Remove unused function atomisp_set_stop_timeout()simran singhal1-1/+0
2017-03-06atomisp2: unify some ifdef cases caused by format changesAlan Cox1-27/+2
2017-03-06staging/atomisp: Add support for the Intel IPU v2Alan Cox1-0/+6804