summaryrefslogtreecommitdiffstats
path: root/drivers/video
Commit message (Expand)AuthorAgeFilesLines
* docs: fix broken references with multiple hintsMauro Carvalho Chehab2018-06-151-4/+4
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-121-1/+1
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-126-7/+7
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-128-16/+19
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-1215-23/+29
* video: uvesafb: Fix integer overflow in allocationKees Cook2018-06-121-1/+2
* Merge tag 'backlight-next-4.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-06-1110-38/+428
|\
| * backlight: as3711_bl: Fix Device Tree node leaksJohan Hovold2018-06-111-6/+6
| * backlight: tps65217_bl: Fix Device Tree node lookupJohan Hovold2018-06-111-2/+2
| * backlight: max8925_bl: Fix Device Tree node lookupJohan Hovold2018-06-111-1/+3
| * backlight: as3711_bl: Fix Device Tree node lookupJohan Hovold2018-06-111-10/+23
| * backlight: pandora: Stop using BL_CORE_DRIVER1Daniel Vetter2018-04-301-7/+18
| * backlight: generic-bl: Remove DRIVER1 stateDaniel Vetter2018-04-301-5/+0
| * backlight: otm3225a: Add support for ORISE OTM3225A LCD SoCFelix Brack2018-04-303-0/+260
| * backlight: pwm_bl: Don't use GPIOF_* with gpiod_get_directionWolfram Sang2018-04-301-3/+3
| * pwm-backlight: Add support for PWM delays proprieties.Enric Balletbo i Serra2018-04-301-0/+19
| * pwm-backlight: Enable/disable the PWM before/after LCD enable toggle.Enric Balletbo i Serra2018-04-301-4/+5
| * backlight: Add RAVE SP backlight driverAndrey Smirnov2018-04-303-0/+89
* | Merge tag 'media/v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-06-071-1/+1
|\ \
| * | drivers: omap2: Kconfig: make FB_OMAP2_DSS_INIT depend on OFAnders Roxell2018-05-041-1/+1
| * | media: omap2: omapfb: allow building it with COMPILE_TESTMauro Carvalho Chehab2018-04-171-1/+1
| |/
* | Merge tag 'drm-next-2018-06-06-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2018-06-061-0/+3
|\ \
| * \ Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst2018-05-1148-8881/+686
| |\ \ | | |/
| * | video/hdmi: Reject illegal picture aspect ratiosVille Syrjälä2018-05-111-0/+3
* | | proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-15/+2
* | | proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-161-14/+1
| |/ |/|
* | Merge tag 'fbdev-v4.17' of git://github.com/bzolnier/linuxLinus Torvalds2018-04-1029-813/+609
|\ \
| * | video: fbdev: s3c-fb: remove dead platform code for Exynos and S5PV210 platformsBartlomiej Zolnierkiewicz2018-03-282-164/+1
| * | video: au1100fb: Delete an unnecessary variable initialisation in au1100fb_dr...Markus Elfring2018-03-281-1/+1
| * | video: au1100fb: Improve a size determination in au1100fb_drv_probe()Markus Elfring2018-03-281-2/+1
| * | video: au1100fb: Delete an error message for a failed memory allocation in au...Markus Elfring2018-03-281-3/+1
| * | video/console/sticore: Delete an error message for a failed memory allocation...Markus Elfring2018-03-281-3/+1
| * | video: ARM CLCD: Improve a size determination in clcdfb_probe()Markus Elfring2018-03-281-1/+1
| * | video: ARM CLCD: Delete an error message for a failed memory allocation in cl...Markus Elfring2018-03-281-1/+0
| * | video: matroxfb: Delete an error message for a failed memory allocation in ma...Markus Elfring2018-03-281-3/+2
| * | video: s3c-fb: Improve a size determination in s3c_fb_probe()Markus Elfring2018-03-281-1/+1
| * | video: s3c-fb: Delete an error message for a failed memory allocation in s3c_...Markus Elfring2018-03-281-3/+1
| * | video: fsl-diu-fb: Delete an error message for a failed memory allocation in ...Markus Elfring2018-03-281-5/+1
| * | video: ssd1307fb: Improve a size determination in ssd1307fb_probe()Markus Elfring2018-03-281-1/+2
| * | video: smscufx: Delete an error message for a failed memory allocation in ufx...Markus Elfring2018-03-281-3/+1
| * | video: smscufx: Return an error code only as a constant in ufx_realloc_frameb...Markus Elfring2018-03-281-7/+2
| * | video: smscufx: Less checks in ufx_usb_probe() after error detectionMarkus Elfring2018-03-281-27/+19
| * | video: udlfb: Return an error code only as a constant in dlfb_realloc_framebu...Markus Elfring2018-03-281-7/+2
| * | video/fbdev/stifb: Delete an error message for a failed memory allocation in ...Markus Elfring2018-03-281-3/+1
| * | video/fbdev/stifb: Return -ENOMEM after a failed kzalloc() in stifb_init_fb()Markus Elfring2018-03-281-1/+1
| * | video: fbdev: aty128fb: use true and false for boolean valuesGustavo A. R. Silva2018-03-281-1/+1
| * | fbdev: aty: fix missing indentation in if statementColin Ian King2018-03-281-1/+1
| * | video: fbdev: via: remove VLA usageGustavo A. R. Silva2018-03-124-4/+4
| * | video: fbdev: vermilion: use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva2018-03-121-1/+1
| * | video: of: display_timing: Remove of_display_timings_exist() functionVladimir Zapolskiy2018-03-121-20/+0
OpenPOWER on IntegriCloud