summaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/atomisp
Commit message (Expand)AuthorAgeFilesLines
* staging: media: atomisp: Remove unnecessary braces.Varsha Rao2017-03-213-6/+3
* staging: media: atomisp: Remove unnecessary blank lines.Varsha Rao2017-03-214-11/+0
* staging: media: atomisp: Fix block comments warning.Varsha Rao2017-03-212-13/+15
* staging: media: atomisp: Added spaces around arithmetic operators.Varsha Rao2017-03-213-13/+13
* staging: atomisp: simplify if statement in atomisp_get_sensor_fps()Daeseok Youn2017-03-211-12/+10
* atomisp: remove a sysfs error message that can be used to log spamAlan Cox2017-03-211-3/+1
* staging: atomisp: remove redudant condition in if-statementDaeseok Youn2017-03-211-1/+1
* staging: atomisp: remove else statement after returnDaeseok Youn2017-03-211-3/+3
* staging/atomisp: add ACPI dependencyArnd Bergmann2017-03-211-1/+1
* staging/atomisp: add PCI dependencyArnd Bergmann2017-03-211-1/+1
* staging/atomisp: add VIDEO_V4L2_SUBDEV_API dependencyArnd Bergmann2017-03-211-1/+1
* staging/atomisp: remove sh_css_lace_stat codeArnd Bergmann2017-03-217-72/+0
* stating/atomisp: fix -Wold-style-definition warningArnd Bergmann2017-03-211-1/+1
* staging/atomisp: fix empty-body warningArnd Bergmann2017-03-211-18/+19
* staging: media: atomisp: add missing dependencies in KconfigJérémy Lefaure2017-03-212-2/+2
* staging: media: atomisp: select REGMAP_I2C needed by ap1302.cJérémy Lefaure2017-03-211-0/+1
* Staging: atomisp: fix an uninitialized variable bugDan Carpenter2017-03-211-1/+1
* Staging: atomisp: fix locking in alloc_user_pages()Dan Carpenter2017-03-211-0/+1
* atomisp: remove another pair of 2400/2401 differencesAlan Cox2017-03-212-11/+0
* atomisp/imx: Fix locking bug on error pathAlan Cox2017-03-211-1/+3
* atomisp: ia_css_bh_hmem_encode is a no-op so remove itAlan Cox2017-03-215-35/+0
* atomisp: remove another layer of allocator indirectionAlan Cox2017-03-2110-176/+35
* atomisp: remove the unused debug wrapping from the mmgr layerAlan Cox2017-03-212-90/+20
* atomisp: remove aa kernel wrappersAlan Cox2017-03-219-139/+26
* atomisp: remove the iefd2 kernelAlan Cox2017-03-2114-701/+0
* staging: media: atomisp: add missing include in vlv2_plat_clock.cJérémy Lefaure2017-03-171-0/+1
* Revert "staging: media: atomisp: fill properly hmm_bo_type_strings when ION i...Jérémy Lefaure2017-03-171-2/+0
* staging: atomicsp: fix a loop timeoutDan Carpenter2017-03-161-1/+1
* staging: media: atomisp: remove duplicate includesJérémy Lefaure2017-03-164-4/+0
* staging: media: atomisp: fill properly hmm_bo_type_strings when ION is disabledJérémy Lefaure2017-03-161-0/+2
* staging: atomisp: fix "alignment should match open parenthesis"Daeseok Youn2017-03-161-89/+90
* staging: atomisp: remove useless #ifdef ISP2401 on top of atomisp_cmd.cDaeseok Youn2017-03-161-3/+0
* staging: atomisp: fix inconsistent indentingDaeseok Youn2017-03-161-2/+2
* staging: atomisp: fix unsigned int comparison with less than zeroDaeseok Youn2017-03-161-2/+1
* staging: atomisp: Removes pointer comparison to 0 in ia_css_queue_get_sizeTahia Khan2017-03-161-1/+1
* staging: atomisp: Removes pointer comparison to 0 in ia_css_queue_dequeueTahia Khan2017-03-161-1/+1
* staging: atomisp: Removes pointer comparison to 0 in ia_css_queue_enqueueTahia Khan2017-03-161-1/+1
* staging: media: atomisp: fix build error in ov5693 driverTobias Regnery2017-03-161-1/+1
* Staging: atomisp: kfreeing a devm allocated pointerDan Carpenter2017-03-162-2/+0
* staging: atomisp: silence an array overflow warningDan Carpenter2017-03-161-1/+1
* staging/atomisp: silence uninitialized variable warningsDan Carpenter2017-03-161-10/+6
* staging: atomisp: off by one in atomisp_acc_load_extensions()Dan Carpenter2017-03-161-4/+2
* staging: media: atomisp: fix semicolon.cocci warningsJulia Lawall2017-03-161-1/+1
* staging: atomisp: fix missing break in switch statementColin Ian King2017-03-141-1/+1
* staging/atomisp: remove redundant null check on frameColin Ian King2017-03-141-2/+1
* staging: atomisp: potential underflow in atomisp_get_metadata_by_type()Dan Carpenter2017-03-141-1/+1
* staging: media: Remove unused function atomisp_set_stop_timeout()simran singhal2017-03-143-7/+0
* staging: media: atomisp: Remove gc2235_init() function.Varsha Rao2017-03-141-5/+1
* staging: media: atomisp: Compress return logic into one line.Varsha Rao2017-03-142-10/+3
* staging: media: mt9m114: Use true/false instead of 1/0 for bool initialisationssayli karnik2017-03-142-5/+5
OpenPOWER on IntegriCloud