summaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/atomisp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-301-1/+1
|\
| * media: annotate ->poll() instancesAl Viro2017-11-271-1/+1
* | media: atomisp: stop producing hundreds of kernel-doc warningsMauro Carvalho Chehab2017-11-30160-1746/+1746
|/
* Merge branch 'work.get_user_pages_fast' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-11-171-4/+2
|\
| * atomisp: use get_user_pages_fast()Al Viro2017-09-221-4/+2
* | Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-15211-18875/+798
|\ \
| * \ Merge tag 'staging-4.15-rc1' into v4l_for_linusMauro Carvalho Chehab2017-11-143-13/+24
| |\ \
| * | | media: atomisp: make function calls cleanerMauro Carvalho Chehab2017-11-011-2/+4
| * | | media: atomisp: get rid of storage_class.hMauro Carvalho Chehab2017-11-0160-314/+230
| * | | media: atomisp: get rid of wrong stddef.h includeMauro Carvalho Chehab2017-11-013-45/+3
| * | | media: atomisp: fix other inconsistent identingMauro Carvalho Chehab2017-11-017-41/+43
| * | | media: atomisp: fix switch coding style at input_system.cMauro Carvalho Chehab2017-11-011-16/+16
| * | | media: atomisp: fix spatch warnings at sh_css.cMauro Carvalho Chehab2017-11-011-45/+46
| * | | media: atomisp: fix ident for assert/returnMauro Carvalho Chehab2017-11-0118-150/+150
| * | | media: staging: atomisp: Add videobuf2 switch to TODOSakari Ailus2017-10-311-0/+2
| * | | media: staging: atomisp: i2c: Convert timers to use timer_setup()Kees Cook2017-10-311-5/+3
| * | | media: staging: atomisp: Remove FSF snail addressAndy Shevchenko2017-10-3168-272/+0
| * | | media: staging: atomisp: Remove Gmin dead code #2Andy Shevchenko2017-10-311-153/+0
| * | | media: staging: atomisp: Remove Gmin dead code #1Andy Shevchenko2017-10-312-49/+0
| * | | media: staging: atomisp: Remove unused members of camera_sensor_platform_dataAndy Shevchenko2017-10-318-86/+1
| * | | media: staging: atomisp: Remove duplicate declaration in headerAndy Shevchenko2017-10-311-3/+0
| * | | media: staging: atomisp: Remove ->power_ctrl() callbackAndy Shevchenko2017-10-318-32/+4
| * | | media: staging: atomisp: Remove ->gpio_ctrl() callbackAndy Shevchenko2017-10-318-30/+0
| * | | media: staging: atomisp: Remove unneeded gpio.h inclusionAndy Shevchenko2017-10-316-6/+0
| * | | media: staging: atomisp: Do not set GPIO twiceAndy Shevchenko2017-10-311-12/+2
| * | | media: staging: atomisp: Switch i2c drivers to use ->probe_new()Andy Shevchenko2017-10-3119-129/+41
| * | | media: staging: atomisp: Use module_i2c_driver() macroAndy Shevchenko2017-10-318-109/+8
| * | | media: staging: atomisp: Remove AP1302 sensor supportAndy Shevchenko2017-10-314-1465/+0
| * | | media: staging: atomisp: Remove IMX sensor supportAndy Shevchenko2017-10-3129-14961/+0
| * | | media: staging: atomisp: Convert timers to use timer_setup()Kees Cook2017-10-314-25/+11
| * | | media: staging: atomisp: cleanup out of memory messagesAishwarya Pant2017-10-3118-68/+20
| * | | media: Staging: media: atomisp: pci: Eliminate use of typedefs for structSrishti Sharma2017-10-311-3/+3
| * | | media: staging: atomisp2: cleanup null check on memory allocationAishwarya Pant2017-10-273-23/+22
| * | | media: staging: media: atomisp: Fix oops by unbalanced clk enable/disable callHans de Goede2017-10-271-0/+7
| * | | media: staging: atomisp: use ARRAY_SIZEJérémy Lefaure2017-10-271-6/+3
| * | | media: staging/atomisp: make six local functions static to appease sparseMuhammad Falak R Wani2017-10-271-7/+7
| * | | media: staging: atomisp: Update TODO regarding sensorsSakari Ailus2017-10-271-7/+15
| * | | media: staging: atomisp: Add driver prefix to Kconfig option and module namesSakari Ailus2017-10-2715-27/+27
| * | | media: staging: atomisp: use clock framework for camera clocksPierre-Louis Bossart2017-09-237-332/+52
| * | | media: Staging: media: atomisp: Use kcalloc instead of kzallocSrishti Sharma2017-09-231-1/+3
| * | | media: atomisp:use ARRAY_SIZE() instead of open codingAllen Pais2017-09-231-4/+2
| * | | media: Staging: media: atomisp: Merge assignment with returnSrishti Sharma2017-09-232-14/+3
| * | | media: Staging: atomisp: fix alloc_cast.cocci warningsBranislav Radocaj2017-09-231-1/+1
| * | | media: staging/atomisp: Use ARRAY_SIZE macroThomas Meyer2017-09-231-1/+2
| * | | media: staging/atomisp: fix header guardsNicolas Iooss2017-09-233-3/+3
| * | | media: staging: atomisp: Remove unneeded intel-mid.h inclusionAndy Shevchenko2017-09-2310-11/+0
| * | | media: staging: atomisp: Remove dead code for MID (#4)Andy Shevchenko2017-09-234-122/+0
| * | | media: staging: atomisp: Move to upstream IOSF MBI APIAndy Shevchenko2017-09-233-30/+29
| * | | media: staging: atomisp: Remove dead code for MID (#3)Andy Shevchenko2017-09-232-62/+0
| * | | media: staging: atomisp: Remove dead code for MID (#2)Andy Shevchenko2017-09-232-8/+0