summaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/atomisp
AgeCommit message (Expand)AuthorLines
2020-10-22Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2020-10-15Merge tag 'staging-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-43/+32
2020-10-01media: atomisp: fixes build breakage for ISP2400 due to a cleanupMauro Carvalho Chehab-3/+11
2020-09-29PCI/PM: Rename pci_dev.d3_delay to d3hot_delayKrzysztof WilczyƄski-1/+1
2020-09-23media: atomisp: cleanup __printf() atributes on printk messagesMauro Carvalho Chehab-20/+16
2020-09-23media: atomisp: fix gcc warningsMauro Carvalho Chehab-2/+9
2020-09-22media: atomisp/pci/atomisp_ioctl.c: strlcpy -> strscpyHans Verkuil-1/+1
2020-09-22media: atomisp:pci/runtime/queue: modify the return error valueXiaoliang Pang-1/+1
2020-09-22media: staging: atomisp: Remove unnecessary 'fallthrough'Cengiz Can-1/+0
2020-09-22media: staging: media: atomisp: Fix bool-related style issuesAlex Dewar-14/+13
2020-09-22media: staging: media: atomisp: Don't do unnecessary zeroing of memoryAlex Dewar-6/+0
2020-09-14Merge 5.9-rc5 into staging-nextGreg Kroah-Hartman-9/+8
2020-09-07Merge tag 'v5.9-rc4' into patchworkMauro Carvalho Chehab-9/+8
2020-09-07media: atomisp: get rid of -Wsuggest-attribute=format warningsMauro Carvalho Chehab-19/+8
2020-09-07media: atomisp: move a static constant out of a header fileMauro Carvalho Chehab-4/+4
2020-09-07media: atomisp: get rid of unused varsMauro Carvalho Chehab-89/+14
2020-09-07media: atomisp: print a warning if error while setting downscalerMauro Carvalho Chehab-0/+5
2020-09-07media: atomisp: get rid of some cleanup leftoversMauro Carvalho Chehab-3/+0
2020-09-03media: atomisp: cleanup isys_irq headersMauro Carvalho Chehab-33/+15
2020-09-03media: atomisp: fix some bad indentsMauro Carvalho Chehab-490/+461
2020-09-03media: atomisp: remove compile-time tests from input_system_global.hMauro Carvalho Chehab-5/+2
2020-09-03media: atomisp: reorder functions at pixelgen_private.hMauro Carvalho Chehab-36/+37
2020-09-03media: atomisp: de-duplicate names at *_input_system_global.hMauro Carvalho Chehab-58/+58
2020-09-03media: atomisp: unify INPUT error return typeMauro Carvalho Chehab-81/+66
2020-09-03media: atomisp: don't check for ISP version for includesMauro Carvalho Chehab-10/+2
2020-09-03media: atomisp: get rid of ibuf_ctrl abstractionMauro Carvalho Chehab-417/+220
2020-09-03media: atomisp: get rid of isys_dma.h and isys_dma_local.hMauro Carvalho Chehab-87/+12
2020-09-03media: atomisp: get rid of version-dependent globalsMauro Carvalho Chehab-818/+155
2020-09-03media: atomisp: cleanup ifdefs from ia_css_debug.cMauro Carvalho Chehab-150/+41
2020-09-03media: atomisp: get rid of some unused codeMauro Carvalho Chehab-578/+33
2020-09-03media: atomisp: csi_rx.c: add missing includesMauro Carvalho Chehab-0/+2
2020-09-03media: atomisp: atomisp_gmin_platform: check before useMauro Carvalho Chehab-2/+3
2020-09-03media: atomisp: fix casts at atomisp_compat_ioctl32.cMauro Carvalho Chehab-36/+48
2020-09-03media: atomisp: fix "dubious: !x | !y" sparse warningAnant Thazhemadam-1/+1
2020-09-03media: atomisp: Avoid comma separated statementsJoe Perches-2/+4
2020-09-03media: atomisp: fix memleak in ia_css_stream_createDinghao Liu-1/+1
2020-09-03media: atomisp: fix spelling mistake "unsupport" -> "unsupported"Colin Ian King-3/+3
2020-09-03media: atomisp: move null check to earlier pointCengiz Can-1/+4
2020-09-03media: atomisp: mt9m114: replace fixed function namesJuan Antonio Aldea-Armenteros-2/+2
2020-09-03media: atomisp: fix code style issuesRohit K Bharadwaj-26/+36
2020-09-03media: atomisp: Replace deprecated MSI APIsSuraj Upadhyay-3/+3
2020-09-03media: atomisp: fix identation at I2C Kconfig menuMauro Carvalho Chehab-44/+42
2020-09-03media: atomisp: fix a brace coding sytle issueAnkit Baluni-3/+2
2020-09-03media: atomisp: Fix braces placement coding style errorsAditya Jain-8/+7
2020-09-03media: atomisp: fixed a brace coding sytle issueAnkit Baluni-2/+1
2020-09-03media: atomisp: coding style: correct multiline commentsRahul Gottipati-9/+17
2020-09-03media: atomisp: coding style: remove beginning whitespacesRahul Gottipati-6/+6
2020-08-28staging: media: atomisp: Convert to GPIO descriptorsLinus Walleij-43/+32
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-9/+8
2020-07-22Merge tag 'media/v5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds-1929/+1279