summaryrefslogtreecommitdiffstats
path: root/drivers/staging
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-221-1/+1
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-2212-53/+46Star
* treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-222-3/+3
* Merge branch 'work.get_user_pages_fast' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-11-172-17/+9Star
|\
| * atomisp: use get_user_pages_fast()Al Viro2017-09-231-4/+2Star
| * vchiq_2835_arm: switch to get_user_pages_fast()Al Viro2017-09-231-13/+7Star
* | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-175-212/+59Star
|\ \
| * | switch ksocknal_lib_recv_...() to use of iov_iter_for_each_range()Al Viro2017-10-123-109/+25Star
| * | lustre: switch struct ksock_conn to iov_iterAl Viro2017-10-124-121/+52Star
| * | lnet_return_rx_credits_locked: don't abuse list_entryAl Viro2017-10-121-1/+1
* | | Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-11-171-76/+14Star
|\ \ \
| * | | pi433: sanitize ioctlAl Viro2017-11-101-78/+14Star
| | |/ | |/|
* | | Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-11-161-1/+1
|\ \ \
| * \ \ Backmerge tag 'v4.14-rc7' into drm-nextDave Airlie2017-11-0213-43/+50
| |\ \ \
| * | | | drm: Pass struct drm_file * to __drm_mode_object_find [v2]Keith Packard2017-10-121-1/+1
| | |/ / | |/| |
* | | | Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-16214-19009/+908Star
|\ \ \ \
| * \ \ \ Merge tag 'staging-4.15-rc1' into v4l_for_linusMauro Carvalho Chehab2017-11-14705-13637/+5110Star
| |\ \ \ \
| * | | | | 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/+230Star
| * | | | | media: atomisp: get rid of wrong stddef.h includeMauro Carvalho Chehab2017-11-013-45/+3Star
| * | | | | 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: v4l: async: Move async subdev notifier operations to a separate structureLaurent Pinchart2017-10-311-2/+6
| * | | | | 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/+3Star
| * | | | | media: staging: atomisp: Remove FSF snail addressAndy Shevchenko2017-10-3168-272/+0Star
| * | | | | media: staging: atomisp: Remove Gmin dead code #2Andy Shevchenko2017-10-311-153/+0Star
| * | | | | media: staging: atomisp: Remove Gmin dead code #1Andy Shevchenko2017-10-312-49/+0Star
| * | | | | media: staging: atomisp: Remove unused members of camera_sensor_platform_dataAndy Shevchenko2017-10-318-86/+1Star
| * | | | | media: staging: atomisp: Remove duplicate declaration in headerAndy Shevchenko2017-10-311-3/+0Star
| * | | | | media: staging: atomisp: Remove ->power_ctrl() callbackAndy Shevchenko2017-10-318-32/+4Star
| * | | | | media: staging: atomisp: Remove ->gpio_ctrl() callbackAndy Shevchenko2017-10-318-30/+0Star
| * | | | | media: staging: atomisp: Remove unneeded gpio.h inclusionAndy Shevchenko2017-10-316-6/+0Star
| * | | | | media: staging: atomisp: Do not set GPIO twiceAndy Shevchenko2017-10-311-12/+2Star
| * | | | | media: staging: atomisp: Switch i2c drivers to use ->probe_new()Andy Shevchenko2017-10-3119-129/+41Star
| * | | | | media: staging: atomisp: Use module_i2c_driver() macroAndy Shevchenko2017-10-318-109/+8Star
| * | | | | media: staging: atomisp: Remove AP1302 sensor supportAndy Shevchenko2017-10-314-1465/+0Star
| * | | | | media: staging: atomisp: Remove IMX sensor supportAndy Shevchenko2017-10-3129-14961/+0Star
| * | | | | media: staging: atomisp: Convert timers to use timer_setup()Kees Cook2017-10-314-25/+11Star
| * | | | | media: staging: atomisp: cleanup out of memory messagesAishwarya Pant2017-10-3118-68/+20Star
| * | | | | 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/+22Star
| * | | | | 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/+3Star
| * | | | | 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: imx: Fix VDIC CSI1 selectionTim Harvey2017-10-271-2/+3