aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/media (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook2-8/+6
2017-11-17Merge branch 'work.get_user_pages_fast' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+2
2017-11-15Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds214-19009/+908
2017-11-14Merge tag 'staging-4.15-rc1' into v4l_for_linusMauro Carvalho Chehab4-43/+54
2017-11-13Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds4-44/+55
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman19-0/+19
2017-11-01media: atomisp: make function calls cleanerMauro Carvalho Chehab1-2/+4
2017-11-01media: atomisp: get rid of storage_class.hMauro Carvalho Chehab60-314/+230
2017-11-01media: atomisp: get rid of wrong stddef.h includeMauro Carvalho Chehab3-45/+3
2017-11-01media: atomisp: fix other inconsistent identingMauro Carvalho Chehab7-41/+43
2017-11-01media: atomisp: fix switch coding style at input_system.cMauro Carvalho Chehab1-16/+16
2017-11-01media: atomisp: fix spatch warnings at sh_css.cMauro Carvalho Chehab1-45/+46
2017-11-01media: atomisp: fix ident for assert/returnMauro Carvalho Chehab18-150/+150
2017-10-31media: v4l: async: Move async subdev notifier operations to a separate structureLaurent Pinchart1-2/+6
2017-10-31media: staging: atomisp: Add videobuf2 switch to TODOSakari Ailus1-0/+2
2017-10-31media: staging: atomisp: i2c: Convert timers to use timer_setup()Kees Cook1-5/+3
2017-10-31media: staging: atomisp: Remove FSF snail addressAndy Shevchenko68-272/+0
2017-10-31media: staging: atomisp: Remove Gmin dead code #2Andy Shevchenko1-153/+0
2017-10-31media: staging: atomisp: Remove Gmin dead code #1Andy Shevchenko2-49/+0
2017-10-31media: staging: atomisp: Remove unused members of camera_sensor_platform_dataAndy Shevchenko8-86/+1
2017-10-31media: staging: atomisp: Remove duplicate declaration in headerAndy Shevchenko1-3/+0
2017-10-31media: staging: atomisp: Remove ->power_ctrl() callbackAndy Shevchenko8-32/+4
2017-10-31media: staging: atomisp: Remove ->gpio_ctrl() callbackAndy Shevchenko8-30/+0
2017-10-31media: staging: atomisp: Remove unneeded gpio.h inclusionAndy Shevchenko6-6/+0
2017-10-31media: staging: atomisp: Do not set GPIO twiceAndy Shevchenko1-12/+2
2017-10-31media: staging: atomisp: Switch i2c drivers to use ->probe_new()Andy Shevchenko19-129/+41
2017-10-31media: staging: atomisp: Use module_i2c_driver() macroAndy Shevchenko8-109/+8
2017-10-31media: staging: atomisp: Remove AP1302 sensor supportAndy Shevchenko4-1465/+0
2017-10-31media: staging: atomisp: Remove IMX sensor supportAndy Shevchenko29-14961/+0
2017-10-31media: staging: atomisp: Convert timers to use timer_setup()Kees Cook4-25/+11
2017-10-31media: staging: atomisp: cleanup out of memory messagesAishwarya Pant18-68/+20
2017-10-31media: Staging: media: atomisp: pci: Eliminate use of typedefs for structSrishti Sharma1-3/+3
2017-10-27media: staging: atomisp2: cleanup null check on memory allocationAishwarya Pant3-23/+22
2017-10-27media: staging: media: atomisp: Fix oops by unbalanced clk enable/disable callHans de Goede1-0/+7
2017-10-27media: staging: atomisp: use ARRAY_SIZEJérémy Lefaure1-6/+3
2017-10-27media: staging/atomisp: make six local functions static to appease sparseMuhammad Falak R Wani1-7/+7
2017-10-27media: staging: atomisp: Update TODO regarding sensorsSakari Ailus1-7/+15
2017-10-27media: staging: atomisp: Add driver prefix to Kconfig option and module namesSakari Ailus15-27/+27
2017-10-27media: imx: Fix VDIC CSI1 selectionTim Harvey1-2/+3
2017-10-23Merge 4.14-rc6 into staging-nextGreg Kroah-Hartman1-2/+2
2017-10-18Staging: bcm2048 fix bare use of 'unsigned' in radio-bcm2048.cBranislav Radocaj1-30/+30
2017-10-04[media] media: lirc_dev: merge struct irctl into struct lirc_devDavid Härdeman1-11/+9
2017-10-04[media] media: lirc_zilog: use a dynamically allocated lirc_devDavid Härdeman1-29/+40
2017-10-04[media] media: lirc_zilog: add a pointer to the parent device to struct IRDavid Härdeman1-48/+50
2017-10-04[media] media: rename struct lirc_driver to struct lirc_devDavid Härdeman1-6/+6
2017-10-04[media] media: lirc_dev: make chunk_size and buffer_size mandatoryDavid Härdeman1-4/+1
2017-10-04[media] media: lirc_dev: make better use of file->private_dataDavid Härdeman1-43/+10
2017-10-04[media] media: lirc_dev: remove support for manually specifying minor numberDavid Härdeman1-9/+5
2017-09-29Staging: media: atomisp: Use kmalloc_array instead of kmallocGeorgiana Chelu1-4/+4
2017-09-29atomisp2: remove cast from memory allocationAishwarya Pant1-2/+2