summaryrefslogtreecommitdiffstats
path: root/drivers/video/backlight/backlight.c
Commit message (Expand)AuthorAgeFilesLines
* backlight: Make backlight_class constantRicardo B. Marliere2024-05-101-13/+16
*-. Merge branches 'ib-backlight-auxdisplay-staging-omap-6.9', 'ib-backlight-auxd...Lee Jones2024-05-101-2/+6
|\ \
| * | backlight: Add controls_device callback to struct backlight_opsThomas Zimmermann2024-03-281-1/+1
| * | backlight: Match backlight device against struct fb_info.bl_devThomas Zimmermann2024-03-281-2/+6
| |/
* / backlight: Remove fb_blank from struct backlight_propertiesThomas Zimmermann2024-03-281-2/+0
|/
* fbdev: Split frame buffer support in FB and FB_CORE symbolsJavier Martinez Canillas2023-07-221-3/+3
* driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-1/+1
* backlight: backlight: Fix doc for backlight_device_get_by_nameMiaoqian Lin2023-02-221-1/+1
* backlight: backlight: Slighly simplify devm_of_find_backlight()Christophe JAILLET2022-03-081-6/+4
* backlight: Propagate errors from get_brightness()Thomas Weißschuh2021-09-231-5/+17
* video: backlight: Drop maximum brightness override for brightness zeroMarek Vasut2021-09-221-6/+0
* backlight: backlight: Make of_find_backlight staticSam Ravnborg2020-07-201-17/+1
* backlight: backlight: Drop backlight_put()Sam Ravnborg2020-07-201-2/+5
* backlight: backlight: Add overview and update existing docSam Ravnborg2020-07-201-41/+97
* backlight: backlight: Refactor fb_notifier_callback()Sam Ravnborg2020-07-201-21/+22
* backlight: backlight: Supply description for function args in existing Kernel...Lee Jones2020-07-061-0/+2
* backlight: Add backlight_device_get_by_name()Noralf Trønnes2020-05-111-0/+21
* backlight: Expose brightness curve type through sysfsMatthias Kaehlcke2019-09-021-0/+19
* Revert "backlight/fbcon: Add FB_EVENT_CONBLANK"Daniel Vetter2019-06-121-1/+1
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* video: backlight: Add devres versions of of_find_backlightMeghana Madhyastha2018-01-291-0/+30
* video: backlight: Add of_find_backlight helper in backlight.cMeghana Madhyastha2018-01-291-0/+43
* backlight: Report error on failureSudip Mukherjee2017-05-301-5/+10
* video / backlight: remove the backlight_device_registered APIAaron Lu2016-05-041-6/+0
* video / backlight: add two APIs for drivers to useAaron Lu2016-05-041-14/+29
* backlight: Show brightness even if get_brightness is not implementedAndrzej Hajda2014-06-231-0/+2
* backlight: Add backlight device (un)registration notificationHans de Goede2014-05-271-0/+40
* Merge tag 'backlight-for-linus-3.15' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-04-101-1/+1
|\
| * backlight: core: Replace kfree with put_deviceLevente Kurusa2014-04-081-1/+1
* | backlight: update backlight status when necessaryLiu Ying2014-04-031-2/+3
* | backlight: update bd state & fb_blank properties when necessaryLiu Ying2014-04-031-5/+18
|/
* backlight: introduce backlight_device_registeredAaron Lu2013-10-161-0/+31
* video: backlight: convert class code to use dev_groupsGreg Kroah-Hartman2013-07-251-20/+24
* backlight: convert from legacy pm ops to dev_pm_opsShuah Khan2013-07-031-3/+7
* backlight: add devm_backlight_device_{register,unregister}()Jingoo Han2013-07-031-0/+75
* drivers: avoid format string in dev_set_nameKees Cook2013-07-031-1/+1
* backlight: fix class_find_device() argumentsGreg Kroah-Hartman2013-02-061-1/+1
* backlight: add of_find_backlight_by_node()Thierry Reding2012-12-171-0/+29
* backlight: use pr_warn() and pr_debug() instead of printk()Jingoo Han2012-05-291-5/+6
* backlight: use kstrtoul()Jingoo Han2012-01-101-3/+3
* backlight: Declare backlight_types[] constBart Van Assche2011-09-101-1/+1
* backlight: add backlight typeMatthew Garrett2011-03-221-1/+23
* backlight: grab ops_lock before testing bd->opsUwe Kleine-König2010-11-251-6/+6
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* backlight: Allow properties to be passed at registrationMatthew Garrett2010-03-161-1/+7
* backlight: Add backlight_device parameter to check_fbBruno Prémont2010-03-161-1/+1
* backlight: Constify struct backlight_opsEmese Revfy2009-12-161-1/+1
* backlight: extend event support to also support poll()Henrique de Moraes Holschuh2009-09-261-0/+1
* backlight: Allow drivers to update the core, and generate events on changesMatthew Garrett2009-09-211-0/+41
* fbdev: fix info->lock deadlock in fbcon_event_notify()Andrea Righi2009-04-131-3/+0