aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook1-1/+1
2017-11-21treewide: setup_timer() -> timer_setup() (2 field)Kees Cook1-4/+3
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook5-23/+18
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook2-6/+4
2017-11-16Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-7/+1
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-2/+2
2017-11-15Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds245-2434/+9899
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds2-4/+4
2017-11-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-37/+21
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-28/+36
2017-11-13Pass mode to wait_on_atomic_t() action funcs and provide default actionsDavid Howells1-7/+1
2017-11-13Merge remote-tracking branch 'tip/timers/core' into afs-nextDavid Howells1-28/+36
2017-11-07Merge tag 'v4.14-rc8' into nextDmitry Torokhov147-0/+147
2017-11-07dvb_frontend: don't use-after-free the frontend structMauro Carvalho Chehab1-5/+2
2017-11-07media: dib0700: fix invalid dvb_detach argumentAndrey Konovalov1-12/+12
2017-11-07media: v4l2-ctrls: Don't validate BITMASK twiceAndy Shevchenko1-4/+0
2017-11-07media: s5p-mfc: fix lockdep warningShuah Khan1-4/+0
2017-11-07media: dvb-core: always call invoke_release() in fe_free()Daniel Scheller1-4/+5
2017-11-07media: usb: dvb-usb-v2: dvb_usb_core: remove redundant code in dvb_usb_fe_sleepGustavo A. R. Silva1-2/+1
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar147-0/+147
2017-11-07media: au0828: make const array addr_list staticColin Ian King1-1/+1
2017-11-07media: cx88: make const arrays default_addr_list and pvr2000_addr_list staticColin Ian King1-2/+2
2017-11-07media: drxd: make const array fastIncrDecLUT staticColin Ian King1-1/+1
2017-11-07media: usb: fix spelling mistake: "synchronuously" -> "synchronously"Colin Ian King11-20/+21
2017-11-07media: ddbridge: fix build warningsRandy Dunlap1-2/+2
2017-11-07media: av7110: avoid 2038 overflow in debug printArnd Bergmann1-3/+3
2017-11-07media: Don't do DMA on stack for firmware upload in the AS102 driverMichele Baldessari1-11/+17
2017-11-07media: v4l: async: fix unregister for implicitly registered sub-device notifiersNiklas Söderlund1-1/+1
2017-11-07media: v4l: async: fix return of unitialized variable retColin Ian King1-1/+0
2017-11-07media: imx274: fix missing return assignment from call to imx274_mode_regsColin Ian King1-1/+1
2017-11-03media: ttpci: remove autorepeat handling and use timer_setupSean Young2-37/+21
2017-11-02media: pvrusb2: Convert timers to use timer_setup()Kees Cook1-28/+36
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman147-0/+147
2017-11-02Backmerge tag 'v4.14-rc7' into drm-nextDave Airlie12-40/+152
2017-11-01media: camss-vfe: always initialize reg at vfe_set_xbar_cfg()Mauro Carvalho Chehab1-0/+3
2017-11-01media: v4l2-fwnode: use the cached value instead of getting againMauro Carvalho Chehab1-2/+1
2017-10-31media: ov13858: Add support for flash and lens devicesSakari Ailus1-1/+1
2017-10-31media: ov5670: Add support for flash and lens devicesSakari Ailus1-1/+1
2017-10-31media: et8ek8: Add support for flash and lens devicesSakari Ailus1-1/+1
2017-10-31media: smiapp: Add support for flash and lens devicesSakari Ailus1-1/+1
2017-10-31media: v4l: fwnode: Add a convenience function for registering sensorsSakari Ailus2-4/+56
2017-10-31media: v4l: fwnode: Add convenience function for parsing common external refsSakari Ailus1-0/+35
2017-10-31media: v4l: fwnode: Add a helper function to obtain device / integer referencesSakari Ailus1-0/+287
2017-10-31media: v4l: fwnode: Add a helper function for parsing generic referencesSakari Ailus1-0/+69
2017-10-31media: v4l: fwnode: Move KernelDoc documentation to the headerSakari Ailus1-75/+0
2017-10-31media: v4l: async: Ensure only unique fwnodes are registered to notifiersSakari Ailus1-7/+79
2017-10-31media: v4l: async: Allow binding notifiers to sub-devicesSakari Ailus1-40/+172
2017-10-31media: v4l: async: Prepare for async sub-device notifiersSakari Ailus1-19/+50
2017-10-31media: v4l: async: Allow async notifier register call succeed with no subdevsSakari Ailus1-2/+10
2017-10-31media: v4l: async: Register sub-devices before calling bound callbackSakari Ailus1-3/+3