summaryrefslogtreecommitdiffstats
path: root/drivers/staging/media
Commit message (Expand)AuthorAgeFilesLines
* 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
* Staging: media: davinci_vpfe - style fixDerek Robson2017-03-144-27/+27
* Staging: media: lirc - style fixDerek Robson2017-03-142-5/+5
* staging: css2400/sh_css: Remove parentheses from return argumentssimran singhal2017-03-121-10/+10
* staging: sh_css_firmware: Remove parentheses from return argumentssimran singhal2017-03-121-1/+1
* staging: atomisp: clean up return logic, remove redunant codeColin Ian King2017-03-121-5/+1
* staging: atomisp: remove redundant check for client being nullColin Ian King2017-03-121-1/+1
* staging: atomisp_fops: Clean up tests if NULL returned on failuresimran singhal2017-03-121-1/+1
* staging: vpfe_mc_capture: Clean up tests if NULL returned on failuresimran singhal2017-03-121-2/+2
* staging: lirc_zilog: Clean up tests if NULL returned on failuresimran singhal2017-03-121-3/+3
* staging: media: atomisp: remove '.' from pci MakefileGreg Kroah-Hartman2017-03-121-187/+187
* atomisp: remove FPGA definesAlan Cox2017-03-121-16/+0
* atomisp: remove pdaf kernelAlan Cox2017-03-125-239/+0
* atomisp: tidy firmware loading code a littleAlan Cox2017-03-121-9/+1
* atomisp: eliminate intel_mid_pm.hAlan Cox2017-03-122-256/+10
* atomisp: remove C_RUN define and codeAlan Cox2017-03-1215-174/+12
* atomisp: remove HIVECCAlan Cox2017-03-129-98/+1
* atomisp: remove unused code and unify a headerAlan Cox2017-03-122-42/+1
* atomisp: remove dead code for SSSE3Alan Cox2017-03-121-31/+1
* staging: cxd2099: Remove redundant codeTamara Diaconita2017-03-091-73/+1
* staging: cxd2099: Change kzalloc parameterTamara Diaconita2017-03-091-1/+1
* staging: cxd2099: Remove multiple blank linesTamara Diaconita2017-03-091-5/+0
* staging: cxd2099: Add spaces around arithmetical operatorsTamara Diaconita2017-03-091-12/+12
* staging: media: atomisp: Match alignment with open parenthesis.Varsha Rao2017-03-093-6/+6
* staging: media: atomisp: Remove useless cast.Varsha Rao2017-03-096-19/+19
* atomisp: USE_KMEM_CACHE is always defined so remove the dead codeAlan Cox2017-03-085-33/+1
* atomisp: HRT_KERNEL is always defined so clean up the ifdef useAlan Cox2017-03-082-5/+1
* atomisp: trim unused mmgr codeAlan Cox2017-03-082-333/+14
* atomisp: HRT_CSIM is never definedAlan Cox2017-03-088-198/+6
* atomisp: __SP is never defined so scrub this ifdefAlan Cox2017-03-089-46/+12
* atomisp: comment out some unused definesAlan Cox2017-03-081-4/+4
* staging: atomisp: fix include Makefile messGreg Kroah-Hartman2017-03-0739-50/+48
* atomisp: fix __udiv warningAlan Cox2017-03-061-3/+4
* atomisp2: unify some ifdef cases caused by format changesAlan Cox2017-03-064-133/+6
* staging: media: atomisp: Replace NULL comparison.Varsha Rao2017-03-064-21/+21
* staging: media: atomisp: Fixed typo.Varsha Rao2017-03-061-1/+1
* staging: media: atomisp: Use unsigned int instead of unsigned.Varsha Rao2017-03-062-6/+6
* staging: media: atomisp: Removes the FSF mailing address.Varsha Rao2017-03-064-20/+0
* staging: media: atomisp: Fix block comments warning.Varsha Rao2017-03-065-10/+15
* staging: media: atomisp: Replace 'uint32_t' with kernel type u32.Varsha Rao2017-03-061-4/+4
* staging: media: atomisp: Added spaces around arithmetic and bitwise operators.Varsha Rao2017-03-065-14/+14
* staging: media: atomisp: Fix line over 80 characters.Varsha Rao2017-03-061-1/+2
* staging: media: atomisp: Removed unnecessary parentheses.Varsha Rao2017-03-0610-22/+22
* staging/atomisp: fix semicolon.cocci warningskbuild test robot2017-03-061-2/+2
OpenPOWER on IntegriCloud