summaryrefslogtreecommitdiff
path: root/drivers/media
AgeCommit message (Expand)Author
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook
2017-11-21treewide: setup_timer() -> timer_setup() (2 field)Kees Cook
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook
2017-11-16Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2017-11-15Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-11-13Pass mode to wait_on_atomic_t() action funcs and provide default actionsDavid Howells
2017-11-13Merge remote-tracking branch 'tip/timers/core' into afs-nextDavid Howells
2017-11-07Merge tag 'v4.14-rc8' into nextDmitry Torokhov
2017-11-07dvb_frontend: don't use-after-free the frontend structMauro Carvalho Chehab
2017-11-07media: dib0700: fix invalid dvb_detach argumentAndrey Konovalov
2017-11-07media: v4l2-ctrls: Don't validate BITMASK twiceAndy Shevchenko
2017-11-07media: s5p-mfc: fix lockdep warningShuah Khan
2017-11-07media: dvb-core: always call invoke_release() in fe_free()Daniel Scheller
2017-11-07media: usb: dvb-usb-v2: dvb_usb_core: remove redundant code in dvb_usb_fe_sleepGustavo A. R. Silva
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-07media: au0828: make const array addr_list staticColin Ian King
2017-11-07media: cx88: make const arrays default_addr_list and pvr2000_addr_list staticColin Ian King
2017-11-07media: drxd: make const array fastIncrDecLUT staticColin Ian King
2017-11-07media: usb: fix spelling mistake: "synchronuously" -> "synchronously"Colin Ian King
2017-11-07media: ddbridge: fix build warningsRandy Dunlap
2017-11-07media: av7110: avoid 2038 overflow in debug printArnd Bergmann
2017-11-07media: Don't do DMA on stack for firmware upload in the AS102 driverMichele Baldessari
2017-11-07media: v4l: async: fix unregister for implicitly registered sub-device notifiersNiklas Söderlund
2017-11-07media: v4l: async: fix return of unitialized variable retColin Ian King
2017-11-07media: imx274: fix missing return assignment from call to imx274_mode_regsColin Ian King
2017-11-03media: ttpci: remove autorepeat handling and use timer_setupSean Young
2017-11-02media: pvrusb2: Convert timers to use timer_setup()Kees Cook
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-02Backmerge tag 'v4.14-rc7' into drm-nextDave Airlie
2017-11-01media: camss-vfe: always initialize reg at vfe_set_xbar_cfg()Mauro Carvalho Chehab
2017-11-01media: v4l2-fwnode: use the cached value instead of getting againMauro Carvalho Chehab
2017-10-31media: ov13858: Add support for flash and lens devicesSakari Ailus
2017-10-31media: ov5670: Add support for flash and lens devicesSakari Ailus
2017-10-31media: et8ek8: Add support for flash and lens devicesSakari Ailus
2017-10-31media: smiapp: Add support for flash and lens devicesSakari Ailus
2017-10-31media: v4l: fwnode: Add a convenience function for registering sensorsSakari Ailus
2017-10-31media: v4l: fwnode: Add convenience function for parsing common external refsSakari Ailus
2017-10-31media: v4l: fwnode: Add a helper function to obtain device / integer referencesSakari Ailus
2017-10-31media: v4l: fwnode: Add a helper function for parsing generic referencesSakari Ailus
2017-10-31media: v4l: fwnode: Move KernelDoc documentation to the headerSakari Ailus
2017-10-31media: v4l: async: Ensure only unique fwnodes are registered to notifiersSakari Ailus
2017-10-31media: v4l: async: Allow binding notifiers to sub-devicesSakari Ailus
2017-10-31media: v4l: async: Prepare for async sub-device notifiersSakari Ailus
2017-10-31media: v4l: async: Allow async notifier register call succeed with no subdevsSakari Ailus
2017-10-31media: v4l: async: Register sub-devices before calling bound callbackSakari Ailus