summaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/atomisp/pci/atomisp2
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-133-14/+25
|\
| * Staging: media: atomisp: Use kmalloc_array instead of kmallocGeorgiana Chelu2017-09-291-4/+4
| * atomisp2: remove cast from memory allocationAishwarya Pant2017-09-291-2/+2
| * Staging: media: atomisp: pci: Place constant on the right side in comparissonsGeorgiana Chelu2017-09-291-4/+4
| * Staging: media: atomisp: pci: Move open brace '{' on the next lineGeorgiana Chelu2017-09-291-1/+2
| * Staging: media: atomisp: Add blank line after declarationsGeorgiana Chelu2017-09-291-0/+10
| * Staging: media: atomisp: Use unsigned int instead of unsignedGeorgiana Chelu2017-09-291-3/+3
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* media: staging: atomisp: sh_css_calloc shall return a pointer to the allocate...Sergei A. Trusov2017-09-051-0/+1
* media: staging: media: atomisp: constify videobuf_queue_ops structuresJulia Lawall2017-08-091-2/+2
* media: staging: media: atomisp: use kvmalloc/kvzallocGeliang Tang2017-08-094-36/+3
* media: atomisp2: don't set driver_versionHans Verkuil2017-08-081-5/+1
* Merge tag 'v4.13-rc4' into patchworkMauro Carvalho Chehab2017-08-081-1/+1
|\
| * media: atomisp2: Array underflow in atomisp_enum_input()Dan Carpenter2017-07-261-1/+1
* | media: atomisp: use LINUX_VERSION_CODE for driver versionMauro Carvalho Chehab2017-07-204-33/+18
* | media: staging: atomisp: fixed trivial coding style issueShy More2017-07-191-2/+1
* | media: staging: atomisp: fixed trivial coding style warningShy More2017-07-191-12/+12
* | media: staging: atomisp: hmm: Alignment code (rebased)Philipp Guendisch2017-07-191-48/+45
* | media: staging: atomisp: hmm: Fixed comment stylePhilipp Guendisch2017-07-191-21/+23
* | media: staging: atomisp: Use kvfree() instead of kfree()/vfree()Amitoj Kaur Chawla2017-07-194-21/+5
* | media: staging: atomisp: use kstrdup to replace kmalloc and memcpyHari Prasath2017-07-191-6/+2
* | media: staging: atomisp: Remove unnecessary return statement in void functionAmitoj Kaur Chawla2017-07-191-1/+1
|/
* media: staging: atomisp: disable warnings with cc-disable-warningMauro Carvalho Chehab2017-07-171-4/+6
* [media] staging: css2400/Makefile: don't include non-existing filesMauro Carvalho Chehab2017-06-081-2/+0
* [media] staging: atomisp: Fix endless recursion in hmm_initHans de Goede2017-06-071-1/+5
* [media] atomisp: de-duplicate sh_css_mmu_set_page_table_base_indexAlan Cox2017-06-073-31/+1
* [media] atomisp: remove sh_css_irq - it contains nothingAlan Cox2017-06-072-17/+0
* [media] atomisp: Unify lut free logicAlan Cox2017-06-072-21/+0
* [media] atomisp: Unify load_preview_binaries for the most partAlan Cox2017-06-071-39/+1
* [media] atomisp: unify sh_css_hmm_buffer_record_acquireAlan Cox2017-06-071-37/+3
* [media] atomisp: eliminate dead code under HAS_RES_MGRAlan Cox2017-06-074-103/+0
* [media] atomisp2: off by one in atomisp_s_input()Dan Carpenter2017-06-071-1/+1
* [media] atomisp2: tidy up confused ifdefsAlan Cox2017-06-071-21/+5
* [media] atomisp2: remove HRT_UNSCHEDAlan Cox2017-06-074-27/+3
* [media] atomisp: remove NUM_OF_BLSAlan Cox2017-06-071-5/+5
* [media] atompisp: HAS_BL is never defined so lose itAlan Cox2017-06-073-126/+1
* [media] staging: media: atomisp: fix non static symbol warningsJuan Antonio Pedreira Martos2017-06-071-2/+2
* [media] atomisp: use NULL instead of 0 for pointersPaolo Cretaro2017-06-074-5/+5
* [media] atomisp: disable several warnings when W=1Mauro Carvalho Chehab2017-05-191-0/+6
* [media] atomisp: fix missing blank line coding style issue in atomisp_tpg.cManny Vindiola2017-05-191-0/+1
* [media] atomisp: putting NULs in the wrong placeDan Carpenter2017-05-191-2/+2
* [media] atomisp: one char read beyond end of stringDan Carpenter2017-05-191-3/+2
* [media] atomisp: Fix -Werror=int-in-bool-context compile errorsHans de Goede2017-05-192-4/+3
* [media] atomisp: Make undeclared symbols staticGuru Das Srinagesh2017-05-191-7/+7
* [media] atomisp: Fix unnecessary initialization of staticFabrizio Perria2017-05-191-1/+1
* [media] atomisp: use logical AND, not bitwiseGuru Das Srinagesh2017-05-191-1/+1
* [media] atomisp: Add __printf validation and fix falloutJoe Perches2017-05-198-23/+25
* [media] atomisp: don't treat warnings as errorsMauro Carvalho Chehab2017-05-181-1/+1
* drivers/staging/media/atomisp/pci/atomisp2: use set_memory.hAndrew Morton2017-05-084-4/+9
* staging: media: atomisp: kmap() can't failFabian Frederick2017-04-281-17/+2