summaryrefslogtreecommitdiff
path: root/drivers/staging/media/atomisp/pci
AgeCommit message (Expand)Author
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-06Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-12-29media: staging: atomisp: Remove redundant PCI codeAndy Shevchenko
2017-12-29media: staging: atomisp: Switch to use struct device_driver directlyAndy Shevchenko
2017-12-29media: staging: atomisp: Disable custom format for nowAndy Shevchenko
2017-12-29media: staging: atomisp2: replace DEVICE_ATTR with DEVICE_ATTR_ROAishwarya Pant
2017-12-29media: Staging: media: atomisp: made function staticSergiy Redko
2017-12-29media: atomisp: deprecate pci_get_bus_and_slot()Sinan Kaya
2017-12-29media: staging: atomisp: fixes for "symbol was not declared. Should it be sta...Jeremy Sowden
2017-12-29media: staging: atomisp: fix for sparse "using plain integer as NULL pointer"...Jeremy Sowden
2017-11-30media: atomisp: stop producing hundreds of kernel-doc warningsMauro Carvalho Chehab
2017-11-27media: annotate ->poll() instancesAl Viro
2017-11-17Merge branch 'work.get_user_pages_fast' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2017-11-15Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-11-14Merge tag 'staging-4.15-rc1' into v4l_for_linusMauro Carvalho Chehab
2017-11-13Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-01media: atomisp: make function calls cleanerMauro Carvalho Chehab
2017-11-01media: atomisp: get rid of storage_class.hMauro Carvalho Chehab
2017-11-01media: atomisp: get rid of wrong stddef.h includeMauro Carvalho Chehab
2017-11-01media: atomisp: fix other inconsistent identingMauro Carvalho Chehab
2017-11-01media: atomisp: fix switch coding style at input_system.cMauro Carvalho Chehab
2017-11-01media: atomisp: fix spatch warnings at sh_css.cMauro Carvalho Chehab
2017-11-01media: atomisp: fix ident for assert/returnMauro Carvalho Chehab
2017-10-31media: staging: atomisp: Remove FSF snail addressAndy Shevchenko
2017-10-31media: staging: atomisp: Remove unused members of camera_sensor_platform_dataAndy Shevchenko
2017-10-31media: staging: atomisp: Convert timers to use timer_setup()Kees Cook
2017-10-31media: staging: atomisp: cleanup out of memory messagesAishwarya Pant
2017-10-31media: Staging: media: atomisp: pci: Eliminate use of typedefs for structSrishti Sharma
2017-10-27media: staging: atomisp2: cleanup null check on memory allocationAishwarya Pant
2017-10-27media: staging: atomisp: use ARRAY_SIZEJérémy Lefaure
2017-10-27media: staging/atomisp: make six local functions static to appease sparseMuhammad Falak R Wani
2017-09-29Staging: media: atomisp: Use kmalloc_array instead of kmallocGeorgiana Chelu
2017-09-29atomisp2: remove cast from memory allocationAishwarya Pant
2017-09-29Staging: media: atomisp: pci: Place constant on the right side in comparissonsGeorgiana Chelu
2017-09-29Staging: media: atomisp: pci: Move open brace '{' on the next lineGeorgiana Chelu
2017-09-29Staging: media: atomisp: Add blank line after declarationsGeorgiana Chelu
2017-09-29Staging: media: atomisp: Use unsigned int instead of unsignedGeorgiana Chelu
2017-09-23media: Staging: media: atomisp: Use kcalloc instead of kzallocSrishti Sharma
2017-09-23media: atomisp:use ARRAY_SIZE() instead of open codingAllen Pais
2017-09-23media: Staging: media: atomisp: Merge assignment with returnSrishti Sharma
2017-09-23media: Staging: atomisp: fix alloc_cast.cocci warningsBranislav Radocaj
2017-09-23media: staging/atomisp: Use ARRAY_SIZE macroThomas Meyer
2017-09-23media: staging/atomisp: fix header guardsNicolas Iooss
2017-09-23media: staging: atomisp: Remove unneeded intel-mid.h inclusionAndy Shevchenko
2017-09-23media: staging: atomisp: Remove dead code for MID (#4)Andy Shevchenko
2017-09-23media: staging: atomisp: Move to upstream IOSF MBI APIAndy Shevchenko
2017-09-23media: atomisp: fix small Kconfig issuesHans Verkuil
2017-09-23media: Staging: atomisp: constify driver_attributeArvind Yadav