summaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)Author
2024-03-28backlight: Remove fb_blank from struct backlight_propertiesThomas Zimmermann
2024-03-28fbdev: omap2/omapfb: Replace use of fb_blank with backlight helpersThomas Zimmermann
2024-03-28backlight: omap1: Replace FB_BLANK_ states with simple on/offThomas Zimmermann
2024-03-28backlight: omap1: Remove unused struct omap_backlight_config.set_powerThomas Zimmermann
2024-03-28backlight: Add controls_device callback to struct backlight_opsThomas Zimmermann
2024-03-28fbdev: ssd1307fb: Remove struct backlight_ops.check_fbThomas Zimmermann
2024-03-28fbdev: ssd1307fb: Init backlight before registering framebufferThomas Zimmermann
2024-03-28fbdev: sh_mobile_lcdc_fb: Remove struct backlight_ops.check_fbThomas Zimmermann
2024-03-28backlight: pwm-backlight: Remove struct backlight_ops.check_fbThomas Zimmermann
2024-03-28backlight: aat2870-backlight: Remove struct backlight.check_fbThomas Zimmermann
2024-03-28backlight: Match backlight device against struct fb_info.bl_devThomas Zimmermann
2024-03-27fbdev: shmobile: fix snprintf truncationArnd Bergmann
2024-03-25fbdev: Select I/O-memory framebuffer ops for SBusThomas Zimmermann
2024-03-25fbdev: omap2: replace of_graph_get_next_endpoint()Kuninori Morimoto
2024-03-22Merge tag 'fbdev-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-03-21Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2024-03-21fbdev: panel-tpo-td043mtea1: Convert sprintf() to sysfs_emit()Li Zhijian
2024-03-19fbmon: prevent division by zero in fb_videomode_from_videomode()Roman Smirnov
2024-03-18drm/omapdrm: Fix console with deferred opsTony Lindgren
2024-03-16fbcon: Increase maximum font width x height to 64 x 128Samuel Thibault
2024-03-15fbdev: viafb: fix typo in hw_bitblt_1 and hw_bitblt_2Aleksandr Burakov
2024-03-15fbdev: mb862xxfb: Fix defined but not used errorMichael Ellerman
2024-03-15fbdev: uvesafb: Convert sprintf/snprintf to sysfs_emitLi Zhijian
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-03-14Merge tag 'backlight-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-03-13Merge tag 'drm-next-2024-03-13' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2024-03-13Merge tag 'spi-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds
2024-03-07fbdev/chipsfb: Include <linux/backlight.h>Thomas Zimmermann
2024-03-07backlight: pandora_bl: Drop unneeded ENOMEM error messageKrzysztof Kozlowski
2024-03-07backlight: lm3630a_bl: Simplify probe return on gpio request errorKrzysztof Kozlowski
2024-03-07backlight: lm3630a_bl: Handle deferred probeKrzysztof Kozlowski
2024-03-07backlight: as3711_bl: Handle deferred probeKrzysztof Kozlowski
2024-03-07backlight: bd6107: Handle deferred probeKrzysztof Kozlowski
2024-03-07backlight: l4f00242t03: Simplify with dev_err_probe()Krzysztof Kozlowski
2024-03-07backlight: gpio: Simplify with dev_err_probe()Krzysztof Kozlowski
2024-03-07backlight: lp8788: Fully initialize backlight_properties during probeDaniel Thompson
2024-03-07backlight: lm3639: Fully initialize backlight_properties during probeDaniel Thompson
2024-03-07backlight: da9052: Fully initialize backlight_properties during probeDaniel Thompson
2024-03-07backlight: lm3630a: Use backlight_get_brightness helper in update_statusLuca Weiss
2024-03-07backlight: lm3630a: Don't set bl->props.brightness in get_brightnessLuca Weiss
2024-03-07backlight: lm3630a: Initialize backlight_properties on initLuca Weiss
2024-03-07backlight: mp3309c: Fully initialize backlight_properties during probeDaniel Thompson
2024-03-07backlight: mp3309c: Utilise temporary variable for struct deviceAndy Shevchenko
2024-03-07backlight: mp3309c: Use dev_err_probe() instead of dev_err()Andy Shevchenko
2024-03-07backlight: mp3309c: Make use of device propertiesAndy Shevchenko
2024-03-07backlight: hx8357: Utilise temporary variable for struct deviceAndy Shevchenko
2024-03-07backlight: hx8357: Make use of dev_err_probe()Andy Shevchenko
2024-03-07backlight: hx8357: Move OF table closer to its consumerAndy Shevchenko
2024-03-07backlight: hx8357: Make use of device propertiesAndy Shevchenko
2024-03-07backlight: mp3309c: Use pwm_apply_might_sleep()Sean Young